Skip to content

fluencelabs/deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to run the playbook

Install PIP

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python3 get-pip.py

Activate Python Virtual Environment

python3 -m venv ~/.fluence/venvs/ansible
source ~/.fluence/venvs/ansible/bin/activate

Install Python Dependencies

cd ansible
pip3 install -r requirements.txt

Intall Ansible dependencies

# in 'ansible' directory
ansible-galaxy collection install fluencelabs.provider --force

Run the playbook

# in 'ansible' directory
ansible-playbook nox.yml -i inventory.yml