mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
Merge pull request #561 from holta/master
Actively suggest ./iiab-install instead of ./runansible
This commit is contained in:
commit
cf0f28e8cc
1 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -e
|
||||||
|
|
||||||
|
echo "Please consider ./iiab-install instead of the lesser-supported ./runansible"
|
||||||
|
|
||||||
PLAYBOOK="iiab.yml"
|
PLAYBOOK="iiab.yml"
|
||||||
INVENTORY="ansible_hosts"
|
INVENTORY="ansible_hosts"
|
||||||
# Pass cmdline options for ansible
|
# Pass cmdline options for ansible
|
||||||
|
|
Loading…
Reference in a new issue