This website requires JavaScript.
Explore
Help
Sign In
libretic
/
ansible-sshd
Watch
6
Star
0
Fork
You've already forked ansible-sshd
0
mirror of
https://github.com/willshersystems/ansible-sshd
synced
2024-11-09 13:23:28 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
f1c1f524c2
ansible-sshd
/
.ansible-lint
7 lines
107 B
Text
Raw
Normal View
History
Unescape
Escape
CI: Unbreak the ansible-lint action
2022-04-06 16:23:23 +02:00
exclude_paths:
- tests/roles/
test: check generated files for ansible_managed, fingerprint Add the following files: tests/tasks/check_header.yml and tests/templates/get_ansible_managed.j2. Use check_header.yml to check generated files for the ansible_managed and fingerprint headers. check_header.yml takes these parameters. `fingerprint` is required, and one of `__file` or `__file_content`: * `__file` - the full path of the file to check e.g. `/etc/realmd.conf` * `__file_content` - the output of `slurp` of the file * `__fingerprint` - required - the fingerprint string `system_role:$ROLENAME` e.g. `__fingerprint: "system_role:postfix"` * `__comment_type` - optional, default `plain` - the type of comments used e.g. `__comment_type: c` for C/C++-style comments. `plain` uses `#`. See https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_filters.html#adding-comments-to-files for the different types of comment styles supported. Example: ``` - name: Check generated files for ansible_managed, fingerprint include_tasks: tasks/check_header.yml vars: __file: /etc/myfile.conf __fingerprint: "system_role:my_role" ``` Signed-off-by: Rich Megginson <rmeggins@redhat.com>
2023-04-25 20:30:06 +02:00
- .tox/
ci: Add markdownlint, test_converting_readme, and build_docs workflows * markdownlint runs against README.md to avoid any issues with converting it to HTML * test_converting_readme converts README.md > HTML and uploads this test artifact to ensure that conversion works fine * build_docs converts README.md > HTML and pushes the result to the docs branch to publish dosc to GitHub pages site
2023-08-15 15:43:21 +02:00
- .markdownlint.yaml
Ignore [no-role-prefix] ansible-lint rule that fails expectedly
2023-08-15 16:05:41 +02:00
skip_list:
- var-naming[no-role-prefix]
Reference in a new issue
Copy permalink