Answer the question
In order to leave comments, you need to log in
What are the keys (arguments) to the raw module in ansible?
I can't find description of keys to raw module in ansible to send ad-hoc commands.
for example, what does the key "a" mean in the command ansible mikrotik_test -m raw -a "/ip address add address=192.168.88.1/24 interface=ether6"
Answer the question
In order to leave comments, you need to log in
ansible --help
Options:
-a MODULE_ARGS, --args=MODULE_ARGS module arguments
in other words, -a is an ansible key, not row. row has no keys
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question