This file contains hidden or 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
| --- | |
| # Ansible playbook to download CVE checking script from redhat.com, | |
| # and testing all RedHat OS Family hosts. | |
| # | |
| # Stig Sandbeck Mathisen <ssm@fnord.no> | |
| # | |
| - hosts: localhost | |
| connection: local | |
| tasks: |
This file contains hidden or 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
| #!/bin/bash | |
| # Stig Sandbeck Mathisen <ssm@fnord.no> | |
| # Checks the content of "pass" against the list of sites using cloudflare. | |
| # Expect false positives, and possibly false negatives. | |
| # TODO: remove the left part of each hostname from pass, to check domains. | |
OlderNewer