Module - tripleo_deploy_artifacts¶
This module provides for the following ansible plugin:
tripleo_deploy_artifacts
Module Documentation¶
Takes a set of urls as inputs, fetches their contents and deploys them on the system.
Options¶
- artifact_urls
 List of artifact urls to deploy
Authors¶
Alex Schultz (@mwhahaha)
Example Tasks¶
- name: Deploy artifacts
  tripleo_deploy_artifacts:
    artifact_urls:
    - http://example.com/foo.rpm
    - http://example.com/foo.tar.gz