8 lines
99 B
YAML
8 lines
99 B
YAML
|
---
|
||
|
- hosts: rsyncd
|
||
|
vars:
|
||
|
# certbot_force: true
|
||
|
roles:
|
||
|
- role: rsyncd
|
||
|
become: true
|