k8s let's encrypt issuer and cert creation
This commit is contained in:
12
ansible-5/roles/prod.k3s/tasks/gluster.fstab.yml
Normal file
12
ansible-5/roles/prod.k3s/tasks/gluster.fstab.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
|
||||
- name: Create glusterfs fstab entries
|
||||
ansible.posix.mount:
|
||||
path: "{{item.path}}"
|
||||
src: "gluster:/{{item.name}}"
|
||||
fstype: "glusterfs"
|
||||
boot: false
|
||||
opts: "direct-io-mode=disable,_netdev,x-systemd.automount 0 0"
|
||||
state: "{{item.state}}"
|
||||
with_items: "{{fstab.gluster}}"
|
||||
become: true
|
||||
Reference in New Issue
Block a user