proxmox-backup: fix hosts file
This commit is contained in:
parent
68f0d6ba44
commit
0802ac9878
2 changed files with 17 additions and 0 deletions
|
@ -2,6 +2,11 @@
|
|||
hostname:
|
||||
name: '{{ inventory_hostname }}'
|
||||
|
||||
- name: Set up hosts file
|
||||
template:
|
||||
dest: /etc/hosts
|
||||
src: hosts.j2
|
||||
|
||||
- name: Set up resolv.conf
|
||||
template:
|
||||
dest: /etc/resolv.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue