Skip to content

Commit

Permalink
Merge branch 'utils'
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJCLaw committed Oct 23, 2024
2 parents 429f173 + 8f9b3a5 commit 6c9fdec
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- geerlingguy.firewall
- geerlingguy.ntp
- geerlingguy.security
- common-utils
- bee

- name: Web proxies
Expand Down
5 changes: 5 additions & 0 deletions roles/code-submitter/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
- python3-virtualenv
- python3-wheel

- name: Install useful admin tools
apt:
pkg:
- sqlite3

- name: Create install directory
file:
path: "{{ install_dir }}"
Expand Down
7 changes: 7 additions & 0 deletions roles/common-utils/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- name: Install utils
apt:
pkg:
- htop
- iotop
- screen
- wget

0 comments on commit 6c9fdec

Please sign in to comment.