Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nosmoht/ansible-role-oracle-common
Ansible role to setup common Oracle Stuff (groups, users, etc.)
https://github.com/nosmoht/ansible-role-oracle-common
Last synced: 21 days ago
JSON representation
Ansible role to setup common Oracle Stuff (groups, users, etc.)
- Host: GitHub
- URL: https://github.com/nosmoht/ansible-role-oracle-common
- Owner: Nosmoht
- Created: 2014-12-06T07:38:02.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-28T06:29:41.000Z (about 8 years ago)
- Last Synced: 2023-12-16T19:23:22.579Z (11 months ago)
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
oracle-common
=========
- [Introduction](#introduction)
- [Usage](#usage)# Introduction
Ansible role to setup common stuff used or required by Oracle Grid Infrastructure, Oracle Database and Oracle Client installations.The role will ensure that:
- all groups required to install Oracle Grid Infrastructure, Oracle Database or Oracle Client exist
- all users required to install Oracle Grid Infrastructure, Oracle Database or Oracle Client installations exist vars.
- Oracle inventory directory exist and has the right permissions
- oraInst.log exists and has right permissionsThe role was tested on RHEL 6+7, CentOS 6+7 and Oracle Linux 6+7 installing Oracle 11gR2 and Oracle 12cR1.
# Requirements
- Ansible# Dependencies
- [ansible-role-oracle-config]# Variables
All variables are inherited from [ansible-role-oracle-config]# Usage
Without defining any variable the following playbook would just create the group oinstall as well as user oracle.
```yaml
- hosts: oracle-server
roles:
- role: oracle-common
```# Author
[Thomas Krahn](mailto:[email protected])[ansible-role-oracle-config]: (http://srv-git-01-hh1.alinghi.tipp24.net/dba/ansible-role-oracle-config)