Skip to content
New issue

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

Usergroup #19

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,18 @@ You can find more examples in the [ci-tests-playbook](devel-utils/test-collectio
- debug:
var: _user_info

- name: Create a new group "lab_3"
scicore.guacamole.guacamole_usergroup:
base_url: http://localhost/guacamole
auth_username: guacadmin
auth_password: guacadmin
group_name: lab_3
permissions:
- CREATE_CONNECTION
- CREATE_SHARING_PROFILE
users:
- john
- laura
```

## Output of "ansible-doc scicore.guacamole.guacamole_connection"
Expand Down
3 changes: 2 additions & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace: scicore
name: guacamole

# The version of the collection. Must be compatible with semantic versioning
version: 0.0.11
version: 0.0.14a

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand All @@ -18,6 +18,7 @@ readme: README.md
# @nicks:irc/im.site#channel'
authors:
- Pablo Escobar <[email protected]>
- Philipp Berndt (@pberndt)


### OPTIONAL but strongly recommended
Expand Down
Loading