All Projects → oracle → oci-ansible-collection

oracle / oci-ansible-collection

Licence: other
Oracle Cloud Infrastructure Ansible Collection provides an easy way to provision and manage resources in Oracle Cloud using Ansible.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to oci-ansible-collection

Valheim-Free-Game-Server-Setup-Using-Oracle-Cloud
Valheim Oracle Cloud Server Setup
Stars: ✭ 24 (-77.36%)
Mutual labels:  oracle, oracle-cloud-infrastructure
terraform-oci-compute-instance
Terraform Module for creating Oracle Cloud Infrastructure compute instances
Stars: ✭ 29 (-72.64%)
Mutual labels:  oracle, oracle-cloud-infrastructure
oci-utils
Oracle Cloud Infrastructure utilities
Stars: ✭ 34 (-67.92%)
Mutual labels:  oracle, oracle-cloud-infrastructure
terraform-examples
Terraform Examples for Oracle Cloud Infrastructure and Platfrom
Stars: ✭ 34 (-67.92%)
Mutual labels:  oracle, oracle-cloud-infrastructure
transferdb
TransferDB 支持异构数据库 schema 转换、全量数据导出导入以及增量数据同步功能( Oracle 数据库 -> MySQL/TiDB 数据库)
Stars: ✭ 30 (-71.7%)
Mutual labels:  oracle
apex-plugin-ig simple checkbox
Oracle APEX Item Plugin - IG Simple Checkbox
Stars: ✭ 21 (-80.19%)
Mutual labels:  oracle
okcli
An Oracle-DB command line client
Stars: ✭ 47 (-55.66%)
Mutual labels:  oracle
apex-plugin-clockpicker
Oracle APEX Item Plugin - ClockPicker
Stars: ✭ 14 (-86.79%)
Mutual labels:  oracle
ballerina-oci
OCI Module for Ballerina
Stars: ✭ 17 (-83.96%)
Mutual labels:  oracle-cloud-infrastructure
db-oracle
Oracle Database support for Yii
Stars: ✭ 21 (-80.19%)
Mutual labels:  oracle
docker
collection of docker / docker-compose files, dind, gitlab, jenkins, mongo, mysql, oracle, rabbitmq, redis, sonarqube
Stars: ✭ 25 (-76.42%)
Mutual labels:  oracle
json-sql-builder2
Level Up Your SQL-Queries
Stars: ✭ 59 (-44.34%)
Mutual labels:  oracle
oci-flexvolume-driver
A Kubernetes volume driver for Oracle Cloud Infrastructure
Stars: ✭ 19 (-82.08%)
Mutual labels:  oracle-cloud-infrastructure
database connections
⚙️Demonstration code to connect R on MacOS to various database flavors.
Stars: ✭ 18 (-83.02%)
Mutual labels:  oracle
development-best-practices
程序员开发规范,其中包括Java、JavaScript、CSS、Oracle、MySQL的开发编码规范和规约
Stars: ✭ 14 (-86.79%)
Mutual labels:  oracle
OCI-Rest-APIs-nodejs
Oracle Cloud Infrastructure REST APIs implemented in node.js, with current support for Database and limited Object Storage. More will be added.
Stars: ✭ 18 (-83.02%)
Mutual labels:  oracle
PECI-Java-MAR-2015
Repositorio del curso de Java de Mar 2015
Stars: ✭ 29 (-72.64%)
Mutual labels:  oracle
TradingMachine
TradingMachine is a mini-trading system simulation, whose components (market data and order feeds, FIX acceptor and initiator, back-end for filled orders) interact by queues and topics.
Stars: ✭ 26 (-75.47%)
Mutual labels:  oracle
Odapter
C# code generator for Oracle packages
Stars: ✭ 16 (-84.91%)
Mutual labels:  oracle
thinkorm
A flexible, lightweight and powerful Object-Relational Mapper for Node.js. Support TypeScript!!
Stars: ✭ 33 (-68.87%)
Mutual labels:  oracle

Oracle Cloud Infrastructure Ansible Collection

Oracle Cloud Infrastructure Ansible Collection provides an easy way to provision and manage resources in Oracle Cloud using Ansible.

This collection replaces the legacy modules. Refer to the Migration Guide for best migration practices.

Ansible released Collections as part of the Ansible 2.9 release. Ansible recommends Collections as the recommended method of packaging and releasing modules. With the creation of Oracle Cloud Ansible Collection, we are providing two user benefits:

  • Faster Availability - Oracle Cloud Ansible Modules will now be available to users at a faster pace on Ansible Galaxy.
  • Wider Coverage - Support for the majority of the Oracle Cloud services.

We have also added a new User Guide to highlight new features and best practices for using the new modules.

Migration from Legacy Modules

We recommend migrating from the legacy modules since they will be deprecated in the near future. Please expect a few breaking changes while migrating from legacy modules to the new collection modules. We recommend you to refer to the Migration Guide for breaking changes. Also, the new modules are renamed to use the service name as a prefix.

Currently Supported Services

We support almost all the of OCI Cloud services with very few exceptions. For the complete list of supported services, please check the modules list.

Installation

Pre-requisites

python>=3.6

Oracle Linux 7

sudo yum-config-manager --enable ol7_developer
sudo yum-config-manager --enable ol7_developer_EPEL
sudo yum install oci-ansible-collection

Oracle Linux 8

sudo yum-config-manager --enable ol8_developer
sudo yum-config-manager --enable ol8_developer_EPEL
sudo yum install oci-ansible-collection

Linux/macOS

curl -L https://raw.githubusercontent.com/oracle/oci-ansible-collection/master/scripts/install.sh | bash -s -- --verbose

For more info about installation and troubleshooting check the Installation Guide.

Samples and Solutions

The project includes a catalog of Oracle Cloud Infrastructure Ansible module samples that illustrate using the modules to carry out common infrastructure provisioning and configuration tasks.

Documentation

Module HTML documentation is available on readthedocs.io.

To view the module documentation, use this command:

ansible-doc oracle.oci.[module_name]

General documentation can be found here.

Ansible Tower and AWX

Oracle Cloud Infrastructure Ansible Collection supports Ansible Tower and AWX. For more information on how to setup the collection with Ansible Tower, follow the instructions in this blog. To install the Ansible Tower free version (AWX) on an OCI instance, use this solution.

Help

Changes

See CHANGELOG.

Contributing

This is an open source project. See CONTRIBUTING for details.

Oracle gratefully acknowledges the contributions to oci-ansible-collections that have been made by the community.

Known Issues

You can find information on any known issues on Known Issues or GitHub issues page.

License

Copyright (c) 2020, Oracle and/or its affiliates.

This software is made available to you under the terms of the GPL 3.0 license or the Apache 2.0 license.

See LICENSE.txt for more details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].