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"

View File

@ -0,0 +1,14 @@
---
dependency:
name: galaxy
driver:
name: podman
platforms:
- name: proxy1
image: quay.io/centos/centos:stream8
pre_build_image: true
provisioner:
name: ansible
verifier:
name: ansible

View File

@ -0,0 +1,10 @@
---
# This is an example playbook to execute Ansible tests.
- name: Verify
hosts: all
gather_facts: false
tasks:
- name: Example assertion
ansible.builtin.assert:
that: true