mirror of
https://github.com/ublue-os/forge.git
synced 2025-07-06 09:45:46 +03:00
feat: automatically setup forge (#10)
This commit is contained in:
parent
c694947618
commit
bbe78ee922
28 changed files with 1472 additions and 0 deletions
12
setup/ansible/.ansible-lint
Normal file
12
setup/ansible/.ansible-lint
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
# .ansible-lint
|
||||
|
||||
# https://ansible-lint.readthedocs.io/profiles/
|
||||
profile: production
|
||||
|
||||
# Ansible-lint does not fail on warnings from the rules or tags listed below
|
||||
warn_list:
|
||||
- galaxy[version-incorrect]
|
||||
- no-jinja-nesting
|
||||
- package-latest
|
||||
- name[template]
|
Loading…
Add table
Add a link
Reference in a new issue