{"id":188,"sha1":"e4135644cc30a9bf36f3eddd6697900a1848111e","playbook":{"id":3,"items":{"plays":37,"tasks":567,"results":554,"hosts":7,"files":221,"records":0},"arguments":{"version":null,"verbosity":0,"private_key_file":null,"remote_user":null,"connection":"openstack.osa.ssh","timeout":null,"ssh_common_args":null,"sftp_extra_args":null,"scp_extra_args":null,"ssh_extra_args":null,"ask_pass":false,"connection_password_file":null,"force_handlers":true,"flush_cache":false,"become":false,"become_method":"sudo","become_user":null,"become_ask_pass":false,"become_password_file":null,"tags":["all"],"skip_tags":[],"check":false,"diff":false,"inventory":["/home/zuul/src/opendev.org/openstack/openstack-ansible/inventory/dynamic_inventory.py","/home/zuul/src/opendev.org/openstack/openstack-ansible/inventory/inventory.ini","/etc/openstack_deploy/inventory.ini"],"listhosts":false,"subset":null,"extra_vars":"Not saved by ARA as configured by 'ignored_arguments'","vault_ids":[],"ask_vault_pass":false,"vault_password_files":[],"forks":4,"module_path":null,"syntax":false,"listtasks":false,"listtags":false,"step":false,"start_at_task":null,"args":["setup-infrastructure.yml"]},"labels":[{"id":1,"name":"check:False"},{"id":2,"name":"tags:all"}],"started":"2025-12-14T10:15:01.440414Z","ended":"2025-12-14T10:21:34.655502Z","duration":"00:06:33.215088","name":null,"ansible_version":"2.18.6","client_version":"1.7.4","python_version":"3.13.5","server_version":"1.7.4","status":"completed","path":"/home/zuul/src/opendev.org/openstack/openstack-ansible/playbooks/setup-infrastructure.yml","controller":"aio1.openstack.local","user":"root"},"content":"---\n# Copyright 2016, Logan Vig <logan2211@gmail.com>\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n#     http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an \"AS IS\" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\nunbound_package_state: latest\n\nunbound_upstream_resolvers:\n  - 4.2.2.1\n  - 4.2.2.2\n  - 8.8.8.8\n  - 8.8.4.4\nunbound_localzone_mode: static\nunbound_root_zone: openstack\nunbound_regional_zone: \"{{ service_region | default('RegionOne') }}.{{ unbound_root_zone }}\"\nunbound_listen_interface: \"{{ openstack_service_bind_address | default('0.0.0.0') }}\"\nunbound_allow_netmask: \"{{ container_networks['container_address']['netmask'] | default('0.0.0.0') }}\"\nunbound_access_control:\n  - cidr: \"{{ (unbound_listen_interface ~ '/' ~ unbound_allow_netmask) | ansible.utils.ipaddr('network/prefix') }}\"\n    action: allow\n\n# bind ipv6 socket\nunbound_ipv6: true\n\n# deploys to server like priority-template.conf\n# so for example, 000-server.conf in unbound_conf_dir which is in the include path by default\nunbound_configuration_templates:\n  - template: \"server.conf\"\n    priority: 0\n  - template: \"openstack.conf\"\n\n# additional records example:\n# unbound_records:\n#   - name: 'extra'\n#     priority: 50 (optional)\n#     records:\n#       - { host: hostname1.openstack, val: 10.10.10.1, type: A }\n#       - { host: hostname2.openstack, val: 10.10.10.2, type: A }\nunbound_records: []\n","created":"2025-12-14T10:15:01.892091Z","updated":"2025-12-14T10:15:01.892103Z","path":"/etc/ansible/roles/unbound/defaults/main.yml"}