Skip to content

LIP-Computing/ansible-role-bdocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-role-bdocker

Ansible Role to install bdocker in a cluster At this point in time, this role assumes that you are working with systemd enabled OSs.

Inventory file sample:

 
[ui]
cluster-ui

[frontend]
cluster

[wn]
cluster-wn[01:02]

[storage]
st
 

How to add this role to your playbook

 
 - name: Install bdocker
   hosts: all
   become: yes
   roles:
   - { role: ansible-role-bdocker, tags: [ 'bdocker' ] }
   
  

Releases

No releases published

Packages

No packages published