Skip to content

Commit

Permalink
Set standard ansible config in ansible.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Jun 26, 2018
1 parent 1d9f5c4 commit b69156b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions ansible.cfg
Expand Up @@ -2,3 +2,4 @@
vault_password_file = ~/.cuttlefish_ansible_vault_pass.txt
roles_path = provisioning/roles
pipelining = True
remote_user = root
3 changes: 1 addition & 2 deletions provision_production.sh
@@ -1,3 +1,2 @@
#!/bin/bash
cd provisioning
ansible-playbook -i hosts --vault-password-file=~/.cuttlefish_ansible_vault_pass.txt -u root playbook.yml
ansible-playbook -i provisioning/hosts provisioning/playbook.yml

0 comments on commit b69156b

Please sign in to comment.