improve naming and linting
This commit is contained in:
parent
3bc6d9d999
commit
3026ccda41
3 changed files with 16 additions and 2 deletions
14
.yamllint
Normal file
14
.yamllint
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
extends: default
|
||||
|
||||
rules:
|
||||
# 150 chars should be enough, but don't fail if a line is longer
|
||||
line-length:
|
||||
max: 180
|
||||
level: warning
|
||||
|
||||
ignore: |
|
||||
host_vars/mail01.l3d.space/vault.yml
|
||||
host_vars/web01.l3d.space/vault.yml
|
||||
group_vars/all/vault.yml
|
||||
roles/
|
|
@ -5,7 +5,7 @@
|
|||
- name: configure hostname
|
||||
ansible.builtin.include_tasks: hostname.yml
|
||||
|
||||
- name: install some packages
|
||||
- name: install some useful packages
|
||||
ansible.builtin.include_tasks: packages.yml
|
||||
|
||||
- name: scan for updates
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
- name: Install git
|
||||
- name: Install some base packages
|
||||
chocolatey.chocolatey.win_chocolatey:
|
||||
name: "{{ win_base_init__packages }}"
|
||||
state: present
|
||||
|
|
Loading…
Reference in a new issue