Clean up all.yml tasks, configure passwordless vault access.

master
josiah 4 years ago
parent 0d22099cca
commit 0245113532

@ -1,12 +1,14 @@
---
- name: cloud wg config
hosts: vpn
gather_facts: no
tasks:
- debug: msg="Deploying wg to cloud server"
roles:
- { name: wg_vpn, tags: ['wg_vpn'] }
- name: deploy the awful stack
gather_facts: no
hosts: prod
tasks:
- debug: msg="Deploying awful stack to cloud server"
@ -16,5 +18,6 @@
- name: Deploy mediaserver
hosts: mediaserver
gather_facts: no
roles:
- { name: mediaserver, tags: ['mediaserver'] }

@ -3,6 +3,7 @@ inventory = hosts.yml
pipelining = True
retry_files_enabled = False
stdout_callback = yaml
vault_password_file=open_the_vault.sh
[ssh_connection]
scp_if_ssh = True

Loading…
Cancel
Save