Tag: yaml
All the articles with the tag "yaml".
-
Ansible: Task and Role Inclusions for Efficient Automation
Stop copy-pasting Ansible tasks across playbooks — use include_tasks, import_tasks, and roles to keep your automation DRY and maintainable.
-
Docker Compose: Orchestrating Multi-Container Applications
Move beyond single containers — Docker Compose lets you define and run multi-service apps with one YAML file and one command.