Updated homelab hosts & structure
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
[defaults]
|
||||
inventory = /home/janic/workspace/ansible/config/hosts.homelab.yaml
|
||||
roles_path = /home/janic/workspace/ansible/roles
|
||||
private_key_file = /home/janic/.ssh/id_ed25519_privat_v1
|
||||
remote_user = root
|
||||
host_key_checking = False
|
||||
|
||||
[inventory]
|
||||
|
||||
[privilege_escalation]
|
||||
become=True
|
||||
become_method=sudo
|
||||
become_user=root
|
||||
|
||||
[paramiko_connection]
|
||||
|
||||
[ssh_connection]
|
||||
|
||||
[persistent_connection]
|
||||
|
||||
[accelerate]
|
||||
|
||||
[selinux]
|
||||
|
||||
[colors]
|
||||
|
||||
[diff]
|
||||
Reference in New Issue
Block a user