1
0
Fork 0
forked from infra/ansible

Merge branch 'nftables' into upstream

* nftables: (2 commits)
  Cleanup nft merge. Chg osbuildapi and nft_custom_rules to use nft_table_filter.
  ...

Signed-off-by: James Antill <james@and.org>
This commit is contained in:
James Antill 2026-06-01 17:33:24 -04:00
commit 5c6868260b
70 changed files with 759 additions and 997 deletions

View file

@ -8,7 +8,7 @@ ssh "$host" dnf --refresh -y up
if [ "$(ssh $host who | wc -l)" = "1" ]; then
ansible -m reboot "$host"
ssh "$host" rkhunter --propupd
ssh "$host" rkhunter --propupd || true
else
echo " ** Skipping reboot as Users on: $host"
fi