Skip to content

Commit

Permalink
Changing role execution order
Browse files Browse the repository at this point in the history
  • Loading branch information
ricsanfre committed Dec 29, 2021
1 parent b5075ac commit 3df7235
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/k3s_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
tags: ['certmanager']
- role: longhorn
tags: ['longhorn']
- role: backup/velero
tags: ['backup']
- role: prometheus
tags: ['monitoring']
- role: logging/k3s
tags: ['logging']
- role: backup/velero
tags: ['backup']

- name: Deploy fluentbit on control nodes (gateway and pimaster)
hosts: control
Expand Down

0 comments on commit 3df7235

Please sign in to comment.