{"id":433,"sha1":"45d8c03d01cf9b9e55c37b6951b5b1f843b494da","playbook":{"id":4,"items":{"plays":107,"tasks":2438,"results":2413,"hosts":13,"files":511,"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-openstack.yml"]},"labels":[{"id":1,"name":"check:False"},{"id":2,"name":"tags:all"}],"started":"2025-12-14T10:21:40.790759Z","ended":"2025-12-14T11:05:36.775743Z","duration":"00:43:55.984984","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-openstack.yml","controller":"aio1.openstack.local","user":"root"},"content":"---\n# Copyright 2019, VEXXHOST, Inc.\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\nuwsgi_system_user_name: uwsgi\nuwsgi_system_group_name: uwsgi\nuwsgi_system_slice_name: uwsgi\nuwsgi_lock_dir: \"{{ openstack_lock_dir | default('/run/lock') }}\"\nuwsgi_run_dir: \"{{ openstack_run_dir | default('/run') }}\"\n\n# Set installation method. Valid options: source, distro\nuwsgi_install_method: source\n\n# Virtual env suffix to deploy into\nuwsgi_venv_tag: \"{{ venv_tag | default('untagged') }}\"\n\nuwsgi_pip_install_args: \"{{ pip_install_options | default('') }}\"\nuwsgi_python_executable: \"python3\"\n\nuwsgi_package_state: \"latest\"\n\n# Default environment variables to set for uwsgi process\nuwsgi_env: \"{{ _uwsgi_env }}\"\n\n# Define uwsgi_services for deployment of uwsgi. You should provide\n# at least wsgi_path and uwsgi_port. wsgi_venv should be defined for\n# services installed inside virtualenv.\n# Example structure:\n# uwsgi_services:\n#   service:\n#     service_name: service-api\n#     wsgi_path: /openstack/venvs/api/bin/wsgi-api\n#     wsgi_venv: /openstack/venvs/api\n#     init_config_overrides: {}\n#     uwsgi_uid: root\n#     uwsgi_guid: root\n#     uwsgi_overrides: {}\n#     uwsgi_processes: [ansible_facts['processor_vcpus'] | default(1), 1] | max * 2\n#     uwsgi_threads: 1\n#     uwsgi_bind_address: 0.0.0.0   # OR a list, uwsgi_bind_address: [ '127.0.0.1', '1.2.3.4' ]\n#     uwsgi_port: 8080\n#     uwsgi_env: \"FOO=bar\"\n#     uwsgi_tls:\n#       crt: /path/to/crt\n#       key: /path/to/key\n#     uwsgi_pyargv: \"--foo=bar --config_file=/etc/foo/foo.conf\"\nuwsgi_services: {}\n\n# Override can be used to apply config change to all uwsgi services\n# instead of adjusting each service separately\nuwsgi_ini_overrides: {}\nuwsgi_init_config_overrides: {}\n","created":"2025-12-14T10:21:42.392393Z","updated":"2025-12-14T10:21:42.392404Z","path":"/home/zuul/src/opendev.org/openstack/ansible-role-uwsgi/defaults/main.yml"}