...

/

Quiz: What Is Configuration Management?

Quiz: What Is Configuration Management?

Take a short quiz to test your understanding of configuration management.

We'll cover the following...
1

You have a playbook that installs three software packages, and you need to confirm that their state does not change when you run the playbook again after the first time. Which code block shows this?

A)
PLAY RECAP ****************************************************************************
0.0.0.0                    : ok=3    changed=2    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0
B)
PLAY RECAP ****************************************************************************
0.0.0.0                    : ok=0    changed=0    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0
C)
PLAY RECAP ****************************************************************************
0.0.0.0                    : ok=2    changed=0    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0
D)
PLAY RECAP ****************************************************************************
0.0.0.0                    : ok=1    changed=0    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0
Question 1 of 40 attempted
...