Install pip, docker, and a few other baseline packages. Ensure zware user is setup and has a fresh SSH key. Some of this is duplicating efforts of the install_dotfiles.sh, but ideal this will replace or at least supplement that script.
11 lines
212 B
YAML
11 lines
212 B
YAML
---
|
|
- name: Playbook Template
|
|
hosts: all
|
|
become_user: root
|
|
become: true
|
|
# gather_facts: false
|
|
tasks:
|
|
- name: include role
|
|
ansible.builtin.include_role:
|
|
name: ../../default-buildout
|