Skip to content

mt10ib/satellite-capsule-roles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

satellite-capsule-roles

Install Satellite and Capsule servers

run.yaml:
---
- hosts: satellite
  tasks:
    - import_role:
        name: satellite_install
    
- hosts: capsule
  tasks:
    - import_role:
        name: capsule_install
Run the playbook:
running ssh_setup role: ansible-playbook  -i inventory run.yaml --ask-pass
ansible-playbook  -i inventory run.yaml 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published