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