1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-20 16:49:00 +02:00
infrastructure/playbooks/vostok-provision.yml
2016-05-17 13:47:22 +02:00

18 lines
393 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
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