Rancher is working, including Vaultwarden password

This commit is contained in:
Jeroen Vermeulen 2023-09-04 18:13:20 +02:00
parent c946e621e9
commit 53c5c1f17e
No known key found for this signature in database
3 changed files with 11 additions and 5 deletions

View File

@ -1,16 +1,17 @@
Snel.com Ansible Playbooks
---
## Clone repo on MacOS
## Clone repo on macOS
```zsh
cd ~/repos
git clone --recurse-submodules git@git.snel.com:snelcom-ansible/snel.ansible.git snel.ansible
```
## Install on MacOS
## Install on macOS
```zsh
brew install ansible ansible-lint packer jq siderolabs/talos/talosctl kubernetes-cli helm
brew install ansible ansible-lint packer jq siderolabs/talos/talosctl kubernetes-cli helm bitwarden-cli
bw config server 'https://pw.snel.com/'
python3 -m pip install --upgrade --requirement ./requirements.txt
ansible-galaxy install --force --role-file ./requirements.yml
git config core.hooksPath .githooks
@ -19,6 +20,11 @@ source ~/.zshrc
```
## Use
### Login on Vaultwarden:
```zsh
bw login
```
### Execute playbook
```zsh
ansible-playbook site.yml --limit customer_deovero
```

@ -1 +1 @@
Subproject commit 15d866b2536da59947972528468bd3666121351d
Subproject commit ce228aad70dc39c275a9593ada7e52796ea82173

View File

@ -1,4 +1,4 @@
---
- name: Include playbook snel.kubernetes-cluster
ansible.builtin.import_playbook: playbooks/snel.kubernetes-cluster/install.yml
ansible.builtin.import_playbook: playbooks/snel.kubernetes-cluster/playbook.yml