ansible/inko.yml

15 lines
248 B
YAML

---
- name: Set up Servers
hosts: inko
gather_facts: yes
roles:
- role: common
tags:
- common
- role: power_management
tags:
- power_management
- role: node_exporter
tags:
- node_exporter