Чем мы можем вам помочь?

all:

  children:

    pgs:

      children:

        pythagoras:

          hosts:

            host.example.com:

        keycloak:

          hosts:

            host.example.com:

        arangodb:

          hosts:

            host.example.com:

              volume_device_arangodb: "False"

              volume_device_arangodb_path: "/dev/disk/by-uuid/<UUID>"

        arangodb_agent:

          hosts:

            host.example.com:

        search:

          hosts:

            host.example.com:

              volume_device_elasticsearch: "False"

              volume_device_elasticsearch_path: "/dev/disk/by-uuid/<UUID>"

        redis:

          hosts:

            host.example.com:

        rabbitmq:

          hosts:

            host.example.com:

        postgres:

          hosts:

            host.example.com:

              volume_device_postgres: "False"

              volume_device_postgres_path: "/dev/disk/by-uuid/<UUID>"

        etcd:

          hosts:

            host.example.com:

        nginx:

          hosts:

            host.example.com:

        infrastructure:

          hosts:

            host.example.com:

    storage:

      hosts:

        host.example.com:

 

    pgs_setup:

      hosts:

       host.example.com:

Был ли материал полезным?
Да
Нет
Предыдущее
Пример файла inventory CO (кластерная установка)
Следующее
Пример файла inventory PGS (кластерная установка)