main
parent
7960025d42
commit
9d6507466e
10
README.md
10
README.md
|
@ -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)
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
#- include_vars:
|
||||
# file: "{{ ansible_hostname }}.yml"
|
||||
- include: selinux.yml
|
||||
- include: packages.yml
|
||||
- include: users.yml
|
||||
|
|
2
run.yml
2
run.yml
|
@ -3,5 +3,3 @@
|
|||
become: yes
|
||||
roles:
|
||||
- common
|
||||
# tasks:
|
||||
# - import_tasks: tasks/essential.yml
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
name: "*"
|
||||
state: latest
|
||||
|
||||
# will always show changed
|
||||
- name: Update flatpaks
|
||||
shell:
|
||||
cmd: flatpak update --noninteractive
|
||||
|
|
Loading…
Reference in New Issue