ansible Commands

playbooks
ad-hoc command

ad-hoc command:

ansible <target> -m <module> -a <arguments>

module are commands which can be used directly on taget hosts

parallelism:

<command> -f