diff options
Diffstat (limited to 'ansible/inventory.yml')
| -rw-r--r-- | ansible/inventory.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ansible/inventory.yml b/ansible/inventory.yml index 156368e..a92bcf8 100644 --- a/ansible/inventory.yml +++ b/ansible/inventory.yml @@ -3,8 +3,22 @@ ungrouped: pi-broughton: ansible_host: 192.168.178.91 ansible_ssh_user: broughton + ansible_become_password: !vault | + $ANSIBLE_VAULT;1.2;AES256;ansible + 37303430343230343630613466313966363364623237643761336130653863343666366137346139 + 6263313237366638623833306662626663646364623232390a326264333336353435653964343861 + 37626438343134636130646239653439303333363665343931373830613661366264316462393137 + 3438353664653365300a626535303539653166663665356563386234343161313738663534333033 + 6139 connection_device_name: eth0 blade-canongate: ansible_host: 192.168.178.75 ansible_ssh_user: canongate + ansible_become_password: !vault | + $ANSIBLE_VAULT;1.2;AES256;ansible + 38616635313066363236373162383131623435313763393535316435343462323530306530373436 + 6436663763386637366665313063386338363730633863630a326331316236633533376661373039 + 63326363386631313835306630336535616335336237663831613832663237396661363436643437 + 3237646663616430340a656137396337303564646333316234623264643963623162623766383131 + 6338 connection_device_name: eth0 |
