Skip to content

Commit b450807

Browse files
committed
Asciidoc conversion of hardening guide changes
Added variables, renamed module Asciidoc conversion of new and revised content for hardening guide v4. https://issues.redhat.com/browse/AAP-48749
1 parent bc27d63 commit b450807

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

downstream/assemblies/aap-hardening/assembly-hardening-aap.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ include::aap-hardening/proc-sensitive-variables-install-inventory.adoc[leveloffs
6161

6262
include::aap-hardening/proc-install-rpm-deployment.adoc[leveloffset=+3]
6363

64-
include::aap-hardening/ref-install-containerized-deployment.adoc[leveloffset=+3]
64+
include::aap-hardening/proc-install-containerized-deployment.adoc[leveloffset=+3]
6565

6666
//include::aap-hardening/con-controller-stig-considerations.adoc[leveloffset=+2]
6767

downstream/modules/aap-hardening/ref-install-containerized-deployment.adoc renamed to downstream/modules/aap-hardening/proc-install-containerized-deployment.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[id="ref-install-containerized-deployment"]
1+
[id="proc-install-containerized-deployment"]
22

33
= Using an external vault file with a containerized installation
44

@@ -15,6 +15,10 @@ hub_admin_password: <secure_password>c
1515
hub_pg_password: <secure_password>
1616
eda_admin_password: <secure_password>
1717
eda_pg_password: <secure_password>
18+
19+
*In the case of a connected installation:
20+
21+
registry_password: <secure_cdn_password>
1822
----
1923
To use the new Ansible vault with the {Installer}, use the following procedure:
2024

downstream/modules/aap-hardening/proc-install-rpm-deployment.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ automationhub_admin_password: <secure_password>
1515
automationhub_pg_password: <secure_password>
1616
automationedacontroller_admin_password: <secure_password>
1717
automationedacontroller_pg_password: <secure_password>
18+
19+
*In the case of a connected installation:
20+
21+
registry_password: <secure_cdn_password>
1822
----
1923

2024
To use the vault during installation, use the following procedure:

0 commit comments

Comments
 (0)