1
resposta

Erro ao tentar o echo teste via ansible

Pessoal boa noite, alguem consegue me ajduar aqui?

ansible wordpress -i hosts -u vagrant --private-key ssh-keys/vagrant_id_rsa -m ping -m shell -a 'echo Hello, World'

cleiton2308@cleiton2308-IdeaPad-3-15ALC6:~/Downloads/wordpress_com_ansible/ssh-keys$ ansible wordpress -i hosts -u vagrant --private-key ssh-keys/vagrant_id_rsa -m ping -m shell -a 'echo Hello, World'

[WARNING]: Unable to parse /home/cleiton2308/Downloads/wordpress_com_ansible/ssh-keys/hosts as an inventory source [WARNING]: No inventory was parsed, only implicit localhost is available [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

1 resposta

Olá, Cleiton. Tudo bem?

Poderia postar aqui, por favor, o conteúdo do seu arquivo hosts? Pela mensagem de erro, parece que o conteúdo dele está incompleto. Deveria ser algo do tipo

[wordpress]
172.17.177.48