Website playbook should target ara.recordsansible.org
Change-Id: I8ff2a69480e3a65d282c2ff5f301a2f8296facb6
This commit is contained in:
parent
e7612fc889
commit
7e2b6bf751
@ -1,7 +1,7 @@
|
||||
- nodeset:
|
||||
name: ara-infra-fedora-28
|
||||
nodes:
|
||||
- name: infra.recordsansible.org
|
||||
- name: ara.recordsansible.org
|
||||
label: fedora-28
|
||||
|
||||
- job:
|
||||
|
@ -1,5 +1,5 @@
|
||||
- name: Set up the ara.recordsansible.org website
|
||||
hosts: infra.recordsansible.org
|
||||
hosts: ara.recordsansible.org
|
||||
gather_facts: yes
|
||||
tasks:
|
||||
- name: Include the website role
|
||||
|
@ -17,7 +17,7 @@
|
||||
# along with ARA. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
- name: Website post-run
|
||||
hosts: infra.recordsansible.org
|
||||
hosts: ara.recordsansible.org
|
||||
gather_facts: yes
|
||||
tasks:
|
||||
- name: Create artifact directories
|
||||
|
@ -17,7 +17,7 @@
|
||||
# along with ARA. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
- name: Website pre-run
|
||||
hosts: infra.recordsansible.org
|
||||
hosts: ara.recordsansible.org
|
||||
vars:
|
||||
domain: ara.recordsansible.org
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
|
Loading…
Reference in New Issue
Block a user