mirror of
https://github.com/ublue-os/forge.git
synced 2025-07-06 09:45:46 +03:00
feat(main): ditch ansible-semaphore and use ansible directly
This commit is contained in:
parent
22a4db5835
commit
2e8cc2f51a
30 changed files with 940 additions and 1440 deletions
12
ansible/.ansible-lint
Normal file
12
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