-
Notifications
You must be signed in to change notification settings - Fork 51
AAP-40838: creates policy as code assemblies and modules #3434
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
downstream/modules/platform/proc-configure-pac-enforcement.adoc
Outdated
Show resolved
Hide resolved
downstream/modules/platform/proc-configure-pac-enforcement.adoc
Outdated
Show resolved
Hide resolved
downstream/modules/platform/proc-configure-pac-enforcement.adoc
Outdated
Show resolved
Hide resolved
downstream/modules/platform/proc-configure-pac-enforcement.adoc
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've left a number of comments to fix things but there's nothing glaring here to prevent us from publishing and fixing later.
|
||
== Prerequisites | ||
|
||
Before you can implement policy enforcement in your Ansible instance, you must have: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this be "your Ansible Automation Platform instance", or to simplify your "platform instance"?
.Procedure | ||
|
||
. From the navigation panel, select {MenuInfrastructureInventories}. | ||
. On the Inventories screen: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest changing to "Inventories page" for consistency.
.Procedure | ||
|
||
. From the navigation panel, select {MenuAMOrganizations}. | ||
. On the Organizations screen: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest changing to "Organizations page" for consistency.
|
||
. From the navigation panel, select {MenuAETemplates}. | ||
. On the Automation Templates screen: | ||
.. To edit an existing job template, find the job template you want to edit and click the pencil icon image:leftpencil.png[Edit,15,15] to go to the editing screen. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest changing this to "Edit page"
|
||
. From the navigation panel, select {MenuAMOrganizations}. | ||
. On the Organizations screen: | ||
.. To edit an existing organization, find the organization you want to edit and click the pencil icon image:leftpencil.png[Edit,15,15] to go to the editing screen. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest changing this to "Edit page"
|
||
. From the navigation panel, select {MenuInfrastructureInventories}. | ||
. On the Inventories screen: | ||
.. To edit an existing inventory, find the inventory you want to edit and click the pencil icon image:leftpencil.png[Edit,15,15] to go to the editing screen. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest changing this to "Edit page"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few minor suggestions, otherwise LGTM! Merging for fixes to be implemented in a separate PR.
* creates policy as code assemblies and modules * updates master.adoc with new assembly * populates enable pac module * populates configure pac settings module * populates enforcement points module * creates new concept module about policy structure * commenting out table for now * adds and populates three new proc mods * implements peer review feedback
* creates policy as code assemblies and modules * updates master.adoc with new assembly * populates enable pac module * populates configure pac settings module * populates enforcement points module * creates new concept module about policy structure * commenting out table for now * adds and populates three new proc mods * implements peer review feedback
This PR creates the assembly and modules for the policy as code documentation. See AAP-40838 for more.