homeserver/Archiv/mgrote.influxdb/defaults/tasks/main.yml
Quotengrote effde3f736
Housekeeping (#47)
* Ungenutzte Rollen in Archiv verschoben

* Group_Vars und Playbook Bezeichnungen vereinheitlicht

* Archiv aufgeräumt
2020-10-14 15:47:50 +02:00

15 lines
397 B
YAML

---
- name: include tasks - install redhat
include_tasks: install_redhat.yml
when: ansible_facts['os_family'] == 'RedHat'
- name: include tasks - install debian
include_tasks: install_debian.yml
when: ansible_facts['os_family'] == 'Debian'
- name: include tasks - python
include_tasks: install_python.yml
- name: include tasks - config
include_tasks: config.yml