We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello! Thanks for role! I try install seaweedfs on multiple nodes and get no hosts matched Inventory:
[weed_master] 51.250.17.31 [weed_volume] 51.250.17.31 [weed_filer] 51.250.17.31 [all:vars] ansible_user=ubuntu
Playbook
--- - hosts: seaweedfs become: true roles: - role: ansible-role-seaweedfs weed_version: 2.74
Run:
ansible-galaxy install --force git+https://github.com/bmillemathias/ansible-role-seaweedfs.git,main ansible-playbook -i host.ini playbook.yml -bK
The text was updated successfully, but these errors were encountered:
When use inventory with group all then get no hosts matched
[all] 51.250.17.31 [all:vars] ansible_user=ubuntu
Sorry, something went wrong.
I believe it's because you don't have the seaweedfs group. Change your playbook to:
--- - hosts: all become: true roles: - role: ansible-role-seaweedfs weed_version: 2.74
No branches or pull requests
Hello! Thanks for role!
I try install seaweedfs on multiple nodes and get no hosts matched
Inventory:
Playbook
Run:
The text was updated successfully, but these errors were encountered: