24 lines
504 B
YAML
24 lines
504 B
YAML
---
|
|
- name: Initial Rocky9 Configuration
|
|
|
|
hosts:
|
|
- rocky9-template
|
|
# kuber-node01
|
|
# - 172.20.21.193
|
|
become: true
|
|
vars:
|
|
#ansible_ssh_user: root
|
|
#ansible_ssh_password: nmklop90
|
|
reboot_system: false
|
|
hostname: rocky9-template.local.mrwho.ru
|
|
roles:
|
|
- users
|
|
- rocky9
|
|
- root-cert
|
|
- linux_login_banner_rhel9
|
|
- linux_core_dumps_rhel9
|
|
- linux_ctrl_alt_del_rhel9
|
|
- linux_dnf_automatic_rhel9
|
|
# - linux_ssh_hardening_rhel9
|
|
- linux_wireless_rhel9
|