From 28ebbd929bbe90d39b26ce49b340071820e227d8 Mon Sep 17 00:00:00 2001 From: Niklas Yann Wettengel Date: Sun, 12 Mar 2017 17:55:26 +0100 Subject: added boot-rescue role --- bootstrap_arch.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 bootstrap_arch.yml (limited to 'bootstrap_arch.yml') 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 -- cgit v1.2.3-54-g00ecf