This commit is contained in:
nazunalika 2021-01-24 16:30:46 -07:00
parent b0a8a91d88
commit 7b024538f2
3 changed files with 13 additions and 0 deletions

View File

@ -7,6 +7,7 @@
- vars/vaults/encpass.yml
- vars/common.yml
- vars/kojid.yml
- vars/koji-common.yml
# This is to try to avoid the handler issue in pre/post tasks
handlers:

View File

@ -7,6 +7,7 @@
- vars/vaults/encpass.yml
- vars/common.yml
- vars/kojihub.yml
- vars/koji-common.yml
# This is to try to avoid the handler issue in pre/post tasks
handlers:
@ -110,6 +111,9 @@
state: present
post_tasks:
- name: "Setup shared filesystem mount"
import_tasks: tasks/koji_efs.yml
- name: Touching run file that ansible has ran here
file:
path: /var/log/ansible.run

View 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