Deploy docsbuilding to prod

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2019-04-16 19:33:42 +02:00
parent 1fd0776f26
commit a62eb89dd1
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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