ansible.fftdf.supernode/roles/40-vyos-system/tasks/main.yml

8 lines
131 B
YAML
Raw Normal View History

2023-02-06 22:13:32 +00:00
---
- name: Set Vyos Hostname
vyos.vyos.vyos_hostname:
config:
hostname: "{{ inventory_hostname }}"
state: merged