jelly, caddy, other stuff
This commit is contained in:
parent
5ad30d3343
commit
592992f031
17 changed files with 150 additions and 45 deletions
|
|
@ -1,11 +1,12 @@
|
|||
---
|
||||
- name: Install Python
|
||||
hosts: all
|
||||
gather_facts: no
|
||||
roles:
|
||||
- install-python
|
||||
|
||||
- name: Configure base system.
|
||||
hosts: all
|
||||
gather_facts: no
|
||||
# Debian installs don't have Python by default
|
||||
pre_tasks:
|
||||
- name: Update package database
|
||||
raw: apt update
|
||||
- name: Install Python
|
||||
raw: apt install -y python3
|
||||
roles:
|
||||
- base
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue