this adds a bunch of roles. who knows the state lol...

we'll get it fixed!
This commit is contained in:
Chris Hammer
2023-12-08 01:30:44 -05:00
parent 7e758ca4f3
commit ea0c0435c4
59 changed files with 707 additions and 9 deletions

View File

@ -0,0 +1,9 @@
---
- name: Deploy .bashrc
copy:
src : files/bashrc
dest : /root/.bashrc
mode : 0640
...