Git Product home page Git Product logo

ansible-role-microsoft-azure-edge's Introduction

Azure Edge

This role deploys an Azure IoT Edge to a destination VM or machine.

Build Status

pipeline status

Requirements

This role deploys the code for an Azure Edge to the target instance, but the server side definition must have already been created and configured in the Azure Portal (or automated with Azure Iot ).

Role Variables

The primary variable required is azure_edge_name, which will be injected into configuration files as the identity of this edge. If this role is run in same playbook as the Azure IoT role, other variables will be inherited from host vars discovered by that role. If this role is run at a different time, the following variables are required.

# Name of the IoT hub
azure_iot_hub_name: azure-iot-hub-name

# This would typically be set as a host variable, on the particular host
# that is to be configured as the edge.
azure_edge_name: azure-edge-name

# Map of known data. Normally this would be discovered by the
# azure-iot role, but can be specified as vars as well.
azure_groups:
  azure-edge-name:  # this should be the real edge name configured in portal
    primaryKey: primary-key # the primary key available in the portal

Dependencies

This role does not explicitly depend on any other roles.

Example Playbook

Here's an example playbook:

- hosts: servers
  roles:
     - { role: vmware.azure-edge }

Contributing

The ansible-role-microsoft-azure-edge project team welcomes contributions from the community. Before you start working with ansible-role-microsoft-azure-edge, please read our Developer Certificate of Origin. All contributions to this repository must be signed as described on that page. Your signature certifies that you wrote the patch or have the right to pass it on as an open-source patch. For more detailed information, refer to CONTRIBUTING.md.

License

MIT

ansible-role-microsoft-azure-edge's People

Contributors

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