tobiko/infrared/tasks/configure.yml

13 lines
295 B
YAML

---
- name: Generate os-faults configuration
hosts: undercloud
any_errors_fatal: true
gather_facts: yes
tasks:
- name: Create os-faults configuration file
template:
src: "templates/os-faults.yaml.j2"
dest: "~/os-faults.yaml"
mode: 0755