env-ansible/local.yml

17 lines
334 B
YAML
Raw Normal View History

---
# Harmonize my systems rather than doing everything manually. :)
2020-12-28 18:37:37 -06:00
- hosts: all
connection: local
become: true
tasks:
2020-12-21 04:52:37 -06:00
- include: tasks/users.yml
- include: tasks/cron.yml
- include: tasks/packages.yml
- include: tasks/harden.yml
- hosts: workstation
become: true
tasks:
2020-12-21 05:25:19 -06:00
- include: tasks/flatpaks.yml