Compare commits

...

2 Commits

Author SHA1 Message Date
05c9a5fc2a fixes #27 loading modules, ansible
All checks were successful
continuous-integration/drone/push Build is passing
2024-11-29 13:17:33 +01:00
7073aaf332 apt-cacher volume on ebin01 2024-11-29 12:37:17 +01:00
2 changed files with 12 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
- name: Kernel module nf_conntrack
community.general.modprobe:
name: nf_conntrack
state: present
persistent: present
- name: Kernel module xt_conntrack
community.general.modprobe:
name: nf_conntrack
state: present
persistent: present

View File

@@ -10,7 +10,7 @@ capability {
}
context {
server = "ebin02.wks"
server = "ebin01.wks"
share = "/data/raid1-ssd/app-data/apt-cacher-ng"
mountPermissions = "0"
}