Skip to content

eglavin/ansible-playbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible playbook

First we need ansible installed, the prepare-debian.sh script can set it up for you using ansible's ppa.

The run.sh script will install the required roles and run the playbook for you, otherwise you can do it manually with the following commands:

ansible-galaxy install -r ./requirements.debian.yml
ansible-playbook ./roles/main.yml --user $(whoami) --ask-pass --ask-become-pass

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Languages