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
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:
ip_pools_path: environments/ips-from-pool-all.yaml
netenv_path: environments/network-environment.yaml
plan_env_path: plan-environment.yaml
template_files: '{{ lookup(''tht'') }}'