Compare commits
2 Commits
c9b6f359be
...
7838ee15b3
Author | SHA1 | Date |
---|---|---|
Laurent Gourvenec | 7838ee15b3 | |
Laurent Gourvenec | c7148384fb |
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue