You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module.ansible_provisioner.null_resource.provisioner: Error running command 'ansible-playbook --user=ubuntu -e host=54.219.165.55 interview_devops_playbook.yml': exit status 4. Output: [WARNING]: provided hosts list is empty, only localhost is available. Note
that the implicit localhost does not match 'all'
there is no inventory file being passed.... :(
How can I specify the hosts file? I would like -i ./hosts added to the command string. Terraform is awesome, but when the code is in a module it gets cached and becomes difficult to modify.
The text was updated successfully, but these errors were encountered:
that the implicit localhost does not match 'all'
there is no inventory file being passed.... :(
How can I specify the hosts file? I would like
-i ./hosts
added to the command string. Terraform is awesome, but when the code is in a module it gets cached and becomes difficult to modify.The text was updated successfully, but these errors were encountered: