Skip to content
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

Rename concept managing Foreman with Ansible #3581

Merged
merged 1 commit into from
Jan 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ifdef::context[:parent-context: {context}]
include::modules/con_managing-project-with-ansible-collections.adoc[]
include::modules/con_managing-foreman-with-ansible.adoc[]

include::modules/proc_installing-the-project-ansible-modules.adoc[leveloffset=+1]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ include::modules/con_api-overview.adoc[leveloffset=+1]

include::modules/con_remote-execution-in-project.adoc[leveloffset=+1]

include::modules/con_managing-project-with-ansible-collections.adoc[leveloffset=+1]
include::modules/con_managing-foreman-with-ansible.adoc[leveloffset=+1]

include::modules/con_kickstart-workflow.adoc[leveloffset=+1]
11 changes: 11 additions & 0 deletions guides/common/modules/con_managing-foreman-with-ansible.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[id="managing-{project-context}-with-ansible"]
= Managing {Project} with Ansible

{Project} Ansible Collections is a set of Ansible modules that interact with the {Project} API.
You can manage and automate many aspects of {Project} with {Project} Ansible collections.

ifeval::["{context}" == "planning"]
.Additional resources
* For more information about using Ansible to configure hosts, see {ManagingConfigurationsAnsibleDocURL}[{ManagingConfigurationsAnsibleDocTitle}].
* For more information about automating {Project} using Ansible, see {ManagingConfigurationsAnsibleDocURL}managing-{project-context}-with-ansible[Managing {Project} with Ansible] in _{AdministeringDocTitle}_.
endif::[]

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ It uses playbooks and roles to describe and bundle tasks.
Within {Project}, you can use Ansible to configure hosts and perform xref:Remote-execution-REX[remote execution].
+
For more information about using Ansible to configure hosts, see {ManagingConfigurationsAnsibleDocURL}[{ManagingConfigurationsAnsibleDocTitle}].
For more information about automating {Project} using {Project} Ansible collection, see {ManagingConfigurationsAnsibleDocURL}Managing_Project_with_Ansible_Collections_admin[Managing {Project} with Ansible collections] in _{AdministeringDocTitle}_.
For more information about automating {Project} using Ansible, see {ManagingConfigurationsAnsibleDocURL}managing-{project-context}-with-ansible[Managing {Project} with Ansible] in _{AdministeringDocTitle}_.

[[Answer_file]]
Answer file:: A configuration file that defines settings for an installation scenario.
Expand Down
2 changes: 1 addition & 1 deletion guides/doc-Administering_with_Ansible/master.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ifdef::satellite[]
include::common/modules/proc_providing-feedback-on-red-hat-documentation.adoc[leveloffset=+1]
endif::[]

include::common/modules/con_managing-project-with-ansible-collections.adoc[leveloffset=+1]
include::common/modules/con_managing-foreman-with-ansible.adoc[leveloffset=+1]

include::common/modules/proc_installing-the-project-ansible-modules.adoc[leveloffset=+1]

Expand Down