Files
ansible_pull_master/local.yml
2025-09-08 00:04:06 -06:00

16 lines
323 B
YAML

- hosts: localhost
connection: local
become: yes
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/remove.yml