Website playbook should target ara.recordsansible.org

Change-Id: I8ff2a69480e3a65d282c2ff5f301a2f8296facb6
This commit is contained in:
David Moreau Simard 2019-03-07 13:44:56 -05:00
parent e7612fc889
commit 7e2b6bf751
No known key found for this signature in database
GPG Key ID: CBEB466764A9E621
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
- nodeset: - nodeset:
name: ara-infra-fedora-28 name: ara-infra-fedora-28
nodes: nodes:
- name: infra.recordsansible.org - name: ara.recordsansible.org
label: fedora-28 label: fedora-28
- job: - job:

View File

@ -1,5 +1,5 @@
- name: Set up the ara.recordsansible.org website - name: Set up the ara.recordsansible.org website
hosts: infra.recordsansible.org hosts: ara.recordsansible.org
gather_facts: yes gather_facts: yes
tasks: tasks:
- name: Include the website role - name: Include the website role

View File

@ -17,7 +17,7 @@
# along with ARA. If not, see <http://www.gnu.org/licenses/>. # along with ARA. If not, see <http://www.gnu.org/licenses/>.
- name: Website post-run - name: Website post-run
hosts: infra.recordsansible.org hosts: ara.recordsansible.org
gather_facts: yes gather_facts: yes
tasks: tasks:
- name: Create artifact directories - name: Create artifact directories

View File

@ -17,7 +17,7 @@
# along with ARA. If not, see <http://www.gnu.org/licenses/>. # along with ARA. If not, see <http://www.gnu.org/licenses/>.
- name: Website pre-run - name: Website pre-run
hosts: infra.recordsansible.org hosts: ara.recordsansible.org
vars: vars:
domain: ara.recordsansible.org domain: ara.recordsansible.org
ansible_python_interpreter: /usr/bin/python3 ansible_python_interpreter: /usr/bin/python3