ipsilon: Add OIDC key
This commit is contained in:
parent
1bab946019
commit
46c41d2d77
3 changed files with 13 additions and 0 deletions
|
@ -27,6 +27,15 @@
|
|||
group: ipsilon
|
||||
remote_src: true
|
||||
|
||||
- name: Copy OIDC key
|
||||
ansible.builtin.copy:
|
||||
dest: "{{ tls_private }}/openidc.key"
|
||||
src: "{{ ansible_private }}/files/ipsilon/openidc.key"
|
||||
mode: "0640"
|
||||
owner: root
|
||||
group: ipsilon
|
||||
notify: Restart ipsilon-container
|
||||
|
||||
- name: Get container source
|
||||
ansible.builtin.git:
|
||||
dest: /usr/local/src/docker-ipsilon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue