Refactor ansible-apply.yaml to include playbook_login.yml

This commit is contained in:
2024-09-29 11:42:32 +02:00
parent 5324ef7ec0
commit a03aca39df
11 changed files with 68 additions and 52 deletions
-17
View File
@@ -3,20 +3,3 @@
This is part of A13Labs project, any unauthorized copy is no allowed. If you got access to this
code DELETE immediately. We have been warned.
# Download SecTool
Download SecTool from https://github.com/a13labs/sectool/releases
# Install Apps
```
export VAULT_MASTER_PASSWORD=<Password here>
# get the kubernetes configuration file
ssh provision@<ip_address> -i ssh-keys/ansible/id_rsa microk8s config > ~/.kube/config
# deploy the applications
cd terraform/k8s_apps
sectool exec terraform init
sectool exec terraform apply
```