mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
14 lines
267 B
YAML
14 lines
267 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: "2020.10.01"
|
|
- sshd_enable_includes: false
|