Skip to content
Snippets Groups Projects
Verified Commit 3231e370 authored by Giancarlo Razzolini's avatar Giancarlo Razzolini
Browse files

playbooks: Change all the hosts names to FQDN.

We have changed our ansible configuration and policy to only use
fully qualified domain names for hostnames. Update the playbooks
to use them.
parent 71cd6fff
No related branches found
No related tags found
No related merge requests found
---
- name: setup apollo
hosts: apollo
hosts: apollo.archlinux.org
remote_user: root
roles:
- { role: common, tags: ['common'] }
......
---
- name: setup orion
hosts: orion
hosts: orion.archlinux.org
remote_user: root
vars:
archweb_db_host: 'apollo.archlinux.org'
......
---
- name: setup soyuz
hosts: soyuz
hosts: soyuz.archlinux.org
remote_user: root
roles:
- { role: common, tags: ['common'] }
......
---
- name: setup vostok
hosts: vostok
hosts: vostok.archlinux.org
remote_user: root
roles:
- { role: common, tags: ['common'] }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment