This module provides for the following ansible plugin:
- network_environment
Performs networking-related checks on a set of TripleO templates
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 |
: | Tomas Sedovic, Martin André, Florian Fuchs |
---|
- 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'') }}'
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.