Giter Club home page Giter Club logo

ansible_collections_azure's Introduction

Ansible collection for Azure

This collection provides a series of Ansible modules and plugins for interacting with the Azure.

Requirements

  • ansible version >=2.9

Installation

ansible-galaxy collection install azure.azcollection

Usage

To use a module from Azure collection, please reference the full namespace, collection name, and modules name that you want to use:

---
- name: Using Azure collection
  hosts: localhost
  tasks:
    - azure.azcollection.azure_rm_storageaccount:
        resource_group: myResourceGroup
        name: myStorageAccount
        account_type: Standard_LRS

Or you can add full namepsace and collecton name in the collections element:

---
- name: Using Azure collection
  hosts: localhost
  collections:
    - azure.azcollection
  tasks:
    - azure_rm_storageaccount:
        resource_group: myResourceGroup
        name: myStorageAccount
        account_type: Standard_LRS

Resource Supported

  • azure_rm_deployment - Create or destroy Azure Resource Manager template deployments
  • azure_rm_dnsrecordset - Create, delete and update DNS record sets and records
  • azure_rm_dnsrecordset_facts - Get DNS Record Set facts
  • azure_rm_dnszone - Manage Azure DNS zones
  • azure_rm_dnszone_facts - Get DNS zone facts
  • azure_rm_networkinterface - Manage Azure network interfaces
  • azure_rm_networkinterface_facts - Get network interface facts
  • azure_rm_publicipaddress - Manage Azure Public IP Addresses
  • azure_rm_publicipaddress_facts - Get public IP facts
  • azure_rm_securitygroup - Manage Azure network security groups
  • azure_rm_securitygroup_facts - Get security group facts
  • azure_rm_storageaccount - Manage Azure storage accounts
  • azure_rm_storageaccount_facts - Get storage account facts
  • azure_rm_subnet - Manage Azure subnets
  • azure_rm_virtualmachine - Manage Azure virtual machines
  • azure_rm_virtualmachine_facts - Get virtual machine facts
  • azure_rm_virtualnetwork - Manage Azure virtual networks
  • azure_rm_virtualnetwork_facts - Get virtual network facts

ansible_collections_azure's People

Contributors

gavinfish avatar

Watchers

 avatar  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.