Empty machine playbook

This commit is contained in:
Wojciech Kozlowski 2022-08-26 16:20:37 +02:00
parent 8fd3c67786
commit 481ef43ba6
3 changed files with 8 additions and 0 deletions

2
ansible.cfg Normal file
View File

@ -0,0 +1,2 @@
[defaults]
inventory = ./hosts

1
hosts Normal file
View File

@ -0,0 +1 @@
yggdrasil

5
machine.yml Normal file
View File

@ -0,0 +1,5 @@
---
- hosts: yggdrasil
vars_files:
- secrets.yml