mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-22 13:11:29 +00:00
efs
This commit is contained in:
parent
b0a8a91d88
commit
7b024538f2
@ -7,6 +7,7 @@
|
|||||||
- vars/vaults/encpass.yml
|
- vars/vaults/encpass.yml
|
||||||
- vars/common.yml
|
- vars/common.yml
|
||||||
- vars/kojid.yml
|
- vars/kojid.yml
|
||||||
|
- vars/koji-common.yml
|
||||||
|
|
||||||
# This is to try to avoid the handler issue in pre/post tasks
|
# This is to try to avoid the handler issue in pre/post tasks
|
||||||
handlers:
|
handlers:
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
- vars/vaults/encpass.yml
|
- vars/vaults/encpass.yml
|
||||||
- vars/common.yml
|
- vars/common.yml
|
||||||
- vars/kojihub.yml
|
- vars/kojihub.yml
|
||||||
|
- vars/koji-common.yml
|
||||||
|
|
||||||
# This is to try to avoid the handler issue in pre/post tasks
|
# This is to try to avoid the handler issue in pre/post tasks
|
||||||
handlers:
|
handlers:
|
||||||
@ -110,6 +111,9 @@
|
|||||||
state: present
|
state: present
|
||||||
|
|
||||||
post_tasks:
|
post_tasks:
|
||||||
|
- name: "Setup shared filesystem mount"
|
||||||
|
import_tasks: tasks/koji_efs.yml
|
||||||
|
|
||||||
- name: Touching run file that ansible has ran here
|
- name: Touching run file that ansible has ran here
|
||||||
file:
|
file:
|
||||||
path: /var/log/ansible.run
|
path: /var/log/ansible.run
|
||||||
|
8
ansible/playbooks/vars/koji-common.yml
Normal file
8
ansible/playbooks/vars/koji-common.yml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
# Koji common
|
||||||
|
koji_efs_mount_path: /mnt/koji
|
||||||
|
koji_efs_fsid: whatever.amazonaws.com
|
||||||
|
koji_efs_fs_type: efs
|
||||||
|
koji_efs_fs_opts:
|
||||||
|
- tls
|
||||||
|
- iam
|
Loading…
Reference in New Issue
Block a user