update cert references for renewal; ansible-lint cleanup
This commit is contained in:
12
molecule/default/converge.yml
Normal file
12
molecule/default/converge.yml
Normal 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"
|
14
molecule/default/molecule.yml
Normal file
14
molecule/default/molecule.yml
Normal 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
|
10
molecule/default/verify.yml
Normal file
10
molecule/default/verify.yml
Normal 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
|
Reference in New Issue
Block a user