Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

В случае если переменные среды изменены в одном playbook, а перезагрузка происходит в другом, то узлы не перезагружаются #4

Open
Kasen opened this issue Jun 2, 2023 · 0 comments

Comments

@Kasen
Copy link

Kasen commented Jun 2, 2023

Пример:

- name: Configure instance parameters
  hosts: all
  roles:
    - tarantool.cartridge
  become: true
  become_user: root
  gather_facts: false
  vars:
    cartridge_scenario:
      - configure_instance

- name: Restart replicas
  hosts: replicas
  serial: 4
  roles:
    - tarantool.cartridge
  become: true
  become_user: root
  gather_facts: false
  vars:
    cartridge_scenario:
      - restart_instance
      - wait_instance_started
      - wait_members_alive
      - wait_cluster_has_no_issues
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant