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 }}"
|
||||
@@ -1 +1,8 @@
|
||||
---
|
||||
- name: Copy /etc/network/interfaces
|
||||
template:
|
||||
src: ../templates/etc_network_interface
|
||||
dest: /etc/network/interfaces
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0644'
|
||||
@@ -14,6 +14,9 @@
|
||||
- openssh-server
|
||||
- neofetch
|
||||
- sudo
|
||||
- powertop
|
||||
- rsync
|
||||
- iotop
|
||||
state: present
|
||||
|
||||
- name: Wireguard deb
|
||||
|
||||
Reference in New Issue
Block a user