0 votes
in JQuery by
What is CD/CI in Ansible?

1 Answer

0 votes
by
1) CI and CD are practices followed in software development. CD abbreviates for Continuous Delivery while CI stands for Continuous Integration.

2) In CD, the software is built and delivered into production while in CI, different developers working on different modules upload the integrations on a daily basis. Ansible is the perfect tool for both CD and CI as it provides a stable infrastructure for setting the required environment and finally deploying the application.

Related questions

0 votes
asked Aug 1, 2023 in GitHub by DavidAnderson
+1 vote
asked Aug 8, 2020 in DevOps by sharadyadav1986
...