Move netmask to separate config part 3
This commit is contained in:
parent
211f83995b
commit
9546f34c34
|
@ -59,8 +59,8 @@
|
||||||
line: "{{ item }}"
|
line: "{{ item }}"
|
||||||
state: present
|
state: present
|
||||||
with_items:
|
with_items:
|
||||||
- "public network = {{ pvc_storage_subnet }}"
|
- "public network = {{ pvc_storage_subnet }}/{{ pvc_storage_netmask }}"
|
||||||
- "cluster network = {{ pvc_storage_subnet }}"
|
- "cluster network = {{ pvc_storage_subnet }}/{{ pvc_storage_netmask }}"
|
||||||
- "auth cluster required = cephx"
|
- "auth cluster required = cephx"
|
||||||
- "auth service required = cephx"
|
- "auth service required = cephx"
|
||||||
- "auth client required = cephx"
|
- "auth client required = cephx"
|
||||||
|
|
Loading…
Reference in New Issue