commit | 709f11be153cc0500c79680013cb159bf778cab5 | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@artisancomputer.com> | Thu Mar 17 14:29:51 2016 -0700 |
committer | Zack Williams <zdw@artisancomputer.com> | Thu Mar 17 14:29:51 2016 -0700 |
tree | f4b047333e3ba7f2b4e998d57637be3c8de0595f | |
parent | 439ddb957e2942dd3266cae5029e7ccbc584e98f [diff] |
more dns-ification work
diff --git a/roles/juju-user-prep/tasks/main.yml b/roles/juju-user-prep/tasks/main.yml index 6f675fd..6e61ad3 100644 --- a/roles/juju-user-prep/tasks/main.yml +++ b/roles/juju-user-prep/tasks/main.yml
@@ -13,3 +13,9 @@ src=ansible.cfg dest={{ ansible_user_dir }}/.ansible.cfg + +- name: Get public ssh key from head node ubuntu user + command: cat {{ ansible_user_dir }}/.ssh/id_rsa.pub + register: head_ssh_pubkey + +