
This replaces the old zk04 server with a new zk03 server. This is part of Noble replacements for older servers. Note that zk04 was also our test node and I've updated that node to be zk99 in testing. This way we don't need to update our tests the next time we replace zookeeper servers. Change-Id: Icb33befb9042a1d09358a6918df9576127b68931
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