initial upload

This commit is contained in:
2025-10-10 11:07:34 +00:00
commit 6224cd01c6
161 changed files with 8964 additions and 0 deletions

11
bash-prompt.yml Normal file
View File

@@ -0,0 +1,11 @@
---
- hosts: all
become: true
tasks:
- name: change bash promp and color
copy: src={{ item.src }} dest={{ item.dest }}
with_items:
- {src: 'bashrc', dest: '/root/.bashrc'}
- {src: 'bashrc', dest: '/home/sebastian/.bashrc'}