Store become passwords for multiple admins
This commit is contained in:
parent
314aa649b3
commit
ff10ba19cc
4 changed files with 36 additions and 24 deletions
|
@ -1,12 +1,15 @@
|
|||
---
|
||||
ansible_become_pass: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
38343733376531653362333166373339393235326163633238653461643833643364386364336430
|
||||
3366313764336636366634336639353164653036643261650a363663323663306530343261306662
|
||||
32633064316565633463663639393562386132386461363064663430613438353034393364343061
|
||||
3966353266643234350a636366616331396531346137366632633831623839626563613339323764
|
||||
62646132653634316531663737396230653061636335393936616631633736343836373864646264
|
||||
3430616364363764646437646665316662393661666635326135
|
||||
ansible_become_pass_for:
|
||||
kotovalexarian: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
38343733376531653362333166373339393235326163633238653461643833643364386364336430
|
||||
3366313764336636366634336639353164653036643261650a363663323663306530343261306662
|
||||
32633064316565633463663639393562386132386461363064663430613438353034393364343061
|
||||
3966353266643234350a636366616331396531346137366632633831623839626563613339323764
|
||||
62646132653634316531663737396230653061636335393936616631633736343836373864646264
|
||||
3430616364363764646437646665316662393661666635326135
|
||||
|
||||
ansible_become_pass: "{{ ansible_become_pass_for[admin] }}"
|
||||
|
||||
common__apache__state: install
|
||||
common__apache__listen: [80, 443]
|
||||
|
|
|
@ -1,12 +1,15 @@
|
|||
---
|
||||
ansible_become_pass: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
64646533356561636461366463323136613830383664613034636563363833613133343030353061
|
||||
3834656330383761656662623632393963366165613235660a306565353238653163393131303065
|
||||
38366138383261613766313563623933653734643566383065613362636132383738646139363637
|
||||
3165373938653863340a376138613063626638336239376135303562356262373431386337366135
|
||||
36336261346133313464383730303131373662623836663231393365663363616538626361356437
|
||||
3033653165366539376639663831633664326333316239313334
|
||||
ansible_become_pass_for:
|
||||
kotovalexarian: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
64646533356561636461366463323136613830383664613034636563363833613133343030353061
|
||||
3834656330383761656662623632393963366165613235660a306565353238653163393131303065
|
||||
38366138383261613766313563623933653734643566383065613362636132383738646139363637
|
||||
3165373938653863340a376138613063626638336239376135303562356262373431386337366135
|
||||
36336261346133313464383730303131373662623836663231393365663363616538626361356437
|
||||
3033653165366539376639663831633664326333316239313334
|
||||
|
||||
ansible_become_pass: "{{ ansible_become_pass_for[admin] }}"
|
||||
|
||||
common__certbot__cert_name: 'matrix.crypto-libertarian.com'
|
||||
common__certbot__cert_domains:
|
||||
|
|
|
@ -1,12 +1,15 @@
|
|||
---
|
||||
ansible_become_pass: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
30346438386666626539656264626261626434633334623835653933353938653735396266626430
|
||||
6361616431363033353665633731626434336635303134300a386266616136366532343937393636
|
||||
35623463306238326463323065343033646137653538303438346462333966386637333132656166
|
||||
6135383837356432610a373764613562333364613036326238653164363931303236323764636164
|
||||
66366165666438316531356635373161333534643238653961393931626237333930373033303861
|
||||
3830626333396431383830366235616333393433623065343133
|
||||
ansible_become_pass_for:
|
||||
kotovalexarian: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
30346438386666626539656264626261626434633334623835653933353938653735396266626430
|
||||
6361616431363033353665633731626434336635303134300a386266616136366532343937393636
|
||||
35623463306238326463323065343033646137653538303438346462333966386637333132656166
|
||||
6135383837356432610a373764613562333364613036326238653164363931303236323764636164
|
||||
66366165666438316531356635373161333534643238653961393931626237333930373033303861
|
||||
3830626333396431383830366235616333393433623065343133
|
||||
|
||||
ansible_become_pass: "{{ ansible_become_pass_for[admin] }}"
|
||||
|
||||
common__certbot__cert_name: 'postgres.crypto-libertarian.com'
|
||||
common__certbot__cert_domains:
|
||||
|
|
3
hosts
3
hosts
|
@ -1,3 +1,6 @@
|
|||
git.crypto-libertarian.com
|
||||
matrix.crypto-libertarian.com
|
||||
postgres.crypto-libertarian.com
|
||||
|
||||
[all:vars]
|
||||
admin = kotovalexarian
|
||||
|
|
Reference in a new issue