Skip to content

Commit

Permalink
specify required permissions on quay configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
BadgerOps authored and harishsurf committed Dec 12, 2023
1 parent 6563fde commit 709683e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,15 @@
- name: Create necessary directory for Quay config bundle
ansible.builtin.file:
path: "{{ quay_root }}/quay-config"
mode: 0750
state: directory
recurse: yes

- name: Copy Quay config.yaml file
template:
src: ../templates/config.yaml.j2
dest: "{{ quay_root }}/quay-config/config.yaml"
mode: 0750

- name: Check if SSL Cert exists
stat:
Expand All @@ -42,6 +44,7 @@
- name: Create necessary directory for Quay rootCA files
ansible.builtin.file:
path: "{{ quay_root }}/quay-rootCA"
mode: 0750
state: directory
recurse: yes

Expand Down

0 comments on commit 709683e

Please sign in to comment.