ceph: set up firewall

Still need to drop the hardcoded allowed set.
This commit is contained in:
Timotej Lazar 2024-04-05 06:12:58 +02:00
parent e7f9132571
commit 8be55c2bde
2 changed files with 19 additions and 0 deletions

View file

@ -1,3 +1,7 @@
- name: Retrieve service list
set_fact:
services: '{{ query("netbox.netbox.nb_lookup", "clusters", raw_data=true, api_filter="name="+cluster) | map(attribute="custom_fields.services") | flatten }}'
- name: Install nftables
package:
name: nftables