Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 851 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 851 Bytes

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