Difference between revisions of "Ansible"

From 6bit.ch wiki
Jump to navigation Jump to search
(Created page with "= Ansible = == ansible ==")
 
Line 1: Line 1:
= Ansible =
= ansible =


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

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>