Ansible

How do you list all modules and how can you see details on a specific module?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

  1. Ansible online docs
  2. ansible-doc -l for list of modules and ansible-doc [module_name] for detailed information on a specific module