Installs an Argocd on K8s
Needs an existing k8s cluster, helm locally installed and configured kube configuration
argocd_kubeconfig: kube config file argocd_namespace: namespace where the argocd should be installed argocd_chart_version: helm chart version to be used argocd_host_name: the FQDN for argocd argocd_state: whether argocd should be installed or uninstalled (absent/present) argocd_value_path: the path to your own helm values file
- 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
None.
GNU General Public License version 3