diff options
Diffstat (limited to 'ansible/inventory.yml')
| -rw-r--r-- | ansible/inventory.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible/inventory.yml b/ansible/inventory.yml index a92bcf8..860ff05 100644 --- a/ansible/inventory.yml +++ b/ansible/inventory.yml @@ -3,6 +3,7 @@ ungrouped: pi-broughton: ansible_host: 192.168.178.91 ansible_ssh_user: broughton + ansible_become_method: community.general.doas ansible_become_password: !vault | $ANSIBLE_VAULT;1.2;AES256;ansible 37303430343230343630613466313966363364623237643761336130653863343666366137346139 @@ -14,6 +15,7 @@ ungrouped: blade-canongate: ansible_host: 192.168.178.75 ansible_ssh_user: canongate + ansible_become_method: ansible.builtin.sudo ansible_become_password: !vault | $ANSIBLE_VAULT;1.2;AES256;ansible 38616635313066363236373162383131623435313763393535316435343462323530306530373436 |
