Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine setup

Dependencies

Install Ansible using pip:

python3 -m pip install --user ansible

OR

Using packages (Debian based systems)

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

Install ansible galaxy roles:

Installation

  • Clone this repository:
https://github.com/tiagodread/machine-setup.git
  • Install Ansible Galaxy roles:
cd machine-setup
ansible-galaxy install -r requirements.yml

Running

ansible-playbook main.yml --ask-become-pass -v

About

my custom machine setup

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages