My playbook allows to create/disable users in the Active Directory,
In my playbook, I’m going to look for my role which will allow me to generate my variables according to a CSV.
In this CSV, I have a start date and an end date of an employee.
I would like to know if it is possible to process the start date and end date variable in order to launch a task at that moment?
I use AWX in parallel to launch my playbook once a day.
In this CSV, I have a start date and an end date of an employee.
I would like to know if it is possible to process the start date
and end date variable in order to launch a task at that moment?