Ansible Operations
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"
ansible masters,nodes -m shell -a"systemctl status docker | grep Active"