Restore original setting

This commit is contained in:
Joshua Boniface 2023-09-01 16:18:20 -04:00
parent 3680717daa
commit cf426408f2
1 changed files with 4 additions and 11 deletions

View File

@ -61,16 +61,9 @@
tags: pvc-cputuning
when: debian_version|int >= 11 and cpu_tuning is defined
- block:
- name: restart server on first install
reboot:
post_reboot_delay: 60
reboot_timeout: 1800
- name: set first node as primary coordinator on first install
command: "pvc node primary --wait {{ ansible_play_hosts[0].split('.')[0] }}"
run_once: yes
delegate_to: "{{ ansible_play_hosts[0] }}"
when: newhost is defined and newhost
tags: always