Initial configuration
This commit is contained in:
11
roles/base-os/tasks/main.yml
Normal file
11
roles/base-os/tasks/main.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
- name: Install base packages
|
||||
become: true
|
||||
package:
|
||||
name:
|
||||
- htop
|
||||
- tmux
|
||||
- git
|
||||
- nano
|
||||
- python3
|
||||
state: present
|
||||
|
||||
Reference in New Issue
Block a user