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
Copy file name to clipboardexpand all lines: topics/ansible/README.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -509,6 +509,9 @@ If your group has 8 hosts. It will run the whole play on 4 hosts and then the sa
509
509
510
510
<details>
511
511
<summary>What is Molecule? How does it works?</summary><br><b>
512
+
513
+
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.
514
+
512
515
</b></details>
513
516
514
517
<details>
@@ -529,4 +532,4 @@ If your group has 8 hosts. It will run the whole play on 4 hosts and then the sa
529
532
<summary>What are collections in Ansible?</summary><br><b>
0 commit comments