0

I have an ansible-tower template that I want to run at a specific time in the future. To do this I believe I should run tower-cli schedule create then pass some parameters to the program, however I don't know how to pass the date/time parameter.

I have looked at this document however it doesn't seem to include such a parameter. How does one do this?

user11466558
  • 127
  • 3
  • 10

1 Answers1

0

It looks like, based on some example issues that they are using the RRULE property from the iCalendar but why they would omit such a crucial detail from every single document in the Internet I can only chalk up to "please buy Tower and pay us all the $$$$$$$$"

Even the help text for schedule.py is abysmally useless.

I hope knowing that it is RFC-5545 compatible helps unstick you from your problem, and I hope you file an issue against tower-cli letting them know that you were not provided very basic information to be successful with their tool.

mdaniel
  • 31,240
  • 5
  • 55
  • 58