-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: (Bit-Mage) <[email protected]>
- Loading branch information
(Bit-Mage)
committed
Oct 18, 2024
1 parent
4f27090
commit 7f0b4a9
Showing
7 changed files
with
70 additions
and
6 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
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,30 @@ | ||
:PROPERTIES: | ||
:ID: 20de914b-92ef-4f3e-979c-ad19ffb67137 | ||
:END: | ||
#+title: Ansible | ||
#+filetags: :tool:cloud: | ||
|
||
* Overview | ||
|
||
- open-source automation tool | ||
- for [[id:abbce407-072f-4c39-9580-a8d6256dbe69][configuration management]], application deployment, and task automation | ||
|
||
* Features | ||
- no agent required | ||
- Uses YAML for its playbooks | ||
- Idempotent applications | ||
|
||
* Key Components: | ||
- *Playbooks*: YAML files describing automation tasks. | ||
- *Modules*: Specific reusable scripts executed in steps of playbooks. | ||
- *Inventory*: Listing of target machines for automation. | ||
- *Roles*: Organizational way to manage playbooks tasks, variables, and files. | ||
|
||
* Benefits: | ||
- Agentless design reduces resource overhead and simplifies management. | ||
- Ansible, being agentless, can be more secure from a network topology perspective, reducing the points of failure compared to agent-based solutions like [[id:b0bcad88-8b50-4d4d-ab0f-24fc75ec76f4][Puppet]]. | ||
- Broad cross-platform support (Windows, UNIX, Linux). | ||
- Large community support and extensive library of existing modules. | ||
|
||
* Resources | ||
- https://docs.ansible.com/ansible/latest/index.html |
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,5 @@ | ||
:PROPERTIES: | ||
:ID: b0bcad88-8b50-4d4d-ab0f-24fc75ec76f4 | ||
:END: | ||
#+title: Puppet | ||
#+filetags: :tool:cloud: |
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,8 @@ | ||
:PROPERTIES: | ||
:ID: 35b86275-db0e-489a-94e6-5e043129c8d0 | ||
:END: | ||
#+title: Stow | ||
#+filetags: :cs:tool: | ||
|
||
* Resources | ||
- https://www.gnu.org/software/stow/ |
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,8 @@ | ||
:PROPERTIES: | ||
:ID: ec5e53f4-a53f-474d-833d-dffb02ea810e | ||
:END: | ||
#+title: Tuckr | ||
#+filetags: :cs:tool: | ||
|
||
* Resources | ||
- https://github.com/RaphGL/Tuckr |
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