Ansible Operations

From NovaOrdis Knowledge Base
Revision as of 03:44, 16 May 2017 by Ovidiu (talk | contribs) (Created page with "=Internal= * Ansible =Execute a Shell Command on all Hosts in Some Groups= <pre> ansible masters,nodes -m shell -a"systemctl status docker | grep Activ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Execute a Shell Command on all Hosts in Some Groups

ansible masters,nodes -m shell -a"systemctl status docker | grep Active"