ceph: set up firewall
Still need to drop the hardcoded allowed set.
This commit is contained in:
parent
e7f9132571
commit
8be55c2bde
2 changed files with 19 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue