
This uncomments the list additions for the lists.airshipit.org and lists.katacontainers.io sites on the new mailman server, removing the configuration for them from the lists.opendev.org server and, in the case of the latter, removing all our configuration management for the server as it was the only site hosted there. Change-Id: Ic1c735469583e922313797f709182f960e691efc
Install and configure Ansible on a host via pip
This will install ansible into a virtualenv at
/usr/ansible-venv
Role Variables
A dictionary of configuration keys and their values for ARA's Ansible plugins.
Default configuration keys:
api_client: offline
(can behttp
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