multiple fixes
This commit is contained in:
parent
46a583342a
commit
9f04633685
4 changed files with 8 additions and 9 deletions
|
|
@ -7,14 +7,14 @@
|
|||
# - 172.20.21.193
|
||||
become: true
|
||||
roles:
|
||||
# - users
|
||||
# - rocky9
|
||||
# - root-cert
|
||||
- users
|
||||
- rocky9
|
||||
- root-cert
|
||||
- linux_login_banner_rhel9
|
||||
# - linux_core_dumps_rhel9
|
||||
- linux_core_dumps_rhel9
|
||||
# - linux_ctrl_alt_del_rhel9
|
||||
# - linux_dnf_automatic_rhel9
|
||||
# - linux_wireless_rhel9
|
||||
- linux_dnf_automatic_rhel9
|
||||
- linux_wireless_rhel9
|
||||
# - openssh
|
||||
|
||||
vars:
|
||||
|
|
|
|||
|
|
@ -5,6 +5,5 @@ collections:
|
|||
- name: ansible.utils
|
||||
version: ">=2.0.0,<5.0.0"
|
||||
- name: community.general
|
||||
version: ">=8.0.0"
|
||||
- name: community.vmware
|
||||
version: ">=4.0.0"
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
community.general.dnf_config_manager:
|
||||
name: crb
|
||||
state: enabled
|
||||
when: crb_repo is defined
|
||||
when: crb_repo is true
|
||||
|
||||
- name: Install EPEL repo
|
||||
ansible.builtin.include_tasks: install-epel-repo.yml
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
# Группа sudo по умолчанию — переопределяется в group_vars для конкретной ОС
|
||||
users_sudo_group: sudo
|
||||
users_sudo_group: wheel
|
||||
|
||||
# По умолчанию разрешены все группы администраторов (переопределяется для конкретного хоста/группы)
|
||||
users_allowed_admin_groups:
|
||||
|
|
|
|||
Loading…
Reference in a new issue