18 lines
319 B
YAML
18 lines
319 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
|