mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 17:17:28 -04:00
Tweaking:
- Ansible Playbooks refinement - Add Ansible Bootstrapping - Add some notes
This commit is contained in:
@ -62,8 +62,7 @@ case ${myCURRENT_DISTRIBUTION} in
|
||||
echo
|
||||
echo ${myINSTALL_NOTIFICATION}
|
||||
echo
|
||||
sudo dnf update -y
|
||||
sudo dnf install -y ${myPACKAGES_FEDORA}
|
||||
sudo dnf -y --refresh install ${myPACKAGES_FEDORA}
|
||||
;;
|
||||
"Debian GNU/Linux"|"Ubuntu")
|
||||
echo
|
||||
@ -100,8 +99,7 @@ case ${myCURRENT_DISTRIBUTION} in
|
||||
echo
|
||||
echo ${myINSTALL_NOTIFICATION}
|
||||
echo
|
||||
sudo dnf update -y
|
||||
sudo dnf install -y ${myPACKAGES_ROCKY}
|
||||
sudo dnf -y --refresh install ${myPACKAGES_ROCKY}
|
||||
ansible-galaxy collection install ansible.posix
|
||||
;;
|
||||
esac
|
||||
|
Reference in New Issue
Block a user