Skip to content

zhekazuev/slurm-ansible-basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slurm Ansible Basics

Learning Ansible with Slurm

Source Code for project

Stack:

  • Vagrant - Vbox
  • LEMP
  • HTML/CSS
  • Ansible

How it works:

  • Vagrant - Deploy to local machines - Ansible-node and LEMP-server
  • LEMP - Linux, Nginx, MySQL, PHP on LEMP-server
  • HTML/CSS - static files
  • Ansible - installed on Ansible-node and play some books to install web

How to use:

vagrant init
vagrant up
vagrant status

vagrant ssh controlnode
sudo apt install -y ansible
ansible-playbook playbook.yml -i hosts.ini