pulibrary / princeton_ansible

Ansible Roles and Playbooks for Princeton University Library
10 stars 2 forks source link

keep an inventory of our configured TLS certs #4929

Open kayiwa opened 1 month ago

kayiwa commented 1 month ago

User story

As a PUL developer I want to setup our nginxplus loadbalancing software. As presently configured it will run successfully until it encounters hosts that have ACME configured TLS certs. It will fail for lack of certs.

Acceptance criteria

Concrete example

Implementation notes, if any

We will need to keep an inventory of all our ACME TLS certs that can be re-run to create these certs on the loadbalancer prior to running the nginxplus_rebuild playbook.

kayiwa commented 1 month ago

Use this example for removal

kayiwa commented 1 month ago

Use the deploy_user as a pattern for addition

kayiwa commented 1 month ago

Use Ansible modules