mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-24 21:26:59 +01:00
Added a few packages
This commit is contained in:
parent
dfe2d2d4f2
commit
c687c162bd
1 changed files with 11 additions and 2 deletions
13
playbook.yml
13
playbook.yml
|
|
@ -7,6 +7,15 @@
|
|||
script: ansible_prerequisites.sh creates=/root/.ansible_prerequisites_installed
|
||||
become: true
|
||||
- name: Install required packages
|
||||
pacman: name={{item}} state=present update_cache=yes
|
||||
package: name={{item}} state=present update_cache=yes
|
||||
with_items:
|
||||
- htop
|
||||
- htop
|
||||
- docker
|
||||
- docker-compose
|
||||
- git
|
||||
- nload
|
||||
- rsync
|
||||
- ufw
|
||||
- vim
|
||||
- wget
|
||||
- zsh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue