Module - network_environment¶
This module provides for the following ansible plugin:
network_environment
Module Documentation¶
Performs networking-related checks on a set of TripleO templates
Used by the network_environment role.
Owned by the DFG Networking
Options¶
- netenv_path:
The path of the base network environment file
- plan_env_path:
The path of the plan environment file
- ip_pools_path:
The path of the IP pools network environment file
- template_files:
A list of template files and contents
Authors¶
- :
Tomas Sedovic
Martin André
Florian Fuchs
Example Tasks¶
- hosts: webservers
tasks:
- name: Check the Network environment
network_environment:
netenv_path: environments/network-environment.yaml
template_files: "{{ lookup('tht') }}"
plan_env_path: plan-environment.yaml
ip_pools_path: environments/ips-from-pool-all.yaml