Re-arranging layout repo to a more standard one

This commit is contained in:
VC
2024-07-05 11:53:08 +02:00
parent cfa5feed92
commit eaab73caf0
10 changed files with 0 additions and 0 deletions

8
group_vars/all.yml Normal file
View File

@@ -0,0 +1,8 @@
smtp_relay_pass: !vault |
$ANSIBLE_VAULT;1.1;AES256
35333033346637663866393736623536313961396638323230616463356432376265303362636438
3666363439646139633439383233363036383136306266370a636631316261653635323538643964
39343134646635326465316239313334353232666361343733613166643363373962633538646163
6663623433343233350a633463346664376563313830646539343439313436623365336463353463
65393733353432376464306536663135623663613232326139306333363461313463

8
group_vars/nut.yml Normal file
View File

@@ -0,0 +1,8 @@
nut_pass: !vault |
$ANSIBLE_VAULT;1.1;AES256
64313965633338626466633664393139313833623763363964666633666335393331643239343933
6463336166376161306539353335366630613363623734380a353935656234313032393862323063
65376235613531306163313730363262313061346338353635626335333961646330316562343038
6238386332613761610a393739366561646336343030336363613365623336383735353838623266
3862

View File

@@ -0,0 +1 @@
php_version: "{% if ansible_facts['os_family'] == 'Debian' and ansible_facts['distribution_major_version'] == '10' %}7.3{% elif ansible_facts['os_family'] == 'Debian' and ansible_facts['distribution_major_version'] == '11' %}7.4{% endif %}"