Ansible- [WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit localhost does not match 'all'
The solution is that you add your server address into the /etc/ansible/hosts
127.0.0.1
abc.com.vn
The solution is that you add your server address into the /etc/ansible/hosts
127.0.0.1
abc.com.vn
Comments
Post a Comment