First commit
This commit is contained in:
6
ansible.cfg
Normal file
6
ansible.cfg
Normal file
@@ -0,0 +1,6 @@
|
||||
[defaults]
|
||||
inventory = hosts
|
||||
remote_user = root
|
||||
forks = 8
|
||||
interpreter_python = /usr/bin/python3
|
||||
nocows=1
|
||||
4
group_vars/all.yaml
Normal file
4
group_vars/all.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
ssh_keys:
|
||||
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPZtT/M5QIjvibJB6GMVAFykl3WPHDYUKm1XAKh7T2UD fr@filip-laptop
|
||||
|
||||