Skip to content

mxr576/setup-my-machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Set up my developer env with Ansible

Usage

First time set up

Install Ansible (latest) from the official PPA:

$ sudo apt install software-properties-common
$ sudo add-apt-repository --yes ppa:ansible/ansible
$ sudo apt update
$ sudo apt install ansible

Make sure the root user has a password, required for become:

$ sudo su root
$ passwd

Copy example.hosts.yml to hosts.yml and customize it.

Install dependencies and run the playbook

$ ansible-galaxy install -r requirements.yml  --ignore-errors
$ ansible-playbook playbook.yml --ask-become-pass

System restart could be required, at least after the first run.

Tested on

  • Linuxmint Cinnamon 20.2/Ubuntu 20.4
  • Ansible 2.11.6

About

Set up my machine(s) with the help of Ansible.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors