Do not fail playbook on first run

This commit is contained in:
Francesco Antognazza 2023-08-01 10:59:37 +02:00
parent 92fc0ffb1c
commit a0aaf0e5a5
8 changed files with 8 additions and 0 deletions

View File

@ -13,6 +13,7 @@
state: stopped
loop:
- collabora
failed_when: false
# - name: Create podman volumes
# containers.podman.podman_volume:

View File

@ -13,6 +13,7 @@
state: stopped
loop:
- drone-runner
failed_when: false
- name: Get containers UID
ansible.builtin.command: "id -u containers"

View File

@ -13,6 +13,7 @@
state: stopped
loop:
- drone-server
failed_when: false
- name: Create podman volumes
containers.podman.podman_volume:

View File

@ -14,6 +14,7 @@
loop:
- gitea
- db_gitea
failed_when: false
- name: Permit traffic from any IP to ssh port
become: true

View File

@ -13,6 +13,7 @@
state: stopped
loop:
- heimdall
failed_when: false
- name: Create podman volumes
containers.podman.podman_volume:

View File

@ -15,6 +15,7 @@
- nextcloud
- redis_nextcloud
- db_nextcloud
failed_when: false
- name: Pull container images
become_user: containers

View File

@ -18,6 +18,7 @@
state: stopped
loop:
- portainer
failed_when: false
- name: Pull portainer image
become_user: containers

View File

@ -18,6 +18,7 @@
state: stopped
loop:
- traefik
failed_when: false
- name: Permit traffic from any IP to http port
become: true