Difference between revisions of "Ansible"

From 6bit.ch wiki
Jump to navigation Jump to search
Line 2: Line 2:


== Running ad-hoc commands ==
== Running ad-hoc commands ==
ansible all --key-file <path to key-file> -i <inventory> -m <module>
<code>ansible all --key-file <path to key-file> -i <inventory> -m <module></code>

Revision as of 14:59, 3 September 2025

ansible

Running ad-hoc commands

ansible all --key-file <path to key-file> -i <inventory> -m <module>