vn-ansible/linux-config-base-debian-os...

13 lines
210 B
YAML
Raw Normal View History

2023-10-11 11:45:13 +00:00
---
- hosts: "{{ ip_addr }}"
become: yes
become_method: sudo
2023-10-16 13:04:31 +00:00
gather_facts: yes
2023-10-11 11:45:13 +00:00
tasks:
2023-10-18 10:26:07 +00:00
- name: "[CONFIG BASE DEBIAN OS] Configure debian os"
2023-10-13 11:23:48 +00:00
import_role:
2023-10-18 06:54:04 +00:00
name: config-base-debian-os