initial pfannkuchen
This commit is contained in:
parent
b6dafc7a73
commit
4d305fa19f
99 changed files with 3575 additions and 321 deletions
9
roles/sysctl_proxmox/templates/hosts.j2
Normal file
9
roles/sysctl_proxmox/templates/hosts.j2
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Managed by Ansible
|
||||
127.0.0.1 localhost
|
||||
127.0.1.1 {{ inventory_hostname }}
|
||||
::1 localhost ip6-localhost ip6-loopback
|
||||
|
||||
# Proxmox Hosts
|
||||
{% for host in groups['proxmox'] %}
|
||||
{{ hostvars[host]['ansible_host'] }} {{ host }}
|
||||
{% endfor %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue