vn-ansible/linux-config-autofs-homes.yaml

12 lines
219 B
YAML
Raw Normal View History

2023-11-06 15:53:45 +00:00
---
- hosts: "{{ ip_addr }}"
become: yes
become_method: sudo
gather_facts: no
tasks:
- name: "[CONFIG AUTOFS HOMES] Install and configure AUTOFS HOMES"
import_role:
name: config-autofs-homes