Add ffhh-basics role
This commit is contained in:
parent
81ccb6e583
commit
4dee59fad1
4 changed files with 88 additions and 5 deletions
18
roles/ffhh-basics/tasks/main.yml
Normal file
18
roles/ffhh-basics/tasks/main.yml
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
- name: install popular user packages
|
||||
apt:
|
||||
name: "{{ item }}"
|
||||
state: present
|
||||
with_items:
|
||||
- mosh
|
||||
- nano
|
||||
- wget
|
||||
- zsh
|
||||
|
||||
- name: copy new-user script
|
||||
copy:
|
||||
src: new-user
|
||||
dest: /usr/local/sbin
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0550
|
Loading…
Add table
Add a link
Reference in a new issue