alura@ansible:~/ansible$ ansible wordpress -u alura --private-key delta1 -i hosts -m shell -a 'echo ola, mundo' [WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit localhost does not match 'all' [WARNING]: Could not match supplied host pattern, ignoring: wordpress
alura@ansible:~/ansible$ ansible wordpress -u alura --private-key delta1 -i hosts -m shell -a 'echo ola, mundo' 192.168.0.32 | CHANGED | rc=0 >> ola, mundo