...
http://docs.ansible.com/ansible/latest/user_guide/intro_adhoc.html
ansible localhost -m yum -a "name=openssh state=present"
ansible localhost -c local -m service -a "name=plexmediaserver state=started"
...
http://docs.ansible.com/ansible/latest/user_guide/intro_adhoc.html
ansible localhost -m yum -a "name=openssh state=present"
ansible localhost -c local -m service -a "name=plexmediaserver state=started"