Manages the installation state of awx in a kubernetes cluster via helm
Kubernetes, Helm, kubectl
awx_namespace: Kubernetes namespace in that awx will be deployed
awx_name: Name of this awx installation
awx_state: State of the deployment, can be either present or absent
awx_chart_version: Version of gitea helm chart
awx_kubeconfig: Path to the kubeconfig for your kubernetes cluster
awx_secret: Key for awx to encrypt data
awx_value_path: Provide a path to your own helm value file
Or use our default value file and fill out following defaults
awx_postgres_database: Awx database name in your provided postgres database
awx_postgres_host: Host of your postgres database
awx_postgres_port: Port of your postgres database
awx_postgres_username: Username that awx will use to authenticate against the provided postgres database
awx_postgres_password: Password that awx will use to authenticate against the provided postgres database
awx_hostname: Hostname under awx will be reachable
awx_admin_username: Admin username for awx
awx_admin_password: Admin password for awx
awx_admin_email: Admin email address for awx admin user
awx_storage_class: Kubernetes storage class
awx_storage_size: Size of the persistent volume
- Create venv:
python3 -m venv ./venv
- Install pip requirements:
venv/bin/pip install -r pip_requirements.txt
- Execute tests
venv/bin/molecule test
Both the linter and the static security analyser are running on each push on the github actions pipeline.
-
As linter ansible-lint is used. For installation documentation see ansible lint installing
- Just run
ansible-lint
- Just run
-
To check if there are any passwords, tokens... hardcoded, kics is used to ensure a secure IaC repository.
- Run it locally
docker run -t -v $PWD:/path checkmarx/kics:latest scan -p /path -o "/path/"
- Run it locally
GNU General Public License version 3