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