forked from oravirt/ansible-oracle
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #67 from bartowl/add_collection
Convert repository to Ansible Collection format
- Loading branch information
Showing
70 changed files
with
483 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
namespace: opitzconsulting | ||
name: ansible-oracle | ||
version: 2.1.1 | ||
readme: README.md | ||
description: Ansible collection for managing Oracle Databases | ||
authors: | ||
- oravirt | ||
- opitzconsulting | ||
- Rendanic | ||
- bartowl | ||
license: | ||
- MIT | ||
tags: | ||
- database | ||
- oracle | ||
repository: "https://github.com/opitzconsulting/ansible-oracle" | ||
homepage: "https://github.com/opitzconsulting/ansible-oracle" | ||
issues: "https://github.com/opitzconsulting/ansible-oracle/issues" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
plugin/modules |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
galaxy_info: | ||
role_name: common | ||
author: Mikael Sandström ([email protected], http://oravirt.wordpress.com) | ||
description: Common stuff for ansible-oracle | ||
|
||
license: MIT | ||
|
||
min_ansible_version: 2.8 | ||
|
||
platforms: | ||
- name: EL | ||
versions: | ||
- 6 | ||
- 7 | ||
- 8 | ||
|
||
galaxy_tags: | ||
- database | ||
- oracle | ||
|
||
dependencies: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
galaxy_info: | ||
role_name: cxoracle | ||
author: Mikael Sandström ([email protected], http://oravirt.wordpress.com) | ||
description: Installs cx_oracle needed by other roles | ||
|
||
license: MIT | ||
|
||
min_ansible_version: 2.8 | ||
|
||
platforms: | ||
- name: EL | ||
versions: | ||
- 6 | ||
- 7 | ||
- 8 | ||
|
||
galaxy_tags: | ||
- database | ||
- oracle | ||
|
||
dependencies: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
galaxy_info: | ||
role_name: oraasm-createdg | ||
author: Mikael Sandström ([email protected], http://oravirt.wordpress.com) | ||
description: Creates ASM Diskgroups | ||
|
||
license: MIT | ||
|
||
min_ansible_version: 2.8 | ||
|
||
platforms: | ||
- name: EL | ||
versions: | ||
- 6 | ||
- 7 | ||
- 8 | ||
|
||
galaxy_tags: | ||
- database | ||
- oracle | ||
|
||
dependencies: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
galaxy_info: | ||
role_name: oraasm-manage-diskgroups | ||
author: Mikael Sandström ([email protected], http://oravirt.wordpress.com) | ||
description: Defines the various ASM disksgroups and their attributes | ||
|
||
license: MIT | ||
|
||
min_ansible_version: 2.8 | ||
|
||
platforms: | ||
- name: EL | ||
versions: | ||
- 6 | ||
- 7 | ||
- 8 | ||
|
||
galaxy_tags: | ||
- database | ||
- oracle | ||
|
||
dependencies: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
galaxy_info: | ||
role_name: oradb-create | ||
author: Mikael Sandström ([email protected], http://oravirt.wordpress.com) | ||
description: Creates Oracle Database Instance | ||
|
||
license: MIT | ||
|
||
min_ansible_version: 2.8 | ||
|
||
platforms: | ||
- name: EL | ||
versions: | ||
- 6 | ||
- 7 | ||
- 8 | ||
|
||
galaxy_tags: | ||
- database | ||
- oracle | ||
|
||
dependencies: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
--- | ||
galaxy_info: | ||
role_name: oradb_datapatch | ||
author: Mikael Sandström | ||
role_name: oradb-datapatch | ||
author: Mikael Sandström ([email protected], http://oravirt.wordpress.com) | ||
description: Manage datapatch for Oracle Database | ||
company: Mikael Sandström | ||
|
||
license: license (MIT) | ||
license: MIT | ||
|
||
min_ansible_version: 2.8 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
galaxy_info: | ||
role_name: oradb-delete | ||
author: Mikael Sandström ([email protected], http://oravirt.wordpress.com) | ||
description: Removes Oracle Database | ||
|
||
license: MIT | ||
|
||
min_ansible_version: 2.8 | ||
|
||
platforms: | ||
- name: EL | ||
versions: | ||
- 6 | ||
- 7 | ||
- 8 | ||
|
||
galaxy_tags: | ||
- database | ||
- oracle | ||
|
||
dependencies: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
galaxy_info: | ||
role_name: oradb-failover | ||
author: Mikael Sandström ([email protected], http://oravirt.wordpress.com) | ||
description: Manages Oracle Failover Instance | ||
|
||
license: MIT | ||
|
||
min_ansible_version: 2.8 | ||
|
||
platforms: | ||
- name: EL | ||
versions: | ||
- 6 | ||
- 7 | ||
- 8 | ||
|
||
galaxy_tags: | ||
- database | ||
- oracle | ||
|
||
dependencies: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,23 @@ | ||
--- | ||
galaxy_info: | ||
role_name: oradb_manage_db | ||
author: Mikael Sandström | ||
description: Create, modify and remove Oracle Databases | ||
company: Mikael Sandström | ||
|
||
license: license (MIT) | ||
|
||
min_ansible_version: 2.8 | ||
|
||
platforms: | ||
- name: EL | ||
versions: | ||
- 6 | ||
- 7 | ||
- 8 | ||
|
||
galaxy_tags: | ||
- database | ||
- oracle | ||
|
||
dependencies: | ||
- role: orasw-meta | ||
--- | ||
galaxy_info: | ||
role_name: oradb-manage-db | ||
author: Mikael Sandström ([email protected], http://oravirt.wordpress.com) | ||
description: Create, modify and remove Oracle Databases | ||
|
||
license: MIT | ||
|
||
min_ansible_version: 2.8 | ||
|
||
platforms: | ||
- name: EL | ||
versions: | ||
- 6 | ||
- 7 | ||
- 8 | ||
|
||
galaxy_tags: | ||
- database | ||
- oracle | ||
|
||
dependencies: | ||
- role: orasw-meta |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
--- | ||
galaxy_info: | ||
role_name: oradb_manage_grants | ||
author: Mikael Sandström | ||
role_name: oradb-manage-grants | ||
author: Mikael Sandström ([email protected], http://oravirt.wordpress.com) | ||
description: Manage grants for users in Oracle Databases | ||
company: Mikael Sandström | ||
|
||
license: license (MIT) | ||
license: MIT | ||
|
||
min_ansible_version: 2.8 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
--- | ||
galaxy_info: | ||
role_name: oradb_manage_parameters | ||
author: Mikael Sandström | ||
role_name: oradb-manage-parameters | ||
author: Mikael Sandström ([email protected], http://oravirt.wordpress.com) | ||
description: Manage Oracle Database Parameters | ||
company: Mikael Sandström | ||
|
||
license: license (MIT) | ||
license: MIT | ||
|
||
min_ansible_version: 2.8 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
--- | ||
galaxy_info: | ||
role_name: oradb_manage_pdb | ||
author: Mikael Sandström | ||
role_name: oradb-manage-pdb | ||
author: Mikael Sandström ([email protected], http://oravirt.wordpress.com) | ||
description: Manage pluggable databases in Oracle | ||
company: Mikael Sandström | ||
|
||
license: license (MIT) | ||
license: MIT | ||
|
||
min_ansible_version: 2.8 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
--- | ||
galaxy_info: | ||
role_name: oradb_manage_profiles | ||
author: Mikael Sandström | ||
role_name: oradb-manage-profiles | ||
author: Mikael Sandström ([email protected], http://oravirt.wordpress.com) | ||
description: Manage database profiles in Oracle | ||
company: Mikael Sandström | ||
|
||
license: license (MIT) | ||
license: MIT | ||
|
||
min_ansible_version: 2.8 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
--- | ||
galaxy_info: | ||
role_name: oradb_manage_redo | ||
author: Mikael Sandström | ||
role_name: oradb-manage-redo | ||
author: Mikael Sandström ([email protected], http://oravirt.wordpress.com) | ||
description: Manage redolog groups in Oracle | ||
company: Mikael Sandström | ||
|
||
license: license (MIT) | ||
license: MIT | ||
|
||
min_ansible_version: 2.8 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
--- | ||
galaxy_info: | ||
role_name: oradb_manage_roles | ||
author: Mikael Sandström | ||
role_name: oradb-manage-roles | ||
author: Mikael Sandström ([email protected], http://oravirt.wordpress.com) | ||
description: Manage roles in Oracle | ||
company: Mikael Sandström | ||
|
||
license: license (MIT) | ||
license: MIT | ||
|
||
min_ansible_version: 2.8 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
--- | ||
galaxy_info: | ||
role_name: oradb_manage_services | ||
author: Mikael Sandström | ||
role_name: oradb-manage-services | ||
author: Mikael Sandström ([email protected], http://oravirt.wordpress.com) | ||
description: Manage services in Oracle | ||
company: Mikael Sandström | ||
|
||
license: license (MIT) | ||
license: MIT | ||
|
||
min_ansible_version: 2.8 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
--- | ||
galaxy_info: | ||
role_name: oradb_manage_tablespace | ||
author: Mikael Sandström | ||
role_name: oradb-manage-tablespace | ||
author: Mikael Sandström ([email protected], http://oravirt.wordpress.com) | ||
description: Manage Tablespaces in Oracle | ||
company: Mikael Sandström | ||
|
||
license: license (MIT) | ||
license: MIT | ||
|
||
min_ansible_version: 2.8 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
--- | ||
galaxy_info: | ||
role_name: oradb_manage_users | ||
author: Mikael Sandström | ||
role_name: oradb-manage-users | ||
author: Mikael Sandström ([email protected], http://oravirt.wordpress.com) | ||
description: Manage Users in Oracle | ||
company: Mikael Sandström | ||
|
||
license: license (MIT) | ||
license: MIT | ||
|
||
min_ansible_version: 2.8 | ||
|
||
|
Oops, something went wrong.