Skip to content

tailored-automation/puppet-module-azure_facts

Repository files navigation

azure_facts

Azure custom facts

Table of Contents

  1. Description
  2. Reference
  3. Limitations - OS compatibility, etc.

Description

This module provides custom facts for Azure VMs that are pulled from the Azure Metadata Service via the Facter az_metadata fact.

Reference

azure_location

The VM's configured location. Example: westus2

azure_private_ips

An Array of private IPs for the VM, Example: ['10.20.1.1']

azure_tags

The tags associated to the VM, Example: {'role' => 'puppet', 'environment' => 'production'}

Limitations

This module is only supported on Linux based systems.

About

No description, website, or topics provided.

Resources

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages