mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 04:18:34 +01:00
feat: implement atlantis status deployment
This commit is contained in:
@@ -94,6 +94,13 @@
|
||||
src: "grafana.ini"
|
||||
dest: "/data/grafana/grafana.ini"
|
||||
|
||||
- name: copy_atlantis_status_services
|
||||
template:
|
||||
src: "{{ item }}.yaml"
|
||||
dest: "/data/atlantis-status/services/"
|
||||
with_items:
|
||||
- "atlantis-array"
|
||||
|
||||
- name: Create compose directories
|
||||
file:
|
||||
name: "/opt/{{ item }}"
|
||||
@@ -240,7 +247,7 @@
|
||||
template:
|
||||
src: oauth-standalone-docker-compose.yaml
|
||||
dest: "/opt/oauth2proxy/{{ item }}/docker-compose.yaml"
|
||||
remove_orphans: true
|
||||
#remove_orphans: true
|
||||
with_items:
|
||||
- tmnf-replay-server
|
||||
- atlantis-hub
|
||||
|
||||
Reference in New Issue
Block a user