Skip to content

Commit

Permalink
Merge pull request #153 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 ecb8e48 + 5ac8075 commit 94d1966
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions k3s-cluster/content/tutorials/handbook/ansible/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ansible_password: !vault |
```

{{< callout type="warning" >}}
Use the above defined `my-Gl0bal-Passw0rd` global password example, for all encrypted settings, into your configuration files.
Use the above defined `my-Gl0bal-Passw0rd` global password example for all encrypted settings, into all configuration files.
{{< /callout >}}

Insert the `ansible_password` encrypted output into [`all.yaml`](https://{{< param variables.repository.cluster >}}/blob/main/inventory/cluster/group_vars/all.yaml) configuration file, while respecting the output indentation.
Expand All @@ -58,8 +58,8 @@ Select an action to perform:
2) Encrypt role variable
3) Update global password
: 2
Set variable with a 'key:value' format:
ansible_password:this-Is-An0th3r-paSsw0rd
Set variable with a 'key|value' format:
ansible_password|this-Is-An0th3r-paSsw0rd
```

Ansible Vault encrypted variable output:
Expand Down

0 comments on commit 94d1966

Please sign in to comment.