ansible
This commit is contained in:
14
roles/common/tasks/darwin.yaml
Normal file
14
roles/common/tasks/darwin.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
- name: Install common packages
|
||||
become: true
|
||||
become_user: admin
|
||||
homebrew:
|
||||
state: present
|
||||
name:
|
||||
- btop
|
||||
- htop
|
||||
- rsync
|
||||
- rclone
|
||||
- vim
|
||||
- curl
|
||||
- arping
|
||||
|
||||
Reference in New Issue
Block a user