After several tries, comment in "add-project.sh" line 3:
#set -eu
That prevents in Centos 7.3 the creation of the nodes in the "for" statement
And in file "install-rundeck.sh, line 170, correct the file to have:
rd adhoc -p $PROJECT --follow --filter 'tags: anvils' -- whoami \&\& hostname
instead of
rd adhoc -p $PROJECT --follow --filter 'tags: anvils' -- whoami \&\& "echo -- \${node.description}"
Also modify the file "install-rundeck.sh" to have:
if ! grep "Grails application running" /var/log/rundeck/service.log
line 144
After several tries, comment in "add-project.sh" line 3:
#set -euThat prevents in Centos 7.3 the creation of the nodes in the "for" statement
And in file "install-rundeck.sh, line 170, correct the file to have:
rd adhoc -p $PROJECT --follow --filter 'tags: anvils' -- whoami \&\& hostnameinstead of
rd adhoc -p $PROJECT --follow --filter 'tags: anvils' -- whoami \&\& "echo -- \${node.description}"Also modify the file "install-rundeck.sh" to have:
if ! grep "Grails application running" /var/log/rundeck/service.logline 144