2025-06-26 01:55:20,113 p=28 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T01:55:20.099432Z",
                    "start": "2025-06-26T01:55:19.662746Z"
                },
                "id": "ef95051a-3f55-5987-60f8-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "mysql_user",
                            "changed": false,
                            "invocation": {
                                "module_args": {
                                    "append_privs": false,
                                    "ca_cert": null,
                                    "check_hostname": null,
                                    "check_implicit_admin": false,
                                    "client_cert": null,
                                    "client_key": null,
                                    "config_file": "/var/lib/ansible/.my.cnf",
                                    "connect_timeout": 30,
                                    "encrypted": false,
                                    "host": "%",
                                    "host_all": false,
                                    "login_host": "10.0.0.65",
                                    "login_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
                                    "login_port": 3306,
                                    "login_unix_socket": null,
                                    "login_user": "root",
                                    "name": "root",
                                    "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
                                    "plugin": null,
                                    "plugin_auth_string": null,
                                    "plugin_hash_string": null,
                                    "priv": "*.*:ALL,GRANT",
                                    "resource_limits": null,
                                    "sql_log_bin": true,
                                    "state": "present",
                                    "tls_requires": null,
                                    "update_password": "always",
                                    "user": "root"
                                }
                            },
                            "msg": "User unchanged",
                            "user": "root"
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T01:55:20.099432Z",
                            "start": "2025-06-26T01:55:19.712471Z"
                        },
                        "id": "ef95051a-3f55-5987-60f8-000000000009",
                        "name": "mysql_user"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 0,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 01:55:21,456 p=56 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T01:55:21.442088Z",
                    "start": "2025-06-26T01:55:21.001175Z"
                },
                "id": "ef95051a-3f55-95ab-bb2c-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "mysql_user",
                            "changed": true,
                            "invocation": {
                                "module_args": {
                                    "append_privs": false,
                                    "ca_cert": null,
                                    "check_hostname": null,
                                    "check_implicit_admin": false,
                                    "client_cert": null,
                                    "client_key": null,
                                    "config_file": "/var/lib/ansible/.my.cnf",
                                    "connect_timeout": 30,
                                    "encrypted": false,
                                    "host": "%",
                                    "host_all": false,
                                    "login_host": "10.0.0.65",
                                    "login_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
                                    "login_port": 3306,
                                    "login_unix_socket": null,
                                    "login_user": "root",
                                    "name": "haproxy",
                                    "password": "",
                                    "plugin": null,
                                    "plugin_auth_string": null,
                                    "plugin_hash_string": null,
                                    "priv": "*.*:USAGE",
                                    "resource_limits": null,
                                    "sql_log_bin": true,
                                    "state": "present",
                                    "tls_requires": null,
                                    "update_password": "always",
                                    "user": "haproxy"
                                }
                            },
                            "msg": "User added",
                            "user": "haproxy"
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T01:55:21.442088Z",
                            "start": "2025-06-26T01:55:21.048719Z"
                        },
                        "id": "ef95051a-3f55-95ab-bb2c-000000000009",
                        "name": "mysql_user"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 01:56:00,830 p=84 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T01:56:00.816886Z",
                    "start": "2025-06-26T01:56:00.393651Z"
                },
                "id": "ef95051a-3f55-e75d-9466-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "mysql_db",
                            "changed": true,
                            "db": "keystone",
                            "db_list": [
                                "keystone"
                            ],
                            "executed_commands": [
                                "CREATE DATABASE `keystone`"
                            ],
                            "invocation": {
                                "module_args": {
                                    "ca_cert": null,
                                    "check_hostname": null,
                                    "check_implicit_admin": false,
                                    "client_cert": null,
                                    "client_key": null,
                                    "collation": "",
                                    "config_file": "/var/lib/ansible/.my.cnf",
                                    "config_overrides_defaults": false,
                                    "connect_timeout": 30,
                                    "dump_extra_args": null,
                                    "encoding": "",
                                    "force": false,
                                    "hex_blob": false,
                                    "ignore_tables": [],
                                    "login_host": "10.0.0.65",
                                    "login_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
                                    "login_port": 3306,
                                    "login_unix_socket": null,
                                    "login_user": "root",
                                    "master_data": 0,
                                    "name": [
                                        "keystone"
                                    ],
                                    "quick": true,
                                    "restrict_config_file": false,
                                    "single_transaction": false,
                                    "skip_lock_tables": false,
                                    "state": "present",
                                    "target": null,
                                    "unsafe_login_password": false,
                                    "use_shell": false
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T01:56:00.816886Z",
                            "start": "2025-06-26T01:56:00.442558Z"
                        },
                        "id": "ef95051a-3f55-e75d-9466-000000000009",
                        "name": "mysql_db"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 01:56:02,222 p=112 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T01:56:02.208233Z",
                    "start": "2025-06-26T01:56:01.731419Z"
                },
                "id": "ef95051a-3f55-3b5a-1138-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "mysql_user",
                            "changed": true,
                            "invocation": {
                                "module_args": {
                                    "append_privs": true,
                                    "ca_cert": null,
                                    "check_hostname": null,
                                    "check_implicit_admin": false,
                                    "client_cert": null,
                                    "client_key": null,
                                    "config_file": "/var/lib/ansible/.my.cnf",
                                    "connect_timeout": 30,
                                    "encrypted": false,
                                    "host": "%",
                                    "host_all": false,
                                    "login_host": "10.0.0.65",
                                    "login_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
                                    "login_port": 3306,
                                    "login_unix_socket": null,
                                    "login_user": "root",
                                    "name": "keystone",
                                    "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
                                    "plugin": null,
                                    "plugin_auth_string": null,
                                    "plugin_hash_string": null,
                                    "priv": "keystone.*:ALL",
                                    "resource_limits": null,
                                    "sql_log_bin": true,
                                    "state": "present",
                                    "tls_requires": null,
                                    "update_password": "always",
                                    "user": "keystone"
                                }
                            },
                            "msg": "User added",
                            "user": "keystone"
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T01:56:02.208233Z",
                            "start": "2025-06-26T01:56:01.783815Z"
                        },
                        "id": "ef95051a-3f55-3b5a-1138-000000000009",
                        "name": "mysql_user"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 01:56:49,436 p=140 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T01:56:49.423028Z",
                    "start": "2025-06-26T01:56:44.859279Z"
                },
                "id": "ef95051a-3f55-fb66-11da-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_service",
                            "changed": true,
                            "id": "75bcd788ccd4464c967f65fd03c933bc",
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "description": "Openstack Identity Service",
                                    "enabled": true,
                                    "interface": "internal",
                                    "name": "keystone",
                                    "region_name": "RegionOne",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "service_type": "identity",
                                    "state": "present",
                                    "timeout": 180,
                                    "type": "identity",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            },
                            "service": {
                                "description": "Openstack Identity Service",
                                "enabled": true,
                                "id": "75bcd788ccd4464c967f65fd03c933bc",
                                "name": "keystone",
                                "service_type": "identity",
                                "type": "identity"
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T01:56:49.423028Z",
                            "start": "2025-06-26T01:56:44.919100Z"
                        },
                        "id": "ef95051a-3f55-fb66-11da-000000000009",
                        "name": "os_keystone_service"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 01:56:51,691 p=168 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T01:56:51.677006Z",
                    "start": "2025-06-26T01:56:50.421841Z"
                },
                "id": "ef95051a-3f55-03df-cc03-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_endpoint",
                            "changed": false,
                            "endpoint": {
                                "enabled": true,
                                "id": "1c5f5824020e4567bba1383d5211ceca",
                                "interface": "admin",
                                "links": {
                                    "self": "http://10.0.0.65:5000/v3/endpoints/1c5f5824020e4567bba1383d5211ceca"
                                },
                                "region": "RegionOne",
                                "region_id": "RegionOne",
                                "service_id": "75bcd788ccd4464c967f65fd03c933bc",
                                "url": "http://10.0.0.65:35357"
                            },
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "enabled": true,
                                    "endpoint_interface": "admin",
                                    "interface": "internal",
                                    "region": "RegionOne",
                                    "region_name": "RegionOne",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "service": "keystone",
                                    "state": "present",
                                    "timeout": 180,
                                    "url": "http://10.0.0.65:35357",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T01:56:51.677006Z",
                            "start": "2025-06-26T01:56:50.479767Z"
                        },
                        "id": "ef95051a-3f55-03df-cc03-000000000009",
                        "name": "os_keystone_endpoint"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 0,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 01:56:53,880 p=196 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T01:56:53.866389Z",
                    "start": "2025-06-26T01:56:52.602325Z"
                },
                "id": "ef95051a-3f55-81c5-76e9-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_endpoint",
                            "changed": false,
                            "endpoint": {
                                "enabled": true,
                                "id": "5ef637af09c948e08f182429b75aaf78",
                                "interface": "internal",
                                "links": {
                                    "self": "http://10.0.0.65:5000/v3/endpoints/5ef637af09c948e08f182429b75aaf78"
                                },
                                "region": "RegionOne",
                                "region_id": "RegionOne",
                                "service_id": "75bcd788ccd4464c967f65fd03c933bc",
                                "url": "http://10.0.0.65:5000"
                            },
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "enabled": true,
                                    "endpoint_interface": "internal",
                                    "interface": "internal",
                                    "region": "RegionOne",
                                    "region_name": "RegionOne",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "service": "keystone",
                                    "state": "present",
                                    "timeout": 180,
                                    "url": "http://10.0.0.65:5000",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T01:56:53.866389Z",
                            "start": "2025-06-26T01:56:52.656111Z"
                        },
                        "id": "ef95051a-3f55-81c5-76e9-000000000009",
                        "name": "os_keystone_endpoint"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 0,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 01:56:55,965 p=224 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T01:56:55.952420Z",
                    "start": "2025-06-26T01:56:54.754762Z"
                },
                "id": "ef95051a-3f55-f694-2f9f-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_endpoint",
                            "changed": false,
                            "endpoint": {
                                "enabled": true,
                                "id": "900bb8ee9e23410baed002901edeb52a",
                                "interface": "public",
                                "links": {
                                    "self": "http://10.0.0.65:5000/v3/endpoints/900bb8ee9e23410baed002901edeb52a"
                                },
                                "region": "RegionOne",
                                "region_id": "RegionOne",
                                "service_id": "75bcd788ccd4464c967f65fd03c933bc",
                                "url": "http://10.0.0.65:5000"
                            },
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "enabled": true,
                                    "endpoint_interface": "public",
                                    "interface": "internal",
                                    "region": "RegionOne",
                                    "region_name": "RegionOne",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "service": "keystone",
                                    "state": "present",
                                    "timeout": 180,
                                    "url": "http://10.0.0.65:5000",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T01:56:55.952420Z",
                            "start": "2025-06-26T01:56:54.810062Z"
                        },
                        "id": "ef95051a-3f55-f694-2f9f-000000000009",
                        "name": "os_keystone_endpoint"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 0,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 01:56:58,154 p=252 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T01:56:58.140419Z",
                    "start": "2025-06-26T01:56:56.931970Z"
                },
                "id": "ef95051a-3f55-fbbb-5db0-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_role",
                            "changed": true,
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "interface": "internal",
                                    "name": "service",
                                    "region_name": "RegionOne",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "state": "present",
                                    "timeout": 180,
                                    "validate_certs": null,
                                    "wait": true
                                }
                            },
                            "role": {
                                "domain_id": null,
                                "id": "20528c8ccc9e4fe9b0bdd68c83d42acb",
                                "location": {
                                    "cloud": "defaults",
                                    "project": {
                                        "domain_id": null,
                                        "domain_name": null,
                                        "id": null,
                                        "name": null
                                    },
                                    "region_name": null,
                                    "zone": null
                                },
                                "name": "service",
                                "properties": {}
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T01:56:58.140419Z",
                            "start": "2025-06-26T01:56:56.980826Z"
                        },
                        "id": "ef95051a-3f55-fbbb-5db0-000000000009",
                        "name": "os_keystone_role"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 01:57:00,276 p=280 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T01:57:00.263588Z",
                    "start": "2025-06-26T01:56:59.115026Z"
                },
                "id": "ef95051a-3f55-f0db-650c-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_role",
                            "changed": false,
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "endpoint_type": "internal",
                                    "interface": "internal",
                                    "name": "member",
                                    "region_name": "RegionOne",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "state": "present",
                                    "timeout": 180,
                                    "validate_certs": null,
                                    "wait": true
                                }
                            },
                            "role": {
                                "domain_id": null,
                                "id": "d76970290937465faa830209839670e6",
                                "location": {
                                    "cloud": "defaults",
                                    "project": {
                                        "domain_id": null,
                                        "domain_name": null,
                                        "id": null,
                                        "name": null
                                    },
                                    "region_name": null,
                                    "zone": null
                                },
                                "name": "member",
                                "properties": {}
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T01:57:00.263588Z",
                            "start": "2025-06-26T01:56:59.177287Z"
                        },
                        "id": "ef95051a-3f55-f0db-650c-000000000009",
                        "name": "os_keystone_role"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 0,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 01:57:02,874 p=308 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T01:57:02.860751Z",
                    "start": "2025-06-26T01:57:01.559508Z"
                },
                "id": "ef95051a-3f55-fb31-eb0a-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_service",
                            "changed": true,
                            "id": "a911cbc3a6474103a6be7b637a2fcdc6",
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "description": "Openstack Image",
                                    "enabled": true,
                                    "interface": "internal",
                                    "name": "glance",
                                    "region_name": "RegionOne",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "service_type": "image",
                                    "state": "present",
                                    "timeout": 180,
                                    "type": "image",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            },
                            "service": {
                                "description": "Openstack Image",
                                "enabled": true,
                                "id": "a911cbc3a6474103a6be7b637a2fcdc6",
                                "name": "glance",
                                "service_type": "image",
                                "type": "image"
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T01:57:02.860751Z",
                            "start": "2025-06-26T01:57:01.611627Z"
                        },
                        "id": "ef95051a-3f55-fb31-eb0a-000000000009",
                        "name": "os_keystone_service"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 01:57:05,286 p=336 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T01:57:05.271688Z",
                    "start": "2025-06-26T01:57:03.797606Z"
                },
                "id": "ef95051a-3f55-b0ab-905e-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_endpoint",
                            "changed": true,
                            "endpoint": {
                                "enabled": true,
                                "id": "ff06ff90d7eb4767a8a99ce35139332c",
                                "interface": "internal",
                                "links": {
                                    "self": "http://10.0.0.65:5000/v3/endpoints/ff06ff90d7eb4767a8a99ce35139332c"
                                },
                                "region": "RegionOne",
                                "region_id": "RegionOne",
                                "service_id": "a911cbc3a6474103a6be7b637a2fcdc6",
                                "url": "http://10.0.0.65:9292"
                            },
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "enabled": true,
                                    "endpoint_interface": "internal",
                                    "interface": "internal",
                                    "region": "RegionOne",
                                    "region_name": "RegionOne",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "service": "glance",
                                    "state": "present",
                                    "timeout": 180,
                                    "url": "http://10.0.0.65:9292",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T01:57:05.271688Z",
                            "start": "2025-06-26T01:57:03.847740Z"
                        },
                        "id": "ef95051a-3f55-b0ab-905e-000000000009",
                        "name": "os_keystone_endpoint"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 01:57:07,551 p=364 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T01:57:07.537623Z",
                    "start": "2025-06-26T01:57:06.135140Z"
                },
                "id": "ef95051a-3f55-231f-bd70-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_endpoint",
                            "changed": true,
                            "endpoint": {
                                "enabled": true,
                                "id": "a5bec2052d3948b7a45895b92c3af5fe",
                                "interface": "public",
                                "links": {
                                    "self": "http://10.0.0.65:5000/v3/endpoints/a5bec2052d3948b7a45895b92c3af5fe"
                                },
                                "region": "RegionOne",
                                "region_id": "RegionOne",
                                "service_id": "a911cbc3a6474103a6be7b637a2fcdc6",
                                "url": "http://10.0.0.65:9292"
                            },
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "enabled": true,
                                    "endpoint_interface": "public",
                                    "interface": "internal",
                                    "region": "RegionOne",
                                    "region_name": "RegionOne",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "service": "glance",
                                    "state": "present",
                                    "timeout": 180,
                                    "url": "http://10.0.0.65:9292",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T01:57:07.537623Z",
                            "start": "2025-06-26T01:57:06.184572Z"
                        },
                        "id": "ef95051a-3f55-231f-bd70-000000000009",
                        "name": "os_keystone_endpoint"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 01:57:09,960 p=392 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T01:57:09.946988Z",
                    "start": "2025-06-26T01:57:08.458554Z"
                },
                "id": "ef95051a-3f55-f38b-9f69-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_project",
                            "changed": true,
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "description": null,
                                    "domain": "default",
                                    "domain_id": "default",
                                    "enabled": true,
                                    "interface": "internal",
                                    "name": "service",
                                    "properties": null,
                                    "region_name": "RegionOne",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "state": "present",
                                    "timeout": 180,
                                    "validate_certs": null,
                                    "wait": true
                                }
                            },
                            "project": {
                                "description": null,
                                "domain_id": "default",
                                "enabled": true,
                                "extra": {},
                                "id": "46bd5833a0634c6484e067d478cf3f29",
                                "is_domain": false,
                                "is_enabled": true,
                                "location": {
                                    "cloud": "defaults",
                                    "project": {
                                        "domain_id": "default",
                                        "domain_name": null,
                                        "id": "default",
                                        "name": null
                                    },
                                    "region_name": null,
                                    "zone": null
                                },
                                "name": "service",
                                "options": {},
                                "parent_id": "default",
                                "properties": {
                                    "extra": {},
                                    "options": {},
                                    "tags": []
                                },
                                "tags": []
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T01:57:09.946988Z",
                            "start": "2025-06-26T01:57:08.506833Z"
                        },
                        "id": "ef95051a-3f55-f38b-9f69-000000000009",
                        "name": "os_project"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 01:57:12,682 p=420 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T01:57:12.668509Z",
                    "start": "2025-06-26T01:57:10.835759Z"
                },
                "id": "ef95051a-3f55-150f-a84f-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_user",
                            "changed": true,
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "default_project": "service",
                                    "description": null,
                                    "domain": "default",
                                    "email": null,
                                    "enabled": true,
                                    "interface": "internal",
                                    "name": "glance",
                                    "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
                                    "region_name": "RegionOne",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "state": "present",
                                    "timeout": 180,
                                    "update_password": "on_create",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            },
                            "user": {
                                "default_project_id": "46bd5833a0634c6484e067d478cf3f29",
                                "description": null,
                                "domain_id": "default",
                                "email": null,
                                "enabled": true,
                                "id": "47963c70fe9a48eeab2abf7da1cb1a91",
                                "name": "glance",
                                "username": null
                            },
                            "warnings": [
                                "Module did not set no_log for update_password"
                            ]
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T01:57:12.668509Z",
                            "start": "2025-06-26T01:57:10.885108Z"
                        },
                        "id": "ef95051a-3f55-150f-a84f-000000000009",
                        "name": "os_user"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 01:57:14,690 p=448 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T01:57:14.676175Z",
                    "start": "2025-06-26T01:57:13.554368Z"
                },
                "id": "ef95051a-3f55-414a-a695-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_role",
                            "changed": false,
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "interface": "internal",
                                    "name": "admin",
                                    "region_name": "RegionOne",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "state": "present",
                                    "timeout": 180,
                                    "validate_certs": null,
                                    "wait": true
                                }
                            },
                            "role": {
                                "domain_id": null,
                                "id": "b8f5861340a24edc8aff002055e77014",
                                "location": {
                                    "cloud": "defaults",
                                    "project": {
                                        "domain_id": null,
                                        "domain_name": null,
                                        "id": null,
                                        "name": null
                                    },
                                    "region_name": null,
                                    "zone": null
                                },
                                "name": "admin",
                                "properties": {}
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T01:57:14.676175Z",
                            "start": "2025-06-26T01:57:13.609055Z"
                        },
                        "id": "ef95051a-3f55-414a-a695-000000000009",
                        "name": "os_keystone_role"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 0,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 01:57:17,789 p=475 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T01:57:17.773715Z",
                    "start": "2025-06-26T01:57:15.570520Z"
                },
                "id": "ef95051a-3f55-a5c5-5731-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_user_role",
                            "changed": true,
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "domain": "default",
                                    "group": null,
                                    "interface": "internal",
                                    "project": "service",
                                    "region_name": "RegionOne",
                                    "role": "admin",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "state": "present",
                                    "timeout": 180,
                                    "user": "glance",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T01:57:17.773715Z",
                            "start": "2025-06-26T01:57:15.620690Z"
                        },
                        "id": "ef95051a-3f55-a5c5-5731-000000000009",
                        "name": "os_user_role"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 01:57:26,003 p=503 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T01:57:25.990581Z",
                    "start": "2025-06-26T01:57:25.563876Z"
                },
                "id": "ef95051a-3f55-67c0-762f-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "mysql_db",
                            "changed": true,
                            "db": "glance",
                            "db_list": [
                                "glance"
                            ],
                            "executed_commands": [
                                "CREATE DATABASE `glance`"
                            ],
                            "invocation": {
                                "module_args": {
                                    "ca_cert": null,
                                    "check_hostname": null,
                                    "check_implicit_admin": false,
                                    "client_cert": null,
                                    "client_key": null,
                                    "collation": "",
                                    "config_file": "/var/lib/ansible/.my.cnf",
                                    "config_overrides_defaults": false,
                                    "connect_timeout": 30,
                                    "dump_extra_args": null,
                                    "encoding": "",
                                    "force": false,
                                    "hex_blob": false,
                                    "ignore_tables": [],
                                    "login_host": "10.0.0.65",
                                    "login_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
                                    "login_port": 3306,
                                    "login_unix_socket": null,
                                    "login_user": "root",
                                    "master_data": 0,
                                    "name": [
                                        "glance"
                                    ],
                                    "quick": true,
                                    "restrict_config_file": false,
                                    "single_transaction": false,
                                    "skip_lock_tables": false,
                                    "state": "present",
                                    "target": null,
                                    "unsafe_login_password": false,
                                    "use_shell": false
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T01:57:25.990581Z",
                            "start": "2025-06-26T01:57:25.612329Z"
                        },
                        "id": "ef95051a-3f55-67c0-762f-000000000009",
                        "name": "mysql_db"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 01:57:27,342 p=531 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T01:57:27.326090Z",
                    "start": "2025-06-26T01:57:26.857918Z"
                },
                "id": "ef95051a-3f55-52b5-60a2-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "mysql_user",
                            "changed": true,
                            "invocation": {
                                "module_args": {
                                    "append_privs": true,
                                    "ca_cert": null,
                                    "check_hostname": null,
                                    "check_implicit_admin": false,
                                    "client_cert": null,
                                    "client_key": null,
                                    "config_file": "/var/lib/ansible/.my.cnf",
                                    "connect_timeout": 30,
                                    "encrypted": false,
                                    "host": "%",
                                    "host_all": false,
                                    "login_host": "10.0.0.65",
                                    "login_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
                                    "login_port": 3306,
                                    "login_unix_socket": null,
                                    "login_user": "root",
                                    "name": "glance",
                                    "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
                                    "plugin": null,
                                    "plugin_auth_string": null,
                                    "plugin_hash_string": null,
                                    "priv": "glance.*:ALL",
                                    "resource_limits": null,
                                    "sql_log_bin": true,
                                    "state": "present",
                                    "tls_requires": null,
                                    "update_password": "always",
                                    "user": "glance"
                                }
                            },
                            "msg": "User added",
                            "user": "glance"
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T01:57:27.326090Z",
                            "start": "2025-06-26T01:57:26.919710Z"
                        },
                        "id": "ef95051a-3f55-52b5-60a2-000000000009",
                        "name": "mysql_user"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 01:57:28,749 p=559 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T01:57:28.733496Z",
                    "start": "2025-06-26T01:57:28.305178Z"
                },
                "id": "ef95051a-3f55-49cc-4e09-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "mysql_variables",
                            "changed": true,
                            "invocation": {
                                "module_args": {
                                    "ca_cert": null,
                                    "check_hostname": null,
                                    "client_cert": null,
                                    "client_key": null,
                                    "config_file": "/var/lib/ansible/.my.cnf",
                                    "connect_timeout": 30,
                                    "login_host": "10.0.0.65",
                                    "login_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
                                    "login_port": 3306,
                                    "login_unix_socket": null,
                                    "login_user": "root",
                                    "mode": "global",
                                    "value": "1",
                                    "variable": "log_bin_trust_function_creators"
                                }
                            },
                            "msg": "Variable change succeeded prev_value=OFF",
                            "queries": [
                                "SET GLOBAL `log_bin_trust_function_creators` = 1"
                            ]
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T01:57:28.733496Z",
                            "start": "2025-06-26T01:57:28.355280Z"
                        },
                        "id": "ef95051a-3f55-49cc-4e09-000000000009",
                        "name": "mysql_variables"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 01:57:43,442 p=587 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T01:57:43.428307Z",
                    "start": "2025-06-26T01:57:43.005665Z"
                },
                "id": "ef95051a-3f55-e827-2826-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "mysql_variables",
                            "changed": true,
                            "invocation": {
                                "module_args": {
                                    "ca_cert": null,
                                    "check_hostname": null,
                                    "client_cert": null,
                                    "client_key": null,
                                    "config_file": "/var/lib/ansible/.my.cnf",
                                    "connect_timeout": 30,
                                    "login_host": "10.0.0.65",
                                    "login_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
                                    "login_port": 3306,
                                    "login_unix_socket": null,
                                    "login_user": "root",
                                    "mode": "global",
                                    "value": "0",
                                    "variable": "log_bin_trust_function_creators"
                                }
                            },
                            "msg": "Variable change succeeded prev_value=ON",
                            "queries": [
                                "SET GLOBAL `log_bin_trust_function_creators` = 0"
                            ]
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T01:57:43.428307Z",
                            "start": "2025-06-26T01:57:43.067808Z"
                        },
                        "id": "ef95051a-3f55-e827-2826-000000000009",
                        "name": "mysql_variables"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 01:57:48,020 p=615 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T01:57:48.001410Z",
                    "start": "2025-06-26T01:57:46.784718Z"
                },
                "id": "ef95051a-3f55-3b8f-4784-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_service",
                            "changed": true,
                            "id": "ebe43580717740f38018534b558edf88",
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "description": "Placement Service",
                                    "enabled": true,
                                    "interface": "internal",
                                    "name": "placement",
                                    "region_name": "RegionOne",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "service_type": "placement",
                                    "state": "present",
                                    "timeout": 180,
                                    "type": "placement",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            },
                            "service": {
                                "description": "Placement Service",
                                "enabled": true,
                                "id": "ebe43580717740f38018534b558edf88",
                                "name": "placement",
                                "service_type": "placement",
                                "type": "placement"
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T01:57:48.001410Z",
                            "start": "2025-06-26T01:57:46.836238Z"
                        },
                        "id": "ef95051a-3f55-3b8f-4784-000000000009",
                        "name": "os_keystone_service"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 01:57:50,385 p=643 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T01:57:50.371377Z",
                    "start": "2025-06-26T01:57:48.947753Z"
                },
                "id": "ef95051a-3f55-c047-3322-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_endpoint",
                            "changed": true,
                            "endpoint": {
                                "enabled": true,
                                "id": "6a57c48d802341a2a06106e600421820",
                                "interface": "internal",
                                "links": {
                                    "self": "http://10.0.0.65:5000/v3/endpoints/6a57c48d802341a2a06106e600421820"
                                },
                                "region": "RegionOne",
                                "region_id": "RegionOne",
                                "service_id": "ebe43580717740f38018534b558edf88",
                                "url": "http://10.0.0.65:8780"
                            },
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "enabled": true,
                                    "endpoint_interface": "internal",
                                    "interface": "internal",
                                    "region": "RegionOne",
                                    "region_name": "RegionOne",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "service": "placement",
                                    "state": "present",
                                    "timeout": 180,
                                    "url": "http://10.0.0.65:8780",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T01:57:50.371377Z",
                            "start": "2025-06-26T01:57:49.010439Z"
                        },
                        "id": "ef95051a-3f55-c047-3322-000000000009",
                        "name": "os_keystone_endpoint"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 01:57:52,608 p=671 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T01:57:52.591445Z",
                    "start": "2025-06-26T01:57:51.226343Z"
                },
                "id": "ef95051a-3f55-3a72-bad5-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_endpoint",
                            "changed": true,
                            "endpoint": {
                                "enabled": true,
                                "id": "46e30703d9e34f87b503bb902343b242",
                                "interface": "public",
                                "links": {
                                    "self": "http://10.0.0.65:5000/v3/endpoints/46e30703d9e34f87b503bb902343b242"
                                },
                                "region": "RegionOne",
                                "region_id": "RegionOne",
                                "service_id": "ebe43580717740f38018534b558edf88",
                                "url": "http://10.0.0.65:8780"
                            },
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "enabled": true,
                                    "endpoint_interface": "public",
                                    "interface": "internal",
                                    "region": "RegionOne",
                                    "region_name": "RegionOne",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "service": "placement",
                                    "state": "present",
                                    "timeout": 180,
                                    "url": "http://10.0.0.65:8780",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T01:57:52.591445Z",
                            "start": "2025-06-26T01:57:51.278372Z"
                        },
                        "id": "ef95051a-3f55-3a72-bad5-000000000009",
                        "name": "os_keystone_endpoint"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 01:57:54,764 p=699 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T01:57:54.747759Z",
                    "start": "2025-06-26T01:57:53.505375Z"
                },
                "id": "ef95051a-3f55-d9ec-a5fd-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_project",
                            "changed": false,
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "description": null,
                                    "domain": "default",
                                    "domain_id": "default",
                                    "enabled": true,
                                    "interface": "internal",
                                    "name": "service",
                                    "properties": null,
                                    "region_name": "RegionOne",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "state": "present",
                                    "timeout": 180,
                                    "validate_certs": null,
                                    "wait": true
                                }
                            },
                            "project": {
                                "description": null,
                                "domain_id": "default",
                                "enabled": true,
                                "id": "46bd5833a0634c6484e067d478cf3f29",
                                "is_domain": false,
                                "is_enabled": true,
                                "location": {
                                    "cloud": "defaults",
                                    "project": {
                                        "domain_id": "default",
                                        "domain_name": null,
                                        "id": "default",
                                        "name": null
                                    },
                                    "region_name": null,
                                    "zone": null
                                },
                                "name": "service",
                                "options": {},
                                "parent_id": "default",
                                "properties": {
                                    "options": {},
                                    "tags": []
                                },
                                "tags": []
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T01:57:54.747759Z",
                            "start": "2025-06-26T01:57:53.554444Z"
                        },
                        "id": "ef95051a-3f55-d9ec-a5fd-000000000009",
                        "name": "os_project"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 0,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 01:57:57,585 p=727 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T01:57:57.570648Z",
                    "start": "2025-06-26T01:57:55.697250Z"
                },
                "id": "ef95051a-3f55-fa3b-49f4-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_user",
                            "changed": true,
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "default_project": "service",
                                    "description": null,
                                    "domain": "default",
                                    "email": null,
                                    "enabled": true,
                                    "interface": "internal",
                                    "name": "placement",
                                    "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
                                    "region_name": "RegionOne",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "state": "present",
                                    "timeout": 180,
                                    "update_password": "on_create",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            },
                            "user": {
                                "default_project_id": "46bd5833a0634c6484e067d478cf3f29",
                                "description": null,
                                "domain_id": "default",
                                "email": null,
                                "enabled": true,
                                "id": "7d3ab54067994881b6470b2da913738e",
                                "name": "placement",
                                "username": null
                            },
                            "warnings": [
                                "Module did not set no_log for update_password"
                            ]
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T01:57:57.570648Z",
                            "start": "2025-06-26T01:57:55.752162Z"
                        },
                        "id": "ef95051a-3f55-fa3b-49f4-000000000009",
                        "name": "os_user"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 01:57:59,770 p=755 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T01:57:59.756392Z",
                    "start": "2025-06-26T01:57:58.542784Z"
                },
                "id": "ef95051a-3f55-7209-5d49-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_role",
                            "changed": false,
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "interface": "internal",
                                    "name": "admin",
                                    "region_name": "RegionOne",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "state": "present",
                                    "timeout": 180,
                                    "validate_certs": null,
                                    "wait": true
                                }
                            },
                            "role": {
                                "domain_id": null,
                                "id": "b8f5861340a24edc8aff002055e77014",
                                "location": {
                                    "cloud": "defaults",
                                    "project": {
                                        "domain_id": null,
                                        "domain_name": null,
                                        "id": null,
                                        "name": null
                                    },
                                    "region_name": null,
                                    "zone": null
                                },
                                "name": "admin",
                                "properties": {}
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T01:57:59.756392Z",
                            "start": "2025-06-26T01:57:58.605931Z"
                        },
                        "id": "ef95051a-3f55-7209-5d49-000000000009",
                        "name": "os_keystone_role"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 0,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 01:58:02,939 p=783 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T01:58:02.925103Z",
                    "start": "2025-06-26T01:58:00.660855Z"
                },
                "id": "ef95051a-3f55-838b-86a5-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_user_role",
                            "changed": true,
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "domain": "default",
                                    "group": null,
                                    "interface": "internal",
                                    "project": "service",
                                    "region_name": "RegionOne",
                                    "role": "admin",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "state": "present",
                                    "timeout": 180,
                                    "user": "placement",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T01:58:02.925103Z",
                            "start": "2025-06-26T01:58:00.710539Z"
                        },
                        "id": "ef95051a-3f55-838b-86a5-000000000009",
                        "name": "os_user_role"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 01:58:07,901 p=811 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T01:58:07.886949Z",
                    "start": "2025-06-26T01:58:07.470973Z"
                },
                "id": "ef95051a-3f55-660c-0ee5-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "mysql_db",
                            "changed": true,
                            "db": "placement",
                            "db_list": [
                                "placement"
                            ],
                            "executed_commands": [
                                "CREATE DATABASE `placement`"
                            ],
                            "invocation": {
                                "module_args": {
                                    "ca_cert": null,
                                    "check_hostname": null,
                                    "check_implicit_admin": false,
                                    "client_cert": null,
                                    "client_key": null,
                                    "collation": "",
                                    "config_file": "/var/lib/ansible/.my.cnf",
                                    "config_overrides_defaults": false,
                                    "connect_timeout": 30,
                                    "dump_extra_args": null,
                                    "encoding": "",
                                    "force": false,
                                    "hex_blob": false,
                                    "ignore_tables": [],
                                    "login_host": "10.0.0.65",
                                    "login_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
                                    "login_port": 3306,
                                    "login_unix_socket": null,
                                    "login_user": "root",
                                    "master_data": 0,
                                    "name": [
                                        "placement"
                                    ],
                                    "quick": true,
                                    "restrict_config_file": false,
                                    "single_transaction": false,
                                    "skip_lock_tables": false,
                                    "state": "present",
                                    "target": null,
                                    "unsafe_login_password": false,
                                    "use_shell": false
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T01:58:07.886949Z",
                            "start": "2025-06-26T01:58:07.519674Z"
                        },
                        "id": "ef95051a-3f55-660c-0ee5-000000000009",
                        "name": "mysql_db"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 01:58:09,258 p=839 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T01:58:09.240561Z",
                    "start": "2025-06-26T01:58:08.782134Z"
                },
                "id": "ef95051a-3f55-6d93-7369-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "mysql_user",
                            "changed": true,
                            "invocation": {
                                "module_args": {
                                    "append_privs": true,
                                    "ca_cert": null,
                                    "check_hostname": null,
                                    "check_implicit_admin": false,
                                    "client_cert": null,
                                    "client_key": null,
                                    "config_file": "/var/lib/ansible/.my.cnf",
                                    "connect_timeout": 30,
                                    "encrypted": false,
                                    "host": "%",
                                    "host_all": false,
                                    "login_host": "10.0.0.65",
                                    "login_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
                                    "login_port": 3306,
                                    "login_unix_socket": null,
                                    "login_user": "root",
                                    "name": "placement",
                                    "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
                                    "plugin": null,
                                    "plugin_auth_string": null,
                                    "plugin_hash_string": null,
                                    "priv": "placement.*:ALL",
                                    "resource_limits": null,
                                    "sql_log_bin": true,
                                    "state": "present",
                                    "tls_requires": null,
                                    "update_password": "always",
                                    "user": "placement"
                                }
                            },
                            "msg": "User added",
                            "user": "placement"
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T01:58:09.240561Z",
                            "start": "2025-06-26T01:58:08.831105Z"
                        },
                        "id": "ef95051a-3f55-6d93-7369-000000000009",
                        "name": "mysql_user"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 01:58:19,267 p=867 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T01:58:19.253676Z",
                    "start": "2025-06-26T01:58:18.777794Z"
                },
                "id": "ef95051a-3f55-4858-3b3b-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "mysql_db",
                            "changed": true,
                            "db": "nova_cell0",
                            "db_list": [
                                "nova_cell0"
                            ],
                            "executed_commands": [
                                "CREATE DATABASE `nova_cell0`"
                            ],
                            "invocation": {
                                "module_args": {
                                    "ca_cert": null,
                                    "check_hostname": null,
                                    "check_implicit_admin": false,
                                    "client_cert": null,
                                    "client_key": null,
                                    "collation": "",
                                    "config_file": "/var/lib/ansible/.my.cnf",
                                    "config_overrides_defaults": false,
                                    "connect_timeout": 30,
                                    "dump_extra_args": null,
                                    "encoding": "",
                                    "force": false,
                                    "hex_blob": false,
                                    "ignore_tables": [],
                                    "login_host": "10.0.0.65",
                                    "login_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
                                    "login_port": 3306,
                                    "login_unix_socket": null,
                                    "login_user": "root",
                                    "master_data": 0,
                                    "name": [
                                        "nova_cell0"
                                    ],
                                    "quick": true,
                                    "restrict_config_file": false,
                                    "single_transaction": false,
                                    "skip_lock_tables": false,
                                    "state": "present",
                                    "target": null,
                                    "unsafe_login_password": false,
                                    "use_shell": false
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T01:58:19.253676Z",
                            "start": "2025-06-26T01:58:18.827785Z"
                        },
                        "id": "ef95051a-3f55-4858-3b3b-000000000009",
                        "name": "mysql_db"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 01:58:20,544 p=895 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T01:58:20.530127Z",
                    "start": "2025-06-26T01:58:20.099539Z"
                },
                "id": "ef95051a-3f55-8f54-c408-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "mysql_db",
                            "changed": true,
                            "db": "nova_api",
                            "db_list": [
                                "nova_api"
                            ],
                            "executed_commands": [
                                "CREATE DATABASE `nova_api`"
                            ],
                            "invocation": {
                                "module_args": {
                                    "ca_cert": null,
                                    "check_hostname": null,
                                    "check_implicit_admin": false,
                                    "client_cert": null,
                                    "client_key": null,
                                    "collation": "",
                                    "config_file": "/var/lib/ansible/.my.cnf",
                                    "config_overrides_defaults": false,
                                    "connect_timeout": 30,
                                    "dump_extra_args": null,
                                    "encoding": "",
                                    "force": false,
                                    "hex_blob": false,
                                    "ignore_tables": [],
                                    "login_host": "10.0.0.65",
                                    "login_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
                                    "login_port": 3306,
                                    "login_unix_socket": null,
                                    "login_user": "root",
                                    "master_data": 0,
                                    "name": [
                                        "nova_api"
                                    ],
                                    "quick": true,
                                    "restrict_config_file": false,
                                    "single_transaction": false,
                                    "skip_lock_tables": false,
                                    "state": "present",
                                    "target": null,
                                    "unsafe_login_password": false,
                                    "use_shell": false
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T01:58:20.530127Z",
                            "start": "2025-06-26T01:58:20.148694Z"
                        },
                        "id": "ef95051a-3f55-8f54-c408-000000000009",
                        "name": "mysql_db"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 01:58:22,077 p=923 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T01:58:22.062790Z",
                    "start": "2025-06-26T01:58:21.562254Z"
                },
                "id": "ef95051a-3f55-d9da-e35c-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "mysql_user",
                            "changed": true,
                            "invocation": {
                                "module_args": {
                                    "append_privs": true,
                                    "ca_cert": null,
                                    "check_hostname": null,
                                    "check_implicit_admin": false,
                                    "client_cert": null,
                                    "client_key": null,
                                    "config_file": "/var/lib/ansible/.my.cnf",
                                    "connect_timeout": 30,
                                    "encrypted": false,
                                    "host": "%",
                                    "host_all": false,
                                    "login_host": "10.0.0.65",
                                    "login_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
                                    "login_port": 3306,
                                    "login_unix_socket": null,
                                    "login_user": "root",
                                    "name": "nova",
                                    "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
                                    "plugin": null,
                                    "plugin_auth_string": null,
                                    "plugin_hash_string": null,
                                    "priv": "nova_cell0.*:ALL",
                                    "resource_limits": null,
                                    "sql_log_bin": true,
                                    "state": "present",
                                    "tls_requires": null,
                                    "update_password": "always",
                                    "user": "nova"
                                }
                            },
                            "msg": "User added",
                            "user": "nova"
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T01:58:22.062790Z",
                            "start": "2025-06-26T01:58:21.613254Z"
                        },
                        "id": "ef95051a-3f55-d9da-e35c-000000000009",
                        "name": "mysql_user"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 01:58:23,497 p=951 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T01:58:23.483374Z",
                    "start": "2025-06-26T01:58:22.979607Z"
                },
                "id": "ef95051a-3f55-db4e-3c63-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "mysql_user",
                            "changed": true,
                            "invocation": {
                                "module_args": {
                                    "append_privs": true,
                                    "ca_cert": null,
                                    "check_hostname": null,
                                    "check_implicit_admin": false,
                                    "client_cert": null,
                                    "client_key": null,
                                    "config_file": "/var/lib/ansible/.my.cnf",
                                    "connect_timeout": 30,
                                    "encrypted": false,
                                    "host": "%",
                                    "host_all": false,
                                    "login_host": "10.0.0.65",
                                    "login_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
                                    "login_port": 3306,
                                    "login_unix_socket": null,
                                    "login_user": "root",
                                    "name": "nova_api",
                                    "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
                                    "plugin": null,
                                    "plugin_auth_string": null,
                                    "plugin_hash_string": null,
                                    "priv": "nova_api.*:ALL",
                                    "resource_limits": null,
                                    "sql_log_bin": true,
                                    "state": "present",
                                    "tls_requires": null,
                                    "update_password": "always",
                                    "user": "nova_api"
                                }
                            },
                            "msg": "User added",
                            "user": "nova_api"
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T01:58:23.483374Z",
                            "start": "2025-06-26T01:58:23.038630Z"
                        },
                        "id": "ef95051a-3f55-db4e-3c63-000000000009",
                        "name": "mysql_user"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 01:58:56,923 p=979 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T01:58:56.907318Z",
                    "start": "2025-06-26T01:58:56.478763Z"
                },
                "id": "ef95051a-3f55-2afb-c605-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "mysql_db",
                            "changed": true,
                            "db": "nova",
                            "db_list": [
                                "nova"
                            ],
                            "executed_commands": [
                                "CREATE DATABASE `nova`"
                            ],
                            "invocation": {
                                "module_args": {
                                    "ca_cert": null,
                                    "check_hostname": null,
                                    "check_implicit_admin": false,
                                    "client_cert": null,
                                    "client_key": null,
                                    "collation": "",
                                    "config_file": "/var/lib/ansible/.my.cnf",
                                    "config_overrides_defaults": false,
                                    "connect_timeout": 30,
                                    "dump_extra_args": null,
                                    "encoding": "",
                                    "force": false,
                                    "hex_blob": false,
                                    "ignore_tables": [],
                                    "login_host": "10.0.0.65",
                                    "login_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
                                    "login_port": 3306,
                                    "login_unix_socket": null,
                                    "login_user": "root",
                                    "master_data": 0,
                                    "name": [
                                        "nova"
                                    ],
                                    "quick": true,
                                    "restrict_config_file": false,
                                    "single_transaction": false,
                                    "skip_lock_tables": false,
                                    "state": "present",
                                    "target": null,
                                    "unsafe_login_password": false,
                                    "use_shell": false
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T01:58:56.907318Z",
                            "start": "2025-06-26T01:58:56.528974Z"
                        },
                        "id": "ef95051a-3f55-2afb-c605-000000000009",
                        "name": "mysql_db"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 01:58:58,278 p=1007 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T01:58:58.265262Z",
                    "start": "2025-06-26T01:58:57.810472Z"
                },
                "id": "ef95051a-3f55-d7d1-6909-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "mysql_user",
                            "changed": true,
                            "invocation": {
                                "module_args": {
                                    "append_privs": true,
                                    "ca_cert": null,
                                    "check_hostname": null,
                                    "check_implicit_admin": false,
                                    "client_cert": null,
                                    "client_key": null,
                                    "config_file": "/var/lib/ansible/.my.cnf",
                                    "connect_timeout": 30,
                                    "encrypted": false,
                                    "host": "%",
                                    "host_all": false,
                                    "login_host": "10.0.0.65",
                                    "login_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
                                    "login_port": 3306,
                                    "login_unix_socket": null,
                                    "login_user": "root",
                                    "name": "nova",
                                    "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
                                    "plugin": null,
                                    "plugin_auth_string": null,
                                    "plugin_hash_string": null,
                                    "priv": "nova.*:ALL",
                                    "resource_limits": null,
                                    "sql_log_bin": true,
                                    "state": "present",
                                    "tls_requires": null,
                                    "update_password": "always",
                                    "user": "nova"
                                }
                            },
                            "msg": "New privileges granted",
                            "user": "nova"
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T01:58:58.265262Z",
                            "start": "2025-06-26T01:58:57.860406Z"
                        },
                        "id": "ef95051a-3f55-d7d1-6909-000000000009",
                        "name": "mysql_user"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 01:59:02,114 p=1035 u=rabbitmq n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T01:59:02.100246Z",
                    "start": "2025-06-26T01:58:59.191554Z"
                },
                "id": "ef95051a-3f55-313c-7be5-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "rabbitmq_user",
                            "changed": false,
                            "invocation": {
                                "module_args": {
                                    "configure_priv": ".*",
                                    "force": false,
                                    "node": "rabbit@cn-jenkins-deploy-platform-ansible-os-3555-1",
                                    "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
                                    "permissions": [
                                        {
                                            "configure_priv": ".*",
                                            "read_priv": ".*",
                                            "vhost": "/",
                                            "write_priv": ".*"
                                        }
                                    ],
                                    "read_priv": ".*",
                                    "state": "present",
                                    "tags": "administrator",
                                    "topic_permissions": [],
                                    "update_password": "always",
                                    "user": "openstack",
                                    "vhost": "/",
                                    "write_priv": ".*"
                                }
                            },
                            "state": "present",
                            "user": "openstack"
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T01:59:02.100246Z",
                            "start": "2025-06-26T01:58:59.240742Z"
                        },
                        "id": "ef95051a-3f55-313c-7be5-000000000009",
                        "name": "rabbitmq_user"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 0,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 01:59:24,311 p=1328 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T01:59:24.297799Z",
                    "start": "2025-06-26T01:59:23.090281Z"
                },
                "id": "ef95051a-3f55-79bb-16e1-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_service",
                            "changed": true,
                            "id": "910b17b849fc4dfa9187de68b3c43679",
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "description": "OpenStack Compute Service (Legacy 2.0)",
                                    "enabled": true,
                                    "interface": "internal",
                                    "name": "nova_legacy",
                                    "region_name": "RegionOne",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "service_type": "compute_legacy",
                                    "state": "present",
                                    "timeout": 180,
                                    "type": "compute_legacy",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            },
                            "service": {
                                "description": "OpenStack Compute Service (Legacy 2.0)",
                                "enabled": true,
                                "id": "910b17b849fc4dfa9187de68b3c43679",
                                "name": "nova_legacy",
                                "service_type": "compute_legacy",
                                "type": "compute_legacy"
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T01:59:24.297799Z",
                            "start": "2025-06-26T01:59:23.140335Z"
                        },
                        "id": "ef95051a-3f55-79bb-16e1-000000000009",
                        "name": "os_keystone_service"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 01:59:26,438 p=1356 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T01:59:26.425768Z",
                    "start": "2025-06-26T01:59:25.202475Z"
                },
                "id": "ef95051a-3f55-3146-103e-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_service",
                            "changed": true,
                            "id": "9096868152854215ab95bd74fe706dad",
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "description": "OpenStack Compute Service",
                                    "enabled": true,
                                    "interface": "internal",
                                    "name": "nova",
                                    "region_name": "RegionOne",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "service_type": "compute",
                                    "state": "present",
                                    "timeout": 180,
                                    "type": "compute",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            },
                            "service": {
                                "description": "OpenStack Compute Service",
                                "enabled": true,
                                "id": "9096868152854215ab95bd74fe706dad",
                                "name": "nova",
                                "service_type": "compute",
                                "type": "compute"
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T01:59:26.425768Z",
                            "start": "2025-06-26T01:59:25.251325Z"
                        },
                        "id": "ef95051a-3f55-3146-103e-000000000009",
                        "name": "os_keystone_service"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 01:59:28,788 p=1384 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T01:59:28.771585Z",
                    "start": "2025-06-26T01:59:27.409594Z"
                },
                "id": "ef95051a-3f55-57e0-33fb-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_endpoint",
                            "changed": true,
                            "endpoint": {
                                "enabled": true,
                                "id": "0f201c980dd64449a005135acced2a40",
                                "interface": "internal",
                                "links": {
                                    "self": "http://10.0.0.65:5000/v3/endpoints/0f201c980dd64449a005135acced2a40"
                                },
                                "region": "RegionOne",
                                "region_id": "RegionOne",
                                "service_id": "910b17b849fc4dfa9187de68b3c43679",
                                "url": "http://10.0.0.65:8774/v2/%(tenant_id)s"
                            },
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "enabled": true,
                                    "endpoint_interface": "internal",
                                    "interface": "internal",
                                    "region": "RegionOne",
                                    "region_name": "RegionOne",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "service": "nova_legacy",
                                    "state": "present",
                                    "timeout": 180,
                                    "url": "http://10.0.0.65:8774/v2/%(tenant_id)s",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T01:59:28.771585Z",
                            "start": "2025-06-26T01:59:27.458910Z"
                        },
                        "id": "ef95051a-3f55-57e0-33fb-000000000009",
                        "name": "os_keystone_endpoint"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 01:59:31,023 p=1412 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T01:59:31.006055Z",
                    "start": "2025-06-26T01:59:29.621259Z"
                },
                "id": "ef95051a-3f55-2052-536c-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_endpoint",
                            "changed": true,
                            "endpoint": {
                                "enabled": true,
                                "id": "2c7ff1799f3048cab63a39035b33e1cc",
                                "interface": "public",
                                "links": {
                                    "self": "http://10.0.0.65:5000/v3/endpoints/2c7ff1799f3048cab63a39035b33e1cc"
                                },
                                "region": "RegionOne",
                                "region_id": "RegionOne",
                                "service_id": "910b17b849fc4dfa9187de68b3c43679",
                                "url": "http://10.0.0.65:8774/v2/%(tenant_id)s"
                            },
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "enabled": true,
                                    "endpoint_interface": "public",
                                    "interface": "internal",
                                    "region": "RegionOne",
                                    "region_name": "RegionOne",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "service": "nova_legacy",
                                    "state": "present",
                                    "timeout": 180,
                                    "url": "http://10.0.0.65:8774/v2/%(tenant_id)s",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T01:59:31.006055Z",
                            "start": "2025-06-26T01:59:29.679448Z"
                        },
                        "id": "ef95051a-3f55-2052-536c-000000000009",
                        "name": "os_keystone_endpoint"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 01:59:33,247 p=1440 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T01:59:33.234182Z",
                    "start": "2025-06-26T01:59:31.881251Z"
                },
                "id": "ef95051a-3f55-939c-41b9-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_endpoint",
                            "changed": true,
                            "endpoint": {
                                "enabled": true,
                                "id": "c9632502dfbd4ec7b22fd19973b726fb",
                                "interface": "internal",
                                "links": {
                                    "self": "http://10.0.0.65:5000/v3/endpoints/c9632502dfbd4ec7b22fd19973b726fb"
                                },
                                "region": "RegionOne",
                                "region_id": "RegionOne",
                                "service_id": "9096868152854215ab95bd74fe706dad",
                                "url": "http://10.0.0.65:8774/v2.1"
                            },
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "enabled": true,
                                    "endpoint_interface": "internal",
                                    "interface": "internal",
                                    "region": "RegionOne",
                                    "region_name": "RegionOne",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "service": "nova",
                                    "state": "present",
                                    "timeout": 180,
                                    "url": "http://10.0.0.65:8774/v2.1",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T01:59:33.234182Z",
                            "start": "2025-06-26T01:59:31.930812Z"
                        },
                        "id": "ef95051a-3f55-939c-41b9-000000000009",
                        "name": "os_keystone_endpoint"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 01:59:35,535 p=1468 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T01:59:35.521787Z",
                    "start": "2025-06-26T01:59:34.090889Z"
                },
                "id": "ef95051a-3f55-99f8-1765-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_endpoint",
                            "changed": true,
                            "endpoint": {
                                "enabled": true,
                                "id": "3f0177ac75d342d085ee23f2eadebe47",
                                "interface": "public",
                                "links": {
                                    "self": "http://10.0.0.65:5000/v3/endpoints/3f0177ac75d342d085ee23f2eadebe47"
                                },
                                "region": "RegionOne",
                                "region_id": "RegionOne",
                                "service_id": "9096868152854215ab95bd74fe706dad",
                                "url": "http://10.0.0.65:8774/v2.1"
                            },
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "enabled": true,
                                    "endpoint_interface": "public",
                                    "interface": "internal",
                                    "region": "RegionOne",
                                    "region_name": "RegionOne",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "service": "nova",
                                    "state": "present",
                                    "timeout": 180,
                                    "url": "http://10.0.0.65:8774/v2.1",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T01:59:35.521787Z",
                            "start": "2025-06-26T01:59:34.140068Z"
                        },
                        "id": "ef95051a-3f55-99f8-1765-000000000009",
                        "name": "os_keystone_endpoint"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 01:59:37,648 p=1496 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T01:59:37.634920Z",
                    "start": "2025-06-26T01:59:36.431017Z"
                },
                "id": "ef95051a-3f55-677d-cd71-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_project",
                            "changed": false,
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "description": null,
                                    "domain": "default",
                                    "domain_id": "default",
                                    "enabled": true,
                                    "interface": "internal",
                                    "name": "service",
                                    "properties": null,
                                    "region_name": "RegionOne",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "state": "present",
                                    "timeout": 180,
                                    "validate_certs": null,
                                    "wait": true
                                }
                            },
                            "project": {
                                "description": null,
                                "domain_id": "default",
                                "enabled": true,
                                "id": "46bd5833a0634c6484e067d478cf3f29",
                                "is_domain": false,
                                "is_enabled": true,
                                "location": {
                                    "cloud": "defaults",
                                    "project": {
                                        "domain_id": "default",
                                        "domain_name": null,
                                        "id": "default",
                                        "name": null
                                    },
                                    "region_name": null,
                                    "zone": null
                                },
                                "name": "service",
                                "options": {},
                                "parent_id": "default",
                                "properties": {
                                    "options": {},
                                    "tags": []
                                },
                                "tags": []
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T01:59:37.634920Z",
                            "start": "2025-06-26T01:59:36.481232Z"
                        },
                        "id": "ef95051a-3f55-677d-cd71-000000000009",
                        "name": "os_project"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 0,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 01:59:40,548 p=1524 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T01:59:40.533287Z",
                    "start": "2025-06-26T01:59:38.563324Z"
                },
                "id": "ef95051a-3f55-84cd-30c1-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_user",
                            "changed": true,
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "default_project": "service",
                                    "description": null,
                                    "domain": "default",
                                    "email": null,
                                    "enabled": true,
                                    "interface": "internal",
                                    "name": "nova",
                                    "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
                                    "region_name": "RegionOne",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "state": "present",
                                    "timeout": 180,
                                    "update_password": "on_create",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            },
                            "user": {
                                "default_project_id": "46bd5833a0634c6484e067d478cf3f29",
                                "description": null,
                                "domain_id": "default",
                                "email": null,
                                "enabled": true,
                                "id": "4a7420d4a5f349639af5bbcae4c93b1f",
                                "name": "nova",
                                "username": null
                            },
                            "warnings": [
                                "Module did not set no_log for update_password"
                            ]
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T01:59:40.533287Z",
                            "start": "2025-06-26T01:59:38.630838Z"
                        },
                        "id": "ef95051a-3f55-84cd-30c1-000000000009",
                        "name": "os_user"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 01:59:42,661 p=1552 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T01:59:42.646800Z",
                    "start": "2025-06-26T01:59:41.443957Z"
                },
                "id": "ef95051a-3f55-a868-c6f3-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_role",
                            "changed": false,
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "interface": "internal",
                                    "name": "admin",
                                    "region_name": "RegionOne",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "state": "present",
                                    "timeout": 180,
                                    "validate_certs": null,
                                    "wait": true
                                }
                            },
                            "role": {
                                "domain_id": null,
                                "id": "b8f5861340a24edc8aff002055e77014",
                                "location": {
                                    "cloud": "defaults",
                                    "project": {
                                        "domain_id": null,
                                        "domain_name": null,
                                        "id": null,
                                        "name": null
                                    },
                                    "region_name": null,
                                    "zone": null
                                },
                                "name": "admin",
                                "properties": {}
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T01:59:42.646800Z",
                            "start": "2025-06-26T01:59:41.492984Z"
                        },
                        "id": "ef95051a-3f55-a868-c6f3-000000000009",
                        "name": "os_keystone_role"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 0,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 01:59:45,807 p=1581 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T01:59:45.793042Z",
                    "start": "2025-06-26T01:59:43.557077Z"
                },
                "id": "ef95051a-3f55-1ccc-0d0a-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_user_role",
                            "changed": true,
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "domain": "default",
                                    "group": null,
                                    "interface": "internal",
                                    "project": "service",
                                    "region_name": "RegionOne",
                                    "role": "admin",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "state": "present",
                                    "timeout": 180,
                                    "user": "nova",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T01:59:45.793042Z",
                            "start": "2025-06-26T01:59:43.612949Z"
                        },
                        "id": "ef95051a-3f55-1ccc-0d0a-000000000009",
                        "name": "os_user_role"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 01:59:48,914 p=1609 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T01:59:48.901505Z",
                    "start": "2025-06-26T01:59:46.672209Z"
                },
                "id": "ef95051a-3f55-55eb-0c6c-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_user_role",
                            "changed": true,
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "domain": "default",
                                    "group": null,
                                    "interface": "internal",
                                    "project": "service",
                                    "region_name": "RegionOne",
                                    "role": "service",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "state": "present",
                                    "timeout": 180,
                                    "user": "nova",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T01:59:48.901505Z",
                            "start": "2025-06-26T01:59:46.723040Z"
                        },
                        "id": "ef95051a-3f55-55eb-0c6c-000000000009",
                        "name": "os_user_role"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 02:01:40,780 p=1655 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T02:01:40.765862Z",
                    "start": "2025-06-26T02:01:39.528431Z"
                },
                "id": "ef95051a-3f55-1793-2416-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_service",
                            "changed": true,
                            "id": "6bb2618d16ac4f80abf70fe1de29b6f2",
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "description": "Openstack Networking",
                                    "enabled": true,
                                    "interface": "internal",
                                    "name": "neutron",
                                    "region_name": "RegionOne",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "service_type": "network",
                                    "state": "present",
                                    "timeout": 180,
                                    "type": "network",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            },
                            "service": {
                                "description": "Openstack Networking",
                                "enabled": true,
                                "id": "6bb2618d16ac4f80abf70fe1de29b6f2",
                                "name": "neutron",
                                "service_type": "network",
                                "type": "network"
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T02:01:40.765862Z",
                            "start": "2025-06-26T02:01:39.577900Z"
                        },
                        "id": "ef95051a-3f55-1793-2416-000000000009",
                        "name": "os_keystone_service"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 02:01:43,062 p=1683 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T02:01:43.048798Z",
                    "start": "2025-06-26T02:01:41.685770Z"
                },
                "id": "ef95051a-3f55-bcff-27a7-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_endpoint",
                            "changed": true,
                            "endpoint": {
                                "enabled": true,
                                "id": "8a7643647e86460384717dd68ff7920b",
                                "interface": "internal",
                                "links": {
                                    "self": "http://10.0.0.65:5000/v3/endpoints/8a7643647e86460384717dd68ff7920b"
                                },
                                "region": "RegionOne",
                                "region_id": "RegionOne",
                                "service_id": "6bb2618d16ac4f80abf70fe1de29b6f2",
                                "url": "http://10.0.0.65:9696"
                            },
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "enabled": true,
                                    "endpoint_interface": "internal",
                                    "interface": "internal",
                                    "region": "RegionOne",
                                    "region_name": "RegionOne",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "service": "neutron",
                                    "state": "present",
                                    "timeout": 180,
                                    "url": "http://10.0.0.65:9696",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T02:01:43.048798Z",
                            "start": "2025-06-26T02:01:41.735678Z"
                        },
                        "id": "ef95051a-3f55-bcff-27a7-000000000009",
                        "name": "os_keystone_endpoint"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 02:01:45,265 p=1711 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T02:01:45.252408Z",
                    "start": "2025-06-26T02:01:43.898920Z"
                },
                "id": "ef95051a-3f55-869b-32ba-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_endpoint",
                            "changed": true,
                            "endpoint": {
                                "enabled": true,
                                "id": "f23a178235b44135983c09281cd36fcc",
                                "interface": "public",
                                "links": {
                                    "self": "http://10.0.0.65:5000/v3/endpoints/f23a178235b44135983c09281cd36fcc"
                                },
                                "region": "RegionOne",
                                "region_id": "RegionOne",
                                "service_id": "6bb2618d16ac4f80abf70fe1de29b6f2",
                                "url": "http://10.0.0.65:9696"
                            },
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "enabled": true,
                                    "endpoint_interface": "public",
                                    "interface": "internal",
                                    "region": "RegionOne",
                                    "region_name": "RegionOne",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "service": "neutron",
                                    "state": "present",
                                    "timeout": 180,
                                    "url": "http://10.0.0.65:9696",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T02:01:45.252408Z",
                            "start": "2025-06-26T02:01:43.948657Z"
                        },
                        "id": "ef95051a-3f55-869b-32ba-000000000009",
                        "name": "os_keystone_endpoint"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 02:01:47,391 p=1739 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T02:01:47.378379Z",
                    "start": "2025-06-26T02:01:46.176366Z"
                },
                "id": "ef95051a-3f55-18bd-8947-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_project",
                            "changed": false,
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "description": null,
                                    "domain": "default",
                                    "domain_id": "default",
                                    "enabled": true,
                                    "interface": "internal",
                                    "name": "service",
                                    "properties": null,
                                    "region_name": "RegionOne",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "state": "present",
                                    "timeout": 180,
                                    "validate_certs": null,
                                    "wait": true
                                }
                            },
                            "project": {
                                "description": null,
                                "domain_id": "default",
                                "enabled": true,
                                "id": "46bd5833a0634c6484e067d478cf3f29",
                                "is_domain": false,
                                "is_enabled": true,
                                "location": {
                                    "cloud": "defaults",
                                    "project": {
                                        "domain_id": "default",
                                        "domain_name": null,
                                        "id": "default",
                                        "name": null
                                    },
                                    "region_name": null,
                                    "zone": null
                                },
                                "name": "service",
                                "options": {},
                                "parent_id": "default",
                                "properties": {
                                    "options": {},
                                    "tags": []
                                },
                                "tags": []
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T02:01:47.378379Z",
                            "start": "2025-06-26T02:01:46.224954Z"
                        },
                        "id": "ef95051a-3f55-18bd-8947-000000000009",
                        "name": "os_project"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 0,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 02:01:50,098 p=1767 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T02:01:50.082356Z",
                    "start": "2025-06-26T02:01:48.281109Z"
                },
                "id": "ef95051a-3f55-8ab6-965b-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_user",
                            "changed": true,
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "default_project": "service",
                                    "description": null,
                                    "domain": "default",
                                    "email": null,
                                    "enabled": true,
                                    "interface": "internal",
                                    "name": "neutron",
                                    "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
                                    "region_name": "RegionOne",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "state": "present",
                                    "timeout": 180,
                                    "update_password": "on_create",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            },
                            "user": {
                                "default_project_id": "46bd5833a0634c6484e067d478cf3f29",
                                "description": null,
                                "domain_id": "default",
                                "email": null,
                                "enabled": true,
                                "id": "00dc3e5323964a2a88fa2e91f4e773be",
                                "name": "neutron",
                                "username": null
                            },
                            "warnings": [
                                "Module did not set no_log for update_password"
                            ]
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T02:01:50.082356Z",
                            "start": "2025-06-26T02:01:48.331419Z"
                        },
                        "id": "ef95051a-3f55-8ab6-965b-000000000009",
                        "name": "os_user"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 02:01:52,208 p=1795 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T02:01:52.193154Z",
                    "start": "2025-06-26T02:01:51.021741Z"
                },
                "id": "ef95051a-3f55-dc58-0332-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_role",
                            "changed": false,
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "interface": "internal",
                                    "name": "admin",
                                    "region_name": "RegionOne",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "state": "present",
                                    "timeout": 180,
                                    "validate_certs": null,
                                    "wait": true
                                }
                            },
                            "role": {
                                "domain_id": null,
                                "id": "b8f5861340a24edc8aff002055e77014",
                                "location": {
                                    "cloud": "defaults",
                                    "project": {
                                        "domain_id": null,
                                        "domain_name": null,
                                        "id": null,
                                        "name": null
                                    },
                                    "region_name": null,
                                    "zone": null
                                },
                                "name": "admin",
                                "properties": {}
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T02:01:52.193154Z",
                            "start": "2025-06-26T02:01:51.076309Z"
                        },
                        "id": "ef95051a-3f55-dc58-0332-000000000009",
                        "name": "os_keystone_role"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 0,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 02:01:55,339 p=1823 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T02:01:55.325292Z",
                    "start": "2025-06-26T02:01:53.130677Z"
                },
                "id": "ef95051a-3f55-d403-e83d-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_user_role",
                            "changed": true,
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "domain": "default",
                                    "group": null,
                                    "interface": "internal",
                                    "project": "service",
                                    "region_name": "RegionOne",
                                    "role": "admin",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "state": "present",
                                    "timeout": 180,
                                    "user": "neutron",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T02:01:55.325292Z",
                            "start": "2025-06-26T02:01:53.179471Z"
                        },
                        "id": "ef95051a-3f55-d403-e83d-000000000009",
                        "name": "os_user_role"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 02:02:15,061 p=1851 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T02:02:15.046829Z",
                    "start": "2025-06-26T02:02:14.610510Z"
                },
                "id": "ef95051a-3f55-1e8c-9ad2-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "mysql_db",
                            "changed": true,
                            "db": "neutron",
                            "db_list": [
                                "neutron"
                            ],
                            "executed_commands": [
                                "CREATE DATABASE `neutron`"
                            ],
                            "invocation": {
                                "module_args": {
                                    "ca_cert": null,
                                    "check_hostname": null,
                                    "check_implicit_admin": false,
                                    "client_cert": null,
                                    "client_key": null,
                                    "collation": "",
                                    "config_file": "/var/lib/ansible/.my.cnf",
                                    "config_overrides_defaults": false,
                                    "connect_timeout": 30,
                                    "dump_extra_args": null,
                                    "encoding": "",
                                    "force": false,
                                    "hex_blob": false,
                                    "ignore_tables": [],
                                    "login_host": "10.0.0.65",
                                    "login_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
                                    "login_port": 3306,
                                    "login_unix_socket": null,
                                    "login_user": "root",
                                    "master_data": 0,
                                    "name": [
                                        "neutron"
                                    ],
                                    "quick": true,
                                    "restrict_config_file": false,
                                    "single_transaction": false,
                                    "skip_lock_tables": false,
                                    "state": "present",
                                    "target": null,
                                    "unsafe_login_password": false,
                                    "use_shell": false
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T02:02:15.046829Z",
                            "start": "2025-06-26T02:02:14.660284Z"
                        },
                        "id": "ef95051a-3f55-1e8c-9ad2-000000000009",
                        "name": "mysql_db"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 02:02:16,377 p=1879 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T02:02:16.362635Z",
                    "start": "2025-06-26T02:02:15.899333Z"
                },
                "id": "ef95051a-3f55-dcc6-78e1-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "mysql_user",
                            "changed": true,
                            "invocation": {
                                "module_args": {
                                    "append_privs": true,
                                    "ca_cert": null,
                                    "check_hostname": null,
                                    "check_implicit_admin": false,
                                    "client_cert": null,
                                    "client_key": null,
                                    "config_file": "/var/lib/ansible/.my.cnf",
                                    "connect_timeout": 30,
                                    "encrypted": false,
                                    "host": "%",
                                    "host_all": false,
                                    "login_host": "10.0.0.65",
                                    "login_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
                                    "login_port": 3306,
                                    "login_unix_socket": null,
                                    "login_user": "root",
                                    "name": "neutron",
                                    "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
                                    "plugin": null,
                                    "plugin_auth_string": null,
                                    "plugin_hash_string": null,
                                    "priv": "neutron.*:ALL",
                                    "resource_limits": null,
                                    "sql_log_bin": true,
                                    "state": "present",
                                    "tls_requires": null,
                                    "update_password": "always",
                                    "user": "neutron"
                                }
                            },
                            "msg": "User added",
                            "user": "neutron"
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T02:02:16.362635Z",
                            "start": "2025-06-26T02:02:15.948269Z"
                        },
                        "id": "ef95051a-3f55-dcc6-78e1-000000000009",
                        "name": "mysql_user"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 02:02:48,375 p=1907 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T02:02:48.358644Z",
                    "start": "2025-06-26T02:02:47.096190Z"
                },
                "id": "ef95051a-3f55-60c5-cea5-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_service",
                            "changed": true,
                            "id": "c9409abed1e7480cb380e09e8c431a30",
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "description": "Orchestration",
                                    "enabled": true,
                                    "interface": "internal",
                                    "name": "heat",
                                    "region_name": "RegionOne",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "service_type": "orchestration",
                                    "state": "present",
                                    "timeout": 180,
                                    "type": "orchestration",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            },
                            "service": {
                                "description": "Orchestration",
                                "enabled": true,
                                "id": "c9409abed1e7480cb380e09e8c431a30",
                                "name": "heat",
                                "service_type": "orchestration",
                                "type": "orchestration"
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T02:02:48.358644Z",
                            "start": "2025-06-26T02:02:47.144864Z"
                        },
                        "id": "ef95051a-3f55-60c5-cea5-000000000009",
                        "name": "os_keystone_service"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 02:02:50,558 p=1935 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T02:02:50.544196Z",
                    "start": "2025-06-26T02:02:49.274748Z"
                },
                "id": "ef95051a-3f55-b3ae-3e94-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_service",
                            "changed": true,
                            "id": "7123d1898021429f80697b254fa50856",
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "description": "Orchestration",
                                    "enabled": true,
                                    "interface": "internal",
                                    "name": "heat-cfn",
                                    "region_name": "RegionOne",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "service_type": "cloudformation",
                                    "state": "present",
                                    "timeout": 180,
                                    "type": "cloudformation",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            },
                            "service": {
                                "description": "Orchestration",
                                "enabled": true,
                                "id": "7123d1898021429f80697b254fa50856",
                                "name": "heat-cfn",
                                "service_type": "cloudformation",
                                "type": "cloudformation"
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T02:02:50.544196Z",
                            "start": "2025-06-26T02:02:49.327746Z"
                        },
                        "id": "ef95051a-3f55-b3ae-3e94-000000000009",
                        "name": "os_keystone_service"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 02:02:52,899 p=1963 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T02:02:52.881909Z",
                    "start": "2025-06-26T02:02:51.491354Z"
                },
                "id": "ef95051a-3f55-c770-3f46-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_endpoint",
                            "changed": true,
                            "endpoint": {
                                "enabled": true,
                                "id": "ae02905528ad4d05a67e7dd93783bcf0",
                                "interface": "internal",
                                "links": {
                                    "self": "http://10.0.0.65:5000/v3/endpoints/ae02905528ad4d05a67e7dd93783bcf0"
                                },
                                "region": "RegionOne",
                                "region_id": "RegionOne",
                                "service_id": "c9409abed1e7480cb380e09e8c431a30",
                                "url": "http://10.0.0.65:8004/v1/%(tenant_id)s"
                            },
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "enabled": true,
                                    "endpoint_interface": "internal",
                                    "interface": "internal",
                                    "region": "RegionOne",
                                    "region_name": "RegionOne",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "service": "heat",
                                    "state": "present",
                                    "timeout": 180,
                                    "url": "http://10.0.0.65:8004/v1/%(tenant_id)s",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T02:02:52.881909Z",
                            "start": "2025-06-26T02:02:51.539762Z"
                        },
                        "id": "ef95051a-3f55-c770-3f46-000000000009",
                        "name": "os_keystone_endpoint"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 02:02:55,128 p=1991 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T02:02:55.115347Z",
                    "start": "2025-06-26T02:02:53.763542Z"
                },
                "id": "ef95051a-3f55-c8d6-859d-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_endpoint",
                            "changed": true,
                            "endpoint": {
                                "enabled": true,
                                "id": "e3c2891399f6479080de61cb492b2303",
                                "interface": "public",
                                "links": {
                                    "self": "http://10.0.0.65:5000/v3/endpoints/e3c2891399f6479080de61cb492b2303"
                                },
                                "region": "RegionOne",
                                "region_id": "RegionOne",
                                "service_id": "c9409abed1e7480cb380e09e8c431a30",
                                "url": "http://10.0.0.65:8004/v1/%(tenant_id)s"
                            },
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "enabled": true,
                                    "endpoint_interface": "public",
                                    "interface": "internal",
                                    "region": "RegionOne",
                                    "region_name": "RegionOne",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "service": "heat",
                                    "state": "present",
                                    "timeout": 180,
                                    "url": "http://10.0.0.65:8004/v1/%(tenant_id)s",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T02:02:55.115347Z",
                            "start": "2025-06-26T02:02:53.813069Z"
                        },
                        "id": "ef95051a-3f55-c8d6-859d-000000000009",
                        "name": "os_keystone_endpoint"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 02:02:57,360 p=2019 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T02:02:57.346690Z",
                    "start": "2025-06-26T02:02:55.989873Z"
                },
                "id": "ef95051a-3f55-3f5a-348a-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_endpoint",
                            "changed": true,
                            "endpoint": {
                                "enabled": true,
                                "id": "06ebd41494644149a0ea15139cd2872c",
                                "interface": "internal",
                                "links": {
                                    "self": "http://10.0.0.65:5000/v3/endpoints/06ebd41494644149a0ea15139cd2872c"
                                },
                                "region": "RegionOne",
                                "region_id": "RegionOne",
                                "service_id": "7123d1898021429f80697b254fa50856",
                                "url": "http://10.0.0.65:8000/v1"
                            },
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "enabled": true,
                                    "endpoint_interface": "internal",
                                    "interface": "internal",
                                    "region": "RegionOne",
                                    "region_name": "RegionOne",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "service": "heat-cfn",
                                    "state": "present",
                                    "timeout": 180,
                                    "url": "http://10.0.0.65:8000/v1",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T02:02:57.346690Z",
                            "start": "2025-06-26T02:02:56.045845Z"
                        },
                        "id": "ef95051a-3f55-3f5a-348a-000000000009",
                        "name": "os_keystone_endpoint"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 02:02:59,751 p=2047 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T02:02:59.737377Z",
                    "start": "2025-06-26T02:02:58.355858Z"
                },
                "id": "ef95051a-3f55-415b-029a-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_endpoint",
                            "changed": true,
                            "endpoint": {
                                "enabled": true,
                                "id": "50122a57c76542f2ac662cf9c0c2bb0d",
                                "interface": "public",
                                "links": {
                                    "self": "http://10.0.0.65:5000/v3/endpoints/50122a57c76542f2ac662cf9c0c2bb0d"
                                },
                                "region": "RegionOne",
                                "region_id": "RegionOne",
                                "service_id": "7123d1898021429f80697b254fa50856",
                                "url": "http://10.0.0.65:8000/v1"
                            },
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "enabled": true,
                                    "endpoint_interface": "public",
                                    "interface": "internal",
                                    "region": "RegionOne",
                                    "region_name": "RegionOne",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "service": "heat-cfn",
                                    "state": "present",
                                    "timeout": 180,
                                    "url": "http://10.0.0.65:8000/v1",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T02:02:59.737377Z",
                            "start": "2025-06-26T02:02:58.407663Z"
                        },
                        "id": "ef95051a-3f55-415b-029a-000000000009",
                        "name": "os_keystone_endpoint"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 02:03:01,951 p=2075 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T02:03:01.933682Z",
                    "start": "2025-06-26T02:03:00.647458Z"
                },
                "id": "ef95051a-3f55-0310-dd19-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_project",
                            "changed": false,
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "description": null,
                                    "domain": "default",
                                    "domain_id": "default",
                                    "enabled": true,
                                    "interface": "internal",
                                    "name": "service",
                                    "properties": null,
                                    "region_name": "RegionOne",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "state": "present",
                                    "timeout": 180,
                                    "validate_certs": null,
                                    "wait": true
                                }
                            },
                            "project": {
                                "description": null,
                                "domain_id": "default",
                                "enabled": true,
                                "id": "46bd5833a0634c6484e067d478cf3f29",
                                "is_domain": false,
                                "is_enabled": true,
                                "location": {
                                    "cloud": "defaults",
                                    "project": {
                                        "domain_id": "default",
                                        "domain_name": null,
                                        "id": "default",
                                        "name": null
                                    },
                                    "region_name": null,
                                    "zone": null
                                },
                                "name": "service",
                                "options": {},
                                "parent_id": "default",
                                "properties": {
                                    "options": {},
                                    "tags": []
                                },
                                "tags": []
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T02:03:01.933682Z",
                            "start": "2025-06-26T02:03:00.701244Z"
                        },
                        "id": "ef95051a-3f55-0310-dd19-000000000009",
                        "name": "os_project"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 0,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 02:03:04,718 p=2103 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T02:03:04.705870Z",
                    "start": "2025-06-26T02:03:02.874111Z"
                },
                "id": "ef95051a-3f55-97ce-d19e-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_user",
                            "changed": true,
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "default_project": "service",
                                    "description": null,
                                    "domain": "default",
                                    "email": null,
                                    "enabled": true,
                                    "interface": "internal",
                                    "name": "heat",
                                    "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
                                    "region_name": "RegionOne",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "state": "present",
                                    "timeout": 180,
                                    "update_password": "on_create",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            },
                            "user": {
                                "default_project_id": "46bd5833a0634c6484e067d478cf3f29",
                                "description": null,
                                "domain_id": "default",
                                "email": null,
                                "enabled": true,
                                "id": "3f8445fc6ac944038ac401bc8791c6dd",
                                "name": "heat",
                                "username": null
                            },
                            "warnings": [
                                "Module did not set no_log for update_password"
                            ]
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T02:03:04.705870Z",
                            "start": "2025-06-26T02:03:02.930352Z"
                        },
                        "id": "ef95051a-3f55-97ce-d19e-000000000009",
                        "name": "os_user"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 02:03:06,773 p=2131 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T02:03:06.759577Z",
                    "start": "2025-06-26T02:03:05.613482Z"
                },
                "id": "ef95051a-3f55-4a81-34d1-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_role",
                            "changed": false,
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "interface": "internal",
                                    "name": "admin",
                                    "region_name": "RegionOne",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "state": "present",
                                    "timeout": 180,
                                    "validate_certs": null,
                                    "wait": true
                                }
                            },
                            "role": {
                                "domain_id": null,
                                "id": "b8f5861340a24edc8aff002055e77014",
                                "location": {
                                    "cloud": "defaults",
                                    "project": {
                                        "domain_id": null,
                                        "domain_name": null,
                                        "id": null,
                                        "name": null
                                    },
                                    "region_name": null,
                                    "zone": null
                                },
                                "name": "admin",
                                "properties": {}
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T02:03:06.759577Z",
                            "start": "2025-06-26T02:03:05.678008Z"
                        },
                        "id": "ef95051a-3f55-4a81-34d1-000000000009",
                        "name": "os_keystone_role"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 0,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 02:03:08,908 p=2159 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T02:03:08.894940Z",
                    "start": "2025-06-26T02:03:07.700578Z"
                },
                "id": "ef95051a-3f55-636e-3aec-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_role",
                            "changed": true,
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "interface": "internal",
                                    "name": "heat_stack_owner",
                                    "region_name": "RegionOne",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "state": "present",
                                    "timeout": 180,
                                    "validate_certs": null,
                                    "wait": true
                                }
                            },
                            "role": {
                                "domain_id": null,
                                "id": "4a21c6f513824303a2fe6cfe9271c1b9",
                                "location": {
                                    "cloud": "defaults",
                                    "project": {
                                        "domain_id": null,
                                        "domain_name": null,
                                        "id": null,
                                        "name": null
                                    },
                                    "region_name": null,
                                    "zone": null
                                },
                                "name": "heat_stack_owner",
                                "properties": {}
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T02:03:08.894940Z",
                            "start": "2025-06-26T02:03:07.751116Z"
                        },
                        "id": "ef95051a-3f55-636e-3aec-000000000009",
                        "name": "os_keystone_role"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 02:03:11,068 p=2186 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T02:03:11.049659Z",
                    "start": "2025-06-26T02:03:09.816960Z"
                },
                "id": "ef95051a-3f55-8193-4166-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_role",
                            "changed": true,
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "interface": "internal",
                                    "name": "heat_stack_user",
                                    "region_name": "RegionOne",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "state": "present",
                                    "timeout": 180,
                                    "validate_certs": null,
                                    "wait": true
                                }
                            },
                            "role": {
                                "domain_id": null,
                                "id": "d785d1b80fc94b158f4e555a6a06c8df",
                                "location": {
                                    "cloud": "defaults",
                                    "project": {
                                        "domain_id": null,
                                        "domain_name": null,
                                        "id": null,
                                        "name": null
                                    },
                                    "region_name": null,
                                    "zone": null
                                },
                                "name": "heat_stack_user",
                                "properties": {}
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T02:03:11.049659Z",
                            "start": "2025-06-26T02:03:09.867728Z"
                        },
                        "id": "ef95051a-3f55-8193-4166-000000000009",
                        "name": "os_keystone_role"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 02:03:14,311 p=2214 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T02:03:14.295774Z",
                    "start": "2025-06-26T02:03:12.108919Z"
                },
                "id": "ef95051a-3f55-0695-23ae-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_user_role",
                            "changed": true,
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "domain": "default",
                                    "group": null,
                                    "interface": "internal",
                                    "project": "service",
                                    "region_name": "RegionOne",
                                    "role": "admin",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "state": "present",
                                    "timeout": 180,
                                    "user": "heat",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T02:03:14.295774Z",
                            "start": "2025-06-26T02:03:12.159217Z"
                        },
                        "id": "ef95051a-3f55-0695-23ae-000000000009",
                        "name": "os_user_role"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 02:03:17,313 p=2242 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T02:03:17.300338Z",
                    "start": "2025-06-26T02:03:15.131437Z"
                },
                "id": "ef95051a-3f55-224d-6ff1-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_user_role",
                            "changed": true,
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "domain": "default",
                                    "group": null,
                                    "interface": "internal",
                                    "project": "admin",
                                    "region_name": "RegionOne",
                                    "role": "heat_stack_owner",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "state": "present",
                                    "timeout": 180,
                                    "user": "admin",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T02:03:17.300338Z",
                            "start": "2025-06-26T02:03:15.180750Z"
                        },
                        "id": "ef95051a-3f55-224d-6ff1-000000000009",
                        "name": "os_user_role"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 02:03:28,285 p=2270 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T02:03:28.272412Z",
                    "start": "2025-06-26T02:03:27.828725Z"
                },
                "id": "ef95051a-3f55-6f8d-da98-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "mysql_db",
                            "changed": true,
                            "db": "heat",
                            "db_list": [
                                "heat"
                            ],
                            "executed_commands": [
                                "CREATE DATABASE `heat`"
                            ],
                            "invocation": {
                                "module_args": {
                                    "ca_cert": null,
                                    "check_hostname": null,
                                    "check_implicit_admin": false,
                                    "client_cert": null,
                                    "client_key": null,
                                    "collation": "",
                                    "config_file": "/var/lib/ansible/.my.cnf",
                                    "config_overrides_defaults": false,
                                    "connect_timeout": 30,
                                    "dump_extra_args": null,
                                    "encoding": "",
                                    "force": false,
                                    "hex_blob": false,
                                    "ignore_tables": [],
                                    "login_host": "10.0.0.65",
                                    "login_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
                                    "login_port": 3306,
                                    "login_unix_socket": null,
                                    "login_user": "root",
                                    "master_data": 0,
                                    "name": [
                                        "heat"
                                    ],
                                    "quick": true,
                                    "restrict_config_file": false,
                                    "single_transaction": false,
                                    "skip_lock_tables": false,
                                    "state": "present",
                                    "target": null,
                                    "unsafe_login_password": false,
                                    "use_shell": false
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T02:03:28.272412Z",
                            "start": "2025-06-26T02:03:27.882030Z"
                        },
                        "id": "ef95051a-3f55-6f8d-da98-000000000009",
                        "name": "mysql_db"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 02:03:29,568 p=2298 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T02:03:29.556011Z",
                    "start": "2025-06-26T02:03:29.107654Z"
                },
                "id": "ef95051a-3f55-5aaf-6edb-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "mysql_user",
                            "changed": true,
                            "invocation": {
                                "module_args": {
                                    "append_privs": true,
                                    "ca_cert": null,
                                    "check_hostname": null,
                                    "check_implicit_admin": false,
                                    "client_cert": null,
                                    "client_key": null,
                                    "config_file": "/var/lib/ansible/.my.cnf",
                                    "connect_timeout": 30,
                                    "encrypted": false,
                                    "host": "%",
                                    "host_all": false,
                                    "login_host": "10.0.0.65",
                                    "login_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
                                    "login_port": 3306,
                                    "login_unix_socket": null,
                                    "login_user": "root",
                                    "name": "heat",
                                    "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
                                    "plugin": null,
                                    "plugin_auth_string": null,
                                    "plugin_hash_string": null,
                                    "priv": "heat.*:ALL",
                                    "resource_limits": null,
                                    "sql_log_bin": true,
                                    "state": "present",
                                    "tls_requires": null,
                                    "update_password": "always",
                                    "user": "heat"
                                }
                            },
                            "msg": "User added",
                            "user": "heat"
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T02:03:29.556011Z",
                            "start": "2025-06-26T02:03:29.159340Z"
                        },
                        "id": "ef95051a-3f55-5aaf-6edb-000000000009",
                        "name": "mysql_user"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 02:04:19,951 p=2326 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T02:04:19.937317Z",
                    "start": "2025-06-26T02:04:18.721105Z"
                },
                "id": "ef95051a-3f55-09a0-981a-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_service",
                            "changed": true,
                            "id": "8b2fe07a629e488f93f97ff0629506c8",
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "description": "Barbican Key Management Service",
                                    "enabled": true,
                                    "interface": "internal",
                                    "name": "barbican",
                                    "region_name": "RegionOne",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "service_type": "key-manager",
                                    "state": "present",
                                    "timeout": 180,
                                    "type": "key-manager",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            },
                            "service": {
                                "description": "Barbican Key Management Service",
                                "enabled": true,
                                "id": "8b2fe07a629e488f93f97ff0629506c8",
                                "name": "barbican",
                                "service_type": "key-manager",
                                "type": "key-manager"
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T02:04:19.937317Z",
                            "start": "2025-06-26T02:04:18.772125Z"
                        },
                        "id": "ef95051a-3f55-09a0-981a-000000000009",
                        "name": "os_keystone_service"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 02:04:22,274 p=2354 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T02:04:22.260888Z",
                    "start": "2025-06-26T02:04:20.859051Z"
                },
                "id": "ef95051a-3f55-49cb-0008-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_endpoint",
                            "changed": true,
                            "endpoint": {
                                "enabled": true,
                                "id": "9a5b49a3f6444fb48434c9006ff18efd",
                                "interface": "internal",
                                "links": {
                                    "self": "http://10.0.0.65:5000/v3/endpoints/9a5b49a3f6444fb48434c9006ff18efd"
                                },
                                "region": "RegionOne",
                                "region_id": "RegionOne",
                                "service_id": "8b2fe07a629e488f93f97ff0629506c8",
                                "url": "http://10.0.0.65:9311"
                            },
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "enabled": true,
                                    "endpoint_interface": "internal",
                                    "interface": "internal",
                                    "region": "RegionOne",
                                    "region_name": "RegionOne",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "service": "barbican",
                                    "state": "present",
                                    "timeout": 180,
                                    "url": "http://10.0.0.65:9311",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T02:04:22.260888Z",
                            "start": "2025-06-26T02:04:20.907620Z"
                        },
                        "id": "ef95051a-3f55-49cb-0008-000000000009",
                        "name": "os_keystone_endpoint"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 02:04:24,484 p=2382 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T02:04:24.467833Z",
                    "start": "2025-06-26T02:04:23.103977Z"
                },
                "id": "ef95051a-3f55-fd04-66e3-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_endpoint",
                            "changed": true,
                            "endpoint": {
                                "enabled": true,
                                "id": "8a1ce8c25948476cb215e8e8a71b2498",
                                "interface": "public",
                                "links": {
                                    "self": "http://10.0.0.65:5000/v3/endpoints/8a1ce8c25948476cb215e8e8a71b2498"
                                },
                                "region": "RegionOne",
                                "region_id": "RegionOne",
                                "service_id": "8b2fe07a629e488f93f97ff0629506c8",
                                "url": "http://10.0.0.65:9311"
                            },
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "enabled": true,
                                    "endpoint_interface": "public",
                                    "interface": "internal",
                                    "region": "RegionOne",
                                    "region_name": "RegionOne",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "service": "barbican",
                                    "state": "present",
                                    "timeout": 180,
                                    "url": "http://10.0.0.65:9311",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T02:04:24.467833Z",
                            "start": "2025-06-26T02:04:23.152341Z"
                        },
                        "id": "ef95051a-3f55-fd04-66e3-000000000009",
                        "name": "os_keystone_endpoint"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 02:04:26,596 p=2410 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T02:04:26.579477Z",
                    "start": "2025-06-26T02:04:25.361804Z"
                },
                "id": "ef95051a-3f55-46a2-1806-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_project",
                            "changed": false,
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "description": null,
                                    "domain": "default",
                                    "domain_id": "default",
                                    "enabled": true,
                                    "interface": "internal",
                                    "name": "service",
                                    "properties": null,
                                    "region_name": "RegionOne",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "state": "present",
                                    "timeout": 180,
                                    "validate_certs": null,
                                    "wait": true
                                }
                            },
                            "project": {
                                "description": null,
                                "domain_id": "default",
                                "enabled": true,
                                "id": "46bd5833a0634c6484e067d478cf3f29",
                                "is_domain": false,
                                "is_enabled": true,
                                "location": {
                                    "cloud": "defaults",
                                    "project": {
                                        "domain_id": "default",
                                        "domain_name": null,
                                        "id": "default",
                                        "name": null
                                    },
                                    "region_name": null,
                                    "zone": null
                                },
                                "name": "service",
                                "options": {},
                                "parent_id": "default",
                                "properties": {
                                    "options": {},
                                    "tags": []
                                },
                                "tags": []
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T02:04:26.579477Z",
                            "start": "2025-06-26T02:04:25.425448Z"
                        },
                        "id": "ef95051a-3f55-46a2-1806-000000000009",
                        "name": "os_project"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 0,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 02:04:29,329 p=2438 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T02:04:29.312406Z",
                    "start": "2025-06-26T02:04:27.527512Z"
                },
                "id": "ef95051a-3f55-a41f-e03a-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_user",
                            "changed": true,
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "default_project": "service",
                                    "description": null,
                                    "domain": "default",
                                    "email": null,
                                    "enabled": true,
                                    "interface": "internal",
                                    "name": "barbican",
                                    "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
                                    "region_name": "RegionOne",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "state": "present",
                                    "timeout": 180,
                                    "update_password": "on_create",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            },
                            "user": {
                                "default_project_id": "46bd5833a0634c6484e067d478cf3f29",
                                "description": null,
                                "domain_id": "default",
                                "email": null,
                                "enabled": true,
                                "id": "cc14ce7695034ee9988aa61f105085c1",
                                "name": "barbican",
                                "username": null
                            },
                            "warnings": [
                                "Module did not set no_log for update_password"
                            ]
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T02:04:29.312406Z",
                            "start": "2025-06-26T02:04:27.576174Z"
                        },
                        "id": "ef95051a-3f55-a41f-e03a-000000000009",
                        "name": "os_user"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 02:04:31,404 p=2466 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T02:04:31.382302Z",
                    "start": "2025-06-26T02:04:30.239240Z"
                },
                "id": "ef95051a-3f55-1cc5-10ac-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_role",
                            "changed": false,
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "interface": "internal",
                                    "name": "admin",
                                    "region_name": "RegionOne",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "state": "present",
                                    "timeout": 180,
                                    "validate_certs": null,
                                    "wait": true
                                }
                            },
                            "role": {
                                "domain_id": null,
                                "id": "b8f5861340a24edc8aff002055e77014",
                                "location": {
                                    "cloud": "defaults",
                                    "project": {
                                        "domain_id": null,
                                        "domain_name": null,
                                        "id": null,
                                        "name": null
                                    },
                                    "region_name": null,
                                    "zone": null
                                },
                                "name": "admin",
                                "properties": {}
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T02:04:31.382302Z",
                            "start": "2025-06-26T02:04:30.289211Z"
                        },
                        "id": "ef95051a-3f55-1cc5-10ac-000000000009",
                        "name": "os_keystone_role"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 0,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 02:04:33,520 p=2494 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T02:04:33.507016Z",
                    "start": "2025-06-26T02:04:32.277859Z"
                },
                "id": "ef95051a-3f55-4580-a8a4-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_role",
                            "changed": true,
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "interface": "internal",
                                    "name": "key-manager:service-admin",
                                    "region_name": "RegionOne",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "state": "present",
                                    "timeout": 180,
                                    "validate_certs": null,
                                    "wait": true
                                }
                            },
                            "role": {
                                "domain_id": null,
                                "id": "45be7ed58ba5439f806d63d474a73016",
                                "location": {
                                    "cloud": "defaults",
                                    "project": {
                                        "domain_id": null,
                                        "domain_name": null,
                                        "id": null,
                                        "name": null
                                    },
                                    "region_name": null,
                                    "zone": null
                                },
                                "name": "key-manager:service-admin",
                                "properties": {}
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T02:04:33.507016Z",
                            "start": "2025-06-26T02:04:32.326682Z"
                        },
                        "id": "ef95051a-3f55-4580-a8a4-000000000009",
                        "name": "os_keystone_role"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 02:04:35,616 p=2522 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T02:04:35.600450Z",
                    "start": "2025-06-26T02:04:34.369723Z"
                },
                "id": "ef95051a-3f55-dff1-d70c-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_role",
                            "changed": true,
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "interface": "internal",
                                    "name": "creator",
                                    "region_name": "RegionOne",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "state": "present",
                                    "timeout": 180,
                                    "validate_certs": null,
                                    "wait": true
                                }
                            },
                            "role": {
                                "domain_id": null,
                                "id": "4c511d927b514d5dae27809625fffc87",
                                "location": {
                                    "cloud": "defaults",
                                    "project": {
                                        "domain_id": null,
                                        "domain_name": null,
                                        "id": null,
                                        "name": null
                                    },
                                    "region_name": null,
                                    "zone": null
                                },
                                "name": "creator",
                                "properties": {}
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T02:04:35.600450Z",
                            "start": "2025-06-26T02:04:34.417290Z"
                        },
                        "id": "ef95051a-3f55-dff1-d70c-000000000009",
                        "name": "os_keystone_role"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 02:04:37,735 p=2550 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T02:04:37.720278Z",
                    "start": "2025-06-26T02:04:36.452295Z"
                },
                "id": "ef95051a-3f55-9d03-f14b-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_role",
                            "changed": true,
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "interface": "internal",
                                    "name": "observer",
                                    "region_name": "RegionOne",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "state": "present",
                                    "timeout": 180,
                                    "validate_certs": null,
                                    "wait": true
                                }
                            },
                            "role": {
                                "domain_id": null,
                                "id": "c9117fa02e654ad296d2da1efc85c5f9",
                                "location": {
                                    "cloud": "defaults",
                                    "project": {
                                        "domain_id": null,
                                        "domain_name": null,
                                        "id": null,
                                        "name": null
                                    },
                                    "region_name": null,
                                    "zone": null
                                },
                                "name": "observer",
                                "properties": {}
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T02:04:37.720278Z",
                            "start": "2025-06-26T02:04:36.500979Z"
                        },
                        "id": "ef95051a-3f55-9d03-f14b-000000000009",
                        "name": "os_keystone_role"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 02:04:39,829 p=2578 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T02:04:39.816078Z",
                    "start": "2025-06-26T02:04:38.613872Z"
                },
                "id": "ef95051a-3f55-9f40-5c2c-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_role",
                            "changed": true,
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "interface": "internal",
                                    "name": "audit",
                                    "region_name": "RegionOne",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "state": "present",
                                    "timeout": 180,
                                    "validate_certs": null,
                                    "wait": true
                                }
                            },
                            "role": {
                                "domain_id": null,
                                "id": "6bc0d20eaaae44518359359e1a5621e2",
                                "location": {
                                    "cloud": "defaults",
                                    "project": {
                                        "domain_id": null,
                                        "domain_name": null,
                                        "id": null,
                                        "name": null
                                    },
                                    "region_name": null,
                                    "zone": null
                                },
                                "name": "audit",
                                "properties": {}
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T02:04:39.816078Z",
                            "start": "2025-06-26T02:04:38.661934Z"
                        },
                        "id": "ef95051a-3f55-9f40-5c2c-000000000009",
                        "name": "os_keystone_role"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 02:04:42,932 p=2606 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T02:04:42.919060Z",
                    "start": "2025-06-26T02:04:40.719821Z"
                },
                "id": "ef95051a-3f55-689e-6064-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_user_role",
                            "changed": true,
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.65:35357",
                                        "password": "contrail123",
                                        "system_scope": "all",
                                        "user_domain_name": "Default",
                                        "username": "admin"
                                    },
                                    "auth_type": null,
                                    "availability_zone": null,
                                    "ca_cert": "",
                                    "cacert": "",
                                    "client_cert": null,
                                    "client_key": null,
                                    "domain": "default",
                                    "group": null,
                                    "interface": "internal",
                                    "project": "service",
                                    "region_name": "RegionOne",
                                    "role": "admin",
                                    "sdk_log_level": "INFO",
                                    "sdk_log_path": null,
                                    "state": "present",
                                    "timeout": 180,
                                    "user": "barbican",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T02:04:42.919060Z",
                            "start": "2025-06-26T02:04:40.769416Z"
                        },
                        "id": "ef95051a-3f55-689e-6064-000000000009",
                        "name": "os_user_role"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 02:04:51,736 p=2634 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T02:04:51.722703Z",
                    "start": "2025-06-26T02:04:51.282626Z"
                },
                "id": "ef95051a-3f55-0533-d275-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "mysql_db",
                            "changed": true,
                            "db": "barbican",
                            "db_list": [
                                "barbican"
                            ],
                            "executed_commands": [
                                "CREATE DATABASE `barbican`"
                            ],
                            "invocation": {
                                "module_args": {
                                    "ca_cert": null,
                                    "check_hostname": null,
                                    "check_implicit_admin": false,
                                    "client_cert": null,
                                    "client_key": null,
                                    "collation": "",
                                    "config_file": "/var/lib/ansible/.my.cnf",
                                    "config_overrides_defaults": false,
                                    "connect_timeout": 30,
                                    "dump_extra_args": null,
                                    "encoding": "",
                                    "force": false,
                                    "hex_blob": false,
                                    "ignore_tables": [],
                                    "login_host": "10.0.0.65",
                                    "login_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
                                    "login_port": 3306,
                                    "login_unix_socket": null,
                                    "login_user": "root",
                                    "master_data": 0,
                                    "name": [
                                        "barbican"
                                    ],
                                    "quick": true,
                                    "restrict_config_file": false,
                                    "single_transaction": false,
                                    "skip_lock_tables": false,
                                    "state": "present",
                                    "target": null,
                                    "unsafe_login_password": false,
                                    "use_shell": false
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T02:04:51.722703Z",
                            "start": "2025-06-26T02:04:51.339076Z"
                        },
                        "id": "ef95051a-3f55-0533-d275-000000000009",
                        "name": "mysql_db"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-06-26 02:04:53,081 p=2662 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-06-26T02:04:53.068417Z",
                    "start": "2025-06-26T02:04:52.609642Z"
                },
                "id": "ef95051a-3f55-40cc-9359-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "mysql_user",
                            "changed": true,
                            "invocation": {
                                "module_args": {
                                    "append_privs": true,
                                    "ca_cert": null,
                                    "check_hostname": null,
                                    "check_implicit_admin": false,
                                    "client_cert": null,
                                    "client_key": null,
                                    "config_file": "/var/lib/ansible/.my.cnf",
                                    "connect_timeout": 30,
                                    "encrypted": false,
                                    "host": "%",
                                    "host_all": false,
                                    "login_host": "10.0.0.65",
                                    "login_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
                                    "login_port": 3306,
                                    "login_unix_socket": null,
                                    "login_user": "root",
                                    "name": "barbican",
                                    "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
                                    "plugin": null,
                                    "plugin_auth_string": null,
                                    "plugin_hash_string": null,
                                    "priv": "barbican.*:ALL",
                                    "resource_limits": null,
                                    "sql_log_bin": true,
                                    "state": "present",
                                    "tls_requires": null,
                                    "update_password": "always",
                                    "user": "barbican"
                                }
                            },
                            "msg": "User added",
                            "user": "barbican"
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-06-26T02:04:53.068417Z",
                            "start": "2025-06-26T02:04:52.659755Z"
                        },
                        "id": "ef95051a-3f55-40cc-9359-000000000009",
                        "name": "mysql_user"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}