Обновить playbooks/rocky9.yml
This commit is contained in:
parent
e68d8a3841
commit
46a583342a
1 changed files with 8 additions and 8 deletions
|
|
@ -7,15 +7,15 @@
|
||||||
# - 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:
|
||||||
#ansible_ssh_user: root
|
#ansible_ssh_user: root
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue