projects
/
noc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cafce18
)
Simplify vm/install a tiny bit
author
nicoo
<nicoo@realraum.at>
Sun, 17 Jun 2018 17:13:05 +0000
(19:13 +0200)
committer
nicoo
<nicoo@realraum.at>
Sat, 24 Nov 2018 23:30:26 +0000
(
00:30
+0100)
ansible/roles/vm/install/meta/main.yml
patch
|
blob
|
history
diff --git
a/ansible/roles/vm/install/meta/main.yml
b/ansible/roles/vm/install/meta/main.yml
index
0822937
..
14ba5b5
100644
(file)
--- a/
ansible/roles/vm/install/meta/main.yml
+++ b/
ansible/roles/vm/install/meta/main.yml
@@
-1,6
+1,5
@@
---
dependencies:
- role: preseed
- hostname: "{{ hostname }}"
# TODO: Find a way to eliminate the duplicate defaults.
ssh_keys: "{{ hostvars[hostname].ssh_keys | default(noc_ssh_keys) }}"