GitXplorerGitXplorer
J

ansible-personal

public
1 stars
0 forks
4 issues

Commits

List of commits on branch main.
Verified
577bb71c1dd1b80c6e3d94b9b2491e65e54b342f

Install Microsoft's non-free Office fonts

JJackenmen committed 5 months ago
Verified
0982c0b2ced007451a46d3ed2aa1d11a2169d093

Add .NET 8.0

JJackenmen committed 10 months ago
Verified
913ba48b3b9343982953651f249a0f1670762383

Install Podman from Kubic repository instead of Canonical repos

JJackenmen committed a year ago
Verified
09db5b183e7f19b49c08fb7c734e7551c165c96f

Stop removing Windows Compatible Nerd fonts as they no longer exist

JJackenmen committed a year ago
Verified
6f70429b5cbdab65e5d5aec8f9b8d6496a566667

Replace occurrences of jack1142 to Jackenmen

JJackenmen committed a year ago
Verified
bbc037d08c50baf36d5989233ed8738a346fc901

Add missing 'become: true' when adding XMousePasteBlock repo

JJackenmen committed a year ago

README

The README file for this repository.

ansible-personal

Ansible playbooks I use for provisioning my computers.

How to install and provision a machine from this repository?

To automatically clone this repository, install Ansible, and execute the playbook, run this one-liner:

bash <(wget -qO - https://github.com/Jackenmen/ansible-personal/raw/main/download.sh)

In future, to provision the machine, run:

~/ansible-personal/provision.sh

What should be handled by this playbook but isn't?

  • Setup backup solution (OneDrive, UrBackup).

What needs to be done manually after provisioning?

  • Switch to Breeze Dark theme
  • Set license key for Sublime Text.
  • Copy over ~/.gnupg/pubring.kbx and ~/.gnupg/private-keys-v1.d/.
  • Copy over ~/.config/redial/sessions.
  • Run gh auth login.
  • Add GitHub token to Sublime Text's MarkdownPreview package settings.
  • Install MS Office 2010.

Be sure to reboot the whole system too :)