Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
devops:infrastructure [2019/10/19 23:02] – created phreazer | devops:infrastructure [2019/10/19 23:47] (current) – phreazer | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Ansible ====== | + | ====== Vaults ====== |
+ | ===== HashiCorp Vault ===== | ||
+ | Product | ||
+ | ===== Ansible | ||
+ | Feature | ||
+ | |||
+ | |||
+ | ====== Infrastructure as code ====== | ||
+ | |||
+ | ===== (RH) Ansible ===== | ||
+ | Playbook: Some yaml (again) | ||
+ | Tower: Automation framework | ||
+ | |||
+ | ===== (HashiCorp) Terraform ===== | ||
+ | |||
+ | Infrastructure provisioning | ||
+ | |||
+ | Declarative | ||
+ | |||
+ | Builds graph with dependencies | ||
+ | |||
+ | HCL DSL | ||
+ | |||
+ | |||
+ | Use Ansible for configuration | ||
+ | |||
+ | ===== (HashiCorp) Packer | ||
+ | |||
+ | Builds images, works with ansible | ||