Debian 13 Ansible workstation installation

Collection of ansible roles to provision a debian 13 workstation locally

Configuration

sudo apt install ansible

Utilisation

  • Edit inventory.yml for targeted machine

  • Test with vagrant:

sudo apt install vagrant
vagrant up
  • Install all:
ansible-playbook playbooks/install.yml --ask-become-pass

⚠️ exchange ssh-keys with target machine(s) first

Tasks

  • apt
  • dns
  • base_tools
  • firefox (debug ublock origin installed but ineffective) !!!
  • apps:
    • freetube
    • element
    • vscodium
    • gnome
  • libreoffice (debug .config/libreoffice inexistent -> need first launch)

To test

  • update group_vars/
Description
Ansible playbook to provision a Debian 13 workstation
Readme MIT 74 KiB
Languages
INI 100%