summaryrefslogtreecommitdiff
path: root/bootstrap_arch.yml
diff options
context:
space:
mode:
authorNiklas Yann Wettengel <niyawe@niyawe.de>2021-12-12 15:15:03 +0100
committerNiklas Yann Wettengel <niyawe@niyawe.de>2021-12-12 15:15:03 +0100
commitb53a8cf2283b2d6debb94cd399a72d25da0d7c82 (patch)
treee91b4b549150219b82e5a3995f0f3515154e2a7e /bootstrap_arch.yml
parente75acd9a72df39269496abb7207decfc210efaa6 (diff)
merge fastd and uplink nodes
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