From b53a8cf2283b2d6debb94cd399a72d25da0d7c82 Mon Sep 17 00:00:00 2001 From: Niklas Yann Wettengel Date: Sun, 12 Dec 2021 15:15:03 +0100 Subject: merge fastd and uplink nodes --- bootstrap_arch.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 bootstrap_arch.yml (limited to 'bootstrap_arch.yml') 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 -- cgit v1.2.3-54-g00ecf