1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-20 10:41:47 +02:00
infrastructure/playbooks/install_arch.yml

11 lines
187 B
YAML
Raw Normal View History

---
# 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