You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
True or False? Ansible uses declarative style to describe the expected end state False. It uses a procedural style.
BUT in DevOps exercises, it's told that:
Explain Declarative and Procedural styles. The technologies you are familiar with (or using) are using procedural or declarative style? Declarative Tools - Terraform, Puppet, CloudFormation, Ansible
Please, fix this.
Ansible clearly prioritizes declarative style!
Thanks.
The text was updated successfully, but these errors were encountered:
Ansible is primarily declarative in its approach to resource management (defining the what), even though its tasks are executed in a procedural sequence (the how of the playbook flow) and it allows for procedural overrides. Most practitioners and documentation emphasize its declarative nature. The DevOps exercise answer is the more widely accepted and useful description.
Hi.
In Ansible exercises, it's told that:
True or False? Ansible uses declarative style to describe the expected end state
False. It uses a procedural style.
BUT in DevOps exercises, it's told that:
Explain Declarative and Procedural styles. The technologies you are familiar with (or using) are using procedural or declarative style?
Declarative Tools - Terraform, Puppet, CloudFormation, Ansible
Please, fix this.
Ansible clearly prioritizes declarative style!
Thanks.
The text was updated successfully, but these errors were encountered: