Skip to content

Commit

Permalink
Merge pull request #67 from bartowl/add_collection
Browse files Browse the repository at this point in the history
Convert repository to Ansible Collection format
  • Loading branch information
Rendanic authored Sep 23, 2021
2 parents 00a0491 + b3bf590 commit 7c1c149
Show file tree
Hide file tree
Showing 70 changed files with 483 additions and 77 deletions.
20 changes: 20 additions & 0 deletions galaxy.yml
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"

1 change: 1 addition & 0 deletions library
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.
22 changes: 22 additions & 0 deletions roles/common/meta/main.yml
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: []
22 changes: 22 additions & 0 deletions roles/cxoracle/meta/main.yml
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: []
22 changes: 22 additions & 0 deletions roles/oraasm-createdg/meta/main.yml
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: []
22 changes: 22 additions & 0 deletions roles/oraasm-manage-diskgroups/meta/main.yml
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: []
22 changes: 22 additions & 0 deletions roles/oradb-create/meta/main.yml
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: []
7 changes: 3 additions & 4 deletions roles/oradb-datapatch/meta/main.yml
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

Expand Down
22 changes: 22 additions & 0 deletions roles/oradb-delete/meta/main.yml
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: []
22 changes: 22 additions & 0 deletions roles/oradb-failover/meta/main.yml
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: []
47 changes: 23 additions & 24 deletions roles/oradb-manage-db/meta/main.yml
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
7 changes: 3 additions & 4 deletions roles/oradb-manage-grants/meta/main.yml
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

Expand Down
7 changes: 3 additions & 4 deletions roles/oradb-manage-parameters/meta/main.yml
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

Expand Down
6 changes: 3 additions & 3 deletions roles/oradb-manage-pdb/meta/main.yml
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

Expand Down
7 changes: 3 additions & 4 deletions roles/oradb-manage-profiles/meta/main.yml
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

Expand Down
7 changes: 3 additions & 4 deletions roles/oradb-manage-redo/meta/main.yml
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

Expand Down
6 changes: 3 additions & 3 deletions roles/oradb-manage-roles/meta/main.yml
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

Expand Down
7 changes: 3 additions & 4 deletions roles/oradb-manage-services/meta/main.yml
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

Expand Down
4 changes: 2 additions & 2 deletions roles/oradb-manage-statspack/meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
galaxy_info:
role_name: oradb_manage_statspack
role_name: oradb-manage-statspack
author: Thorsten Bruhns
description: Manage Statspack in Oracle
company: Thorsten Bruhns

license: license (MIT)
license: MIT

min_ansible_version: 2.8

Expand Down
7 changes: 3 additions & 4 deletions roles/oradb-manage-tablespace/meta/main.yml
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

Expand Down
7 changes: 3 additions & 4 deletions roles/oradb-manage-users/meta/main.yml
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

Expand Down
Loading

0 comments on commit 7c1c149

Please sign in to comment.