home lab init
This commit is contained in:
commit
7278922625
65 changed files with 27336 additions and 0 deletions
28
ansible/inventory.yml
Normal file
28
ansible/inventory.yml
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
nodes:
|
||||
hosts:
|
||||
proxmox-01:
|
||||
ansible_host: 192.168.1.205
|
||||
ansible_user: root
|
||||
ansible_ssh_private_key_file: ~/.ssh/id_ed25519
|
||||
|
||||
vms:
|
||||
hosts:
|
||||
mailer:
|
||||
ansible_host: 192.168.1.36
|
||||
ansible_user: plasmagoat
|
||||
|
||||
nas:
|
||||
hosts:
|
||||
nas-01:
|
||||
ansible_host: 192.168.1.226
|
||||
ansible_user: plasmagoat
|
||||
ansible_ssh_private_key_file: ~/.ssh/id_ed25519
|
||||
|
||||
proxmox:
|
||||
hosts:
|
||||
proxmox-01:
|
||||
# vms:
|
||||
# hosts:
|
||||
# tailgate:
|
||||
# ansible_user: example
|
||||
# ansible_host: example.example.ts.net
|
||||
Loading…
Add table
Add a link
Reference in a new issue