Ansible: Difference between revisions
Appearance
Created page with "= Ansible = == ansible ==" |
No edit summary |
||
| Line 1: | Line 1: | ||
= | = 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>