Created Samstag 25 Januar 2020
An Ansible ad-hoc command uses the /usr/bin/ansible command-line tool to automate a single task on one or more managed nodes.
This commands are run with the command :
#|$ ansible [-i <custom inventory files> | "hosts, ..."] -m <module> [-a <additional module specific arguments] [--become|-b --ask-become-pass|-K] <hosts pattern>