ZFS, NFS, Zeus setting, perma IP fix
This commit is contained in:
@@ -8,19 +8,6 @@
|
||||
mode: '0664'
|
||||
|
||||
|
||||
- name: Set host name in /etc/hosts
|
||||
ansible.builtin.blockinfile:
|
||||
state: present
|
||||
insertafter: EOF
|
||||
path: /etc/hosts
|
||||
mode: '0664'
|
||||
owner: root
|
||||
group: root
|
||||
create: true
|
||||
block: |
|
||||
{{ ip }} {{ host }}
|
||||
|
||||
|
||||
- name: Set a hostname
|
||||
ansible.builtin.hostname:
|
||||
name: "{{ host }}"
|
||||
Reference in New Issue
Block a user