diff options
| author | Joe Carstairs <me@joeac.net> | 2026-07-25 13:27:19 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-07-25 13:27:19 +0100 |
| commit | f93ee559bc1080182a4c466c97e922f53e69783a (patch) | |
| tree | a01f45b73b4bc202af48ce49dad6876f314840c3 /ansible/inventory.yml | |
| parent | 6cd86414799c98180ee49357ab522a72e4dc4cd5 (diff) | |
moves dyndns config management to ansible
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 9058c72..156368e 100644 --- a/ansible/inventory.yml +++ b/ansible/inventory.yml @@ -3,6 +3,8 @@ ungrouped: pi-broughton: ansible_host: 192.168.178.91 ansible_ssh_user: broughton + connection_device_name: eth0 blade-canongate: ansible_host: 192.168.178.75 ansible_ssh_user: canongate + connection_device_name: eth0 |
