summaryrefslogtreecommitdiffstats
path: root/roles/openshift_cloud_provider/tasks/aws.yml
blob: bf2abcbf54aa60ab3f4dee1b1c2895e87e88836f (plain)
1
2
3
4
5
6
- name: Create cloud config
  ini_file:
    dest: "{{ openshift.common.config_base }}/cloudprovider/aws.conf"
    section: Global
    option: Zone
    value: "{{ openshift.provider.zone }}"