{"id":20111510,"url":"https://github.com/openstack/openstack-ansible-os_adjutant","last_synced_at":"2026-03-19T13:51:12.068Z","repository":{"id":66174772,"uuid":"273275364","full_name":"openstack/openstack-ansible-os_adjutant","owner":"openstack","description":"Role os_adjutant for OpenStack-Ansible. Mirror of code maintained at opendev.org.","archived":false,"fork":false,"pushed_at":"2025-12-04T12:27:53.000Z","size":117,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-12-07T19:48:51.157Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://opendev.org/openstack/openstack-ansible-os_adjutant","language":"Jinja","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openstack.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-06-18T15:32:35.000Z","updated_at":"2025-12-02T13:58:59.000Z","dependencies_parsed_at":"2024-02-10T09:26:14.849Z","dependency_job_id":"e114451f-2031-4968-a9ca-2338f089a14b","html_url":"https://github.com/openstack/openstack-ansible-os_adjutant","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/openstack/openstack-ansible-os_adjutant","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Fopenstack-ansible-os_adjutant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Fopenstack-ansible-os_adjutant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Fopenstack-ansible-os_adjutant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Fopenstack-ansible-os_adjutant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openstack","download_url":"https://codeload.github.com/openstack/openstack-ansible-os_adjutant/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Fopenstack-ansible-os_adjutant/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30089352,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T18:31:08.343Z","status":"ssl_error","status_checked_at":"2026-03-04T18:31:07.708Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T18:16:21.399Z","updated_at":"2026-03-19T13:51:12.063Z","avatar_url":"https://github.com/openstack.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"==========================\nOpenStack-Ansible Adjutant\n==========================\n\nThis Ansible role installs and configures OpenStack Adjutant.\n\nThis role will install the following Upstart services:\n    * adjutant-api\n    * adjutant-processor\n\nAdding The Service to Your OpenStack-Ansible Deployment\n-------------------------------------------------------\n\nTo add a new service to your OpenStack-Ansible (OSA) deployment:\n\n* Define ``registration_hosts`` in your ``conf.d`` or ``openstack_user_config.yml``.\n  For example:\n\n  .. code-block:: yaml\n\n      registration_hosts:\n        infra1:\n          ip: 172.20.236.111\n        infra2:\n          ip: 172.20.236.112\n        infra3:\n          ip: 172.20.236.113\n\n* Create respective LXC containers (skip this step for metal deployments):\n\n  .. code-block:: console\n\n     openstack-ansible openstack.osa.containers_lxc_create --limit adjutant_all,registration_hosts\n\n* Run service deployment playbook:\n\n  .. code-block:: console\n\n     openstack-ansible openstack.osa.adjutant\n\nFor more information, please refer to the `OpenStack-Ansible project documentation \u003chttps://docs.openstack.org/project-deploy-guide/openstack-ansible/latest/\u003e`_.\n\nAlways verify that the integration is successful and that the service behaves\ncorrectly before using it in a production environment.\n\nRequired Variables\n==================\n\n.. code-block:: yaml\n\n    adjutant_service_password\n    adjutant_rabbitmq_password\n    adjutant_galera_password\n    adjutant_galera_address\n\nExample Playbook\n================\n\n.. code-block:: yaml\n\n    - name: Install adjutant server\n      hosts: adjutant_all\n      user: root\n      roles:\n        - { role: \"os_adjutant\", tags: [ \"os-adjutant\" ] }\n      vars:\n        external_lb_vip_address: 172.16.24.1\n        internal_lb_vip_address: 192.168.0.1\n        adjutant_galera_address: \"{{ internal_lb_vip_address }}\"\n        adjutant_galera_password: \"SuperSecretePassword1\"\n        adjutant_service_password: \"SuperSecretePassword2\"\n        adjutant_rabbitmq_password: \"SuperSecretePassword3\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenstack%2Fopenstack-ansible-os_adjutant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenstack%2Fopenstack-ansible-os_adjutant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenstack%2Fopenstack-ansible-os_adjutant/lists"}