summaryrefslogtreecommitdiff
path: root/bootstrap_arch.yml
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap_arch.yml')
-rw-r--r--bootstrap_arch.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/bootstrap_arch.yml b/bootstrap_arch.yml
deleted file mode 100644
index 5b8f7c1..0000000
--- a/bootstrap_arch.yml
+++ /dev/null
@@ -1,15 +0,0 @@
----
-- 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