Using /etc/ansible/ansible.cfg as config file [ara] No setting found for SECRET_KEY. Generating a random key... [ara] Creating data & configuration directory: /root/.ara/server [ara] Writing default settings to /root/.ara/server/settings.yaml Operations to perform: Apply all migrations: admin, api, auth, contenttypes, db, sessions Running migrations: Applying contenttypes.0001_initial... OK Applying auth.0001_initial... OK Applying admin.0001_initial... OK Applying admin.0002_logentry_remove_auto_add... OK Applying admin.0003_logentry_add_action_flag_choices... OK Applying api.0001_initial... OK Applying api.0002_remove_host_alias... OK Applying api.0003_add_missing_result_properties... OK Applying api.0004_duration_in_database... OK Applying api.0005_unique_label_names... OK Applying api.0006_remove_result_statuses... OK Applying api.0007_add_expired_status... OK Applying api.0008_playbook_controller... OK Applying api.0009_latesthost... OK Applying api.0010_result_delegated_to... OK Applying api.0011_play_label_name_max_length... OK Applying api.0012_playbook_user... OK Applying api.0013_task_status... OK Applying api.0014_ara_versions... OK Applying api.0015_task_uuid... OK Applying api.0016_revert_play_label_name_length... OK Applying api.0017_optional_playbook_controller... OK Applying contenttypes.0002_remove_content_type_name... OK Applying auth.0002_alter_permission_name_max_length... OK Applying auth.0003_alter_user_email_max_length... OK Applying auth.0004_alter_user_username_opts... OK Applying auth.0005_alter_user_last_login_null... OK Applying auth.0006_require_contenttypes_0002... OK Applying auth.0007_alter_validators_add_error_messages... OK Applying auth.0008_alter_user_username_max_length... OK Applying auth.0009_alter_user_last_name_max_length... OK Applying auth.0010_alter_group_name_max_length... OK Applying auth.0011_update_proxy_permissions... OK Applying auth.0012_alter_user_first_name_max_length... OK Applying db.0001_initial... OK Applying sessions.0001_initial... OK PLAY [prod_bastion[0]] ********************************************************* TASK [Gathering Facts] ********************************************************* ok: [bridge99.opendev.org] TASK [Install root keys] ******************************************************* TASK [root-keys : Ensure .ssh directory] *************************************** ok: [bridge99.opendev.org] => { "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/root/.ssh", "size": 4096, "state": "directory", "uid": 0 } TASK [root-keys : Write out ssh private key] *********************************** changed: [bridge99.opendev.org] => { "changed": true, "checksum": "845fcc19259df2ac6bf89f0fd55419a5eaaf8ea1", "dest": "/root/.ssh/id_rsa", "gid": 0, "group": "root", "mode": "0400", "owner": "root", "path": "/root/.ssh/id_rsa", "size": 2602, "state": "file", "uid": 0 } PLAY RECAP ********************************************************************* bridge99.opendev.org : ok=3 changed=1 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0