This commit is contained in:
2026-06-19 00:39:54 +03:00
parent db45acb732
commit 4a7921c1f6
2 changed files with 3 additions and 6 deletions
+2 -6
View File
@@ -1,4 +1,5 @@
- name: Prepeare OS Linux (Rocky + Ubuntu) after install ---
- name: Prepeare OS Linux (RHEL) after install
hosts: all hosts: all
become: yes become: yes
@@ -25,8 +26,3 @@
selinux: state=disabled selinux: state=disabled
when: ansible_facts['selinux']['status']!="disabled" when: ansible_facts['selinux']['status']!="disabled"
- name: Do not prompt for sudo password for zmaster
lineinfile: path="/etc/sudoers" line="{{ item }}"
loop:
- "zmaster ALL=(ALL) NOPASSWD: ALL"
+1
View File
@@ -1,3 +1,4 @@
---
- name: Update all system packages - name: Update all system packages
hosts: all hosts: all
become: yes become: yes