homelab/ansible/playbooks/server.yml

13 lines
178 B
YAML
Raw Normal View History

---
- hosts:
- homelab
- VPS
vars:
# certbot_force: true
roles:
- system
- autofs
2022-10-23 15:31:08 +00:00
- role: msmtp
when: ansible_os_family != "RedHat"
- cronie