openshift: fix custom-error-pages playbook
This commit is contained in:
parent
ecdb7ad315
commit
afb1e4a45d
1 changed files with 9 additions and 0 deletions
|
@ -8,6 +8,15 @@
|
||||||
- "/srv/private/ansible/vars.yml"
|
- "/srv/private/ansible/vars.yml"
|
||||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||||
|
|
||||||
|
pre_tasks:
|
||||||
|
- name: Create project directory
|
||||||
|
file:
|
||||||
|
path: /etc/openshift_apps/openshift-config
|
||||||
|
state: directory
|
||||||
|
owner: root
|
||||||
|
group: root
|
||||||
|
mode: 0750
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
app: openshift-config
|
app: openshift-config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue