File tree Expand file tree Collapse file tree 1 file changed +1
-20
lines changed
Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Original file line number Diff line number Diff line change @@ -5,16 +5,13 @@ services:
55 hostname : rundeck1
66 build :
77 context : dockers/rundeckansible/
8- links :
9- - hostnode
108 environment :
119 - RUNDECK_NODE=rundeck1
12- - REMOTE_NODE=hostnode
1310 - RUNDECK_URL=http://rundeck1:4440/
1411 - LAUNCHER_URL=${LAUNCHER_URL}
1512 - CLI_DEB_URL=${CLI_DEB_URL}
1613 - CLI_VERS=${CLI_VERS}
17- - WAIT_NODES=rundeck1 hostnode
14+ - WAIT_NODES=rundeck1
1815 - CONFIG_SCRIPT_PRESTART=scripts/config-ansible.sh
1916 - SETUP_TEST_PROJECT=atest
2017 - CONFIG_TEST_PROJECT_FILE=atest/atest-project.properties
@@ -29,22 +26,6 @@ services:
2926 - " 2222:22"
3027 - " 4440:4440"
3128
32- hostnode :
33- hostname : hostnode
34- build :
35- context : dockers/hostnode/
36- args :
37- RUNDECK_NODE : hostnode
38- environment :
39- - RUNDECK_NODE=hostnode
40- volumes :
41- - resources:/home/rundeck/resources:rw
42- networks :
43- localnet :
44- ipv4_address : 192.168.234.2
45- ports :
46- - " 2223:22"
47-
4829networks :
4930 localnet :
5031 driver : bridge
You can’t perform that action at this time.
0 commit comments