Skip to content

Commit

Permalink
add answer about Molecule (bregman-arie#10237)
Browse files Browse the repository at this point in the history
  • Loading branch information
NiftyMist authored Feb 2, 2024
1 parent d91a7e3 commit 63bef3a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion topics/ansible/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,9 @@ If your group has 8 hosts. It will run the whole play on 4 hosts and then the sa

<details>
<summary>What is Molecule? How does it works?</summary><br><b>

It's used to rapidy develop and test Ansbile roles. Molecule can be used to test Ansible roles against a varaitey of Linux Distros at the same time. This testing ability helps instill confidence of the automation today and as time go on while a role is maintined.

</b></details>

<details>
Expand All @@ -529,4 +532,4 @@ If your group has 8 hosts. It will run the whole play on 4 hosts and then the sa
<summary>What are collections in Ansible?</summary><br><b>
</b></details>

<!-- {% endraw %} -->
<!-- {% endraw %} -->

0 comments on commit 63bef3a

Please sign in to comment.