feat: move to dedicated repo
This commit is contained in:
commit
4a88a5b28d
54 changed files with 1524 additions and 0 deletions
9
tasks/hostname.yaml
Normal file
9
tasks/hostname.yaml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
|
||||
# set hostname
|
||||
- name: "set hostname"
|
||||
ansible.builtin.hostname:
|
||||
name: "{{ set_hostname | default(inventory_hostname) }}"
|
||||
use: "{{ hostname_use_method }}"
|
||||
tags:
|
||||
- "hostname"
|
||||
Loading…
Add table
Add a link
Reference in a new issue