Scott Baker | e0a8089 | 2016-11-23 12:07:07 -0800 | [diff] [blame] | 1 | --- |
Zack Williams | a276311 | 2017-01-03 11:38:38 -0700 | [diff] [blame] | 2 | # xos-config/tasks/main.yml |
Scott Baker | e0a8089 | 2016-11-23 12:07:07 -0800 | [diff] [blame] | 3 | |
Zack Williams | a276311 | 2017-01-03 11:38:38 -0700 | [diff] [blame] | 4 | - name: Configure XOS with profile specific TOSCA |
| 5 | command: "python /opt/xos/tosca/run.py {{ xos_admin_user }} /opt/cord_profile/{{ item }}" |
| 6 | with_items: "{{ xos_tosca_config_templates }}" |
| 7 | tags: |
| 8 | - skip_ansible_lint # TOSCA loading should be idempotent |
Scott Baker | e0a8089 | 2016-11-23 12:07:07 -0800 | [diff] [blame] | 9 | |