laptop_playbook/local.yml

17 lines
367 B
YAML

---
- hosts: localhost
connection: local
become: true
pre_tasks:
- name: update repositories
apt:
update_cache: yes
changed_when: False
tasks:
- include_tasks: tasks/users.yml
- include_tasks: tasks/cron.yml
- include_tasks: tasks/packages.yml
- include_tasks: tasks/loritz-user.yml
- include_tasks: tasks/bin.yml