feat: ability to set extra networks for opencloud
needed for ldap outpost Signed-off-by: Bert-Jan Fikse <bert-jan@whatwedo.ch>
This commit is contained in:
parent
e2fae25592
commit
dbcccc090b
3 changed files with 15 additions and 1 deletions
|
|
@ -69,6 +69,12 @@
|
|||
when: opencloud_drawio_url | length > 0
|
||||
notify: restart opencloud
|
||||
|
||||
- name: Ensure extra networks exist
|
||||
community.docker.docker_network:
|
||||
name: "{{ item }}"
|
||||
state: present
|
||||
loop: "{{ opencloud_extra_networks }}"
|
||||
|
||||
- name: Create docker-compose file for opencloud
|
||||
template:
|
||||
src: docker-compose.yml.j2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue