this adds a bunch of roles. who knows the state lol...
we'll get it fixed!
This commit is contained in:
9
roles/hostname/tasks/main.yml
Normal file
9
roles/hostname/tasks/main.yml
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: Set hostname for host
|
||||
hostname:
|
||||
name: "{{ inventory_hostname }}"
|
||||
notify:
|
||||
- "restart_syslog_{{ ansible_distribution | lower }}_{{ ansible_distribution_major_version }}"
|
||||
|
||||
|
||||
...
|
Reference in New Issue
Block a user