Home Applications Ansible cache-user

Ansible cache-user

This application is not supported by InterSystems Corporation. Please be notified that you use it at your own risk.
1.5
1 reviews
0
Awards
98
Views
0
IPM installs
0
0
Details
Releases
Reviews
Issues
Pull requests
Ansible role to add and delete users to Intersystems Cache systems

What's new in this version

Initial Release

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

Read more
Version
1.0.026 Apr, 2021
Category
Integration
Works with
Caché
First published
26 Apr, 2021