diff options
| author | Joe Carstairs <me@joeac.net> | 2026-07-25 08:34:53 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-07-25 08:34:53 +0100 |
| commit | 4a0daa9b8c3e4914b3562dabb5a15c4624a82eb8 (patch) | |
| tree | fcc5d3d8b7ec24b42d6595b8e3afd27c4e563ba6 | |
| parent | 2febc3aa435b15a2c2a9f1d82b8d997388b079ff (diff) | |
adds ansible/inventory.yml
| -rw-r--r-- | ansible/inventory.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ansible/inventory.yml b/ansible/inventory.yml new file mode 100644 index 0000000..9058c72 --- /dev/null +++ b/ansible/inventory.yml @@ -0,0 +1,8 @@ +ungrouped: + hosts: + pi-broughton: + ansible_host: 192.168.178.91 + ansible_ssh_user: broughton + blade-canongate: + ansible_host: 192.168.178.75 + ansible_ssh_user: canongate |
