Skip to content

Commit

Permalink
Merge pull request #154 from axivo/doc/playbook
Browse files Browse the repository at this point in the history
Update playbooks documentation
  • Loading branch information
fmunteanu authored Jun 15, 2024
2 parents 94d1966 + afe0be3 commit 2c7c4d5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions k3s-cluster/content/tutorials/handbook/ansible/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,19 @@ This repository uses a global password for all encrypted settings, allowing the

### Encryption

See below the current list of encrypted variables:

- ansible_password
- argocd_vars.kubernetes.server.admin.password
- argocd_vars.kubernetes.server.user.password
- cloudflare_vars.kubernetes.api.token.value
- cluster_vars.service.postfix.user.alias
- cluster_vars.service.postfix.user.name
- cluster_vars.service.postfix.user.password
- kured_vars.kubernetes.configuration.slack.notify_url
- longhorn_vars.kubernetes.default_settings.backup.user.password
- prometheus_vars.kubernetes.grafana.user.password

Example of `ansible_password` variable encryption:

```shell
Expand Down

0 comments on commit 2c7c4d5

Please sign in to comment.