blob: 2e5f9ccb5c46879a01f9666abf5bacc997d2f622 [file] [log] [blame]
Scott Bakere0a80892016-11-23 12:07:07 -08001---
Zack Williamsa2763112017-01-03 11:38:38 -07002# xos-config/tasks/main.yml
Scott Bakere0a80892016-11-23 12:07:07 -08003
Zack Williamsa2763112017-01-03 11:38:38 -07004- 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 Bakere0a80892016-11-23 12:07:07 -08009