diff options
author | Sacha Chua <sacha@sachachua.com> | 2024-10-01 19:59:36 -0400 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2024-10-01 19:59:36 -0400 |
commit | 9c374bb5d5dfec1b58772e858f02625bc18e5092 (patch) | |
tree | fe4f124768972ebfbe176d44df9776f8f107bdb6 /host_vars | |
parent | 2be81b299be9cad0b03495f2ea038a01969c6cb2 (diff) | |
download | emacsconf-ansible-9c374bb5d5dfec1b58772e858f02625bc18e5092.tar.xz emacsconf-ansible-9c374bb5d5dfec1b58772e858f02625bc18e5092.zip |
Add encrypted host vars
Diffstat (limited to 'host_vars')
-rw-r--r-- | host_vars/media/crypted | 8 | ||||
-rw-r--r-- | host_vars/media/plain | 1 | ||||
-rw-r--r-- | host_vars/upload/crypted | 8 | ||||
-rw-r--r-- | host_vars/upload/plain | 1 |
4 files changed, 18 insertions, 0 deletions
diff --git a/host_vars/media/crypted b/host_vars/media/crypted new file mode 100644 index 0000000..6636846 --- /dev/null +++ b/host_vars/media/crypted @@ -0,0 +1,8 @@ +$ANSIBLE_VAULT;1.1;AES256 +34666233323231386163306334663633623662616532353239646534393434303631616362346131 +3062393462633262646337363633616461623130343361330a626331663264663238623930633631 +65623964383166393064646266353732386461396135333731373438316236303535326663383338 +6565643931316139300a393533333034306462636164613731376661393865313430636366666334 +31376239656566393935343032316162386138373734623232326133386335313563643139386165 +33383333633163633364333361396430646238343238343031666363643430623632393935383237 +323163353239663862373630326234616231 diff --git a/host_vars/media/plain b/host_vars/media/plain new file mode 100644 index 0000000..e9f3e32 --- /dev/null +++ b/host_vars/media/plain @@ -0,0 +1 @@ +ansible_become_pass: "{{ vaulted_become_pass }}" diff --git a/host_vars/upload/crypted b/host_vars/upload/crypted new file mode 100644 index 0000000..6636846 --- /dev/null +++ b/host_vars/upload/crypted @@ -0,0 +1,8 @@ +$ANSIBLE_VAULT;1.1;AES256 +34666233323231386163306334663633623662616532353239646534393434303631616362346131 +3062393462633262646337363633616461623130343361330a626331663264663238623930633631 +65623964383166393064646266353732386461396135333731373438316236303535326663383338 +6565643931316139300a393533333034306462636164613731376661393865313430636366666334 +31376239656566393935343032316162386138373734623232326133386335313563643139386165 +33383333633163633364333361396430646238343238343031666363643430623632393935383237 +323163353239663862373630326234616231 diff --git a/host_vars/upload/plain b/host_vars/upload/plain new file mode 100644 index 0000000..e9f3e32 --- /dev/null +++ b/host_vars/upload/plain @@ -0,0 +1 @@ +ansible_become_pass: "{{ vaulted_become_pass }}" |