Skip to content

Commit

Permalink
App vault playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
fmunteanu committed Jun 15, 2024
1 parent 5cb8662 commit d99fc29
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions k3s-cluster/content/wiki/guide/playbooks/vault.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: Vault
prev: /wiki/guide/playbooks
---

The playbook allows the end-user to perform various Ansible Vault related tasks, like listing currently encrypted role variables, encryption of a specific role variable and update of Ansible Vault global password.

<!--more-->

{{< callout type="info" >}}
Refer to the Ansible [tutorial](/k3s-cluster/tutorials/handbook/ansible), for usage of encrypted variables and files.
{{< /callout >}}

## Execution

Example of playbook execution, using the Ansible Vault global password:

```shell
ansible-playbook --ask-vault-pass vault.yaml
```

Ansible Vault global password prompt:

```shell
Vault password: my-Gl0bal-Passw0rd

0 comments on commit d99fc29

Please sign in to comment.