Compare commits
3 Commits
5e5dabff1a
...
40bbe62203
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
40bbe62203
|
||
|
|
cb69a9b430
|
||
|
|
19f1681473
|
@@ -1,13 +0,0 @@
|
|||||||
# SPDX-License-Identifier: MIT-0
|
|
||||||
---
|
|
||||||
# handlers file for bootstrap
|
|
||||||
- name: Pull podman images
|
|
||||||
listen: podman
|
|
||||||
block:
|
|
||||||
- name: Pull container images via podman
|
|
||||||
containers.podman.podman_image:
|
|
||||||
name: "{{ item.value['name'] }}"
|
|
||||||
tag: "{{ item.value['tag'] | default('latest') }}"
|
|
||||||
state: present
|
|
||||||
notify: "{{ item.key }}"
|
|
||||||
loop: "{{ lookup('ansible.builtin.dict', software.containers) }}"
|
|
||||||
@@ -236,10 +236,6 @@ software:
|
|||||||
- "nextcloud:ports.http=81"
|
- "nextcloud:ports.http=81"
|
||||||
# @TODO see how to set these options: https://help.nextcloud.com/t/how-to-configure-nextcloud-snap/216036#p-649442-trusted-domains-configuration-8
|
# @TODO see how to set these options: https://help.nextcloud.com/t/how-to-configure-nextcloud-snap/216036#p-649442-trusted-domains-configuration-8
|
||||||
# @TODO see how to set these options: https://help.nextcloud.com/t/how-to-configure-nextcloud-snap/216036#p-649442-trusted-proxy-configuration-9
|
# @TODO see how to set these options: https://help.nextcloud.com/t/how-to-configure-nextcloud-snap/216036#p-649442-trusted-proxy-configuration-9
|
||||||
containers:
|
|
||||||
ariang:
|
|
||||||
name: https://docker.io/p3terx/ariang
|
|
||||||
tag: latest
|
|
||||||
links:
|
links:
|
||||||
quartz:
|
quartz:
|
||||||
name: quartz
|
name: quartz
|
||||||
|
|||||||
Reference in New Issue
Block a user