Skip to content

EDS-Bioinformatics-Laboratory/ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible

Barbera van Schaik, public repo for installation scripts virtual machines

Start from scratch

Install Ansible

sudo apt update
sudo apt install software-properties-common
sudo add-apt-repository --yes --update ppa:ansible/ansible # this line gives an error
sudo apt install ansible

Clone this repository

git clone https://github.com/EDS-Bioinformatics-Laboratory/ansible.git

Install basics

Update the git repository

cd ansible
git pull origin main

Run a sudo command before you run ansible, otherwise the script can't do operations as root

sudo ls

Install general software

ansible-playbook -i hosts -v general-VM.yml

About

Barbera van Schaik, public repo for installation scripts virtual machines

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published