Ansible Ad-Hoc Cheatsheet⚓︎
Open Port Checking⚓︎
| Bash | |
|---|---|
1 2 3 4 5 | |
Upgrading and Installing Packages⚓︎
| Bash | |
|---|---|
1 2 3 4 5 | |
Modify an INI File⚓︎
| Bash | |
|---|---|
1 | |
Modify Lines in a File⚓︎
| Bash | |
|---|---|
1 2 | |
Count OS Versions⚓︎
| Bash | |
|---|---|
1 2 | |
Copy a File to Systems⚓︎
| Bash | |
|---|---|
1 2 | |
Restart a Service⚓︎
| Bash | |
|---|---|
1 | |
Create a Directory⚓︎
| Bash | |
|---|---|
1 | |
Run a Custom Role⚓︎
| Bash | |
|---|---|
1 | |

