Skip to content

Commit

Permalink
remove serial limit for servers and increase agents
Browse files Browse the repository at this point in the history
  • Loading branch information
mddamato committed May 22, 2024
1 parent 29809a3 commit 439ffed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@
become: true
roles:
- role: rke2_server
serial: 1

- name: Agent play
hosts: rke2_agents
any_errors_fatal: true
become: true
roles:
- role: rke2_agent
serial: 3
serial: 10

- name: Cluster manifest play
hosts: rke2_servers
Expand Down

0 comments on commit 439ffed

Please sign in to comment.