initial bootstrapping workflow
This commit is contained in:
parent
f2f99a932d
commit
5ad30d3343
11 changed files with 129 additions and 36 deletions
11
first_run.yml
Normal file
11
first_run.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
- name: Install Python
|
||||
hosts: all
|
||||
gather_facts: no
|
||||
roles:
|
||||
- install-python
|
||||
|
||||
- name: Configure base system.
|
||||
hosts: all
|
||||
roles:
|
||||
- base
|
||||
Loading…
Add table
Add a link
Reference in a new issue