-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ansible Configuration Management user documentation
- Loading branch information
Showing
14 changed files
with
92 additions
and
18 deletions.
There are no files selected for viewing
Binary file added
BIN
+56.1 KB
...screenshots/concepts/configuration-management/configuration-management-view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+28.2 KB
docs/assets/screenshots/concepts/configuration-management/run-view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+52.6 KB
docs/assets/screenshots/concepts/configuration-management/stack-view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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,49 @@ | ||
# Configuration Management | ||
|
||
We’re excited to introduce the **Configuration Management View**, a new feature designed to enhance visibility, control, and monitoring of Ansible tasks across your stacks and runs. | ||
|
||
This feature replaces or supplements the existing **Resources View** for Ansible stacks, offering a more focused way to monitor the last status of each item in your Ansible inventory. Below is an overview of the updates and functionality: | ||
|
||
## Where You’ll Find It | ||
|
||
### Stack View | ||
|
||
The Configuration Management View is available in the Stack View, replacing the Resources View for Ansible stacks. | ||
|
||
![](../../assets/screenshots/concepts/configuration-management/stack-view.png) | ||
|
||
!!! Info | ||
Since the new changes replace _Resources View_ you will not be able to see _Resources View_ in Ansible stacks by default. If you'd like to see it (e.g. because you have some historical resources you want to investigate there), you can toggle between the _Configuration Management View_ and the previous _Resources View_ using the “Enable configuration management view” toggle. | ||
|
||
### Resources View | ||
|
||
The Configuration Management View is also added as a separate tab in the Resources View. | ||
|
||
![](../../assets/screenshots/concepts/configuration-management/configuration-management-view.png) | ||
|
||
### Run View | ||
|
||
The Tasks Tab in the Run View provides detailed visibility into Ansible task execution during a run. | ||
![](../../assets/screenshots/concepts/configuration-management/run-view.png) | ||
|
||
## Key Features | ||
|
||
### Task Monitoring | ||
|
||
- View the last status of every item in your Ansible inventory, showing the outcome of the most recent run. | ||
- Navigate seamlessly through tasks to analyze their status, logs, and execution details. | ||
|
||
### Enhanced Run List View | ||
|
||
- The updated run list now includes Ansible statuses, providing immediate insights without diving into individual runs. | ||
|
||
### Detailed Logs in Task Details | ||
|
||
Access detailed logs for task execution in the task details tab to diagnose and debug issues efficiently. | ||
|
||
## Why Use the Configuration Management View? | ||
|
||
- Increase Visibility: Unified workflows for all tools, including Terraform, OpenTofu, and Ansible. | ||
- Encourage Automation: Seamlessly integrate infrastructure control and configuration management with stack dependencies. | ||
- Improve Audit Capabilities: Collect, analyze, and filter data from execution logs. | ||
- Understand Tasks Intuitively: Visualize and filter tasks with ease. |
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
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
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
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
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
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