vn-ansible/linux/base-config-debian/hardnening-config-root-user...

12 lines
207 B
YAML
Raw Normal View History

2023-10-11 11:45:13 +00:00
---
- hosts: "{{ ip_addr }}"
become: yes
become_method: sudo
gather_facts: no
tasks:
- name: "[HARDNENING] Configure SSH root user"
import_role:
2023-10-13 07:12:06 +00:00
name: hardnening-config-root-user