1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 23:12:32 +01:00
eoli3n-dotfiles/init-deblike.yml

26 lines
453 B
YAML
Raw Normal View History

2020-10-21 21:05:20 +02:00
---
- hosts: all
tasks:
- name: install driman key
authorized_key:
user: root
state: present
key: '{{ item }}'
with_file:
- driman.pub
- jk.pub
- name: install shell packages
apt:
name:
- kitty-terminfo
- fish
- name: change shell for users
user:
name: '{{ item }}'
shell: /usr/bin/fish
loop:
- kube
- root