vn-ansible/linux-config-motd.yaml

12 lines
181 B
YAML

---
- hosts: '{{ ip_addr }}'
become: yes
become_method: sudo
gather_facts: yes
tasks:
- name: "[CONFIG MOTD] Config motd"
import_role:
name: config-motd