13 lines
177 B
YAML
13 lines
177 B
YAML
---
|
|
- hosts:
|
|
- homelab
|
|
- VPS
|
|
vars:
|
|
# certbot_force: true
|
|
roles:
|
|
- system
|
|
- autofs
|
|
- role: msmtp
|
|
when: ansible_os_family != "RedHat"
|
|
- cronie
|