{"id":293,"sha1":"d63809443c820c6b7c12b8e69f18130aac9edd79","playbook":{"id":3,"items":{"plays":37,"tasks":589,"results":576,"hosts":7,"files":222,"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-08T13:50:33.014895Z","ended":"2025-12-08T13:57:00.819740Z","duration":"00:06:27.804845","name":null,"ansible_version":"2.18.6","client_version":"1.7.4","python_version":"3.12.11","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- name: Set_fact container_exec_cmd\n  ansible.builtin.set_fact:\n    container_exec_cmd: \"{{ container_binary }} exec ceph-mon-{{ ansible_facts['hostname'] }}\"\n  when: containerized_deployment | bool\n\n- name: Include deploy_monitors.yml\n  ansible.builtin.include_tasks: deploy_monitors.yml\n  when:\n    # we test for both container and non-container\n    - (mon_socket is defined and mon_socket.get('rc') != 0) or (ceph_mon_container_stat is defined and ceph_mon_container_stat.get('stdout_lines', [])|length == 0)\n    - not switch_to_containers | default(False) | bool\n\n- name: Include start_monitor.yml\n  ansible.builtin.include_tasks: start_monitor.yml\n\n- name: Include_tasks ceph_keys.yml\n  ansible.builtin.include_tasks: ceph_keys.yml\n  when: not switch_to_containers | default(False) | bool\n\n- name: Include secure_cluster.yml\n  ansible.builtin.include_tasks: secure_cluster.yml\n  when:\n    - secure_cluster | bool\n    - inventory_hostname == groups[mon_group_name] | first\n\n- name: Set cluster configs\n  ceph_config:\n    action: set\n    who: \"{{ item.0.key }}\"\n    option: \"{{ item.1.key }}\"\n    value: \"{{ item.1.value }}\"\n  run_once: true\n  when:\n    - item.1.value != omit\n  loop: \"{{ ceph_cluster_conf | dict2dict }}\"\n  environment:\n    CEPH_CONTAINER_IMAGE: \"{{ ceph_docker_registry + '/' + ceph_docker_image + ':' + ceph_docker_image_tag if containerized_deployment | bool else None }}\"\n    CEPH_CONTAINER_BINARY: \"{{ container_binary }}\"\n","created":"2025-12-08T13:50:38.318417Z","updated":"2025-12-08T13:50:38.318429Z","path":"/etc/ansible/roles/ceph-ansible/roles/ceph-mon/tasks/main.yml"}