diff options
| -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 |
