--- # Copyright 2020 Red Hat, Inc. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. - name: Converge hosts: all vars: tripleo_network_config_with_ansible: true tripleo_network_config_template: templates/standalone.j2 tripleo_network_config_manage_service: false tripleo_network_config_hide_sensitive_logs: false local_mtu: 1500 ctlplane_ip: 192.168.24.1 ctlplane_subnet_cidr: 24 ctlplane_host_routes: [] ctlplane_dns_nameservers: [] dns_search_domains: [] neutron_public_interface_name: tap0 deployed_server_port_map: control_virtual_ip: fixed_ips: - ip_address: 192.168.24.3 network: tags: - 192.168.24.0/24 subnets: - cidr: 192.168.24.0/24 public_virtual_ip: fixed_ips: - ip_address: 192.168.24.1 network: tags: - 192.168.24.0/24 subnets: - cidr: 192.168.24.0/24 standalone-ctlplane: fixed_ips: - ip_address: 192.168.24.1 network: tags: - 192.168.24.0/24 subnets: - cidr: 192.168.24.0/24 roles: - role: "tripleo_network_config"