Skip to content

Commit c6c7467

Browse files
committed
Update install_yamls_setup/README.md
Improve explaination about how to use the playbook using Ansible vault.
1 parent cc71e39 commit c6c7467

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ for integration.
7171
This project aims to follow the
7272
Kubernetes [Operator pattern](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/)
7373

74-
It uses
74+
It uses
7575
[Controllers](https://kubernetes.io/docs/concepts/architecture/controller/)
7676
which provides a reconcile function responsible for synchronizing resources
7777
untile the desired state is reached on the cluster

install_yamls_setup/README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,17 @@ defined:
1414
podman_quayio_user: <user>
1515
podman_quayio_password: <password>
1616

17-
The recommended way to manage those secrets is using `ansible-vault`. Pay attention that
18-
`openshift_pull_secret` needs to be a string and hence the JSON data needs to be put in
19-
quotes.
17+
The recommended way to manage those secrets is using `ansible-vault`. Pay
18+
attention that `openshift_pull_secret` is put in quotes so that the
19+
JSON structure is stored as a string.
2020

2121
## Playbook
2222

23-
The `playbook.yaml` file can be used for running the role. Create an
24-
inventory file (e.g. named `hosts`) to define the host(s). Then run the playbook
25-
like so:
23+
The `playbook.yaml` file can be used for running the role. Create an inventory
24+
file (e.g. named `hosts`) to define the host(s). Then run the playbook like so:
2625

2726
ansible-playbook -i hosts -D playbook.yaml
27+
28+
When using `ansible-vault` for storing secrets, additional vault specific
29+
arguments will need to be provided. When an encrypted variable file is used add
30+
the `-e @<filename>` argument.

0 commit comments

Comments
 (0)