A company needs to deploy a multi-tier web application across 50 servers where web servers should be configured before app servers. Which Ansible feature best enforces this ordering?
-
A
Using alphabetical inventory group names
-
B
Defining serial: 1 in the playbook
-
C
Using multiple plays in a single playbook with separate host groups
-
D
Setting gather_facts: false on all plays