Skip to content

Commit 9856e9e

Browse files
author
markramach
committed
Removing group from hosts configuration. Now applying role to all hosts.
Inventory need to be specific about hosts.
1 parent dea546e commit 9856e9e

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

kubernetes-full.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

kubernetes-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- hosts: master
1+
- hosts: all
22
roles:
33
- etcd
44
- flannel

kubernetes-node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- hosts: node
1+
- hosts: all
22
roles:
33
- flannel
44
- flannel-client

0 commit comments

Comments
 (0)