From b44ae5a804c4e16fead7fd40e405d2eed4dabd30 Mon Sep 17 00:00:00 2001 From: matt01671 <matt01671@gmail.com> Date: Thu, 7 May 2020 12:51:19 +1200 Subject: [PATCH] clean: --- ansible/build-web.yaml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/ansible/build-web.yaml b/ansible/build-web.yaml index f74f55b..a961045 100644 --- a/ansible/build-web.yaml +++ b/ansible/build-web.yaml @@ -10,14 +10,21 @@ # - role: cluster-security-group # - role: openstack-instance +# - hosts: web +# vars_files: +# - host_vars/react.yaml +# gather_facts: true + +# roles: +# - role: openstack-proxy +# - role: all-dependencies +# - role: all-mount +# - role: all-docker + - hosts: web vars_files: - host_vars/react.yaml gather_facts: true - + roles: - # - role: openstack-proxy - # - role: all-dependencies - # - role: all-mount - # - role: all-docker - role: react-build #ONLY NEED THIS TO BUILD APP, EVERYTHING ELSE IS FOR INSTANCE \ No newline at end of file -- GitLab