Skip to content

Ansible plugin for finding the latest directory in artifactory

License

Notifications You must be signed in to change notification settings

SimplySeth/arti

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

arti

Ansible plugin for finding the latest directory in artifactory

Usage

Say you have an artifactory web directory like: http:/artifactory.mydomain.com/ourcoolapp

with the following directories:

  • coolapp-2016-05-01
  • coolapp-2016-04-07
  • coolapp-2016-03-22

You can run your task like so:

- debug: 
    msg: "{{ item }}"
  with_arti: "http:/artifactory.mydomain.com/ourcoolapp"

It should return coolapp-2016-05-01

About

Ansible plugin for finding the latest directory in artifactory

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages