Skip to content

Commit

Permalink
Add deploy_umi playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
velomatt committed Jan 2, 2024
1 parent 067ca18 commit 71b9b33
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions playbooks/deploy_umi.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---

- name: Deploy UMI Dependencies
hosts:
- servers
roles:
- deploy_java
- prometheus.prometheus.prometheus
- prometheus.prometheus.node_exporter
# Uncomment below to configure OS settings per best practices
# - role: community.mongodb.mongodb_linux
# become: true
- role: community.mongodb.mongodb_repository
mongodb_version: 4.4
become: true
- role: community.mongodb.mongodb_install
specific_mongodb_version: 4.4.25
become: true

0 comments on commit 71b9b33

Please sign in to comment.