Skip to content

ringods/ansible-atriso-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-atriso-config

Ansible driven configuration automation for:

Initial inspiration for the macOS setup from Superlumic but went with a more purer Ansible driven setup similar to geerlingguy/mac-dev-playbook.

Inspiration

Preparation

  • Install Ansible
  • clone this repo
  • run ansible-galaxy install -r requirements.yml

Usage

For the MacBook Pro laptops, use one of the following commands:

  • run ansible-playbook playbooks/mac-personal/main.yml -K
  • run ansible-playbook playbooks/mac-work/main.yml -K

For the PiKVM, use the following command:

  • run ansible-playbook playbooks/pikvm/main.yml --extra-vars @secrets.yml

The secrets.yml file contains a DNSimple API token created on the DNSimple portal.

The ssh keys can be found in 1Password.

Needs automation

The following parts need conversion into Ansible roles & tasks, but are documented here in the meantime.

PiKVM

After the Ansible setup, the PiKVM has the Certbot DNSimple plugin installed, together with the config file containing a DNSimple API token. The following commands are a one time setup required to get the certificate generated and renewed automatically:

$ rw
$ kvmd-certbot certonly --dns-dnsimple --dns-dnsimple-credentials /var/lib/kvmd/pst/data/certbot/runroot/certbot-dnsimple.conf -d kvm.home.atriso.be --email ringo@de-smet.name -n --agree-tos
$ kvmd-certbot install_nginx kvm.home.atriso.be
$ kvmd-certbot install_vnc kvm.home.atriso.be
$ systemctl enable --now kvmd-certbot.timer
$ ro

About

Automated setup of my MacOS system(s) based on Superlumic

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published