Automated install of ForcAD infra
 
 
 
 
 
Go to file
Gasper Spagnolo 999367078a Update readme 2022-09-28 19:57:17 +02:00
misc Docker installation done 2022-09-28 19:52:28 +02:00
roles/docker/tasks Docker installation done 2022-09-28 19:52:28 +02:00
.gitignore Docker installation done 2022-09-28 19:52:28 +02:00
README.md Update readme 2022-09-28 19:57:17 +02:00
deploy_faustad.yml Docker installation done 2022-09-28 19:52:28 +02:00
inventory Docker installation done 2022-09-28 19:52:28 +02:00
requirements.txt Docker installation done 2022-09-28 19:52:28 +02:00
requirements.yml Docker installation done 2022-09-28 19:52:28 +02:00

README.md

FAUST AD automated server install

Dependencies:

  • System:

            python3
            python3-pip
            python3-venv
    
  • Python:

        	python3 -m venv .venv
        	source ./.venv/bin/activate
        	pip install -r requirements.txt
    
  • Ansible:

        	ansible-galaxy install -r requirements.yml
    

Start

You shuold firstly specify server in the invenvtory file. Then start the root of repo and execute ansible-playbook -i inventory deploy_faustad.yml command.