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