Patrick T. Rutledge III
2020-03-04 b473076b87787ed126600626c2019f82005a4061
ansible/configs/osp-migration/pre_infra.yml
@@ -11,8 +11,9 @@
      add_host:
        name: "{{ import_host }}"
        group: "migration"
        bastion: "{{ import_host }}"
        ansible_user: "root"
        ansible_become: false
        ansible_become: true
- name: Step 001 Migrating blueprints
  hosts: migration
@@ -24,6 +25,7 @@
  - osp_migration
  tasks:
    - name: Download images from project
      become: true
      environment:
        OS_AUTH_URL: "{{ osp_auth_url }}"
        OS_USERNAME: "{{ osp_auth_username }}"