8 lines
192 B
YAML
8 lines
192 B
YAML
- hosts: certbot
|
|
connection: local
|
|
vars:
|
|
certbot_role: slave
|
|
certbot_domains:
|
|
- { name: test.local, command: 'echo OK > /tmp/test.txt'}
|
|
roles:
|
|
- ansible-role-certbot
|