2025-05-15 01:51:12,141 p=28 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:51:12.129169Z",
                    "start": "2025-05-15T01:51:11.695195Z"
                },
                "id": "f31f9c65-728d-74d4-d2a3-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.130",
                                    "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-05-15T01:51:12.129169Z",
                            "start": "2025-05-15T01:51:11.745740Z"
                        },
                        "id": "f31f9c65-728d-74d4-d2a3-000000000009",
                        "name": "mysql_user"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 0,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:51:13,495 p=56 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:51:13.482203Z",
                    "start": "2025-05-15T01:51:13.019155Z"
                },
                "id": "f31f9c65-728d-9ef2-7a0b-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.130",
                                    "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-05-15T01:51:13.482203Z",
                            "start": "2025-05-15T01:51:13.069648Z"
                        },
                        "id": "f31f9c65-728d-9ef2-7a0b-000000000009",
                        "name": "mysql_user"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:51:53,245 p=84 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:51:53.232073Z",
                    "start": "2025-05-15T01:51:52.814294Z"
                },
                "id": "f31f9c65-728d-c28c-ed7f-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.130",
                                    "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-05-15T01:51:53.232073Z",
                            "start": "2025-05-15T01:51:52.864229Z"
                        },
                        "id": "f31f9c65-728d-c28c-ed7f-000000000009",
                        "name": "mysql_db"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:51:54,528 p=112 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:51:54.490574Z",
                    "start": "2025-05-15T01:51:54.050545Z"
                },
                "id": "f31f9c65-728d-c226-416f-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.130",
                                    "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-05-15T01:51:54.490574Z",
                            "start": "2025-05-15T01:51:54.095932Z"
                        },
                        "id": "f31f9c65-728d-c226-416f-000000000009",
                        "name": "mysql_user"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:52:41,748 p=140 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:52:41.735591Z",
                    "start": "2025-05-15T01:52:37.227454Z"
                },
                "id": "f31f9c65-728d-4e59-b1d2-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_service",
                            "changed": true,
                            "id": "040cf8070ec8419c8ede6e4c68990f1d",
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.130: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": "040cf8070ec8419c8ede6e4c68990f1d",
                                "name": "keystone",
                                "service_type": "identity",
                                "type": "identity"
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-05-15T01:52:41.735591Z",
                            "start": "2025-05-15T01:52:37.275755Z"
                        },
                        "id": "f31f9c65-728d-4e59-b1d2-000000000009",
                        "name": "os_keystone_service"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:52:43,816 p=168 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:52:43.804036Z",
                    "start": "2025-05-15T01:52:42.648329Z"
                },
                "id": "f31f9c65-728d-e2b3-871d-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_endpoint",
                            "changed": false,
                            "endpoint": {
                                "enabled": true,
                                "id": "0048c84845494c0eab015e7d78c13d4c",
                                "interface": "admin",
                                "links": {
                                    "self": "http://10.0.0.130:5000/v3/endpoints/0048c84845494c0eab015e7d78c13d4c"
                                },
                                "region": "RegionOne",
                                "region_id": "RegionOne",
                                "service_id": "040cf8070ec8419c8ede6e4c68990f1d",
                                "url": "http://10.0.0.130:35357"
                            },
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.130: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.130:35357",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-05-15T01:52:43.804036Z",
                            "start": "2025-05-15T01:52:42.695377Z"
                        },
                        "id": "f31f9c65-728d-e2b3-871d-000000000009",
                        "name": "os_keystone_endpoint"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 0,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:52:45,888 p=196 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:52:45.875066Z",
                    "start": "2025-05-15T01:52:44.654945Z"
                },
                "id": "f31f9c65-728d-8ddb-7a06-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_endpoint",
                            "changed": false,
                            "endpoint": {
                                "enabled": true,
                                "id": "678bf77fb6ad466db48c1b3fef0821a9",
                                "interface": "internal",
                                "links": {
                                    "self": "http://10.0.0.130:5000/v3/endpoints/678bf77fb6ad466db48c1b3fef0821a9"
                                },
                                "region": "RegionOne",
                                "region_id": "RegionOne",
                                "service_id": "040cf8070ec8419c8ede6e4c68990f1d",
                                "url": "http://10.0.0.130:5000"
                            },
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.130: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.130:5000",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-05-15T01:52:45.875066Z",
                            "start": "2025-05-15T01:52:44.702530Z"
                        },
                        "id": "f31f9c65-728d-8ddb-7a06-000000000009",
                        "name": "os_keystone_endpoint"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 0,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:52:47,982 p=225 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:52:47.969894Z",
                    "start": "2025-05-15T01:52:46.761462Z"
                },
                "id": "f31f9c65-728d-b7cc-1140-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_endpoint",
                            "changed": false,
                            "endpoint": {
                                "enabled": true,
                                "id": "e6fef36c8f20441baf5eed8b5fb218eb",
                                "interface": "public",
                                "links": {
                                    "self": "http://10.0.0.130:5000/v3/endpoints/e6fef36c8f20441baf5eed8b5fb218eb"
                                },
                                "region": "RegionOne",
                                "region_id": "RegionOne",
                                "service_id": "040cf8070ec8419c8ede6e4c68990f1d",
                                "url": "http://10.0.0.130:5000"
                            },
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.130: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.130:5000",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-05-15T01:52:47.969894Z",
                            "start": "2025-05-15T01:52:46.811257Z"
                        },
                        "id": "f31f9c65-728d-b7cc-1140-000000000009",
                        "name": "os_keystone_endpoint"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 0,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:52:50,127 p=253 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:52:50.114354Z",
                    "start": "2025-05-15T01:52:48.929759Z"
                },
                "id": "f31f9c65-728d-c237-4ab0-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.130: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": "6cba6841ade54e0a8993bed26f120421",
                                "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-05-15T01:52:50.114354Z",
                            "start": "2025-05-15T01:52:48.974694Z"
                        },
                        "id": "f31f9c65-728d-c237-4ab0-000000000009",
                        "name": "os_keystone_role"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:52:52,228 p=281 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:52:52.213892Z",
                    "start": "2025-05-15T01:52:51.059308Z"
                },
                "id": "f31f9c65-728d-b425-3b18-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.130: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": "049e87ef597446b9af22b1c586e4b439",
                                "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-05-15T01:52:52.213892Z",
                            "start": "2025-05-15T01:52:51.111622Z"
                        },
                        "id": "f31f9c65-728d-b425-3b18-000000000009",
                        "name": "os_keystone_role"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 0,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:52:54,617 p=309 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:52:54.603410Z",
                    "start": "2025-05-15T01:52:53.434681Z"
                },
                "id": "f31f9c65-728d-c871-2e63-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_service",
                            "changed": true,
                            "id": "2d11865caa8549e48094452b84ddc917",
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.130: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": "2d11865caa8549e48094452b84ddc917",
                                "name": "glance",
                                "service_type": "image",
                                "type": "image"
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-05-15T01:52:54.603410Z",
                            "start": "2025-05-15T01:52:53.480313Z"
                        },
                        "id": "f31f9c65-728d-c871-2e63-000000000009",
                        "name": "os_keystone_service"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:52:56,829 p=337 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:52:56.816904Z",
                    "start": "2025-05-15T01:52:55.503265Z"
                },
                "id": "f31f9c65-728d-b6ce-4b44-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_endpoint",
                            "changed": true,
                            "endpoint": {
                                "enabled": true,
                                "id": "2d0eb88cfc1a485a828b7a5eb2766504",
                                "interface": "internal",
                                "links": {
                                    "self": "http://10.0.0.130:5000/v3/endpoints/2d0eb88cfc1a485a828b7a5eb2766504"
                                },
                                "region": "RegionOne",
                                "region_id": "RegionOne",
                                "service_id": "2d11865caa8549e48094452b84ddc917",
                                "url": "http://10.0.0.130:9292"
                            },
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.130: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.130:9292",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-05-15T01:52:56.816904Z",
                            "start": "2025-05-15T01:52:55.549088Z"
                        },
                        "id": "f31f9c65-728d-b6ce-4b44-000000000009",
                        "name": "os_keystone_endpoint"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:52:58,993 p=365 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:52:58.979556Z",
                    "start": "2025-05-15T01:52:57.659902Z"
                },
                "id": "f31f9c65-728d-32ff-2a11-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_endpoint",
                            "changed": true,
                            "endpoint": {
                                "enabled": true,
                                "id": "cea35c04ed6c4127826ec2c5f2be01a7",
                                "interface": "public",
                                "links": {
                                    "self": "http://10.0.0.130:5000/v3/endpoints/cea35c04ed6c4127826ec2c5f2be01a7"
                                },
                                "region": "RegionOne",
                                "region_id": "RegionOne",
                                "service_id": "2d11865caa8549e48094452b84ddc917",
                                "url": "http://10.0.0.130:9292"
                            },
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.130: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.130:9292",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-05-15T01:52:58.979556Z",
                            "start": "2025-05-15T01:52:57.709708Z"
                        },
                        "id": "f31f9c65-728d-32ff-2a11-000000000009",
                        "name": "os_keystone_endpoint"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:53:01,317 p=393 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:53:01.301991Z",
                    "start": "2025-05-15T01:52:59.869292Z"
                },
                "id": "f31f9c65-728d-940e-7297-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.130: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": "c8eb6e752e92447d99c4edad122ca643",
                                "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-05-15T01:53:01.301991Z",
                            "start": "2025-05-15T01:52:59.916111Z"
                        },
                        "id": "f31f9c65-728d-940e-7297-000000000009",
                        "name": "os_project"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:53:04,064 p=421 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:53:04.050569Z",
                    "start": "2025-05-15T01:53:02.218833Z"
                },
                "id": "f31f9c65-728d-a9b7-5767-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.130: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": "c8eb6e752e92447d99c4edad122ca643",
                                "description": null,
                                "domain_id": "default",
                                "email": null,
                                "enabled": true,
                                "id": "176a02923144456bbe53106635f0cffa",
                                "name": "glance",
                                "username": null
                            },
                            "warnings": [
                                "Module did not set no_log for update_password"
                            ]
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-05-15T01:53:04.050569Z",
                            "start": "2025-05-15T01:53:02.268826Z"
                        },
                        "id": "f31f9c65-728d-a9b7-5767-000000000009",
                        "name": "os_user"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:53:06,121 p=449 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:53:06.107765Z",
                    "start": "2025-05-15T01:53:04.964286Z"
                },
                "id": "f31f9c65-728d-c014-3b70-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.130: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": "523baa46ced54706b324c158df6e3556",
                                "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-05-15T01:53:06.107765Z",
                            "start": "2025-05-15T01:53:05.013094Z"
                        },
                        "id": "f31f9c65-728d-c014-3b70-000000000009",
                        "name": "os_keystone_role"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 0,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:53:09,162 p=477 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:53:09.148651Z",
                    "start": "2025-05-15T01:53:07.004325Z"
                },
                "id": "f31f9c65-728d-3ddf-d419-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.130: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-05-15T01:53:09.148651Z",
                            "start": "2025-05-15T01:53:07.050884Z"
                        },
                        "id": "f31f9c65-728d-3ddf-d419-000000000009",
                        "name": "os_user_role"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:53:17,848 p=505 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:53:17.835067Z",
                    "start": "2025-05-15T01:53:17.396466Z"
                },
                "id": "f31f9c65-728d-bb28-5bc7-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.130",
                                    "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-05-15T01:53:17.835067Z",
                            "start": "2025-05-15T01:53:17.451739Z"
                        },
                        "id": "f31f9c65-728d-bb28-5bc7-000000000009",
                        "name": "mysql_db"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:53:19,223 p=533 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:53:19.210248Z",
                    "start": "2025-05-15T01:53:18.760215Z"
                },
                "id": "f31f9c65-728d-3c3d-c0d0-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.130",
                                    "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-05-15T01:53:19.210248Z",
                            "start": "2025-05-15T01:53:18.807988Z"
                        },
                        "id": "f31f9c65-728d-3c3d-c0d0-000000000009",
                        "name": "mysql_user"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:53:20,511 p=561 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:53:20.497680Z",
                    "start": "2025-05-15T01:53:20.079841Z"
                },
                "id": "f31f9c65-728d-8cd8-e371-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.130",
                                    "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-05-15T01:53:20.497680Z",
                            "start": "2025-05-15T01:53:20.128344Z"
                        },
                        "id": "f31f9c65-728d-8cd8-e371-000000000009",
                        "name": "mysql_variables"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:53:35,402 p=589 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:53:35.380683Z",
                    "start": "2025-05-15T01:53:34.975094Z"
                },
                "id": "f31f9c65-728d-180d-1590-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.130",
                                    "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-05-15T01:53:35.380683Z",
                            "start": "2025-05-15T01:53:35.023442Z"
                        },
                        "id": "f31f9c65-728d-180d-1590-000000000009",
                        "name": "mysql_variables"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:53:40,043 p=617 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:53:40.030293Z",
                    "start": "2025-05-15T01:53:38.817256Z"
                },
                "id": "f31f9c65-728d-7194-0268-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_service",
                            "changed": true,
                            "id": "7952c80e5eed45998773fc39a0ce102a",
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.130: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": "7952c80e5eed45998773fc39a0ce102a",
                                "name": "placement",
                                "service_type": "placement",
                                "type": "placement"
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-05-15T01:53:40.030293Z",
                            "start": "2025-05-15T01:53:38.864697Z"
                        },
                        "id": "f31f9c65-728d-7194-0268-000000000009",
                        "name": "os_keystone_service"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:53:42,366 p=645 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:53:42.353036Z",
                    "start": "2025-05-15T01:53:41.034420Z"
                },
                "id": "f31f9c65-728d-bcae-b118-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_endpoint",
                            "changed": true,
                            "endpoint": {
                                "enabled": true,
                                "id": "bc54f64cb3c24c41ba6399cebdc410f4",
                                "interface": "internal",
                                "links": {
                                    "self": "http://10.0.0.130:5000/v3/endpoints/bc54f64cb3c24c41ba6399cebdc410f4"
                                },
                                "region": "RegionOne",
                                "region_id": "RegionOne",
                                "service_id": "7952c80e5eed45998773fc39a0ce102a",
                                "url": "http://10.0.0.130:8780"
                            },
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.130: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.130:8780",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-05-15T01:53:42.353036Z",
                            "start": "2025-05-15T01:53:41.083543Z"
                        },
                        "id": "f31f9c65-728d-bcae-b118-000000000009",
                        "name": "os_keystone_endpoint"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:53:44,530 p=673 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:53:44.517221Z",
                    "start": "2025-05-15T01:53:43.195727Z"
                },
                "id": "f31f9c65-728d-223d-2a2a-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_endpoint",
                            "changed": true,
                            "endpoint": {
                                "enabled": true,
                                "id": "cf51642d50be43c9a68c7c291b512f1e",
                                "interface": "public",
                                "links": {
                                    "self": "http://10.0.0.130:5000/v3/endpoints/cf51642d50be43c9a68c7c291b512f1e"
                                },
                                "region": "RegionOne",
                                "region_id": "RegionOne",
                                "service_id": "7952c80e5eed45998773fc39a0ce102a",
                                "url": "http://10.0.0.130:8780"
                            },
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.130: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.130:8780",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-05-15T01:53:44.517221Z",
                            "start": "2025-05-15T01:53:43.244064Z"
                        },
                        "id": "f31f9c65-728d-223d-2a2a-000000000009",
                        "name": "os_keystone_endpoint"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:53:46,638 p=701 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:53:46.624732Z",
                    "start": "2025-05-15T01:53:45.419381Z"
                },
                "id": "f31f9c65-728d-d8bf-b0e0-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.130: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": "c8eb6e752e92447d99c4edad122ca643",
                                "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-05-15T01:53:46.624732Z",
                            "start": "2025-05-15T01:53:45.466034Z"
                        },
                        "id": "f31f9c65-728d-d8bf-b0e0-000000000009",
                        "name": "os_project"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 0,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:53:49,400 p=729 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:53:49.386362Z",
                    "start": "2025-05-15T01:53:47.625893Z"
                },
                "id": "f31f9c65-728d-717b-3421-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.130: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": "c8eb6e752e92447d99c4edad122ca643",
                                "description": null,
                                "domain_id": "default",
                                "email": null,
                                "enabled": true,
                                "id": "52fbf9ce6a5c482ca141c6cc770c6fc5",
                                "name": "placement",
                                "username": null
                            },
                            "warnings": [
                                "Module did not set no_log for update_password"
                            ]
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-05-15T01:53:49.386362Z",
                            "start": "2025-05-15T01:53:47.687707Z"
                        },
                        "id": "f31f9c65-728d-717b-3421-000000000009",
                        "name": "os_user"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:53:51,475 p=757 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:53:51.461919Z",
                    "start": "2025-05-15T01:53:50.296597Z"
                },
                "id": "f31f9c65-728d-2d22-8ec2-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.130: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": "523baa46ced54706b324c158df6e3556",
                                "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-05-15T01:53:51.461919Z",
                            "start": "2025-05-15T01:53:50.353902Z"
                        },
                        "id": "f31f9c65-728d-2d22-8ec2-000000000009",
                        "name": "os_keystone_role"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 0,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:53:54,522 p=785 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:53:54.509196Z",
                    "start": "2025-05-15T01:53:52.386917Z"
                },
                "id": "f31f9c65-728d-5e5c-b75a-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.130: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-05-15T01:53:54.509196Z",
                            "start": "2025-05-15T01:53:52.432848Z"
                        },
                        "id": "f31f9c65-728d-5e5c-b75a-000000000009",
                        "name": "os_user_role"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:53:59,379 p=813 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:53:59.367275Z",
                    "start": "2025-05-15T01:53:58.943862Z"
                },
                "id": "f31f9c65-728d-57de-dcbb-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.130",
                                    "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-05-15T01:53:59.367275Z",
                            "start": "2025-05-15T01:53:58.989911Z"
                        },
                        "id": "f31f9c65-728d-57de-dcbb-000000000009",
                        "name": "mysql_db"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:54:00,706 p=841 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:54:00.690107Z",
                    "start": "2025-05-15T01:54:00.226630Z"
                },
                "id": "f31f9c65-728d-a545-26e7-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.130",
                                    "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-05-15T01:54:00.690107Z",
                            "start": "2025-05-15T01:54:00.282204Z"
                        },
                        "id": "f31f9c65-728d-a545-26e7-000000000009",
                        "name": "mysql_user"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:54:11,129 p=869 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:54:11.116010Z",
                    "start": "2025-05-15T01:54:10.682626Z"
                },
                "id": "f31f9c65-728d-17c6-8b82-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.130",
                                    "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-05-15T01:54:11.116010Z",
                            "start": "2025-05-15T01:54:10.739889Z"
                        },
                        "id": "f31f9c65-728d-17c6-8b82-000000000009",
                        "name": "mysql_db"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:54:12,503 p=897 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:54:12.489410Z",
                    "start": "2025-05-15T01:54:12.064706Z"
                },
                "id": "f31f9c65-728d-7e4c-106a-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.130",
                                    "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-05-15T01:54:12.489410Z",
                            "start": "2025-05-15T01:54:12.122198Z"
                        },
                        "id": "f31f9c65-728d-7e4c-106a-000000000009",
                        "name": "mysql_db"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:54:13,838 p=925 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:54:13.824903Z",
                    "start": "2025-05-15T01:54:13.376507Z"
                },
                "id": "f31f9c65-728d-afbd-196c-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.130",
                                    "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-05-15T01:54:13.824903Z",
                            "start": "2025-05-15T01:54:13.425175Z"
                        },
                        "id": "f31f9c65-728d-afbd-196c-000000000009",
                        "name": "mysql_user"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:54:15,209 p=953 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:54:15.195828Z",
                    "start": "2025-05-15T01:54:14.746657Z"
                },
                "id": "f31f9c65-728d-c245-3215-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.130",
                                    "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-05-15T01:54:15.195828Z",
                            "start": "2025-05-15T01:54:14.795910Z"
                        },
                        "id": "f31f9c65-728d-c245-3215-000000000009",
                        "name": "mysql_user"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:54:48,206 p=981 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:54:48.190432Z",
                    "start": "2025-05-15T01:54:47.757066Z"
                },
                "id": "f31f9c65-728d-af71-1c1c-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.130",
                                    "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-05-15T01:54:48.190432Z",
                            "start": "2025-05-15T01:54:47.803438Z"
                        },
                        "id": "f31f9c65-728d-af71-1c1c-000000000009",
                        "name": "mysql_db"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:54:49,546 p=1009 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:54:49.533003Z",
                    "start": "2025-05-15T01:54:49.085211Z"
                },
                "id": "f31f9c65-728d-5eab-77de-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.130",
                                    "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-05-15T01:54:49.533003Z",
                            "start": "2025-05-15T01:54:49.132712Z"
                        },
                        "id": "f31f9c65-728d-5eab-77de-000000000009",
                        "name": "mysql_user"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:54:53,124 p=1037 u=rabbitmq n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:54:53.111692Z",
                    "start": "2025-05-15T01:54:50.445397Z"
                },
                "id": "f31f9c65-728d-62bd-4f00-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-3314-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-05-15T01:54:53.111692Z",
                            "start": "2025-05-15T01:54:50.492835Z"
                        },
                        "id": "f31f9c65-728d-62bd-4f00-000000000009",
                        "name": "rabbitmq_user"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 0,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:55:16,233 p=1330 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:55:16.219483Z",
                    "start": "2025-05-15T01:55:15.033761Z"
                },
                "id": "f31f9c65-728d-679d-c370-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_service",
                            "changed": true,
                            "id": "155dbb885fa3411c8800f2f20ae67449",
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.130: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": "155dbb885fa3411c8800f2f20ae67449",
                                "name": "nova_legacy",
                                "service_type": "compute_legacy",
                                "type": "compute_legacy"
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-05-15T01:55:16.219483Z",
                            "start": "2025-05-15T01:55:15.080374Z"
                        },
                        "id": "f31f9c65-728d-679d-c370-000000000009",
                        "name": "os_keystone_service"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:55:18,367 p=1358 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:55:18.353496Z",
                    "start": "2025-05-15T01:55:17.192644Z"
                },
                "id": "f31f9c65-728d-c24a-437c-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_service",
                            "changed": true,
                            "id": "82371ca9721c4859ae3534efd2e83cab",
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.130: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": "82371ca9721c4859ae3534efd2e83cab",
                                "name": "nova",
                                "service_type": "compute",
                                "type": "compute"
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-05-15T01:55:18.353496Z",
                            "start": "2025-05-15T01:55:17.242635Z"
                        },
                        "id": "f31f9c65-728d-c24a-437c-000000000009",
                        "name": "os_keystone_service"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:55:20,574 p=1386 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:55:20.561279Z",
                    "start": "2025-05-15T01:55:19.248829Z"
                },
                "id": "f31f9c65-728d-e7e8-96da-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_endpoint",
                            "changed": true,
                            "endpoint": {
                                "enabled": true,
                                "id": "ecd8416cff1a49929272dd711cf9ade4",
                                "interface": "internal",
                                "links": {
                                    "self": "http://10.0.0.130:5000/v3/endpoints/ecd8416cff1a49929272dd711cf9ade4"
                                },
                                "region": "RegionOne",
                                "region_id": "RegionOne",
                                "service_id": "155dbb885fa3411c8800f2f20ae67449",
                                "url": "http://10.0.0.130:8774/v2/%(tenant_id)s"
                            },
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.130: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.130:8774/v2/%(tenant_id)s",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-05-15T01:55:20.561279Z",
                            "start": "2025-05-15T01:55:19.297403Z"
                        },
                        "id": "f31f9c65-728d-e7e8-96da-000000000009",
                        "name": "os_keystone_endpoint"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:55:22,912 p=1414 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:55:22.890848Z",
                    "start": "2025-05-15T01:55:21.513019Z"
                },
                "id": "f31f9c65-728d-aa7e-90aa-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_endpoint",
                            "changed": true,
                            "endpoint": {
                                "enabled": true,
                                "id": "326eed41ecae439b82b707261ce39894",
                                "interface": "public",
                                "links": {
                                    "self": "http://10.0.0.130:5000/v3/endpoints/326eed41ecae439b82b707261ce39894"
                                },
                                "region": "RegionOne",
                                "region_id": "RegionOne",
                                "service_id": "155dbb885fa3411c8800f2f20ae67449",
                                "url": "http://10.0.0.130:8774/v2/%(tenant_id)s"
                            },
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.130: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.130:8774/v2/%(tenant_id)s",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-05-15T01:55:22.890848Z",
                            "start": "2025-05-15T01:55:21.564444Z"
                        },
                        "id": "f31f9c65-728d-aa7e-90aa-000000000009",
                        "name": "os_keystone_endpoint"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:55:25,222 p=1442 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:55:25.208346Z",
                    "start": "2025-05-15T01:55:23.829588Z"
                },
                "id": "f31f9c65-728d-7e33-8649-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_endpoint",
                            "changed": true,
                            "endpoint": {
                                "enabled": true,
                                "id": "8c721289263d4c88b8695bdb5e233b5c",
                                "interface": "internal",
                                "links": {
                                    "self": "http://10.0.0.130:5000/v3/endpoints/8c721289263d4c88b8695bdb5e233b5c"
                                },
                                "region": "RegionOne",
                                "region_id": "RegionOne",
                                "service_id": "82371ca9721c4859ae3534efd2e83cab",
                                "url": "http://10.0.0.130:8774/v2.1"
                            },
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.130: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.130:8774/v2.1",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-05-15T01:55:25.208346Z",
                            "start": "2025-05-15T01:55:23.880953Z"
                        },
                        "id": "f31f9c65-728d-7e33-8649-000000000009",
                        "name": "os_keystone_endpoint"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:55:27,741 p=1470 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:55:27.726633Z",
                    "start": "2025-05-15T01:55:26.086753Z"
                },
                "id": "f31f9c65-728d-abfa-7e75-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_endpoint",
                            "changed": true,
                            "endpoint": {
                                "enabled": true,
                                "id": "c74e9074fa734086ad4f22172136dcfc",
                                "interface": "public",
                                "links": {
                                    "self": "http://10.0.0.130:5000/v3/endpoints/c74e9074fa734086ad4f22172136dcfc"
                                },
                                "region": "RegionOne",
                                "region_id": "RegionOne",
                                "service_id": "82371ca9721c4859ae3534efd2e83cab",
                                "url": "http://10.0.0.130:8774/v2.1"
                            },
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.130: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.130:8774/v2.1",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-05-15T01:55:27.726633Z",
                            "start": "2025-05-15T01:55:26.137622Z"
                        },
                        "id": "f31f9c65-728d-abfa-7e75-000000000009",
                        "name": "os_keystone_endpoint"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:55:30,224 p=1498 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:55:30.210428Z",
                    "start": "2025-05-15T01:55:28.894139Z"
                },
                "id": "f31f9c65-728d-0b0d-09f6-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.130: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": "c8eb6e752e92447d99c4edad122ca643",
                                "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-05-15T01:55:30.210428Z",
                            "start": "2025-05-15T01:55:28.943945Z"
                        },
                        "id": "f31f9c65-728d-0b0d-09f6-000000000009",
                        "name": "os_project"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 0,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:55:33,142 p=1526 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:55:33.126215Z",
                    "start": "2025-05-15T01:55:31.229680Z"
                },
                "id": "f31f9c65-728d-150e-72e2-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.130: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": "c8eb6e752e92447d99c4edad122ca643",
                                "description": null,
                                "domain_id": "default",
                                "email": null,
                                "enabled": true,
                                "id": "1c57f020c47d4ce3a2781ad69b47a14f",
                                "name": "nova",
                                "username": null
                            },
                            "warnings": [
                                "Module did not set no_log for update_password"
                            ]
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-05-15T01:55:33.126215Z",
                            "start": "2025-05-15T01:55:31.279171Z"
                        },
                        "id": "f31f9c65-728d-150e-72e2-000000000009",
                        "name": "os_user"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:55:35,354 p=1554 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:55:35.341249Z",
                    "start": "2025-05-15T01:55:34.154680Z"
                },
                "id": "f31f9c65-728d-1a64-f704-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.130: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": "523baa46ced54706b324c158df6e3556",
                                "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-05-15T01:55:35.341249Z",
                            "start": "2025-05-15T01:55:34.202819Z"
                        },
                        "id": "f31f9c65-728d-1a64-f704-000000000009",
                        "name": "os_keystone_role"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 0,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:55:38,536 p=1582 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:55:38.522776Z",
                    "start": "2025-05-15T01:55:36.380256Z"
                },
                "id": "f31f9c65-728d-0cb3-bfac-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.130: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-05-15T01:55:38.522776Z",
                            "start": "2025-05-15T01:55:36.429259Z"
                        },
                        "id": "f31f9c65-728d-0cb3-bfac-000000000009",
                        "name": "os_user_role"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:55:41,641 p=1610 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:55:41.622555Z",
                    "start": "2025-05-15T01:55:39.437000Z"
                },
                "id": "f31f9c65-728d-da36-9d3f-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.130: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-05-15T01:55:41.622555Z",
                            "start": "2025-05-15T01:55:39.485895Z"
                        },
                        "id": "f31f9c65-728d-da36-9d3f-000000000009",
                        "name": "os_user_role"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:57:25,264 p=1656 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:57:25.251512Z",
                    "start": "2025-05-15T01:57:23.998259Z"
                },
                "id": "f31f9c65-728d-53e2-1782-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_service",
                            "changed": true,
                            "id": "3c81ab250ff84decaddec3b1423c6a7c",
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.130: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": "3c81ab250ff84decaddec3b1423c6a7c",
                                "name": "neutron",
                                "service_type": "network",
                                "type": "network"
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-05-15T01:57:25.251512Z",
                            "start": "2025-05-15T01:57:24.048302Z"
                        },
                        "id": "f31f9c65-728d-53e2-1782-000000000009",
                        "name": "os_keystone_service"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:57:27,723 p=1684 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:57:27.701819Z",
                    "start": "2025-05-15T01:57:26.215786Z"
                },
                "id": "f31f9c65-728d-4d47-c512-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_endpoint",
                            "changed": true,
                            "endpoint": {
                                "enabled": true,
                                "id": "b81e9743d626450e9e3ad33d00015a11",
                                "interface": "internal",
                                "links": {
                                    "self": "http://10.0.0.130:5000/v3/endpoints/b81e9743d626450e9e3ad33d00015a11"
                                },
                                "region": "RegionOne",
                                "region_id": "RegionOne",
                                "service_id": "3c81ab250ff84decaddec3b1423c6a7c",
                                "url": "http://10.0.0.130:9696"
                            },
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.130: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.130:9696",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-05-15T01:57:27.701819Z",
                            "start": "2025-05-15T01:57:26.268626Z"
                        },
                        "id": "f31f9c65-728d-4d47-c512-000000000009",
                        "name": "os_keystone_endpoint"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:57:30,055 p=1712 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:57:30.041608Z",
                    "start": "2025-05-15T01:57:28.653807Z"
                },
                "id": "f31f9c65-728d-864f-6045-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_endpoint",
                            "changed": true,
                            "endpoint": {
                                "enabled": true,
                                "id": "0a20c6855de349c1876fa0f45b9ad7b6",
                                "interface": "public",
                                "links": {
                                    "self": "http://10.0.0.130:5000/v3/endpoints/0a20c6855de349c1876fa0f45b9ad7b6"
                                },
                                "region": "RegionOne",
                                "region_id": "RegionOne",
                                "service_id": "3c81ab250ff84decaddec3b1423c6a7c",
                                "url": "http://10.0.0.130:9696"
                            },
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.130: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.130:9696",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-05-15T01:57:30.041608Z",
                            "start": "2025-05-15T01:57:28.707046Z"
                        },
                        "id": "f31f9c65-728d-864f-6045-000000000009",
                        "name": "os_keystone_endpoint"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:57:32,254 p=1740 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:57:32.240708Z",
                    "start": "2025-05-15T01:57:31.020032Z"
                },
                "id": "f31f9c65-728d-7b6a-06cd-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.130: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": "c8eb6e752e92447d99c4edad122ca643",
                                "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-05-15T01:57:32.240708Z",
                            "start": "2025-05-15T01:57:31.082022Z"
                        },
                        "id": "f31f9c65-728d-7b6a-06cd-000000000009",
                        "name": "os_project"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 0,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:57:35,004 p=1768 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:57:34.991436Z",
                    "start": "2025-05-15T01:57:33.170745Z"
                },
                "id": "f31f9c65-728d-15a4-e41d-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.130: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": "c8eb6e752e92447d99c4edad122ca643",
                                "description": null,
                                "domain_id": "default",
                                "email": null,
                                "enabled": true,
                                "id": "67f344ac11b44127a32031c90f29277c",
                                "name": "neutron",
                                "username": null
                            },
                            "warnings": [
                                "Module did not set no_log for update_password"
                            ]
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-05-15T01:57:34.991436Z",
                            "start": "2025-05-15T01:57:33.221945Z"
                        },
                        "id": "f31f9c65-728d-15a4-e41d-000000000009",
                        "name": "os_user"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:57:37,056 p=1796 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:57:37.043215Z",
                    "start": "2025-05-15T01:57:35.916297Z"
                },
                "id": "f31f9c65-728d-0445-93a1-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.130: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": "523baa46ced54706b324c158df6e3556",
                                "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-05-15T01:57:37.043215Z",
                            "start": "2025-05-15T01:57:35.967095Z"
                        },
                        "id": "f31f9c65-728d-0445-93a1-000000000009",
                        "name": "os_keystone_role"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 0,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:57:40,048 p=1824 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:57:40.034351Z",
                    "start": "2025-05-15T01:57:37.944084Z"
                },
                "id": "f31f9c65-728d-5763-f311-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.130: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-05-15T01:57:40.034351Z",
                            "start": "2025-05-15T01:57:37.995012Z"
                        },
                        "id": "f31f9c65-728d-5763-f311-000000000009",
                        "name": "os_user_role"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:58:08,913 p=1852 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:58:08.899823Z",
                    "start": "2025-05-15T01:58:08.377654Z"
                },
                "id": "f31f9c65-728d-09be-2ce9-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.130",
                                    "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-05-15T01:58:08.899823Z",
                            "start": "2025-05-15T01:58:08.425064Z"
                        },
                        "id": "f31f9c65-728d-09be-2ce9-000000000009",
                        "name": "mysql_db"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:58:10,216 p=1880 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:58:10.202554Z",
                    "start": "2025-05-15T01:58:09.751942Z"
                },
                "id": "f31f9c65-728d-879d-3162-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.130",
                                    "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-05-15T01:58:10.202554Z",
                            "start": "2025-05-15T01:58:09.798248Z"
                        },
                        "id": "f31f9c65-728d-879d-3162-000000000009",
                        "name": "mysql_user"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:59:02,501 p=1908 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:59:02.488451Z",
                    "start": "2025-05-15T01:59:01.281073Z"
                },
                "id": "f31f9c65-728d-3d71-3e1d-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_service",
                            "changed": true,
                            "id": "55ebd6d9418c468087fdc03bf2725d0c",
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.130: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": "55ebd6d9418c468087fdc03bf2725d0c",
                                "name": "heat",
                                "service_type": "orchestration",
                                "type": "orchestration"
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-05-15T01:59:02.488451Z",
                            "start": "2025-05-15T01:59:01.328285Z"
                        },
                        "id": "f31f9c65-728d-3d71-3e1d-000000000009",
                        "name": "os_keystone_service"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:59:04,612 p=1936 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:59:04.599504Z",
                    "start": "2025-05-15T01:59:03.370520Z"
                },
                "id": "f31f9c65-728d-23d2-9b1b-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_service",
                            "changed": true,
                            "id": "c7bd008cb94540bcbb27c661e45bd08d",
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.130: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": "c7bd008cb94540bcbb27c661e45bd08d",
                                "name": "heat-cfn",
                                "service_type": "cloudformation",
                                "type": "cloudformation"
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-05-15T01:59:04.599504Z",
                            "start": "2025-05-15T01:59:03.422644Z"
                        },
                        "id": "f31f9c65-728d-23d2-9b1b-000000000009",
                        "name": "os_keystone_service"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:59:06,931 p=1964 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:59:06.918250Z",
                    "start": "2025-05-15T01:59:05.551240Z"
                },
                "id": "f31f9c65-728d-a043-2999-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_endpoint",
                            "changed": true,
                            "endpoint": {
                                "enabled": true,
                                "id": "827d26970ec54f0bb3e0684735108d80",
                                "interface": "internal",
                                "links": {
                                    "self": "http://10.0.0.130:5000/v3/endpoints/827d26970ec54f0bb3e0684735108d80"
                                },
                                "region": "RegionOne",
                                "region_id": "RegionOne",
                                "service_id": "55ebd6d9418c468087fdc03bf2725d0c",
                                "url": "http://10.0.0.130:8004/v1/%(tenant_id)s"
                            },
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.130: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.130:8004/v1/%(tenant_id)s",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-05-15T01:59:06.918250Z",
                            "start": "2025-05-15T01:59:05.600441Z"
                        },
                        "id": "f31f9c65-728d-a043-2999-000000000009",
                        "name": "os_keystone_endpoint"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:59:09,323 p=1992 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:59:09.310615Z",
                    "start": "2025-05-15T01:59:07.932274Z"
                },
                "id": "f31f9c65-728d-b76c-0dd0-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_endpoint",
                            "changed": true,
                            "endpoint": {
                                "enabled": true,
                                "id": "2c31a3dbed294839a4f373824b1d363d",
                                "interface": "public",
                                "links": {
                                    "self": "http://10.0.0.130:5000/v3/endpoints/2c31a3dbed294839a4f373824b1d363d"
                                },
                                "region": "RegionOne",
                                "region_id": "RegionOne",
                                "service_id": "55ebd6d9418c468087fdc03bf2725d0c",
                                "url": "http://10.0.0.130:8004/v1/%(tenant_id)s"
                            },
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.130: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.130:8004/v1/%(tenant_id)s",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-05-15T01:59:09.310615Z",
                            "start": "2025-05-15T01:59:07.980491Z"
                        },
                        "id": "f31f9c65-728d-b76c-0dd0-000000000009",
                        "name": "os_keystone_endpoint"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:59:11,570 p=2020 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:59:11.556421Z",
                    "start": "2025-05-15T01:59:10.188757Z"
                },
                "id": "f31f9c65-728d-8709-0d38-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_endpoint",
                            "changed": true,
                            "endpoint": {
                                "enabled": true,
                                "id": "556d8d6744874bc785712ac686d684f6",
                                "interface": "internal",
                                "links": {
                                    "self": "http://10.0.0.130:5000/v3/endpoints/556d8d6744874bc785712ac686d684f6"
                                },
                                "region": "RegionOne",
                                "region_id": "RegionOne",
                                "service_id": "c7bd008cb94540bcbb27c661e45bd08d",
                                "url": "http://10.0.0.130:8000/v1"
                            },
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.130: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.130:8000/v1",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-05-15T01:59:11.556421Z",
                            "start": "2025-05-15T01:59:10.237350Z"
                        },
                        "id": "f31f9c65-728d-8709-0d38-000000000009",
                        "name": "os_keystone_endpoint"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:59:13,998 p=2048 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:59:13.983636Z",
                    "start": "2025-05-15T01:59:12.443302Z"
                },
                "id": "f31f9c65-728d-9080-bf50-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_endpoint",
                            "changed": true,
                            "endpoint": {
                                "enabled": true,
                                "id": "8f03931cf9d84585a55e0450e16ca38e",
                                "interface": "public",
                                "links": {
                                    "self": "http://10.0.0.130:5000/v3/endpoints/8f03931cf9d84585a55e0450e16ca38e"
                                },
                                "region": "RegionOne",
                                "region_id": "RegionOne",
                                "service_id": "c7bd008cb94540bcbb27c661e45bd08d",
                                "url": "http://10.0.0.130:8000/v1"
                            },
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.130: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.130:8000/v1",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-05-15T01:59:13.983636Z",
                            "start": "2025-05-15T01:59:12.493157Z"
                        },
                        "id": "f31f9c65-728d-9080-bf50-000000000009",
                        "name": "os_keystone_endpoint"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:59:16,190 p=2076 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:59:16.178009Z",
                    "start": "2025-05-15T01:59:15.009341Z"
                },
                "id": "f31f9c65-728d-72e7-4099-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.130: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": "c8eb6e752e92447d99c4edad122ca643",
                                "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-05-15T01:59:16.178009Z",
                            "start": "2025-05-15T01:59:15.060173Z"
                        },
                        "id": "f31f9c65-728d-72e7-4099-000000000009",
                        "name": "os_project"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 0,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:59:18,986 p=2104 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:59:18.972983Z",
                    "start": "2025-05-15T01:59:17.089393Z"
                },
                "id": "f31f9c65-728d-5c6e-8011-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.130: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": "c8eb6e752e92447d99c4edad122ca643",
                                "description": null,
                                "domain_id": "default",
                                "email": null,
                                "enabled": true,
                                "id": "b98dfa37fcca4bdab4a8685c154d9b2e",
                                "name": "heat",
                                "username": null
                            },
                            "warnings": [
                                "Module did not set no_log for update_password"
                            ]
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-05-15T01:59:18.972983Z",
                            "start": "2025-05-15T01:59:17.142909Z"
                        },
                        "id": "f31f9c65-728d-5c6e-8011-000000000009",
                        "name": "os_user"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:59:21,092 p=2132 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:59:21.079540Z",
                    "start": "2025-05-15T01:59:19.956660Z"
                },
                "id": "f31f9c65-728d-42dc-04b4-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.130: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": "523baa46ced54706b324c158df6e3556",
                                "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-05-15T01:59:21.079540Z",
                            "start": "2025-05-15T01:59:20.012916Z"
                        },
                        "id": "f31f9c65-728d-42dc-04b4-000000000009",
                        "name": "os_keystone_role"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 0,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:59:23,240 p=2160 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:59:23.223347Z",
                    "start": "2025-05-15T01:59:21.985857Z"
                },
                "id": "f31f9c65-728d-105d-cbf0-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.130: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": "8339fe5cc03c47c1b8ea9cddefefbaa4",
                                "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-05-15T01:59:23.223347Z",
                            "start": "2025-05-15T01:59:22.035161Z"
                        },
                        "id": "f31f9c65-728d-105d-cbf0-000000000009",
                        "name": "os_keystone_role"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:59:25,408 p=2188 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:59:25.390347Z",
                    "start": "2025-05-15T01:59:24.140192Z"
                },
                "id": "f31f9c65-728d-37cd-c3bc-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.130: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": "69dad4423ab342f896fb26b92f3c1cee",
                                "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-05-15T01:59:25.390347Z",
                            "start": "2025-05-15T01:59:24.187977Z"
                        },
                        "id": "f31f9c65-728d-37cd-c3bc-000000000009",
                        "name": "os_keystone_role"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:59:28,890 p=2216 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:59:28.877466Z",
                    "start": "2025-05-15T01:59:26.406337Z"
                },
                "id": "f31f9c65-728d-507b-6814-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.130: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-05-15T01:59:28.877466Z",
                            "start": "2025-05-15T01:59:26.459055Z"
                        },
                        "id": "f31f9c65-728d-507b-6814-000000000009",
                        "name": "os_user_role"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:59:31,942 p=2244 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:59:31.927127Z",
                    "start": "2025-05-15T01:59:29.831206Z"
                },
                "id": "f31f9c65-728d-52cb-b215-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.130: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-05-15T01:59:31.927127Z",
                            "start": "2025-05-15T01:59:29.881405Z"
                        },
                        "id": "f31f9c65-728d-52cb-b215-000000000009",
                        "name": "os_user_role"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:59:40,938 p=2272 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:59:40.925014Z",
                    "start": "2025-05-15T01:59:40.491037Z"
                },
                "id": "f31f9c65-728d-d88a-fea9-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.130",
                                    "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-05-15T01:59:40.925014Z",
                            "start": "2025-05-15T01:59:40.540130Z"
                        },
                        "id": "f31f9c65-728d-d88a-fea9-000000000009",
                        "name": "mysql_db"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 01:59:42,262 p=2300 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T01:59:42.249325Z",
                    "start": "2025-05-15T01:59:41.800001Z"
                },
                "id": "f31f9c65-728d-06b3-a77b-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.130",
                                    "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-05-15T01:59:42.249325Z",
                            "start": "2025-05-15T01:59:41.848345Z"
                        },
                        "id": "f31f9c65-728d-06b3-a77b-000000000009",
                        "name": "mysql_user"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 02:00:33,082 p=2328 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T02:00:33.067660Z",
                    "start": "2025-05-15T02:00:31.831584Z"
                },
                "id": "f31f9c65-728d-bf94-a6ce-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_service",
                            "changed": true,
                            "id": "fea4a6efd2684f2fba90771b32db2087",
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.130: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": "fea4a6efd2684f2fba90771b32db2087",
                                "name": "barbican",
                                "service_type": "key-manager",
                                "type": "key-manager"
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-05-15T02:00:33.067660Z",
                            "start": "2025-05-15T02:00:31.880578Z"
                        },
                        "id": "f31f9c65-728d-bf94-a6ce-000000000009",
                        "name": "os_keystone_service"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 02:00:35,469 p=2356 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T02:00:35.454601Z",
                    "start": "2025-05-15T02:00:34.028542Z"
                },
                "id": "f31f9c65-728d-44e6-3843-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_endpoint",
                            "changed": true,
                            "endpoint": {
                                "enabled": true,
                                "id": "16523bd72ef6426aa27fa06b714bc5b5",
                                "interface": "internal",
                                "links": {
                                    "self": "http://10.0.0.130:5000/v3/endpoints/16523bd72ef6426aa27fa06b714bc5b5"
                                },
                                "region": "RegionOne",
                                "region_id": "RegionOne",
                                "service_id": "fea4a6efd2684f2fba90771b32db2087",
                                "url": "http://10.0.0.130:9311"
                            },
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.130: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.130:9311",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-05-15T02:00:35.454601Z",
                            "start": "2025-05-15T02:00:34.079136Z"
                        },
                        "id": "f31f9c65-728d-44e6-3843-000000000009",
                        "name": "os_keystone_endpoint"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 02:00:37,734 p=2384 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T02:00:37.720192Z",
                    "start": "2025-05-15T02:00:36.355724Z"
                },
                "id": "f31f9c65-728d-7d13-21ce-000000000007",
                "name": "Ansible Ad-Hoc"
            },
            "tasks": [
                {
                    "hosts": {
                        "localhost": {
                            "_ansible_no_log": false,
                            "action": "os_keystone_endpoint",
                            "changed": true,
                            "endpoint": {
                                "enabled": true,
                                "id": "820b29c22f4f4ad0b71aedc01e7ef533",
                                "interface": "public",
                                "links": {
                                    "self": "http://10.0.0.130:5000/v3/endpoints/820b29c22f4f4ad0b71aedc01e7ef533"
                                },
                                "region": "RegionOne",
                                "region_id": "RegionOne",
                                "service_id": "fea4a6efd2684f2fba90771b32db2087",
                                "url": "http://10.0.0.130:9311"
                            },
                            "invocation": {
                                "module_args": {
                                    "api_timeout": null,
                                    "auth": {
                                        "auth_url": "http://10.0.0.130: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.130:9311",
                                    "validate_certs": null,
                                    "wait": true
                                }
                            }
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-05-15T02:00:37.720192Z",
                            "start": "2025-05-15T02:00:36.415628Z"
                        },
                        "id": "f31f9c65-728d-7d13-21ce-000000000009",
                        "name": "os_keystone_endpoint"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 02:00:39,859 p=2412 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T02:00:39.846680Z",
                    "start": "2025-05-15T02:00:38.650046Z"
                },
                "id": "f31f9c65-728d-7fd7-1668-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.130: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": "c8eb6e752e92447d99c4edad122ca643",
                                "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-05-15T02:00:39.846680Z",
                            "start": "2025-05-15T02:00:38.697905Z"
                        },
                        "id": "f31f9c65-728d-7fd7-1668-000000000009",
                        "name": "os_project"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 0,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 02:00:42,668 p=2440 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T02:00:42.653876Z",
                    "start": "2025-05-15T02:00:40.802186Z"
                },
                "id": "f31f9c65-728d-80dc-bbf6-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.130: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": "c8eb6e752e92447d99c4edad122ca643",
                                "description": null,
                                "domain_id": "default",
                                "email": null,
                                "enabled": true,
                                "id": "855a1deba4c94b10bf742a123657ad04",
                                "name": "barbican",
                                "username": null
                            },
                            "warnings": [
                                "Module did not set no_log for update_password"
                            ]
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2025-05-15T02:00:42.653876Z",
                            "start": "2025-05-15T02:00:40.863560Z"
                        },
                        "id": "f31f9c65-728d-80dc-bbf6-000000000009",
                        "name": "os_user"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 02:00:44,797 p=2468 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T02:00:44.784362Z",
                    "start": "2025-05-15T02:00:43.651199Z"
                },
                "id": "f31f9c65-728d-4c8f-f275-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.130: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": "523baa46ced54706b324c158df6e3556",
                                "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-05-15T02:00:44.784362Z",
                            "start": "2025-05-15T02:00:43.699594Z"
                        },
                        "id": "f31f9c65-728d-4c8f-f275-000000000009",
                        "name": "os_keystone_role"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 0,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 02:00:46,897 p=2496 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T02:00:46.883707Z",
                    "start": "2025-05-15T02:00:45.666100Z"
                },
                "id": "f31f9c65-728d-8108-5f1b-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.130: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": "399a13965810479c86d7112907e3a329",
                                "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-05-15T02:00:46.883707Z",
                            "start": "2025-05-15T02:00:45.715722Z"
                        },
                        "id": "f31f9c65-728d-8108-5f1b-000000000009",
                        "name": "os_keystone_role"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 02:00:48,974 p=2524 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T02:00:48.961015Z",
                    "start": "2025-05-15T02:00:47.756093Z"
                },
                "id": "f31f9c65-728d-d4df-7fef-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.130: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": "147100715b5e4537aa304c8c2d521114",
                                "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-05-15T02:00:48.961015Z",
                            "start": "2025-05-15T02:00:47.804250Z"
                        },
                        "id": "f31f9c65-728d-d4df-7fef-000000000009",
                        "name": "os_keystone_role"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 02:00:51,057 p=2552 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T02:00:51.043035Z",
                    "start": "2025-05-15T02:00:49.821683Z"
                },
                "id": "f31f9c65-728d-e7a8-8ea1-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.130: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": "10a13d2e13b84bb4969a5f7583fd7344",
                                "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-05-15T02:00:51.043035Z",
                            "start": "2025-05-15T02:00:49.870778Z"
                        },
                        "id": "f31f9c65-728d-e7a8-8ea1-000000000009",
                        "name": "os_keystone_role"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 02:00:53,132 p=2580 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T02:00:53.119246Z",
                    "start": "2025-05-15T02:00:51.914430Z"
                },
                "id": "f31f9c65-728d-a0ad-a566-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.130: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": "0379d55e59b94e5d9028cb3a954c196d",
                                "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-05-15T02:00:53.119246Z",
                            "start": "2025-05-15T02:00:51.962631Z"
                        },
                        "id": "f31f9c65-728d-a0ad-a566-000000000009",
                        "name": "os_keystone_role"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 02:00:56,180 p=2608 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T02:00:56.164402Z",
                    "start": "2025-05-15T02:00:54.026574Z"
                },
                "id": "f31f9c65-728d-3455-44c8-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.130: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-05-15T02:00:56.164402Z",
                            "start": "2025-05-15T02:00:54.074762Z"
                        },
                        "id": "f31f9c65-728d-3455-44c8-000000000009",
                        "name": "os_user_role"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 02:01:04,964 p=2636 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T02:01:04.949713Z",
                    "start": "2025-05-15T02:01:04.499918Z"
                },
                "id": "f31f9c65-728d-8515-20f5-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.130",
                                    "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-05-15T02:01:04.949713Z",
                            "start": "2025-05-15T02:01:04.551222Z"
                        },
                        "id": "f31f9c65-728d-8515-20f5-000000000009",
                        "name": "mysql_db"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}
2025-05-15 02:01:06,286 p=2664 u=ansible n=ansible | {
    "custom_stats": {},
    "global_custom_stats": {},
    "plays": [
        {
            "play": {
                "duration": {
                    "end": "2025-05-15T02:01:06.271080Z",
                    "start": "2025-05-15T02:01:05.798462Z"
                },
                "id": "f31f9c65-728d-4e4f-de01-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.130",
                                    "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-05-15T02:01:06.271080Z",
                            "start": "2025-05-15T02:01:05.852282Z"
                        },
                        "id": "f31f9c65-728d-4e4f-de01-000000000009",
                        "name": "mysql_user"
                    }
                }
            ]
        }
    ],
    "stats": {
        "localhost": {
            "changed": 1,
            "failures": 0,
            "ignored": 0,
            "ok": 1,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}