1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-20 22:33:20 +02:00
infrastructure/playbooks/vostok-provision.yml
Florian Pritz c3b09e584c
Move vostok hostvars to hostvars file
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-07-28 11:28:11 +02:00

13 lines
225 B
YAML

---
# This script is for provisioning a server for first boot.
# Care: It is not idempotent by design.
- name: provision vostok
hosts: vostok
remote_user: root
vars:
- hostname: vostok
roles:
- install_arch