Matrix Docker Ansible eploy
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 

14 lignes
504 B

  1. ---
  2. - name: Collect current datetime
  3. set_fact:
  4. awx_datetime: "{{ lookup('pipe', 'date +%Y-%m-%d_%H:%M') }}"
  5. - name: Create cached matrix_vars.yml file location
  6. set_fact:
  7. awx_cached_matrix_vars: '/var/lib/awx/projects/clients/{{ member_id }}/{{ subscription_id }}/matrix_vars_{{ awx_datetime }}.yml'
  8. - name: Create cached matrix_vars.yml
  9. delegate_to: 127.0.0.1
  10. shell: "cp /var/lib/awx/projects/clients/{{ member_id }}/{{ subscription_id }}/matrix_vars.yml {{ awx_cached_matrix_vars }}"