-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document new UI that allows importing/overriding Ansible variables fr…
…om YAML-files in foreman_ansible.
- Loading branch information
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
guides/common/modules/proc_importing-ansible-variables-from-yaml.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[id="importing-Ansible-variables-from-yaml-files-{context}"] | ||
= Importing Ansible variables from YAML files | ||
|
||
You can import Ansible variables from a `.yaml` file to {Project} within the {ProjectWebUI}. | ||
|
||
.Prerequisites | ||
* You must have at least one Ansible role imported. | ||
For more information, see xref:Importing_Ansible_Roles_and_Variables_{context}[]. | ||
|
||
.Procedure | ||
. In the {ProjectWebUI}, navigate to *Configure* > *Ansible* > *Variables*. | ||
. Click *Import from YAML-File* in the toolbar. | ||
+ | ||
A wizard opens to show you the next steps to import and override Ansible variables. | ||
Ensure that variables are unique per Ansible role. | ||
. Click *Finish* to import Ansible variables into {Project}. |