diff options
| author | Joe Carstairs <me@joeac.net> | 2026-08-13 16:35:47 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-08-13 16:35:47 +0100 |
| commit | 9f2ebc2cce3af0e685677c23f2098c115e034adf (patch) | |
| tree | bc6609cf851ee3f0a4f572d762b4ea35a34610f6 /inventory.yml | |
| parent | f31e65c51681823ade14abad87c742101a1b823d (diff) | |
move ansible/ dir to root
Diffstat (limited to 'inventory.yml')
| -rw-r--r-- | inventory.yml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/inventory.yml b/inventory.yml new file mode 100644 index 0000000..a406a1a --- /dev/null +++ b/inventory.yml @@ -0,0 +1,26 @@ +ungrouped: + hosts: + 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 + 6263313237366638623833306662626663646364623232390a326264333336353435653964343861 + 37626438343134636130646239653439303333363665343931373830613661366264316462393137 + 3438353664653365300a626535303539653166663665356563386234343161313738663534333033 + 6139 + 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 + 6436663763386637366665313063386338363730633863630a326331316236633533376661373039 + 63326363386631313835306630336535616335336237663831613832663237396661363436643437 + 3237646663616430340a656137396337303564646333316234623264643963623162623766383131 + 6338 + mox_checksum: 0KIk721VDR6D_SkRbZ-Vc8-fXe7I + mox_platform: amd64 |
