DevOps Tools/Configuration
From r00tedvw.com wiki
(Difference between revisions)
(Created page with "Configuration") |
|||
| (9 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
| − | [[DevOps_Tools/Configuration|Configuration]] | + | [[DevOps_Tools/Overview|Overview]] | [[DevOps_Tools/CI|Continuous Integration (CI)]] | [[DevOps_Tools/SCM|Source Control Management (SCM)]] | [[DevOps_Tools/Containerization|Containerization]] | [[DevOps_Tools/Configuration|Configuration]] | [[DevOps_Tools/Integration|Integration]] |
| + | =[[DevOps_Tools/Configuration/Ansible|Ansible]]= | ||
| + | =[[DevOps_Tools/Configuration/Terraform|Terraform]]= | ||
| + | Some of the tools used for Configuration and Provisioning are: | ||
| + | *Puppet | ||
| + | *Ansible | ||
| + | *Chef | ||
| + | *and many more. | ||
| + | These allow for easy configuration and provisioning of software across virtual machines (nodes) without having to touch each one individually. | ||
| + | =[[DevOps_Tools/Configuration/SpaceWalk|SpaceWalk]]= | ||
| + | Open Source Systems Management. | ||
| + | [https://spacewalkproject.github.io/index.html https://spacewalkproject.github.io/index.html] | ||
Latest revision as of 11:06, 11 February 2020
Overview | Continuous Integration (CI) | Source Control Management (SCM) | Containerization | Configuration | Integration
[edit] Ansible
[edit] Terraform
Some of the tools used for Configuration and Provisioning are:
- Puppet
- Ansible
- Chef
- and many more.
These allow for easy configuration and provisioning of software across virtual machines (nodes) without having to touch each one individually.
[edit] SpaceWalk
Open Source Systems Management. https://spacewalkproject.github.io/index.html