mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-05-04 14:59:50 +02:00
8 lines
223 B
YAML
Executable File
8 lines
223 B
YAML
Executable File
- name: Setup
|
|
become: "{{ 'no' if inventory_hostname in ['sectorq.cloud', 'nas.home.lan'] else 'yes' }}"
|
|
any_errors_fatal: false
|
|
ignore_unreachable: true
|
|
block:
|
|
- name: Gather facts
|
|
ansible.builtin.setup:
|