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 bfad4e5 commit ef1e768
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
become: true
roles:
- role: rke2_server
serial: 1
serial: 5

- 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 ef1e768

Please sign in to comment.