-
Notifications
You must be signed in to change notification settings - Fork 425
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Essay proposal: An introduction to Configuration Management Tools Sal…
…t and Ansible (#418)
- Loading branch information
Showing
1 changed file
with
31 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Topic: An introduction to Configuration Management Tools Salt and Ansible | ||
Initial Draft of Essay Structure (will most likely change): | ||
- Introduction | ||
- What is Configuration Management? | ||
- Configuration Process | ||
- Configuration Management in DevOps | ||
- Source Code Repository | ||
- Artifact Repository | ||
- Configuration Management Database | ||
- Comparison of Salt and Ansible | ||
- Salt | ||
- What is Salt? | ||
- Salt Drawbacks | ||
- Ansible | ||
- What is Ansible? | ||
- Ansible Drawbacks | ||
- Conclusion | ||
|
||
# Members | ||
Emelie Tham ([email protected]) | ||
|
||
# References: | ||
1. https://www.pluralsight.com/guides/role-of-configuration-management-in-devops | ||
|
||
2. https://www.saltstack.com/blog/beyond-configuration-management/ | ||
|
||
3. https://www.ansible.com/use-cases/configuration-management | ||
|
||
4. https://ieeexplore.ieee.org/abstract/document/7490666 | ||
|
||
5. https://lsi.vc.ehu.eus/pablogn/docencia/antiguos%20AS/AS1819AS/Act5%20infrastructure-as-code,%20Configuration%20Management/Terraform%20Chef%20Puppet%20Ansible%20Salt.pdf |