Difference between revisions of "Ansible"
Jump to navigation
Jump to search
(Created page with "= Ansible = == ansible ==") |
|||
| 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>