David K. Bainbridge | 603ee54 | 2016-10-04 21:11:05 -0700 | [diff] [blame] | 1 | {% if compute_node.fabric.include.names is defined and compute_node.fabric.include.names != omit %} |
| 2 | fabric_include_names: '{{ compute_node.fabric.include.names }}' |
| 3 | {% endif %} |
| 4 | {% if compute_node.fabric.include.module_types is defined and compute_node.fabric.include.module_types != omit %} |
| 5 | fabric_include_module_types: '{{ compute_node.fabric.include.module_types }}' |
| 6 | {% endif %} |
| 7 | {% if compute_node.fabric.include.bus_types is defined and compute_node.fabric.include.bus_types != omit %} |
| 8 | fabric_include_bus_types: '{{ compute_node.fabric.include.bus_types }}' |
| 9 | {% endif %} |
| 10 | {% if compute_node.fabric.exclude.names is defined and compute_node.fabric.exclude.names != omit %} |
| 11 | fabric_exclude_names: '{{ compute_node.fabric.exclude.names }}' |
| 12 | {% endif %} |
| 13 | {% if compute_node.fabric.exclude.module_types is defined and compute_node.fabric.exclude.module_types != omit %} |
| 14 | fabric_exclude_module_types: '{{ compute_node.fabric.exclude.module_types }}' |
| 15 | {% endif %} |
| 16 | {% if compute_node.fabric.exclude.bus_types is defined and compute_node.fabric.exclude.bus_types != omit %} |
| 17 | fabric_exclude_bus_types: '{{ compute_node.fabric.exclude.bus_types }}' |
| 18 | {% endif %} |
| 19 | {% if compute_node.fabric.ignore.names is defined and compute_node.fabric.ignore.names != omit %} |
| 20 | fabric_ignore_names: '{{ compute_node.fabric.ignore.names }}' |
| 21 | {% endif %} |
| 22 | {% if compute_node.fabric.ignore.module_types is defined and compute_node.fabric.ignore.module_types != omit %} |
| 23 | fabric_ignore_module_types: '{{ compute_node.fabric.ignore.module_types }}' |
| 24 | {% endif %} |
| 25 | {% if compute_node.fabric.ignore.bus_types is defined and compute_node.fabric.ignore.bus_types != omit %} |
| 26 | fabric_ignore_bus_types: '{{ compute_node.fabric.ignore.bus_types }}' |
| 27 | {% endif %} |
| 28 | {% if compute_node.management.include.names is defined and compute_node.management.include.names != omit %} |
| 29 | management_include_names: '{{ compute_node.management.include.names }}' |
| 30 | {% endif %} |
| 31 | {% if compute_node.management.include.module_types is defined and compute_node.management.include.module_types != omit %} |
| 32 | management_include_module_types: '{{ compute_node.management.include.module_types }}' |
| 33 | {% endif %} |
| 34 | {% if compute_node.management.include.bus_types is defined and compute_node.management.include.bus_types != omit %} |
| 35 | management_include_bus_types: '{{ compute_node.management.include.bus_types }}' |
| 36 | {% endif %} |
| 37 | {% if compute_node.management.exclude.names is defined and compute_node.management.exclude.names != omit %} |
| 38 | management_exclude_names: '{{ compute_node.management.exclude.names }}' |
| 39 | {% endif %} |
| 40 | {% if compute_node.management.exclude.module_types is defined and compute_node.management.exclude.module_types != omit %} |
| 41 | management_exclude_module_types: '{{ compute_node.management.exclude.module_types }}' |
| 42 | {% endif %} |
| 43 | {% if compute_node.management.exclude.bus_types is defined and compute_node.management.exclude.bus_types != omit %} |
| 44 | management_exclude_bus_types: '{{ compute_node.management.exclude.bus_types }}' |
| 45 | {% endif %} |
| 46 | {% if compute_node.management.ignore.names is defined and compute_node.management.ignore.names != omit %} |
| 47 | management_ignore_names: '{{ compute_node.management.ignore.names }}' |
| 48 | {% endif %} |
| 49 | {% if compute_node.management.ignore.module_types is defined and compute_node.management.ignore.module_types != omit %} |
| 50 | management_ignore_module_types: '{{ compute_node.management.ignore.module_types }}' |
| 51 | {% endif %} |
| 52 | {% if compute_node.management.ignore.bus_types is defined and compute_node.management.ignore.bus_types != omit %} |
| 53 | management_ignore_bus_types: '{{ compute_node.management.ignore.bus_types }}' |
| 54 | {% endif %} |
David K. Bainbridge | ca68f06 | 2016-10-27 11:04:33 -0700 | [diff] [blame] | 55 | {% if ubuntu_apt_repo is defined %} |
| 56 | ubuntu_apt_repo: '{{ ubuntu_apt_repo }}' |
| 57 | {% endif %} |
| 58 | {% if ubuntu_updates_apt_repo is defined %} |
| 59 | ubuntu_updates_apt_repo: '{{ ubuntu_updates_apt_repo }}' |
| 60 | {% endif %} |
| 61 | {% if docker_apt_repo is defined %} |
| 62 | docker_apt_repo: '{{ docker_apt_repo }}' |
| 63 | {% endif %} |
| 64 | {% if java_apt_repo is defined %} |
| 65 | java_apt_repo: '{{ java_apt_repo }}' |
| 66 | {% endif %} |
| 67 | {% if ansible_apt_repo is defined %} |
| 68 | ansible_apt_repo: '{{ ansible_apt_repo }}' |
| 69 | {% endif %} |
| 70 | {% if maas_apt_repo is defined %} |
| 71 | maas_apt_repo: '{{ maas_apt_repo }}' |
| 72 | {% endif %} |
| 73 | {% if dell_apt_repo is defined %} |
| 74 | dell_apt_repo: '{{ dell_apt_repo }}' |
| 75 | {% endif %} |
| 76 | {% if juju_apt_repo is defined %} |
| 77 | juju_apt_repo: '{{ juju_apt_repo }}' |
| 78 | {% endif %} |