Skip to content

Commit

Permalink
docs: improved the information for the sample
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdotcosta committed Mar 11, 2024
1 parent 6a3505a commit d94ac8a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions ansible/playbook/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -219,16 +219,15 @@ Sample execution of the `update_letsencrypt_certificate.yml` playbook.
[source,bash]
----
ansible-playbook ansible/playbook/update_letsencrypt_certificate.yml \
-e source_kubeconfig=${HOME}/.kube/snowdrop-rhosp-snowdrop-k8s-config \ <1>
-e target_kubeconfig=${HOME}/.kube/rh-ocp-qshift-drp2b-config \ <2>
-e source_kubeconfig=${HOME}/.kube/snowdrop-k8s-config \ <1>
-e target_kubeconfig=${HOME}/.kube/qshift-ocp-cluster-config \ <2>
-e site_name=qshift <3>
----
<1> `kubeconfig` file for the cluster running the certificate renewal.
<2> `kubeconfig` file for the cluster that requires the update.
<1> `kubeconfig` file for the cluster running the certificate renewal. Can be obtained from the passwordstore using `pass show -c openstack/snowdrop-k8s/kubeconfig`.
<2> `kubeconfig` file for the cluster that requires the update. In the example we're using the `qshift` cluster which `kubeconfig` can also be obtained from the passwordstore using `pass show -c openstack/ocp-qshift-drp2b/kubeconfig`.
<3> Name of the Openshift cluster



== Modules

:leveloffset: +2
Expand Down

0 comments on commit d94ac8a

Please sign in to comment.