Skip to content

astigmata/playbooks-kubernetes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

playbooks repository

Tested on microk8s 1.24
Required: Traefik, cert-manager

Playbook to deploy Jenkins on a kubernetes cluster from Helm package.

Playbook to deploy the greatest tool Excalidraw on kubernetes

Playbook to deploy pgadmin4 on a kubernetes cluster from Helm package.

Playbook to deploy Harbor on a kubernetes cluster from Helm package.

Playbook to deploy qbittorrent on kubernetes.

Playbook to deploy BitBucket Server Atlassian from Helm package.

Playbook to deploy Kubegres Operator from Helm package.

Playbook to deploy Postgres database with Kubegres Operator.

Playbook to deploy AWX from awx-operator on Kubernetes.

To deploy AWX with an external postgres database

Deploy kubernetes_kubegres_operator

Deploy kubernetes_kubegres_database with:

postgres_superuser_pwd: myPostgresAdminPassword
postgres_replica_pwd: myReplicaPassword
postgres_database_size: 8Gi
postgres_version: 13
postgres_database_name: awx
postgres_pwd: myPostgresPassword
postgres_username: awx

Deploy kubernetes_awx_operator with:

awx_dns: awx.mydomain.com
awx_postgres_username: awx
awx_postgres_pwd: myPostgresPassword
awx_postgres_database: awx
awx_external_database: true

To deploy AWX without any external database

Deploy kubernetes_awx_operator with:

awx_dns: awx.mydomain.com
awx_postgres_username: awx
awx_postgres_pwd: myPostgresPassword
awx_postgres_database: awx

Playbook to deploy a mail server ( with smtps / imaps) on a kubernetes cluster.

About

my ansible playbooks collection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages