19:08:12 #startmeeting Ansible Lockdown Working Group 19:08:12 Meeting started Thu Aug 6 19:08:12 2020 UTC. 19:08:12 This meeting is logged and archived in a public location. 19:08:12 The chair is cyberpear. Information about MeetBot at http://wiki.debian.org/MeetBot. 19:08:12 Useful Commands: #action #agreed #halp #info #idea #link #topic. 19:08:12 The meeting name has been set to 'ansible_lockdown_working_group' 19:08:19 #topic Roll Call 19:08:21 .hello2 19:08:22 cyberpear: cyberpear 'James Cassell' 19:08:26 .hello2 (this won 19:08:27 dfed: Sorry, but you don't exist 19:08:28 't work( 19:08:30 LOL 19:08:37 I need to fix that some day. 19:08:40 need a FAS account, I think :P 19:08:43 yeah. 19:08:47 then I can exist! 19:09:07 #topic Migration to ansible-lockdown GitHub namespace 19:09:29 I have 9 total downstream releases to push up to the Ansible Lockdown area in Github 19:09:40 nice 19:10:21 Apache STIG/CIS, TOMCAT 9 STIG/CIS, RHEL 7,8 STIG/CIS, and Win 2k16/2k19 STIG/CIS 19:10:23 that's more than 9 19:11:16 some of those I think have their upstreams in the MPG space, and if I can, I'll just migrate them directly after pushing our changes 19:11:22 The duplicates w/ the existing projects under MindPointGroup namespace probably require closer attention to resolve the differences, at least on the STIG side. 19:11:44 Yeah maybe what we can do is migrate the upstream then push the downstream to a branch to eval 19:11:55 yeah, make it a PR or whatever 19:12:17 right. I'll do that. For the windows stuff, I don't think we have an upstream yet (or if we do, it's not complete) 19:12:25 right 19:12:50 right, for the "abandoned" windows ones, probably best to just push your downstream changes on top 19:12:51 Anyway I start on that today, so we'll see that over the weekend and I should be done by next meeting 19:13:45 for the more community-active projects, we can send a message to the mailing list about the downstream->upstream PR in case anyone wants to take a look 19:13:55 RHEL7-STIG and RHEL7-CIS, at least 19:14:17 yeah, I forget if I am on that list, or not. I'll double check later 19:15:53 #url https://groups.google.com/forum/#!forum/ansible-lockdown 19:16:11 That's the one. I'll get my MPG email on it asap. 19:16:17 I always have to lookup how to subscribe to those w/o a google account 19:16:32 yeah I think I just email it from my account. 19:17:19 anyway other than that upstream, I also have a plan to rebuild testing in two ways: 1) resolve the possible exposure of AWS keys with the existing rhel 7 testing (not a great setup) and 2) give us an icon that can show passing build and score in nessus. 19:17:37 but, step 1: get the repos upstream, step 2: add the testing. 19:17:38 that sounds valuable 19:18:03 MPG is happy to run the infra to pull the PR requests and test them, so we'll build that once I get everything up there. 19:18:06 maybe before migrating the MPG repos, look how Travis CI will handle it, or just drop Travis and use GH Actions 19:18:21 the plan was to drop travis and use GH actions 19:18:36 🎉 19:18:53 only because it's free, and native to the platform 19:18:54 and basically just call out the api to our infra to start the test, and host the build pass/fail results in a way to fix the readmes 19:18:59 not because I like vendor lock-in 19:19:04 agreed 19:20:55 so it's basically 1. create a new GH repo, then 2. git push 19:21:10 yep, then 3. add testing at some point and 4. profit! 19:21:17 are you trying to strip "sensitive" info out? (or is there none to begin with?) 19:21:43 I haven't looked how GH handles secrets like API keys, but IIRC, they are aware of such things 19:21:46 there's not much in the releases, internally we had a separate release repo to remove gitlab-ci info, etc. from customer view. 19:22:23 on gitlab this worked fine as we just automated the pull, prune and commit to release with gpg signature. So it won't take long to clean out things we don't need. 19:23:07 sounds good 19:23:35 other than that I don't have much news. LOL 19:23:45 I find it useful to have the git history, but that's only easy if it was written from the beginning, with an eye toward public release 19:24:07 yeah it really wasn't, and I myself often may have left a snark or two in comments. 19:24:29 or perhaps just the history of "release 1.0, release 1.1", etc otherwise so there's some sense of when things changed 19:24:38 That will be included if it can be. 19:24:47 there's notes as to what we changed in each relewase. 19:25:07 I could help construct that synthetic release-based into git if you want 19:25:27 You know what, that wouldn't be bad. You wanna chat about that tomorrow or monday? 19:25:45 sure, let's tackle it Monday 19:26:07 ok send me an invite. I am open after 11am CST 19:26:34 I think we can just pull each tag and submit as PRs to the upstream to preserve it, if it has to come down to that 19:26:35 so maybe 11:30 CST?\ 19:26:38 sure 19:28:02 #topic Ansible Collections 19:28:09 whoo boy. 19:28:29 so yeah we need to move to this eventually. Perhaps we can do this after we move the roles up as they are? 19:28:52 I think for ansible-2.11, I'd like to get us included in the "community distribution", previously called "Ansible Community Distribution"/ACD by default, now just called "ansible" 19:29:32 I think we should keep each role in its own repo, but make a synthetic collection automatically, so we can score high on the search results of Galaxy 19:30:13 whether that's submodules or a cronjob GH action to automatically pull the changes 19:30:55 agreed, likely it can be done with submodules 19:31:57 separetly, I'm thinking of creating a pip package called `ansible-classic` that doesn't force you to use a "fully qualified collection name" to refer to modules in the New World Order, but can use just the simple name... calling a filter by... 19:32:14 `"{{ mystring | community.general.regex_search(Myargs)}}"` is silly 19:32:24 but that's off-topic :P 19:32:25 hmm. Interesting, I think I like that idea. 19:33:11 I don't have anything else on Collecitons topic... 19:33:16 #topic STIG Updates 19:33:37 DISA dropped the latest quarterly update, including STIG for RHEL7 19:33:41 I haven't checked how much changed 19:34:36 looks like there's also an updated Apache STIG 19:36:04 yeah we're going to add that to the current one we have 19:36:37 looks like they did some deduplication of rules in V2R8, based on the "change history" 19:37:00 and a bunch of rewording 19:37:09 and "Updated Check and Fix for "auid!"" for all the audit rules 19:37:18 haven't looked at the substance yet, though 19:38:03 I don't have anything else for today 19:38:07 #topic Open Floor 19:39:14 I'm good. Just got my guitar PLEK'd. 19:39:21 other than that I have a boring life. LOL 19:39:25 nice :P 19:39:32 boring is good sometimes 19:39:38 right now I'll take boring. 19:40:48 I should go run and do some household chores... 19:40:52 thanks for meeting! 19:40:58 Righto, thanks man! Talk soon! 19:41:05 #endmeeting