mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 07:48:33 +01:00
add: ip-gate service to container vpn
This commit is contained in:
@@ -60,20 +60,29 @@
|
||||
|
||||
- name: Create compose directories
|
||||
file:
|
||||
name: "/opt/certificate-manager/"
|
||||
name: "/opt/{{ item }}/"
|
||||
state: directory
|
||||
with_items:
|
||||
- certificate-manager
|
||||
- atlantis-ip-gate
|
||||
|
||||
- name: Copy compose templates
|
||||
template:
|
||||
src: "certificate-manager.yaml"
|
||||
dest: "/opt/certificate-manager/"
|
||||
src: "{{ item }}.yaml"
|
||||
dest: "/opt/{{ item }}/"
|
||||
with_items:
|
||||
- certificate-manager
|
||||
- atlantis-ip-gate
|
||||
|
||||
- name: Deploy compose templates
|
||||
community.docker.docker_compose:
|
||||
project_src: "/opt/certificate-manager/"
|
||||
project_src: "/opt/{{ item }}/"
|
||||
pull: true
|
||||
files:
|
||||
- "certificate-manager.yaml"
|
||||
- "{{ item }}.yaml"
|
||||
with_items:
|
||||
- certificate-manager
|
||||
- atlantis-ip-gate
|
||||
|
||||
# setup oauth proxy #
|
||||
- name: include services ports
|
||||
|
||||
Reference in New Issue
Block a user