Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 929 Bytes

ANSIBLE.md

File metadata and controls

31 lines (21 loc) · 929 Bytes

Ansible for TKO

A PoC of using Ansible playbooks to prepare and instantiate deployments.

We rely on Ansible AWX to manage and run the playbooks.

Install

Start with the local Kubernetes cluster environment (option 2 in the installation guide). We will deploy AWX using the AWX operator, which is itself deployed via a Helm chart:

scripts/deploy-awx-kind

Note that it takes >5 minutes for AWX to come up.

Access

The web interface is at http://localhost:30053. User: "admin", password: "tko".

The awx-kind script can be used to access the awx CLI, e.g.:

scripts/awx-kind projects list --conf.format=hum