ansible-edda/playbooks/system.yml

34 lines
713 B
YAML
Raw Normal View History

2022-12-07 21:36:08 +01:00
---
2022-12-08 23:27:25 +01:00
- name: "system : ups"
2022-12-07 21:36:08 +01:00
hosts: "ups"
roles:
2022-12-18 19:36:21 +01:00
- role: "system/ups"
2022-12-07 21:36:08 +01:00
tags: "system:ups"
2022-12-08 23:27:25 +01:00
- name: "system : smart"
2022-12-07 21:36:08 +01:00
hosts: "smart"
roles:
2022-12-18 19:36:21 +01:00
- role: "system/smart"
2022-12-07 21:36:08 +01:00
vars:
2022-12-18 19:36:21 +01:00
system_base_smartd_conf_file: "files/system/smart/smartd.conf"
2022-12-07 21:36:08 +01:00
tags: "system:smart"
2022-12-08 23:27:25 +01:00
- name: "system : zfs"
2022-12-07 21:36:08 +01:00
hosts: "zfs"
roles:
2022-12-18 19:36:21 +01:00
- role: "system/zfs"
2022-12-07 21:36:08 +01:00
tags: "system:zfs"
2022-12-08 23:27:25 +01:00
- name: "system : all"
2022-12-07 21:36:08 +01:00
hosts: "all"
roles:
2022-12-18 19:36:21 +01:00
- role: "system/mail"
2022-12-07 21:36:08 +01:00
when: the_nine_worlds_production | bool
2022-12-18 01:38:30 +01:00
tags: "system:mail"
2022-12-18 19:36:21 +01:00
- role: "system/nftables"
2022-12-18 19:01:04 +01:00
tags: "system:nftables"
2022-12-18 19:36:21 +01:00
- role: "system/base"
2022-12-07 21:36:08 +01:00
vars:
2022-12-18 19:36:21 +01:00
system_base_motd_dir: "files/system/base/motd"
2022-12-18 01:38:30 +01:00
tags: "system:base"