Add role for phone

This commit is contained in:
Salt 2020-09-02 17:41:21 -05:00
parent f840d432be
commit e09604540d

View 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