1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-06-10 14:46:05 +02:00
infrastructure/playbooks/install_arch.yml
Florian Pritz 71cd6fff20
Consolidate installation playbook
Hostnames are now set in host_vars and the same playbook is used for
all hosts. If one host needs to be reinstalled the playbook can be run
with "--limit $hostname".

Signed-off-by: Florian Pritz <bluewind@xinu.at>
2017-09-05 20:08:39 +02:00

11 lines
187 B
YAML

---
# This script is for provisioning a server for first boot.
# Care: It is not idempotent by design.
- name: install_arch
hosts: all
remote_user: root
roles:
- install_arch