Fix incorrect tag naming for k8s Pis
This commit is contained in:
parent
818450692c
commit
de8c216dbf
@ -2,7 +2,7 @@
|
|||||||
# vim:ft=ansible:
|
# vim:ft=ansible:
|
||||||
---
|
---
|
||||||
# k8s
|
# k8s
|
||||||
- hosts: tag_pik8s
|
- hosts: tags_pik8s
|
||||||
gather_facts: no
|
gather_facts: no
|
||||||
tasks:
|
tasks:
|
||||||
- name: install nfs-common
|
- name: install nfs-common
|
||||||
@ -17,13 +17,13 @@
|
|||||||
- docker
|
- docker
|
||||||
- kubelet
|
- kubelet
|
||||||
tags: [ k8s, motd ]
|
tags: [ k8s, motd ]
|
||||||
- hosts: tag_pik8s-master
|
- hosts: tags_pik8s-master
|
||||||
gather_facts: no
|
gather_facts: no
|
||||||
tasks:
|
tasks:
|
||||||
- name: install openshift
|
- name: install openshift
|
||||||
pip: name=openshift state=latest
|
pip: name=openshift state=latest
|
||||||
tags: [ k8s, packages, pip ]
|
tags: [ k8s, packages, pip ]
|
||||||
- hosts: tag_pik8s-node
|
- hosts: tags_pik8s-node
|
||||||
gather_facts: no
|
gather_facts: no
|
||||||
roles:
|
roles:
|
||||||
- role: keepalived
|
- role: keepalived
|
||||||
|
Loading…
x
Reference in New Issue
Block a user