commit | 057a8833bb8f5627ed2c05a307ae4149f3131020 | [log] [tgz] |
---|---|---|
author | Andy Bavier <andy@onlab.us> | Tue Aug 02 17:31:07 2016 -0400 |
committer | Andy Bavier <andy@onlab.us> | Tue Aug 02 20:22:48 2016 -0400 |
tree | a81b4cbfd933f892b597091ae754df7c8a248ca2 | |
parent | 2a038d016bbb210df1817e2d53c2aff69f431408 [diff] |
Use MaaS node key when on_maas Change-Id: Ie5708aac996647ee532d33a82ec5e9af468645a8
diff --git a/roles/head-prep/tasks/main.yml b/roles/head-prep/tasks/main.yml index 768390e..4b27b39 100644 --- a/roles/head-prep/tasks/main.yml +++ b/roles/head-prep/tasks/main.yml
@@ -63,3 +63,9 @@ dest={{ ansible_user_dir }}/.ansible.cfg owner={{ ansible_user_id }} mode=0644 +- name: Open permissions on MaaS node key + file: + src={{ maas_node_key }} + owner=root + mode=0444 + when: on_maas