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

10 lines
198 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