Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:

import json

print(json.dumps({
 "ANSIBLE_MODULE_ARGS": {
  'auth_url': 'http://192.168.1.104/identity',
  'admin_username': 'admin',
  'admin_password': 'project1',
  'admin_tenant_name': 'admin',
  'insecure': True,
  'service': 'triliovault',
  'old_password': '52T8FVYZJse',
  'new_password': "triliovault",
  }
}))