Skip to content
This repository has been archived by the owner on Jul 9, 2019. It is now read-only.

simondubois/ubuntu-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ubuntu-installer

Ubuntu logo
CLI to set up my personal Ubuntu system

How to install

  1. Install Ubuntu 14.04.

  2. Set hostname to match one of the .yml file at the root of the repository.

  3. Update repository sources from GUI.

  4. Install ansible :

sudo apt-add-repository ppa:ansible/ansible -y
sudo apt-get update
sudo apt-get install software-properties-common ansible git python-apt -y
  1. Allow sudo without password for ansible :
echo "%sudo ALL=(ALL) NOPASSWD: ALL" | sudo tee /etc/sudoers.d/ansible
sudo chown root:root /etc/sudoers.d/ansible
sudo chmod 0440 /etc/sudoers.d/ansible

How to run

ansible-pull -U https://github.com/simondubois/ubuntu-installer.git

To be done manually

  • configure Thunderbird.
  • log in Chromium.
  • log in Slack.
  • log in Trello.
  • log in Skype.
  • install & configure Steam.
  • configure Kodi.
  • configure Atom.
  • calibrate power-tool.

About

CLI to set up my personal Ubuntu system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published