vn-ansible/linux-config-root-user.yaml

13 lines
203 B
YAML

---
- hosts: "{{ ip_addr }}"
become: yes
become_method: sudo
gather_facts: no
tasks:
- name: "[CONFIG ROOT USER] Configure SSH root user"
import_role:
name: config-root-user