Skip to content

Commit

Permalink
ansible installation [wip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Limmen committed Mar 10, 2024
1 parent 1fe947f commit 8e6f351
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ansible/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,15 @@ Alternatively, you can run each playbook manually by executing the commands:
```bash
ansible-playbook --ask-become-pass install_setup.yml
ansible-playbook --ask-become-pass install_metastore.yml
ansible-playbook --ask-become-pass install_metastore_leader.yml
ansible-playbook --ask-become-pass install_simulation_system.yml
ansible-playbook --ask-become-pass install_simulation_system_leader.yml
ansible-playbook --ask-become-pass install_emulation_system.yml
ansible-playbook --ask-become-pass install_emulation_system_leader.yml
ansible-playbook --ask-become-pass install_emulation_system_worker.yml
ansible-playbook --ask-become-pass install_management_system.yml
ansible-playbook --ask-become-pass install_management_system_leader.yml
ansible-playbook --ask-become-pass start.yml
```

### Debugging
Expand Down

0 comments on commit 8e6f351

Please sign in to comment.