diff options
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/inventory-pub.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ansible/inventory-pub.yml b/ansible/inventory-pub.yml new file mode 100644 index 0000000..2a88d9a --- /dev/null +++ b/ansible/inventory-pub.yml @@ -0,0 +1,10 @@ +all: + hosts: + knot: + ansible_host: trygvis.io + birgitte: + ansible_host: vs.trygvis.io + arius: + ansible_host: arius.trygvis.io + akili: + ansible_host: localhost |