ZFS, NFS, Zeus setting, perma IP fix

This commit is contained in:
git
2024-01-25 14:30:49 +01:00
parent 498fbdcfbc
commit 146c50fd29
4 changed files with 11 additions and 14 deletions

View File

@@ -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 }}"

View File

@@ -1 +1,8 @@
---
- name: Copy /etc/network/interfaces
template:
src: ../templates/etc_network_interface
dest: /etc/network/interfaces
owner: root
group: root
mode: '0644'

View File

@@ -14,6 +14,9 @@
- openssh-server
- neofetch
- sudo
- powertop
- rsync
- iotop
state: present
- name: Wireguard deb