You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logrotate installs exim4 and creates Debian-exim account. If login_defs is ran before logging at least the idempotence of ftpusers will fail. Also the idempotence of "Lock system accounts" probably fails if it's run before any account creating tasks. logrotate also installs cron, which breaks more things.
audit is difficult, as rules are downloaded, modded and generated
Test aide in Debian (because with Slackware it would have to be installed through SBo)
Verifier! (verify.yml)
molecule-idempotence-notest tag?
Skip yara tag with ClamAV
How to get artifacts from within the containers before Molecule executes destroy?
TASK [Copy /etc/sudoers.new to /etc/sudoers] ***********************************
changed: [molecule-slackware]
TASK [Remove /etc/sudoers.new] *************************************************
fatal: [molecule-slackware]: FAILED! => {"changed": false, "module_stderr": "sudo: sorry, you must have a tty to run sudo\n", "module_stdout": "", "msg": "MODULE FAILURE\nSee stdout/stderr for the exact error", "rc": 1}
Installation of logrotate:
The following NEW packages will be installed:
bsd-mailx ca-certificates cron cron-daemon-common exim4-base exim4-config exim4-daemon-light krb5-locales libbsd0 libevent-2.1-7 libgnutls-dane0 libgssapi-krb5-2 libidn12 libk5crypto3
libkeyutils1 libkrb5-3 libkrb5support0 liblockfile-bin liblockfile1 libnsl2 libpopt0 libssl3 libtirpc-common libtirpc3 libunbound8 logrotate netbase openssl psmisc sensible-utils
What started in the tests branch...
General
PAM
pam_lastlog in /etc/pam.d/gdm-password
limiting password reuse in *
removing nullok from /etc/pam.d/common-auth
configuring pwquality
Everything against CentOSEasy ones
disable_gdm3_user_list()
ca-certificates.conf.new
by connecting to bunch of placesmake crls
configure_password_policies()
Lot of work
TODO / Ideas
kernel
tag requiresprocps-ng
packagesudoers
: Overcomesorry, you must have a tty to run sudo
paramiko
filesystem
idempotence:fstab
CAP_NET_RAW
inping
logrotate
installsexim4
and createsDebian-exim
account. Iflogin_defs
is ran beforelogging
at least the idempotence offtpusers
will fail. Also the idempotence of "Lock system accounts" probably fails if it's run before any account creating tasks.logrotate
also installscron
, which breaks more things.audit
is difficult, as rules are downloaded, modded and generatedaide
in Debian (because with Slackware it would have to be installed through SBo)verify.yml
)molecule-idempotence-notest
tag?yara
tag with ClamAVdestroy
?debsums
Installation of
logrotate
:A plan
--skip-tags slackware
The text was updated successfully, but these errors were encountered: