Override passwords in host_vars
This commit is contained in:
parent
0c15e1b02d
commit
767f16a1bd
2 changed files with 35 additions and 0 deletions
|
@ -3,6 +3,7 @@ vault_password_file = get-vault-password.sh
|
|||
stdout_callback = yaml
|
||||
inventory = inventory/
|
||||
roles_path = roles/
|
||||
hash_behaviour = merge
|
||||
|
||||
[ssh_connection]
|
||||
pipelining = True
|
||||
|
|
34
inventory/host_vars/mailserver
Normal file
34
inventory/host_vars/mailserver
Normal file
|
@ -0,0 +1,34 @@
|
|||
---
|
||||
|
||||
mailserver_database:
|
||||
admin_user:
|
||||
pwd: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
63383831336231343165653565623763653166333164666139313331623866313535623263353633
|
||||
6162633539353638623865666330666631633665616235390a333039316438353137353362616334
|
||||
36376664343866363132323961383733366633396139346663633435316631633130653636343339
|
||||
3439643832343362320a313232613438316136653366633764636433333165623631653738316466
|
||||
63643332646632663662333533323962623233353737323165323461396631616535
|
||||
ro_user:
|
||||
pwd: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
31393461326464626632386566656638343935656166663139663731346463396136333334323639
|
||||
3531386363336130626339303264376364636136623236660a316366643432343437386361643061
|
||||
37386237316265353330666431373638613537663961623430613964363938363433356462373833
|
||||
6263316362306332340a663561666633313965653639376233333433666361613435336466333261
|
||||
64323263633238653662653863396633656365333465366231386237336437353230
|
||||
virtual_users:
|
||||
- name: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
37653362343330346261303732313066386461326432356233386162323630613833633233373632
|
||||
6135323366376261653666656638646261356666396161340a636466363362343062653738636630
|
||||
36383065646232616532663635323435356162663035656634303334396463323661666631636535
|
||||
3165323062316135350a623039646230316135326666633735336666666362653566613562396633
|
||||
3562
|
||||
pwd: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
37316264383733313833623732353634393465633736326235353663366633613932646439653338
|
||||
6263316539616366316530313939623361646230613662390a346431663534633764323832333064
|
||||
34656634613036613534353332383033386435376666376130326135346431643263663730643231
|
||||
6633343634323237370a613538626630666365303630646330626139353963303337616239626433
|
||||
62333539393833353334623564333938663830353635336434363663656336303533
|
Loading…
Reference in a new issue