Add role for phone
This commit is contained in:
parent
f840d432be
commit
e09604540d
15
roles/phone-common/tasks/main.yml
Normal file
15
roles/phone-common/tasks/main.yml
Normal file
@ -0,0 +1,15 @@
|
||||
#!/usr/bin/ansible-playbook
|
||||
# vim:ft=ansible:
|
||||
---
|
||||
- name: Configure system
|
||||
block:
|
||||
- name: Install packages
|
||||
apk:
|
||||
name:
|
||||
- coreutils
|
||||
- git
|
||||
- htop
|
||||
- ncdu
|
||||
- screen
|
||||
- vim
|
||||
become: yes
|
Loading…
Reference in New Issue
Block a user