Skip to content

This repository contains the playbook for installing opencelium

License

Notifications You must be signed in to change notification settings

opencelium/ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ansible

Note

Only available for Ubuntu systems (tested on 22.04 LTS)!

Prepare environment

  1. Install Ansible:

Note

Use default Ansible installation guide. You can find documentation here -> https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html

Install and run from playbook

  1. Get oc playbook:
cd /etc/ansible
git clone https://bitbucket.org/becon_gmbh/opencelium.setup.ansible.git .
  1. Add localhost in ansible
printf "[local]\nlocalhost ansible_connection=local" >> hosts
  1. Run playbook
ansible-playbook --connection=local -e 'host_key_checking=False' playbooks/install_oc.yml

About

This repository contains the playbook for installing opencelium

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published