Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
wookietreiber committed Apr 16, 2024
0 parents commit d7bd9f9
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---

skip_list:
- name[casing]

...
40 changes: 40 additions & 0 deletions .yamllint
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---

yaml-files:
- '*.yaml'
- '*.yml'
- '.yamllint'
- '.ansible-lint'

extends: default

rules:
braces:
min-spaces-inside: 1
max-spaces-inside: 1
brackets:
max-spaces-inside: 1
colons:
max-spaces-after: -1
commas:
min-spaces-after: 1
max-spaces-after: -1
comments:
require-starting-space: yes
min-spaces-from-content: 1
document-start:
present: yes
document-end:
present: yes
empty-lines:
max: 1
key-duplicates: enable
line-length:
max: 79
new-lines:
type: unix
truthy:
allowed-values: ['yes', 'no']
check-keys: no

...
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Ansible Role: Archlinux
=======================

An Ansible role that configures [Archlinux][] specifics.


[Archlinux]: https://archlinux.org/

0 comments on commit d7bd9f9

Please sign in to comment.