mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-03-13 13:42:47 +01:00
13 lines
360 B
YAML
13 lines
360 B
YAML
- name: Include vault
|
|
ansible.builtin.include_vars:
|
|
file: jaydee.yml
|
|
|
|
- name: Facts
|
|
ansible.builtin.setup:
|
|
when: ansible_facts.architecture is not defined
|
|
|
|
- name: Include OS-specific tasks
|
|
ansible.builtin.include_tasks: "{{ ansible_distribution }}.yml"
|
|
|
|
- name: Create hosts / proxies in zabbix
|
|
ansible.builtin.include_tasks: "configure.yml" |