diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2018-11-26 23:13:22 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2018-11-26 23:13:22 +0100 |
commit | d8b72bd2c77a362e16a2c713fe94d704c5802dc5 (patch) | |
tree | cffdab161e5b3c4c2dea2789e7f2c2005a1b33e7 /ansible/host_vars/homepi | |
parent | b7bccaf7ff75fd2234b9232f595cbc8e226b80e9 (diff) | |
download | infra-d8b72bd2c77a362e16a2c713fe94d704c5802dc5.tar.gz infra-d8b72bd2c77a362e16a2c713fe94d704c5802dc5.tar.bz2 infra-d8b72bd2c77a362e16a2c713fe94d704c5802dc5.tar.xz infra-d8b72bd2c77a362e16a2c713fe94d704c5802dc5.zip |
nits
Diffstat (limited to 'ansible/host_vars/homepi')
-rw-r--r-- | ansible/host_vars/homepi/postfix.yml | 11 | ||||
-rw-r--r-- | ansible/host_vars/homepi/users.yml | 5 |
2 files changed, 16 insertions, 0 deletions
diff --git a/ansible/host_vars/homepi/postfix.yml b/ansible/host_vars/homepi/postfix.yml new file mode 100644 index 0000000..8174c21 --- /dev/null +++ b/ansible/host_vars/homepi/postfix.yml @@ -0,0 +1,11 @@ +$ANSIBLE_VAULT;1.1;AES256 +64323965303364363764646134636130303735346263363936313963353339336562363730343761 +3635383339366534326361303837366166303966316438660a656231373535663861663931303761 +30356365396133383639393735306439333833396330653937363461383465646232363135383634 +3564303065383162310a326335396161636664636264656536366264363130393234326438666566 +64313539353763623664623861383735613439336537636532323133313932333135616336353465 +66623261316334613938373437636537386536613931323261636136666662663566343535316638 +30353864383538383534366634633939356564616263663663393464343366313466633666623337 +34333564353662386161333161303764303062326534363430636333633230343231396433333566 +64623139373432616531626337383863626366353336636135633664366162386265396135383962 +6166663564323962333736333561343464333339663031633562 diff --git a/ansible/host_vars/homepi/users.yml b/ansible/host_vars/homepi/users.yml new file mode 100644 index 0000000..d0d4852 --- /dev/null +++ b/ansible/host_vars/homepi/users.yml @@ -0,0 +1,5 @@ +lusers: + - trygvis + +superusers: + - trygvis |