mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Create /mnt/koji/vol/prod for staging koji-hub.
This commit is contained in:
@@ -60,6 +60,14 @@
|
||||
- sudo
|
||||
|
||||
tasks:
|
||||
- name: create secondary volume dir for stg koji
|
||||
file: dest=/mnt/koji/vol state=directory owner=apache group=apache mode=0755
|
||||
tags: koji_hub
|
||||
when: env == 'staging'
|
||||
- name: create symlink for stg/prod secondary volume
|
||||
file: src=/mnt/fedora_koji_prod dest=/mnt/koji/vol/prod state=link
|
||||
tags: koji_hub
|
||||
when: env == 'staging'
|
||||
- include: "{{ tasks }}/yumrepos.yml"
|
||||
- include: "{{ tasks }}/2fa_client.yml"
|
||||
- include: "{{ tasks }}/motd.yml"
|
||||
|
||||
Reference in New Issue
Block a user