2018-07-07 17:24:56 +00:00
|
|
|
- hosts: certbot
|
2018-06-10 17:34:06 +00:00
|
|
|
connection: local
|
|
|
|
vars:
|
2018-07-07 17:24:56 +00:00
|
|
|
certbot_role: slave
|
|
|
|
certbot_domains:
|
|
|
|
- { name: test.local, command: 'echo OK > /tmp/test.txt'}
|
2018-06-10 17:34:06 +00:00
|
|
|
roles:
|
|
|
|
- ansible-role-certbot
|