This repository has been archived on 2023-09-13. You can view files and clone it, but cannot push or open issues or pull requests.
homeserver-ansible/run.yml
2022-02-27 16:05:34 -05:00

24 lines
395 B
YAML

---
- hosts: all
become: yes
tasks:
- include_tasks: "tasks/{{ task }}.yml"
with_items:
- essential
- sys_config
- connection
- firewall
- sftp
- mail
- ssl
- webserver
- gitea
- wiki
- matrix
- site
- cronjobs
- user_config
loop_control:
loop_var: task