main
parent
483ef2019e
commit
530fbc93fe
|
@ -7,6 +7,12 @@
|
|||
"command": "ansible-playbook run.yml -K",
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "Run update.yml playbook",
|
||||
"type": "shell",
|
||||
"command": "ansible-playbook update.yml -K",
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "Lint",
|
||||
"type": "shell",
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
# Configuration notes for GUI apps after a fresh installation
|
||||
|
||||
- Calibre: `~/.config/calibre`
|
||||
|
||||
## KDE itself
|
||||
|
||||
- Quick settings/ Send user feedback: basic system information
|
||||
|
@ -21,6 +19,10 @@
|
|||
- Night color enable
|
||||
- Printers
|
||||
|
||||
## Calibre
|
||||
|
||||
`~/.config/calibre`
|
||||
|
||||
## Firefox
|
||||
|
||||
- Sign in
|
||||
|
@ -30,14 +32,16 @@
|
|||
|
||||
## Nextcloud
|
||||
|
||||
- Nextcloud: Ebooks
|
||||
- `/home/earne/Documents`: SystemDocs
|
||||
- `/home/earne/Nextcloud` (default): select Ebooks folder
|
||||
- `/home/earne/Documents`: Documents (selective)
|
||||
- `/home/earne/Photos`: Photos (selective)
|
||||
- `/home/earne/Videos`: Videos (selective)
|
||||
|
||||
## OBS Studio
|
||||
|
||||
## Seahorse (Passwords and Keys)
|
||||
|
||||
- "Default keyring"
|
||||
- "Default keyring": set as default
|
||||
|
||||
## Thunderbird
|
||||
|
||||
|
@ -61,6 +65,10 @@
|
|||
- Remove Duplicate Messages
|
||||
- Simple Mail Redirection
|
||||
- ThunderHTMLedit
|
||||
- Consider:
|
||||
- Quicktext, DKIM Verifier, Display Mail User Agent T, Sieve extensions?
|
||||
- `mail.compose.other.header`: `X-Sourcehut-Patchset-Update`
|
||||
- `privacy.resistFingerprinting`: true
|
||||
|
||||
## qBittorrent
|
||||
|
||||
|
|
17
README.md
17
README.md
|
@ -1,15 +1,16 @@
|
|||
# ansible
|
||||
|
||||
Currently Ansible configurations for `ataraxia`, although I'll also apply them to Tycho & future devices.
|
||||
Configuration through [Ansible](https://ansible.com) for my main laptop.
|
||||
|
||||
## Start
|
||||
|
||||
1. Don't
|
||||
2. `curl https://git.earne.link/earnestma/ansible/raw/branch/main/ensure.sh | sh`
|
||||
3. Clone the repository and enter it
|
||||
4. Execute the main playbook: `ansible-playbook run.yml -K`
|
||||
1. `curl https://git.earne.link/earnestma/ansible/raw/branch/main/ensure.sh | sh`
|
||||
2. Clone the repository and enter it
|
||||
3. Execute the main playbook: `ansible-playbook run.yml -K`
|
||||
|
||||
To run usual updates: `ansible-playbook update.yml -K`
|
||||
Other playbooks:
|
||||
|
||||
- Run usual updates: `ansible-playbook update.yml -K`
|
||||
|
||||
## Contributing
|
||||
|
||||
|
@ -17,10 +18,10 @@ To run usual updates: `ansible-playbook update.yml -K`
|
|||
|
||||
## After first time run
|
||||
|
||||
- Restore all/specific files from a backup, if needed
|
||||
- Restore all/ specific files (e.g. those with secrets) from a backup, if needed
|
||||
- Dotfiles
|
||||
- Grab ssh, gpg, and pash folder (from backup/existing device)
|
||||
- Any config file that contains secrets? (eg aerc's accounts.conf, wakatime/wakapi, mbsync, etc.??)
|
||||
- Restart!
|
||||
- Configure and run backups!
|
||||
- configure GUI apps! (such as calibre/firefox/etc., if not restored): `check Fresh_install_apps_config.md`
|
||||
- configure GUI apps as needed! `Fresh_install_apps_config.md`
|
||||
|
|
Loading…
Reference in New Issue