1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 06:51:58 +01:00

remove useless playbook

This commit is contained in:
eoli3n 2023-06-10 11:31:11 +02:00
parent 5efb69a11b
commit a5e5a7a8a5

@ -1,25 +0,0 @@
---
- 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