Skip to content

Commit

Permalink
Enabled repository role in feature mappings hitachienergy#536
Browse files Browse the repository at this point in the history
  • Loading branch information
to-bar committed Oct 7, 2019
1 parent a9a0da7 commit 2714d21
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions core/src/epicli/data/common/ansible/playbooks/repository.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
# This playbook is empty by purpose, just to enable repository role in configuration/feature-mapping
# to populate defaults/configuration to Ansible vars
- hosts: []
tasks: []
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: default
specification:
available_roles:
- name: repository
enabled: no # disabled by purpose, there is no ansible/repository.yml
enabled: yes
- name: kubernetes-master
enabled: yes
- name: kubernetes-node
Expand Down

0 comments on commit 2714d21

Please sign in to comment.