diff options
author | Niklas Yann Wettengel <niyawe@niyawe.de> | 2017-03-12 21:45:08 +0100 |
---|---|---|
committer | Niklas Yann Wettengel <niyawe@niyawe.de> | 2017-03-12 21:45:08 +0100 |
commit | a917b1e1137c1ad149cefcc73325e8901857d489 (patch) | |
tree | 1e19a0d7fb42d5331007402a9a4329cd680c7cca /bootstrap_arch.yml | |
parent | 840b169cd59bac476e99b3f4310752904c79e3bf (diff) |
added install_arch role
Diffstat (limited to 'bootstrap_arch.yml')
-rw-r--r-- | bootstrap_arch.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bootstrap_arch.yml b/bootstrap_arch.yml index 28e93eb..5b8f7c1 100644 --- a/bootstrap_arch.yml +++ b/bootstrap_arch.yml @@ -7,3 +7,9 @@ ansible_python_interpreter: /usr/bin/python roles: - role: boot-rescue + +- name: install archlinux + hosts: new_fastds + user: root + roles: + - role: install_arch |