summaryrefslogtreecommitdiff
path: root/bootstrap_arch.yml
diff options
context:
space:
mode:
authorNiklas Yann Wettengel <niyawe@niyawe.de>2017-03-12 17:55:26 +0100
committerNiklas Yann Wettengel <niyawe@niyawe.de>2017-03-12 17:55:26 +0100
commit28ebbd929bbe90d39b26ce49b340071820e227d8 (patch)
treec5427dcc3f0740dc63fa5d56553861dd2e3ec2a6 /bootstrap_arch.yml
added boot-rescue role
Diffstat (limited to 'bootstrap_arch.yml')
-rw-r--r--bootstrap_arch.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/bootstrap_arch.yml b/bootstrap_arch.yml
new file mode 100644
index 0000000..28e93eb
--- /dev/null
+++ b/bootstrap_arch.yml
@@ -0,0 +1,9 @@
+---
+- 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