Ansible Modules:-
There are three types of modules existed
1)Core Modules : these are built in modules
2)Extra Modules: these are third party modules
3) Deprecated Modules: these are no longer available.
to display:
$ansible -doc -l
$ansible-doc ping
$ansible host1 -m setup|more
$ansible host1 -m setup -a "filter=ansible_mounts"
There are three types of modules existed
1)Core Modules : these are built in modules
2)Extra Modules: these are third party modules
3) Deprecated Modules: these are no longer available.
to display:
$ansible -doc -l
$ansible-doc ping
$ansible host1 -m setup|more
$ansible host1 -m setup -a "filter=ansible_mounts"
No comments:
Post a Comment