Newer
Older
---
# This script is for provisioning a server for first boot.
# Care: It is not idempotent by design.
- name: provision orion
hosts: orion
remote_user: root
vars:
- hostname: orion
roles:
- install_arch
Due to an influx of spam, we have had to temporarily disable account registrations. Please write an email to accountsupport@archlinux.org, with your desired username, if you want to get access. Sorry for the inconvenience.
---
# This script is for provisioning a server for first boot.
# Care: It is not idempotent by design.
- name: provision orion
hosts: orion
remote_user: root
vars:
- hostname: orion
roles:
- install_arch