mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-12-14 01:54:56 +01:00
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
13 lines
330 B
YAML
Executable File
13 lines
330 B
YAML
Executable File
- name: Letsgo
|
|
become: "{{ 'no' if inventory_hostname in ['sectorq.cloud', 'nas.home.lan'] else 'yes' }}"
|
|
block:
|
|
- name: Include roles
|
|
ansible.builtin.include_role:
|
|
name: "{{ roles_item }}"
|
|
loop_control:
|
|
loop_var: roles_item
|
|
loop:
|
|
- docker
|
|
- docker_swarm
|
|
- autofs
|