Skip to content

Commit

Permalink
Enable debugging of Openstack params
Browse files Browse the repository at this point in the history
  • Loading branch information
geoand committed Jul 24, 2018
1 parent 5bd4e00 commit b77fd67
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions ansible/playbook/roles/openstack/tasks/keys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
shell: ssh-keygen -b 2048 -t rsa -f {{ key_path }} -q -N ""
when: st.stat.exists == false

# - name: OpenStack params
# debug:
# msg:
# - project_name: "{{ openstack.os_project_name }}"
# - project_id: "{{ openstack.os_project_id }}"
# - username: "{{ openstack.os_username }}"
# - password: "{{ openstack.os_password }}"
# - auth_url: "{{ openstack.os_auth_url }}"
- name: OpenStack params
debug:
verbosity: 2
msg:
- project_name: "{{ openstack.os_project_name }}"
- username: "{{ openstack.os_username }}"
- password: "{{ openstack.os_password }}"
- auth_url: "{{ openstack.os_auth_url }}"

- name: Create SSH key to use with instance {{ openstack.vm.name }}
os_keypair:
Expand Down

0 comments on commit b77fd67

Please sign in to comment.