Skip to content

Commit

Permalink
ansible-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
czerwonk committed Aug 25, 2023
1 parent bed07d6 commit 13e1c4f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
profile: basic

enable_list:
- fqcn
- no-free-form

skip_list:
- name[missing]

warn_list:
- deprecated-module
- yaml[indentation]

offline: true
4 changes: 4 additions & 0 deletions .yamlfmt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
formatter:
type: basic
max_line_length: 0
retain_line_breaks: true
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bird_config_dir: /etc/bird
radv_link_mtu: 1360
max_aspath_length: 50
rtbh_filter_extension: " && gw = 192.168.2.1"
rtbh_filter_extension: " && gw = 192.168.2.1"

0 comments on commit 13e1c4f

Please sign in to comment.