Compare commits

..

2 Commits

Author SHA1 Message Date
Laurent Gourvenec 7838ee15b3 Allow roll-back for hydra-dispatcher 2024-07-12 16:51:46 +02:00
Laurent Gourvenec c7148384fb WIP: Hotfix liés à MSE2 2024-07-12 16:51:29 +02:00
5 changed files with 7 additions and 27 deletions

View File

@ -21,6 +21,9 @@
- src: hydra-remote-user.yml.j2
dest: /etc/hydra-remote-user/conf.d/remote-user.yml
mode: u=rw,g=r,o=r
- src: mpm_prefork.conf.j2
dest: /etc/hydra-remote-user/mpm_prefork.conf
mode: u=rw,g=r,o=r
notify:
- Restart cadoles-pod-hydra-remote-user-v1
become: true
@ -34,6 +37,7 @@
dest: /etc/hydra-remote-user/apache.conf
- src: mpm_prefork.conf
dest: /etc/hydra-remote-user/mpm_prefork.conf
mode: u=rw,g=r,o=r
notify:
- Restart cadoles-pod-hydra-remote-user-v1
become: true

View File

@ -81,17 +81,9 @@
- src: hydra-dispatcher-apps.yml.j2
dest: /etc/hydra-dispatcher/conf.d/apps.yml
mode: u=rw,g=r,o=r
notify:
- Restart cadoles-pod-hydra-dispatcher-v1
become: true
- name: Configure cadoles-pod-hydra-dispatcher-v1 (2)
ansible.builtin.copy:
src: "{{ item.src }}"
dest: "{{ item.dest }}"
with_items:
- src: www.conf.gotmpl
dest: /etc/hydra-dispatcher/www.conf.gotmpl
mode: u=rw,g=r,o=r
notify:
- Restart cadoles-pod-hydra-dispatcher-v1
become: true

View File

@ -24,14 +24,3 @@
notify:
- Restart cadoles-pod-hydra-dispatcher-v1
become: true
- name: Configure cadoles-pod-hydra-dispatcher-v1 (2)
ansible.builtin.copy:
src: "{{ item.src }}"
dest: "{{ item.dest }}"
with_items:
- src: www.conf.gotmpl
dest: /etc/hydra-dispatcher/www.conf.gotmpl
notify:
- Restart cadoles-pod-hydra-dispatcher-v1
become: true

View File

@ -26,13 +26,8 @@
- name: Configure cadoles-pod-hydra-remote-user-v1 (2)
ansible.builtin.copy:
src: "{{ item.src }}"
dest: "{{ item.dest }}"
with_items:
- src: hydra-remote-user-v1-apache.conf
dest: /etc/hydra-remote-user/apache.conf
- src: mpm_prefork.conf
dest: /etc/hydra-remote-user/mpm_prefork.conf
src: hydra-remote-user-v1-apache.conf
dest: /etc/hydra-remote-user/apache.conf
notify:
- Restart cadoles-pod-hydra-remote-user-v1
become: true