Forrest logo
back to context overview

ansible-doc

List of commands for ansible-doc:

  • ansible-doc:tldr:07d70 ansible-doc: Show information about a specific action plugin (module).
    $ ansible-doc ${plugin_name}
    try on your machine
    explain this command
  • ansible-doc:tldr:272b0 ansible-doc: Show the playbook snippet for action plugin (modules).
    $ ansible-doc --snippet ${plugin_name}
    try on your machine
    explain this command
  • ansible-doc:tldr:49564 ansible-doc: Show information about a plugin with a specific type.
    $ ansible-doc --type ${select} ${plugin_name}
    try on your machine
    explain this command
  • ansible-doc:tldr:6ee80 ansible-doc: List available action plugins (modules).
    $ ansible-doc --list
    try on your machine
    explain this command
  • ansible-doc:tldr:ca8ff ansible-doc: Show information about an action plugin (module) as JSON.
    $ ansible-doc --json ${plugin_name}
    try on your machine
    explain this command
  • ansible-doc:tldr:f77df ansible-doc: List available plugins of a specific type.
    $ ansible-doc --type ${select} --list
    try on your machine
    explain this command
back to context overview