system-config/playbooks/roles/install-ansible
Jeremy Stanley fa0c1b495c Generate HTTPS certs for Mailman sites
We're going to want Mailman 3 served over HTTPS for security
reasons, so start by generating certificates for each of the sites
we have in v2. Also collect the acme.sh logs for verification.

Change-Id: I261ae55c6bc0a414beb473abcb30f9a86c63db85
2021-12-17 22:25:22 +00:00
..
defaults Update ARA 2021-06-01 09:38:32 +10:00
files Generate HTTPS certs for Mailman sites 2021-12-17 22:25:22 +00:00
tasks Update ARA 2021-06-01 09:38:32 +10:00
templates Replace callback_whitelist with callback_enabled 2021-07-30 09:56:00 -05:00
README.rst Update ARA 2021-06-01 09:38:32 +10:00

README.rst

Install and configure Ansible on a host via pip

Role Variables

A dictionary of configuration keys and their values for ARA's Ansible plugins.

Default configuration keys:

  • api_client: offline (can be http for sending to remote API servers)
  • api_server: http://127.0.0.1:8000 (has no effect when using offline)
  • api_username: null (if required, an API username)
  • api_password: null (if required, an API password)
  • api_timeout: 30 (the timeout on http requests)

For a list of available configuration options, see the ARA documentation