1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-20 19:05:40 +02:00
infrastructure/playbooks/vostok-provision.yml

18 lines
393 B
YAML
Raw Normal View History

---
# 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
ipv4_address: "5.9.158.171"
ipv6_address: "2a01:4f8:190:51aa::1/128"
ipv4_gateway: "5.9.158.161"
ipv6_gateway: "fe80::1"
filesystem: ext4
roles:
- install_arch