vn-ansible/linux-config-hostname.yaml

13 lines
197 B
YAML
Raw Normal View History

2024-02-12 12:03:22 +00:00
---
- hosts: '{{ ip_addr }}'
become: yes
become_method: sudo
gather_facts: yes
tasks:
- name: "[CONFIG HOSTNAME] Configure hostname"
import_role:
name: config-hostname