aboutsummaryrefslogtreecommitdiff
path: root/ansible/inventory
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2018-08-27 20:38:23 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2018-08-27 20:38:23 +0200
commit8db1109ca093e057a0ac40aa6283030d536508ee (patch)
tree1a22ba7f769602d492d44c2fe5d26e1547de5230 /ansible/inventory
parent1c9619633840a0e7588a5fdf6996faddf32e8090 (diff)
downloadinfra-8db1109ca093e057a0ac40aa6283030d536508ee.tar.gz
infra-8db1109ca093e057a0ac40aa6283030d536508ee.tar.bz2
infra-8db1109ca093e057a0ac40aa6283030d536508ee.tar.xz
infra-8db1109ca093e057a0ac40aa6283030d536508ee.zip
o sz-ds: wip.
Diffstat (limited to 'ansible/inventory')
-rw-r--r--ansible/inventory8
1 files changed, 8 insertions, 0 deletions
diff --git a/ansible/inventory b/ansible/inventory
index 3bb637e..721d827 100644
--- a/ansible/inventory
+++ b/ansible/inventory
@@ -11,5 +11,13 @@ all:
ansible_host: knot.trygvis.io
ansible_connection: lxc_ssh
ansible_ssh_extra_args: mw
+ sz-prod:
+ ansible_host: knot.trygvis.io
+ ansible_connection: lxc_ssh
+ ansible_ssh_extra_args: sz-prod
+ sz-test:
+ ansible_host: knot.trygvis.io
+ ansible_connection: lxc_ssh
+ ansible_ssh_extra_args: sz-test
# vim: set filetype=yaml: