update cert references for renewal; ansible-lint cleanup

This commit is contained in:
2024-09-04 17:09:27 -04:00
parent b71c656e6a
commit 4646e5cf23
6 changed files with 110 additions and 40 deletions

View File

@ -0,0 +1,12 @@
---
- name: Converge
hosts: all
tasks:
# replace these tasks with whatever you find suitable to test
- name: Copy something to test use of synchronize module
ansible.builtin.copy:
src: /etc/hosts
dest: /tmp/hosts-from-controller
- name: "Include jchristianh.zen_rev_proxy"
ansible.builtin.include_role:
name: "jchristianh.zen_rev_proxy"