Module - tripleo_network_populate_environment

This module provides for the following ansible plugin:

  • tripleo_network_populate_environment

Module Documentation

Create TripleO Composable network deployed environemnt data

Options

net_data

Structure describing a TripleO composable network

templates

The path to tripleo-heat-templates root directory

Authors

Harald Jensås <hjensas@redhat.com>

Example Tasks

- name: Populate environment
  tripleo_network_populate_environment:
    net_data:
    - name: Baremetal
    - name: External
    - name: InternalApi
      name_lower: internal_api
    templates: /home/stack/tripleo-heat-templates
  register: network_environment