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

Commit

Permalink
Process ansible-lint results
Browse files Browse the repository at this point in the history
  • Loading branch information
tombosmansibm committed Mar 6, 2020
1 parent 90bdbb9 commit 811c599
Show file tree
Hide file tree
Showing 10 changed files with 127 additions and 10 deletions.
15 changes: 14 additions & 1 deletion aac/create_attribute/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,24 @@ galaxy_info:

min_ansible_version: 2.7

platforms:
- name: Fedora
versions:
- 30
- 29
- 28
- 27
- name: EL
versions:
- 8
- 7
- 6

galaxy_tags:
- isam
- ibm
- create
- access_control
- accesscontrol
- attribute

dependencies:
Expand Down
15 changes: 14 additions & 1 deletion aac/create_obligation/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,24 @@ galaxy_info:

min_ansible_version: 2.7

platforms:
- name: Fedora
versions:
- 30
- 29
- 28
- 27
- name: EL
versions:
- 8
- 7
- 6

galaxy_tags:
- isam
- ibm
- create
- authentication_policy
- authenticationpolicy

dependencies:
- start_config
15 changes: 14 additions & 1 deletion aac/delete_attribute/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,24 @@ galaxy_info:

min_ansible_version: 2.7

platforms:
- name: Fedora
versions:
- 30
- 29
- 28
- 27
- name: EL
versions:
- 8
- 7
- 6

galaxy_tags:
- isam
- ibm
- delete
- access_control
- accesscontrol
- attribute

dependencies:
Expand Down
15 changes: 14 additions & 1 deletion aac/disable_authentication_policies/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,24 @@ galaxy_info:

min_ansible_version: 2.5

platforms:
- name: Fedora
versions:
- 30
- 29
- 28
- 27
- name: EL
versions:
- 8
- 7
- 6

galaxy_tags:
- isam
- ibm
- disable
- authentication_policies
- authenticationpolicies

dependencies:
- start_config
15 changes: 14 additions & 1 deletion aac/get_mapping_rules/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,23 @@ galaxy_info:

min_ansible_version: 2.7

platforms:
- name: Fedora
versions:
- 30
- 29
- 28
- 27
- name: EL
versions:
- 8
- 7
- 6

galaxy_tags:
- isam
- ibm
- mapping_rule
- mappingrules
- search

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion aac/get_mapping_rules/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
log: "{{ log_level }}"
force: "{{ force }}"
action: ibmsecurity.isam.aac.mapping_rules.get_all
isamapi:
isamapi:
register: mapping_rules_obj
15 changes: 14 additions & 1 deletion aac/set_access_policies/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,24 @@ galaxy_info:

min_ansible_version: 2.5

platforms:
- name: Fedora
versions:
- 30
- 29
- 28
- 27
- name: EL
versions:
- 8
- 7
- 6

galaxy_tags:
- isam
- ibm
- configure
- access_policies
- accesspolicies

dependencies:
- start_config
15 changes: 14 additions & 1 deletion fed/set_attribute_source/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,23 @@ galaxy_info:

min_ansible_version: 2.7

platforms:
- name: Fedora
versions:
- 30
- 29
- 28
- 27
- name: EL
versions:
- 8
- 7
- 6

galaxy_tags:
- isam
- ibm
- attribute_source
- attributesource
- set

dependencies:
Expand Down
15 changes: 14 additions & 1 deletion web/merge_keytabs/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,24 @@ galaxy_info:

min_ansible_version: 2.7

platforms:
- name: Fedora
versions:
- 30
- 29
- 28
- 27
- name: EL
versions:
- 8
- 7
- 6

galaxy_tags:
- isam
- ibm
- upload
- keytab_files
- keytab
- krb5
- krb

Expand Down
15 changes: 14 additions & 1 deletion web/upload_kerberos_keytab_files/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,24 @@ galaxy_info:

min_ansible_version: 2.7

platforms:
- name: Fedora
versions:
- 30
- 29
- 28
- 27
- name: EL
versions:
- 8
- 7
- 6

galaxy_tags:
- isam
- ibm
- upload
- keytab_files
- keytab

dependencies:
- start_config

0 comments on commit 811c599

Please sign in to comment.