Giter Club home page Giter Club logo

zhongjun2 / oci-ansible-modules Goto Github PK

View Code? Open in Web Editor NEW

This project forked from oracle/oci-ansible-modules

0.0 1.0 0.0 9.68 MB

Oracle Cloud Infrastructure (OCI) Ansible Modules provide an easy way to create and provision resources and Services in OCI (such as Compute, Storage, Network, IAM, Load Balancing, Database, and other OCI services) through Ansible.

Home Page: https://docs.cloud.oracle.com/iaas/Content/API/SDKDocs/ansible.htm

License: Other

Python 100.00%

oci-ansible-modules's Introduction

Oracle Cloud Infrastructure Ansible Modules

About

Oracle Cloud Infrastructure Ansible Modules provide an easy way to create and provision resources in Oracle Cloud Infrastructure (OCI) through Ansible. These modules allow you to author Ansible playbooks that help you automate the provisioning and configuring of Oracle Cloud Infrastructure services and resources, such as Compute, Load Balancing, Database, and other Oracle Cloud Infrastructure services.

Services supported

  • Block Volume
  • Compute
  • Container Engine for Kubernetes Service (OKE)
  • Database (including support for Autonomous Transaction Processing and Autonomous Data Warehouse Services)
  • Edge Services (DNS, WAF)
  • IAM
  • Load Balancing
  • Networking
  • Object Storage
  • File Storage
  • Email Delivery
  • Search

The OCI Ansible modules are built using the Oracle Cloud Infrastructure Python SDK. The OCI Ansible modules honour the SDK configuration when available.

Installation

There are two methods for installation:

1) Installation Script (Preferred Method)

See the getting started guide for instructions on using the installer script to install the Oracle Cloud Infrastructure Ansible Modules and its prerequisites in your host/Ansible controller node.

2) Installation from Ansible Galaxy

Oracle Cloud Infrastructure Ansible Modules can also be downloaded from Ansible Galaxy and used as roles.

Note: This method does not support the ansible-doc command.

  1. Install Ansible

  2. Install the modules:

$ ansible-galaxy install oracle.oci_ansible_modules
  1. Install OCI Python SDK:
$ pip install oci

Galaxy Example Playbook using Roles

- hosts: localhost
  roles:
    - { role: oracle.oci_ansible_modules }
  tasks:
    - name: Get all the buckets in the namespace
      oci_bucket_facts:
        namespace_name: "{{ namespace_name }}"
        compartment_id: "{{ compartment_id }}"

Samples

This 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. The samples are organized in groups associated with Oracle Cloud Infrastructure services under the samples directory on GitHub.

Begin by reviewing the Readme.md file that you will find in each sample's root directory.

Documentation

Documentation to get started and details about prerequisites, installation and configuration instructions, can be found here.

FAQs, technical design documents and development HOWTOs, and web documentation for the OCI Ansible modules can be found here.

Help

See the "Questions or Feedback” section.

Changes

See CHANGELOG.

Contributing

oci-ansible-modules is an open source project. See CONTRIBUTING for details.

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

Known Issues

You can find information on any known issues with OCI here and known issues with the OCI Ansible Modules under the “Issues” tab of this project's GitHub repository.

License

Copyright (c) 2018, 2019, 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.

oci-ansible-modules's People

Contributors

manojmeda avatar sivakumart avatar nalsaber avatar rohitchaware avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.