From 85b3d2a16b5cfbb499a4ebcb88967dcdc334cf21 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Thu, 1 Nov 2018 11:04:21 +0100 Subject: o Adding postfix role, enabling for knot. --- ansible/host_vars/knot/lxc_containers.yml | 19 +++++++++++++++++++ ansible/host_vars/knot/postfix-secret.yml | 14 ++++++++++++++ ansible/host_vars/knot/postfix.yml | 2 ++ 3 files changed, 35 insertions(+) create mode 100644 ansible/host_vars/knot/lxc_containers.yml create mode 100644 ansible/host_vars/knot/postfix-secret.yml create mode 100644 ansible/host_vars/knot/postfix.yml (limited to 'ansible/host_vars/knot') diff --git a/ansible/host_vars/knot/lxc_containers.yml b/ansible/host_vars/knot/lxc_containers.yml new file mode 100644 index 0000000..7bd3a35 --- /dev/null +++ b/ansible/host_vars/knot/lxc_containers.yml @@ -0,0 +1,19 @@ +lxc_containers: + mw: + state: started + ipv4: + address: 10.0.3.2 + netmask: 24 + gateway: 10.0.3.1 + sz-prod: + state: started + ipv4: + address: 10.0.3.3 + netmask: 24 + gateway: 10.0.3.1 + sz-test: + state: started + ipv4: + address: 10.0.3.4 + netmask: 24 + gateway: 10.0.3.1 diff --git a/ansible/host_vars/knot/postfix-secret.yml b/ansible/host_vars/knot/postfix-secret.yml new file mode 100644 index 0000000..5135eb7 --- /dev/null +++ b/ansible/host_vars/knot/postfix-secret.yml @@ -0,0 +1,14 @@ +$ANSIBLE_VAULT;1.1;AES256 +32353266323737353463653565613435313535326236613165323538386535616162653231386432 +3338613366616465343161626362333031376633643531310a663933373233363864643765656331 +36633163363365366134623666363330393734343135373261366534623362626539623264663131 +3435643533616434380a656237663161316530316431316364646239646334343136323030363135 +31353965613337363966653233663438666364613564303035323431616233343566646239316462 +66353864656133393366396537303939383435623937663037373030383137323266386237323266 +32336630313335616234306664323364376563326238643465623635356132636430353031613131 +65363761653664383361383931653635376434366639616263313966373938333564633661666337 +62343863336337313965323234316238643238663933393031366537326638663937356563303839 +30623962313831373062336136383737633935376463353232376133613931366664663861346436 +63336162303964393334363365353635633030396136386539363031666131646433633566373061 +35646166653136363936326464396537303035343666383165376638373338356234633132396139 +3364 diff --git a/ansible/host_vars/knot/postfix.yml b/ansible/host_vars/knot/postfix.yml new file mode 100644 index 0000000..2b83efe --- /dev/null +++ b/ansible/host_vars/knot/postfix.yml @@ -0,0 +1,2 @@ +postfix__relayhost: email-smtp.eu-west-1.amazonaws.com +postfix__is_satellite: no -- cgit v1.2.3