Rename auxiliary ffhh roles
This commit is contained in:
parent
7e739c8c70
commit
a32926b0b9
7 changed files with 2 additions and 2 deletions
17
roles/basics-ffhh/tasks/main.yml
Normal file
17
roles/basics-ffhh/tasks/main.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
- name: install popular user packages
|
||||
apt:
|
||||
name:
|
||||
- mosh
|
||||
- nano
|
||||
- wget
|
||||
- zsh
|
||||
state: present
|
||||
|
||||
- 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