earnest ma 2022-01-28 12:46:51 -05:00
parent 7960025d42
commit 9d6507466e
Signed by: earnest ma
GPG Key ID: A343F43342EB6E2A
4 changed files with 11 additions and 4 deletions

View File

@ -7,3 +7,13 @@ Currently Ansible configurations for `ataraxia`, although if this goes well I'll
- `sudo dnf install -y ansible`
- Execute main: `ansible-playbook run.yml -K`
- Development: `git config core.hooksPath .git-hooks`
## After first time run
- grab ssh keys
- gpg folder
- pash folder? (^ from backup?)
- config file w/ secrets? (eg aerc's accounts.conf, wakatime/wakapi, mbsync, etc.??)
- backups configure
- run backups!
- configure GUI apps! (such as calibre/firefox/ etc., if not restored)

View File

@ -1,6 +1,4 @@
---
#- include_vars:
# file: "{{ ansible_hostname }}.yml"
- include: selinux.yml
- include: packages.yml
- include: users.yml

View File

@ -3,5 +3,3 @@
become: yes
roles:
- common
# tasks:
# - import_tasks: tasks/essential.yml

View File

@ -3,6 +3,7 @@
name: "*"
state: latest
# will always show changed
- name: Update flatpaks
shell:
cmd: flatpak update --noninteractive