Consolidate nftables setup for alpine, debian and ceph roles
This commit is contained in:
parent
bfda7b3236
commit
0d60aa107f
8 changed files with 76 additions and 52 deletions
|
@ -3,6 +3,13 @@
|
|||
dest: /etc/hosts
|
||||
src: hosts.j2
|
||||
|
||||
- name: Configure nftables
|
||||
template:
|
||||
dest: /etc/nftables.d/ceph.nft
|
||||
src: ceph.nft.j2
|
||||
mode: 0644
|
||||
notify: reload nftables
|
||||
|
||||
- name: Set up NTP servers
|
||||
lineinfile:
|
||||
path: /etc/systemd/timesyncd.conf
|
||||
|
@ -38,6 +45,4 @@
|
|||
dest: /usr/local/bin/cephadm
|
||||
mode: 0755
|
||||
|
||||
- include_tasks: firewall.yml
|
||||
|
||||
- include_tasks: cert.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue