https://github.com/ramsailopal/cache-user
Ansible role to add and delete users to/from Intersystems Cache systems
https://github.com/ramsailopal/cache-user
ansible intersystems-cache mumps
Last synced: about 2 months ago
JSON representation
Ansible role to add and delete users to/from Intersystems Cache systems
- Host: GitHub
- URL: https://github.com/ramsailopal/cache-user
- Owner: RamSailopal
- License: mit
- Created: 2021-04-26T12:51:37.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-29T09:33:45.000Z (about 5 years ago)
- Last Synced: 2025-05-21T05:37:22.480Z (about 1 year ago)
- Topics: ansible, intersystems-cache, mumps
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Role Name
=========
This role automates the process of adding users to an existing Intersystems Cache installation. The role also allows for the removal of users
Requirements
------------
It is assumed that Cache is already installed on the server.
Role Variables
--------------
instname - The name of the installed instance
[ Default - NONE - Required for both adding and removing users ]
username - The login user name
[ Default - NONE - Required for both adding and removing users ]
password - The password for the user
[ Default - NONE - Required for adding a users ]
fullname - The full name of the user
[ Default - NONE - Required for adding a users ]
namespace - The default namespace for the user
[ Default - NONE - Required for adding a users ]
Rowle - The role assigned to the user
[ Default - NONE - Required for adding a users ]
stayte - Either present to add a user or absent to delete
[ Default - NONE - Required for both adding and deleting users ]
Example Playbook
----------------
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts: servers
role: cache-user
username: test
password: tester
fullname: Tommy Tester
namespace: TEST
rowle: %All
stayte: present
- hosts: servers
role: cache-user
username: test
stayte: absent
License
-------
BSD
Author Information
------------------
Raman Sailopal