style: Add ansible-lint
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
0063f2157c
commit
38fef42aa6
23 changed files with 128 additions and 58 deletions
|
@ -1,9 +1,10 @@
|
|||
---
|
||||
- name: Setup hostname
|
||||
hostname:
|
||||
ansible.builtin.hostname:
|
||||
name: "{{ hostname }}"
|
||||
|
||||
- name: Manage /etc/hosts
|
||||
ansible.builtin.template:
|
||||
src: hostname/hosts.j2
|
||||
dest: /etc/hosts
|
||||
mode: "0644"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue