Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
+1 role: configure_scim
Browse files Browse the repository at this point in the history
  • Loading branch information
svetterIO committed Jul 1, 2019
1 parent 18eaefe commit 063d38f
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aac/configure_scim/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Default variables for scim configuration
scim_configuration:
17 changes: 17 additions & 0 deletions aac/configure_scim/meta/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
galaxy_info:
author: IBM
description: Role to configure scim
company: IBM

license: Apache

min_ansible_version: 2.2

galaxy_tags:
- isam
- ibm
- configure
- scim

dependencies:
- start_config
19 changes: 19 additions & 0 deletions aac/configure_scim/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# main task to configure scim
---
- name: Configure scim
isam:
appliance: "{{ inventory_hostname }}"
adminProxyProtocol: "{{ adminProxyProtocol | default(omit) }}"
adminProxyHostname: "{{ adminProxyHostname | default(omit) }}"
adminProxyPort: "{{ adminProxyPort | default(omit) }}"
adminProxyApplianceShortName: "{{ adminProxyApplianceShortName | default(omit) }}"
omitAdminProxy: "{{ omitAdminProxy | default(omit) }}"
username: "{{ username }}"
password: "{{ password }}"
lmi_port: "{{ port | default(omit) }}"
log: "{{ log_level | default(omit) }}"
force: "{{ force | default(omit) }}"
action: ibmsecurity.isam.aac.scim.set_all
isamapi:
scim_configuration: "{{ scim_configuration }}"
notify: Commit Changes

0 comments on commit 063d38f

Please sign in to comment.