-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #42 from cisagov/lineage/skeleton
Lineage pull request for: skeleton
- Loading branch information
Showing
4 changed files
with
70 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
# See https://ansible-lint.readthedocs.io/en/latest/configuring.html | ||
# for a list of the configuration elements that can exist in this | ||
# file. | ||
enable_list: | ||
# Useful checks that one must opt-into. See here for more details: | ||
# https://ansible-lint.readthedocs.io/en/latest/rules.html | ||
- fcqn-builtins | ||
- no-log-password | ||
- no-same-owner | ||
exclude_paths: | ||
# This exclusion is implicit, unless exclude_paths is defined | ||
- .cache | ||
# Seems wise to ignore this too | ||
- .github | ||
# ansible-lint doesn't like the role name in this playbook, but it's | ||
# what molecule requires | ||
- molecule/default/converge.yml | ||
# These two are Molecule configuration files, not Ansible playbooks | ||
- molecule/default/molecule-no-systemd.yml | ||
- molecule/default/molecule-with-systemd.yml | ||
use_default_rules: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters