U
U
user2k2018-06-25 16:10:20
Ansible
user2k, 2018-06-25 16:10:20

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

2 answer(s)
M
Max, 2018-06-25
@user2k

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

P
Puma Thailand, 2018-06-25
@opium

This key works fine without raw

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question