feat: created vaults, added to config
This commit is contained in:
10
ansible.cfg
10
ansible.cfg
@@ -1,6 +1,14 @@
|
|||||||
[defaults]
|
[defaults]
|
||||||
callbacks_enabled = profile_tasks
|
|
||||||
localhost_warning = False
|
localhost_warning = False
|
||||||
|
inventory = inventory.ini
|
||||||
|
host_key_checking = False
|
||||||
|
interpreter_python = /usr/bin/python3
|
||||||
|
vault_password_file = vault.key
|
||||||
|
|
||||||
[inventory]
|
[inventory]
|
||||||
inventory_unparsed_warning = False
|
inventory_unparsed_warning = False
|
||||||
|
|
||||||
|
[ssh_connection]
|
||||||
|
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o ForwardAgent=yes -o IdentityAgent=none
|
||||||
|
pipelining = True
|
||||||
|
retries = 256
|
||||||
|
|||||||
6
inventory.ini
Normal file
6
inventory.ini
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
$ANSIBLE_VAULT;1.1;AES256
|
||||||
|
61313539323564383630383766636664313661303335653031333530623138363233393539646533
|
||||||
|
6333393330663830366237346637316563623635393661630a663932383234643834383936653865
|
||||||
|
35613466623964636535653131643531663166316663653930366565356233373232626361623563
|
||||||
|
3365313962313432620a643833346462656135353831613939326461336363376464323364366265
|
||||||
|
6335
|
||||||
6
vault.yml
Normal file
6
vault.yml
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
$ANSIBLE_VAULT;1.1;AES256
|
||||||
|
66386561623561353461656662653566353665646466336635626561303031383735636666623063
|
||||||
|
3336313938313562323336383765323932666638373232390a653163323131323564306438363864
|
||||||
|
31333632326135353966656363633962616165623036373764646433353966616364376162636234
|
||||||
|
3837333961383333640a383732346534346465353062653531353638663465306432396266663534
|
||||||
|
3731
|
||||||
Reference in New Issue
Block a user