* add digital ocean documentation * remove microk8s role * use a single playbook to install microk8s * use inventory hostname * use a host_ip for endpoint so not to clash with domain * add RedHat control loops * add microk8s documentation * enable permissive mode for redhat
22 lines
360 B
TOML
22 lines
360 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
ansible = "==6.2.0"
|
|
molecule = {extras = ["docker"], version = "==4.0.1"}
|
|
certifi = "*"
|
|
ansible-lint = "==6.4.0"
|
|
yamllint = "==1.27.1"
|
|
ansible-core = "==2.13"
|
|
docker = "*"
|
|
boto3 = "*"
|
|
jmespath = "*"
|
|
mkdocs-material = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.10"
|