-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f1f8200
commit 8af11a9
Showing
2 changed files
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# 📋 Update & Install Tools Playbook | ||
|
||
This Ansible playbook updates the Linux server system and installs essential tools. | ||
|
||
## 🛠️ Usage | ||
To run the playbook, use the following command: | ||
|
||
```bash | ||
ansible-playbook -i inventory.ini ./update_upgrade_tools.yml | ||
``` | ||
|
||
💻 Supported Linux Operating Systems | ||
* 🐧 Debian(11,12) | ||
* 🐧 Ubuntu(20.04,22.04) | ||
* 🐧 RHEL(7,8) | ||
* 🐧 Fedora(39.40) | ||
|
||
✅ Tested Operating Systems | ||
|
||
* ✅Debian(11,12) | ||
* ✅Ubuntu(20.04,22.04) | ||
* ✅RHEL(7,8) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters