Deploy docsbuilding to prod
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
1fd0776f26
commit
a62eb89dd1
2 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@
|
|||
mnt_dir: '/srv/docs'
|
||||
nfs_src_dir: 'openshift_{{ env_short }}_docs'
|
||||
mount_stg: true
|
||||
when: '"sundries01" in ansible_fqdn and env == "staging"'
|
||||
when: '"sundries01" in ansible_fqdn'
|
||||
|
||||
pre_tasks:
|
||||
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
- name: make the app be real
|
||||
hosts: os-masters-stg[0]
|
||||
hosts: os-masters[0]:os-masters-stg[0]
|
||||
user: root
|
||||
gather_facts: False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue