17 lines
297 B
YAML
17 lines
297 B
YAML
---
|
|
- name: Initial Rocky9 Configuration
|
|
|
|
hosts:
|
|
- ca
|
|
# 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:
|
|
- rocky9
|
|
- root-cert
|