bitb0x/main.yml
b0xxer 3ff69e504e Deleted specific bitcoin role.
Deleted specific build role.

Moved all to general apps role.

Make app_list list so tasks can iterate thru list and install each app
2024-02-11 08:42:22 -06:00

15 lines
169 B
YAML

---
- hosts: bitb0x
vars:
roles:
- install
- apps
- config
tasks:
# - name: Example from an Ansible Playbook
# ansible.builtin.ping: