Splunk User State Module
New in version 2016.3.0.
This state is used to ensure presence of users in splunk.
ensure example test user 1:
splunk.present:
- name: 'Example TestUser1'
- email: example@domain.com
Ensure a splunk user is absent
ensure example test user 1:
splunk.absent:
- email: 'example@domain.com'
- name: 'exampleuser'
The following parameters are required:
This is the email of the user in splunk
This is the splunk username used to identify the user.
Ensure a user is present
ensure example test user 1:
splunk.user_present:
- realname: 'Example TestUser1'
- name: 'exampleuser'
- email: 'example@domain.com'
- roles: ['user']
The following parameters are required:
This is the email of the user in splunk