Compare commits
2 Commits
e8cd8f6239
...
05c9a5fc2a
| Author | SHA1 | Date | |
|---|---|---|---|
| 05c9a5fc2a | |||
| 7073aaf332 |
11
ansible/roles/modules/tasks/main.yaml
Normal file
11
ansible/roles/modules/tasks/main.yaml
Normal 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
|
||||||
@@ -10,7 +10,7 @@ capability {
|
|||||||
}
|
}
|
||||||
|
|
||||||
context {
|
context {
|
||||||
server = "ebin02.wks"
|
server = "ebin01.wks"
|
||||||
share = "/data/raid1-ssd/app-data/apt-cacher-ng"
|
share = "/data/raid1-ssd/app-data/apt-cacher-ng"
|
||||||
mountPermissions = "0"
|
mountPermissions = "0"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user