ansible-role-certbot/molecule/default/converge.yml

15 lines
264 B
YAML
Raw Normal View History

2018-11-29 18:55:28 +01:00
---
2021-08-24 18:15:33 +02:00
- name: Converge
hosts: all
roles:
- ansible-role-certbot
2018-06-10 19:34:06 +02:00
vars:
2018-07-07 19:24:56 +02:00
certbot_role: slave
certbot_domains:
2022-04-07 12:15:19 +02:00
test.local: 'echo OK > /tmp/test.txt'
2021-08-24 18:15:33 +02:00
pre_tasks:
- name: update apt cache
ansible.builtin.apt:
update_cache: true