diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2020-10-30 13:57:03 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2020-11-10 10:52:44 +0100 |
commit | 81b451f1bd2d4885be56cac928be86ca27ef4d3d (patch) | |
tree | 8250a55d18ab06dfea427e77fa88e4aeac8151a2 /ansible | |
parent | 032a4eece0c72a8111efda04766770de93b34cf8 (diff) | |
download | infra-81b451f1bd2d4885be56cac928be86ca27ef4d3d.tar.gz infra-81b451f1bd2d4885be56cac928be86ca27ef4d3d.tar.bz2 infra-81b451f1bd2d4885be56cac928be86ca27ef4d3d.tar.xz infra-81b451f1bd2d4885be56cac928be86ca27ef4d3d.zip |
hash: virt setup.
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 |