This commit is contained in:
2024-09-03 21:53:26 +02:00
parent a5a03359f4
commit 4bdc5333e3

View File

@@ -4,6 +4,12 @@
gather_facts: true
pre_tasks:
- name: Install bottle python package
ansible.builtin.pip:
name: netaddr
delegate_to: localhost
- name: Set hostname
ansible.builtin.hostname:
name: "{{ inventory_hostname }}"