blob: 67edd9703b5ee801558e7f9ad2803c686c6a48c1 [file] [log] [blame]
Scott Bakerc41914d2017-06-26 14:00:52 -07001---
2# xos-config/tasks/main.yml
3
4- name: Setup cdn-specific objects
5 command: "python /opt/xos/tosca/run.py {{ xos_admin_user }} /opt/cord_profile/{{ item }}"
6 with_items:
7 - "setup_headnode.yml"
8 - "cdn_service.yml"
9 tags:
10 - skip_ansible_lint # TOSCA loading should be idempotent