Catalogue of Ansible playbooks and helper scripts for server management
Go to file
2023-11-12 23:04:38 +01:00
gitlab Update gitlab role + add misc role 2022-02-14 01:02:14 +01:00
inventory chore(group_vars): Remove unused entries 2023-10-30 16:57:59 +01:00
k3s-ansible@8e7081243b Add k3s-ansible playbook from Jeff Geerling 2022-06-11 02:22:02 +02:00
misc Update gitlab role + add misc role 2022-02-14 01:02:14 +01:00
node-configuration fix(fail2ban): Add package cache update 2023-10-22 12:50:14 +02:00
wireguard@11883d85c9 Add wireguard playbook repository 2022-06-11 02:28:30 +02:00
.gitmodules Holyday tmp 2022-06-24 20:38:52 +02:00
backup.yml Update gitlab role + add misc role 2022-02-14 01:02:14 +01:00
init.yml chore(Cleaning): Remove legacy dependency and update k3s installation process 2023-10-22 12:34:22 +02:00
Makefile feat(Configuration): Remove SSH fingerprint check and useless comment 2023-10-23 14:25:09 +02:00
README.md docs(README): Add OMV documentation 2023-11-12 23:04:38 +01:00

Ansible

Catalogue of Ansible playbooks and helper scripts for server management

TODO

Migrate OMV6 installation process to the OMV-Extras script and disable network configuration step https://github.com/OpenMediaVault-Plugin-Developers/installScript#to-skip-network-setup

Node configuration process

Setup user configuration

  • Create provisioning user without password and sudo
  • Create tanguy user with password
  • Disable root login (passwd --lock root)

SSH Setup

  • Install fail2ban
  • Disable SSH password login
  • Change SSH port

Miscellaneous

  • Test if unattended-upgrade is installed
  • Disable if true
  • Disable IPv6
  • Setup hostname

Softwares

  • Install k3s with token
  • Install OMV for NAS node*(s)

Update system

  • General package manager update

Additional configuration

  • Add label to output node on k3s to enable load balancer

OMV configuration

NFS configuration

  • Create FS
  • Enable NFS
  • subtree_check,insecure,no_root_squash,anonuid=1000,anongid=100 in NFS share extra options