From cfd77a2a7d99ed594ef5b6babd1028e5af5a6a50 Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Tue, 3 Jan 2023 00:34:57 +0100 Subject: [PATCH] project readme --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..bdfb10a --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# Kazan ansible 🧊 + +Ansible plays for configuring kazan kubernetes cluster worker, controller and load balancing nodes. + +Terraform project for infrastructure: [https://github.com/kevinmidboe/kazan-terraform](https://github.com/kevinmidboe/kazan-terraform) + +## Setup +Currently requires a lot of certificate generation which is references in these plays as `/kazan-ssl`. Want to move to vault or at least script it. + +Change values in `kazan.ini` to match your configuration. + +## Run + +``` +ansible-playbook -i kazan.ini plays/launch.yml +``` + +If you don't have ansible-playbooks yet download following these instructions: [https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html) \ No newline at end of file