diff options
author | 2022-01-10 16:05:15 +0000 | |
---|---|---|
committer | 2022-01-10 16:05:15 +0000 | |
commit | d8753d561342bf716f6e4280d0e8acaa40fa7643 (patch) | |
tree | d64d638e387e60f7932a25df05eaadf0815ee8a1 | |
parent | Add Ansible configuration file (diff) |
Add Ansible inventory
-rw-r--r-- | inventory.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/inventory.yaml b/inventory.yaml new file mode 100644 index 0000000..5bd3d69 --- /dev/null +++ b/inventory.yaml @@ -0,0 +1,12 @@ +all: + hosts: + turing: + ansible_host: 89.58.25.151 + lovelace: + ansible_host: 89.58.26.118 + hopper: + ansible_host: 89.58.24.117 + ritchie: + ansible_host: 89.58.25.224 + neumann: + ansible_host: 89.58.12.244 |