vn-ansible/linux-config-motd.yaml

12 lines
181 B
YAML
Raw Normal View History

2024-02-12 09:54:04 +00:00
---
- hosts: '{{ ip_addr }}'
become: yes
become_method: sudo
gather_facts: yes
tasks:
- name: "[CONFIG MOTD] Config motd"
import_role:
name: config-motd