This commit is contained in:
havelight-ee
2023-06-07 12:19:23 +09:00
parent 4b90fb1081
commit 2005fe2a39
12 changed files with 286 additions and 4 deletions

View File

@@ -10,3 +10,12 @@
- name: Install nfs-common
apt: name=nfs-common state=latest update_cache=yes
- name:
template:
src: sysctl.j2
dest: /etc/sysctl.conf
owner: root
group: root
mode: 0644