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:
commit
5c6868260b
70 changed files with 759 additions and 997 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue