pushing fedora changes

This commit is contained in:
2023-01-26 19:55:15 -08:00
parent 23c399f9e7
commit 19d95fda38
10 changed files with 14 additions and 90 deletions

View File

@@ -11,14 +11,3 @@
dest: "{{ cookbook_dest }}"
update: no
- name: Pull pfetch
git:
repo: "{{ pfetch_repo }}"
dest: "{{ pfetch_dest }}"
update: no
- name: Pull Org Files
git:
repo: "{{ org_repo }}"
dest: "{{ org_dest }}"
update: no

Binary file not shown.

View File

@@ -7,18 +7,10 @@ cookbook_dest: /home/opal/projects/sysadmin-cookbook
doom_emacs_repo: https://github.com/doomemacs/doomemacs
doom_emacs_dest: /home/opal/.config/emacs
doom_emacs_install_cmd: /home/opal/.config/emacs/bin/doom -y install
pfetch_repo: https://github.com/dylanaraps/pfetch
pfetch_dest: /home/opal/bin/pfetch
org_repo: git@codeberg.org:opalvaults/org-files.git
org_dest: /home/opal/org
init_users:
opal:
name: opal
uid: 2000
group: opal
groups: wheel
state: present