Added new machine: inko, personalized root yaml files for specific host instead of group

Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
This commit is contained in:
TuDatTr
2023-11-05 20:33:59 +01:00
parent 3f88065da4
commit c6df5f904d
10 changed files with 38 additions and 15 deletions

14
inko.yml Normal file
View File

@@ -0,0 +1,14 @@
---
- 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