Skip to content

Commit b3ae76d

Browse files
authored
Merge branch 'main' into feat/tf-nodegroup-typedefs
2 parents 85634ec + 34b39fe commit b3ae76d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ansible/roles/cacerts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Configure CA certificates and trusts.
44

55
## Role variables
66

7-
- `ca-certificates`: Optional str. Path to directory containing certificates
7+
- `cacerts_cert_dir`: Optional str. Path to directory containing certificates
88
in PEM or DER format. Any files here will be added to the list of CAs trusted
99
by the system.
1010

docs/operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ group into the `extra_packages` group. An error will occur if Ark credentials
104104
are defined in this case, as they are readable by unprivileged users in the
105105
`.repo` files and a local Pulp mirror must be used instead.
106106

107-
If additional repositories are required, these could be added/enabled as necessary in a play added to `environments/$SITE_ENV/hooks/{pre,post}.yml` as appropriate. Note such a plat should NOT exclude the builder group, so that the repositories are also added to built images. There are various Ansible modules which might be useful for this:
107+
If additional repositories are required, these could be added/enabled as necessary in a play added to `environments/$SITE_ENV/hooks/{pre,post}.yml` as appropriate. Note such a play should NOT exclude the builder group, so that the repositories are also added to built images. There are various Ansible modules which might be useful for this:
108108
- `ansible.builtin.yum_repository`: Add a repo from an URL providing a 'repodata' directory.
109109
- `ansible.builtin.rpm_key` : Add a GPG key to the RPM database.
110110
- `ansible.builtin.get_url`: Can be used to install a repofile directly from an URL (e.g. https://turbovnc.org/pmwiki/uploads/Downloads/TurboVNC.repo)

0 commit comments

Comments
 (0)