diff --git a/README.md b/README.md index b79e65a..56339aa 100644 --- a/README.md +++ b/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) diff --git a/roles/common/tasks/main.yml b/roles/common/tasks/main.yml index aa4e3ef..bab22e9 100644 --- a/roles/common/tasks/main.yml +++ b/roles/common/tasks/main.yml @@ -1,6 +1,4 @@ --- -#- include_vars: -# file: "{{ ansible_hostname }}.yml" - include: selinux.yml - include: packages.yml - include: users.yml diff --git a/run.yml b/run.yml index a0dcfb9..080a4d5 100644 --- a/run.yml +++ b/run.yml @@ -3,5 +3,3 @@ become: yes roles: - common -# tasks: -# - import_tasks: tasks/essential.yml diff --git a/tasks/update-packages.yml b/tasks/update-packages.yml index 711891d..2c30687 100644 --- a/tasks/update-packages.yml +++ b/tasks/update-packages.yml @@ -3,6 +3,7 @@ name: "*" state: latest +# will always show changed - name: Update flatpaks shell: cmd: flatpak update --noninteractive