Merge pull request 'Use inventory in ansible.cfg' (#60) from hosts into master

Reviewed-on: #60
This commit is contained in:
Jesper Hess 2021-03-05 07:49:59 +00:00
commit 9b1dc31163
2 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,3 @@
[defaults]
remote_user = root
inventory = datacoop_hosts

View File

@ -1,6 +1,6 @@
#!/bin/sh
BASE_CMD="ansible-playbook playbook.yml -i datacoop_hosts --ask-vault-pass"
BASE_CMD="ansible-playbook playbook.yml --ask-vault-pass"
if [ -z "$1" ]; then
echo "Deploying all!"