vn-ansible/linux-config-sudoers.yaml

12 lines
190 B
YAML
Raw Normal View History

2024-02-12 09:37:19 +00:00
---
- hosts: '{{ ip_addr }}'
become: yes
become_method: sudo
gather_facts: yes
tasks:
- name: "[CONFIG SUDOERS] Config sudoers"
import_role:
name: config-sudoers