aboutsummaryrefslogtreecommitdiff
path: root/ansible/inventory
diff options
context:
space:
mode:
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: