diff options
Diffstat (limited to 'bootstrap_arch.yml')
-rw-r--r-- | bootstrap_arch.yml | 9 |
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 |