June 2020
Intermediate to advanced
410 pages
9h 52m
English
A) ansible frontends -i hosts -a "name=httpd state=restarted"
B) ansible frontends -i hosts -b service -a "name=httpd state=restarted"
C) ansible frontends -i hosts -b -m service -a "name=httpd state=restarted"
D) ansible frontends -i hosts -b -m server -a "name=httpd state=restarted"
E) ansible frontends -i hosts -m restart -a "name=httpd"
A) True
B) False
A) True
B) False