Jump to content

Ansible: Difference between revisions

From sexy wiki
Created page with "= Ansible = == ansible =="
 
No edit summary
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>