Drop second disk from registry hosts

This commit is contained in:
Timo Makinen 2021-09-14 18:44:55 +00:00
parent 7cba6b9616
commit 4d444dfafc
2 changed files with 2 additions and 13 deletions

View file

@ -1,6 +1,6 @@
---
datadisks:
- 100
# use bigger disk for os as we have web site data there
dsk_size: 60
glusterfs_group: registry
firewall_in:
- {proto: tcp, port: 22, from: [172.20.20.0/22]}

View file

@ -6,17 +6,6 @@
user: root
gather_facts: true
pre_tasks:
- name: mount /export
mount:
name: /export
src: LABEL=/export
fstype: xfs
opts: noatime,noexec,nosuid,nodev
passno: "0"
dump: "0"
state: mounted
vars_files:
- "{{ ansible_private }}/vars.yml"