ansible-role-certbot/test/integration/certbot/default.yml

11 lines
198 B
YAML
Raw Normal View History

2018-11-29 17:55:28 +00:00
---
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:
2018-11-29 17:55:28 +00:00
- name: test.local
command: 'echo OK > /tmp/test.txt'
2018-06-10 17:34:06 +00:00
roles:
2018-11-29 17:55:28 +00:00
- ansible-role-certbot