1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/playbooks/tasks/install_arch.yml
Evangelos Foutras 404f8b3aae
sshd: remove support for custom ssh.d directory
The same drop-in functionality is now provided by the openssh package
via /etc/ssh/sshd_config.d/.
2023-08-13 22:06:10 +03:00

11 lines
224 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"