ansible-role-seaweedfs icon indicating copy to clipboard operation
ansible-role-seaweedfs copied to clipboard

ansible role to install seaweedfs object storage

Results 3 ansible-role-seaweedfs issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to use the role, and it seems there are some problems with the variables. I want to use a version defined in the all vars, like thus:...

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 ``` ---...