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