Files
system-config/playbooks/roles/install-ansible
Clark Boylan 5a27433022 Replace zk04 with zk03
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
2025-06-30 12:41:38 -07:00
..
2021-06-01 09:38:32 +10:00
2025-06-30 12:41:38 -07:00

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 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