ssh_groups:
'webadmin':
ensure: present
gid: '2001'
role:
- web
priority: 60
content: 'ALL=(ALL) PASSWD:ALL'
appadmin:
ensure: present
gid: '3001'
role:
- app
priority: 90
content: 'ALL=(ALL) NOPASSWD:ALL'
I want to use this hash in custom function. waiting for valuable reply asap