|
@ -1,4 +1,4 @@ |
|
|
all: preautomation provision swarm_deploy fix |
|
|
all: preautomation provision swarm_deploy fix_environment |
|
|
|
|
|
|
|
|
preautomation: |
|
|
preautomation: |
|
|
/bin/bash ./ansible_install.sh |
|
|
/bin/bash ./ansible_install.sh |
|
@ -9,7 +9,7 @@ provision: |
|
|
swarm_deploy: |
|
|
swarm_deploy: |
|
|
/bin/bash ./ansible_swarm_config.sh |
|
|
/bin/bash ./ansible_swarm_config.sh |
|
|
|
|
|
|
|
|
fix: |
|
|
fix_environment: |
|
|
/bin/bash ./environment_bnode_script.sh |
|
|
/bin/bash ./environment_bnode_script.sh |
|
|
|
|
|
|
|
|
clean: |
|
|
clean: |
|
|