blob: 5b8f7c1a30d080dcd993c5a99321e58c00999dc0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
---
- name: reboot vserver into rescue image
hosts: new_fastds
connection: local
gather_facts: no
vars:
ansible_python_interpreter: /usr/bin/python
roles:
- role: boot-rescue
- name: install archlinux
hosts: new_fastds
user: root
roles:
- role: install_arch
|