Valid EX374 Dumps shared by EduDump.com for Helping Passing EX374 Exam! EduDump.com now offer the newest EX374 exam dumps, the EduDump.com EX374 exam questions have been updated and answers have been corrected get the newest EduDump.com EX374 dumps with Test Engine here:
Create a directory structure where host variables for web1 are stored in host_vars/web1.yml and group variables for web_servers in group_vars/ web_servers.yml.
Correct Answer:
mkdir -p host_vars group_vars echo "ansible_host: 192.168.1.10" > host_vars/web1.yml echo "http_port: 80" > group_vars/web_servers.yml Explanation: Using host_vars and group_vars directories organizes variables by host and group, improving scalability and readability of variable assignments.