ansible-bootstrap-rocky9/playbooks/rocky9.yml
2026-05-12 00:21:37 +03:00

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