Skip to content

Rheinwerk/ansible-role-install_cd_build_artifacts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CenterDevice artifacts installation

This role can be used to install CenterDevice artifacts from a AWS S3 bucket

Build Status

Requirements

None.

Role Variables

There is one main variable that drives this role: _cd_build. It is a map that contains all configuration and settings for this role. Please see defaults/main.yml for details.

Dependencies

None.

Example Playbook

The general contract of this role is to take the variables map _cd_build from defaults/main.yml as a template for your configuration and pass that configuration as a parameter to this role.

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: servers
  var:
    CD_BUILD_ARTIFACTS:
      ...
  roles:
    - { role: install_cd_build_artifacts, _cd_build: "{{ CD_BUILD_ARTIFACTS }}", tags: ['cd-build-artifacts'] }

License

Please see LICENSE.

Author Information

Original author is Alexander Berresch as member of the Rheinwerk project.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages