From a5705d3f44cb86b216277c6311f313963d4f9c49 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Tue, 28 Aug 2018 15:37:55 +0200 Subject: o sz-ds: wip. --- ansible/host_vars/knot.yml | 6 ++++-- ansible/host_vars/sz-prod/main.yml | 1 + ansible/host_vars/sz-prod/sz_ds_secret.yml | 11 +++++++++++ ansible/host_vars/sz-test/main.yml | 1 + 4 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 ansible/host_vars/sz-prod/main.yml create mode 100644 ansible/host_vars/sz-prod/sz_ds_secret.yml create mode 100644 ansible/host_vars/sz-test/main.yml (limited to 'ansible/host_vars') diff --git a/ansible/host_vars/knot.yml b/ansible/host_vars/knot.yml index ec97b6a..f7bc64a 100644 --- a/ansible/host_vars/knot.yml +++ b/ansible/host_vars/knot.yml @@ -1,9 +1,11 @@ lxc_containers: sz-prod: ipv4: - address: 10.0.3.3/24 + address: 10.0.3.3 + netmask: 24 gateway: 10.0.3.1 sz-test: ipv4: - address: 10.0.3.4/24 + address: 10.0.3.4 + netmask: 24 gateway: 10.0.3.1 diff --git a/ansible/host_vars/sz-prod/main.yml b/ansible/host_vars/sz-prod/main.yml new file mode 100644 index 0000000..88da296 --- /dev/null +++ b/ansible/host_vars/sz-prod/main.yml @@ -0,0 +1 @@ +sz_ds_env: sz-prod diff --git a/ansible/host_vars/sz-prod/sz_ds_secret.yml b/ansible/host_vars/sz-prod/sz_ds_secret.yml new file mode 100644 index 0000000..c14eac2 --- /dev/null +++ b/ansible/host_vars/sz-prod/sz_ds_secret.yml @@ -0,0 +1,11 @@ +$ANSIBLE_VAULT;1.1;AES256 +66656333353364366431623463613930373331333161313736306365623738613738353734333530 +3163653733313734663935613033623637393861356237310a323034396266373862323535633666 +35623963386536303637336337653637346262376634613065653763653735653532353331386233 +3863383365656166330a643666366138343734393833383337613530653462366361663764303862 +65636137333036633637663831613535316161303838616434343162383439616338313336643930 +64623534373062346434643436386230393437656262333435643131333938666337623339623636 +35636635323037316163346130643531633366663266303935303138393464643363313136616137 +63303531643633393131643362333565306430393734346435353730363561343736363139326261 +39653066363161633436343666313734613834653566633831353566373562323162376365653961 +3735313062356662356262663036633863376534663239363765 diff --git a/ansible/host_vars/sz-test/main.yml b/ansible/host_vars/sz-test/main.yml new file mode 100644 index 0000000..3f1cd48 --- /dev/null +++ b/ansible/host_vars/sz-test/main.yml @@ -0,0 +1 @@ +sz_ds_env: sz-test -- cgit v1.2.3