From 9c374bb5d5dfec1b58772e858f02625bc18e5092 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Tue, 1 Oct 2024 19:59:36 -0400 Subject: Add encrypted host vars --- host_vars/media/crypted | 8 ++++++++ host_vars/media/plain | 1 + host_vars/upload/crypted | 8 ++++++++ host_vars/upload/plain | 1 + 4 files changed, 18 insertions(+) create mode 100644 host_vars/media/crypted create mode 100644 host_vars/media/plain create mode 100644 host_vars/upload/crypted create mode 100644 host_vars/upload/plain 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 }}" -- cgit v1.2.3