Dmitriy Rabotyagov ee7a011b2f Fix linters and metadata
With update of ansible-lint to version >=6.0.0 a lot of new
linters were added, that enabled by default. In order to comply
with linter rules we're applying changes to the role.

With that we also update metdata to reflect current state.

Depends-On: https://review.opendev.org/c/openstack/ansible-role-systemd_service/+/888223
Change-Id: I558a0fee0b0bf8c86f5bd73dca2b9571f3e4e287
2023-09-07 15:01:18 +00:00
2023-09-07 15:01:18 +00:00
2022-05-30 16:01:19 +02:00
2022-09-03 21:14:20 -05:00
2023-09-07 15:01:18 +00:00
2022-12-13 13:10:53 +00:00
2023-09-07 15:01:18 +00:00
2022-09-03 21:14:20 -05:00
2023-09-07 15:01:18 +00:00
2020-06-17 17:31:58 +03:00
2019-11-13 14:49:48 +01:00
2019-11-13 14:49:48 +01:00
2019-11-13 14:49:48 +01:00
2020-11-24 11:48:05 +02:00
2019-11-13 14:49:48 +01:00
2022-04-04 10:09:04 +01:00

Team and repository tags

image

OpenStack-Ansible Adjutant

tags

openstack, adjutant, cloud, ansible

category

*nix

This Ansible role installs and configures OpenStack adjutant.

This role will install the following Upstart services:
  • adjutant-api
  • adjutant-processor

Required Variables

adjutant_service_password
adjutant_rabbitmq_password
adjutant_galera_password
adjutant_galera_address

Example Playbook

- name: Install adjutant server
  hosts: adjutant_all
  user: root
  roles:
    - { role: "os_adjutant", tags: [ "os-adjutant" ] }
  vars:
    external_lb_vip_address: 172.16.24.1
    internal_lb_vip_address: 192.168.0.1
    adjutant_galera_address: "{{ internal_lb_vip_address }}"
    adjutant_galera_password: "SuperSecretePassword1"
    adjutant_service_password: "SuperSecretePassword2"
    adjutant_rabbitmq_password: "SuperSecretePassword3"
Description
Role os_adjutant for OpenStack-Ansible
Readme 622 KiB
Languages
Jinja 39.9%
Python 31.8%
Shell 28.3%