1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-07 04:24:10 +01:00
infrastructure/playbooks/tasks/install_arch.yml
2024-11-19 11:34:37 +01:00

11 lines
222 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
vars:
bootstrap_version: "latest"