diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2025-01-03 02:06:49 -0800 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2025-01-03 02:06:49 -0800 |
commit | 15c05029129afdc2a3f7e6b2c36e93d297b3de73 (patch) | |
tree | 0859d5a197e4943ec3b34a8668451d83c80f9e93 /roles/phoneof/tasks | |
parent | 7b7cc300f9ad8be13be21fd18e61d94fd8272208 (diff) | |
download | oldinfra-15c05029129afdc2a3f7e6b2c36e93d297b3de73.tar.gz oldinfra-15c05029129afdc2a3f7e6b2c36e93d297b3de73.zip |
fix ssl
Diffstat (limited to 'roles/phoneof/tasks')
-rw-r--r-- | roles/phoneof/tasks/main.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/phoneof/tasks/main.yml b/roles/phoneof/tasks/main.yml index 1ae43b8..dcd4720 100644 --- a/roles/phoneof/tasks/main.yml +++ b/roles/phoneof/tasks/main.yml @@ -1,4 +1,11 @@ --- +- name: Download internal cert + ansible.builtin.get_url: + url: https://ca.internal.simponic.xyz/roots.pem + validate_certs: false + dest: /etc/roots.pem + checksum: sha256:12a1d52af6f4073c339946e8c67bdd48fa85590480385fcce7f16b6b60d40831 + - name: ensure phoneof docker/compose exist file: path: /etc/docker/compose/phoneof |