Skip to content

rkm/personal-ansible

Repository files navigation

personal-ansible

Ansible configuration for my dev systems

Usage

Bootstrap Script

Drop an ssh key pair onto a new VM, or use ssh-agent, and run:

curl --location --silent https://raw.githubusercontent.com/rkm/personal-ansible/main/bootstrap.bash | bash

Existing Install

Run:

~/bin/personal-ansible.bash

Notes

  • Types of install
    • Own VM -> g_system_install: true # g_is_offline ignored
    • Other VM (with network) -> g_system_install: false && g_is_offline: false
    • Other VM (no network) -> g_system_install: false && g_is_offline: true

TODO

  • Fix timezone setting
  • Auto-update for versions in vars files
  • TODOs from old repos
  • Fixup bootstrap script to work on all OS and add CI test
  • Script to refresh SSH_AUTH_SOCK
    • Find newest and set
    • Delete old files
  • ffmpeg

About

Ansible configuration for my dev systems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages