Skip to content
Snippets Groups Projects
Select Git revision
  • 71ff3b65972dcc19a9597fa9e2358d498d3cbdcc
  • master default
  • feature/landrush
3 results

README.rst

Blame
  • README.rst 1.45 KiB

    ansible-desktop-playbooks

    Ansible playbooks for setting up new desktops.

    Desktop

    Common tasks I do on my machine (like set Plymouth theme, make /tmp tmpfs).

    ansible-playbook --ask-become-pass --connection local --inventory-file localhost, --verbose desktop.yml

    Packages

    Installs packages with APT and different languages package managers.

    ansible-playbook --ask-become-pass --connection local --inventory-file localhost, --verbose pkgs.yml

    Workstation

    Configures development tools (includes the desktop and packages playbooks).

    ansible-playbook --ask-become-pass --connection local --inventory-file localhost, --verbose workstation.yml

    Skype

    Installs the Skype Debian package since there's no repository.

    ansible-playbook --ask-become-pass --connection local --inventory-file localhost, --verbose skype.yml

    Can be added as a Cron job under root for updates.

    ansible-playbook --connection local --inventory-file localhost, --verbose skype.yml | logger