Ansible Modules - javatpoint
www.javatpoint.com › ansible-modulesLet's see how to execute three different modules from the command line. ansible webservers -m service -a "name=httpd state=started" ansible webservers -m ping ansible webservers -m command -a "/sbin/reboot -t now" Each module supports taking arguments. Mainly all modules take key=value arguments, space delimited.
All modules — Ansible Documentation
docs.ansible.com › ansible › 2Dec 02, 2020 · See the latest Ansible documentation. All modules¶ a10_server – Manage A10 Networks AX/SoftAX/Thunder/vThunder devices’ server object. a10_server_axapi3 – Manage A10 Networks AX/SoftAX/Thunder/vThunder devices a10_service_group – Manage A10 Networks AX/SoftAX/Thunder/vThunder devices’ service groups.