Clean up files

Remove template.yml (functionality folder into etcd.yml). Remove bootstrap.yml (functionality folded into etcd.yml).

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
This commit is contained in:
Scott Lowe 2018-04-24 11:47:04 -06:00
parent 27d7a5aae5
commit 238f6b69de
No known key found for this signature in database
GPG key ID: 949F43F6E6C11780
3 changed files with 8 additions and 30 deletions

View file

@ -1,11 +0,0 @@
---
- hosts: "all"
become: true
gather_facts: false
tasks:
- name: "Install Python"
raw: "apt-get -y -q install python"
- name: "Gather facts"
setup:

View file

@ -1,4 +1,12 @@
---
- hosts: "all"
become: true
gather_facts: false
tasks:
- name: "Install Python"
raw: "apt-get -y -q install python"
- hosts: "tag_role_etcd"
become: true
vars:

View file

@ -1,19 +0,0 @@
---
- hosts: all
vars:
apiAdvertiseAddress: 192.168.100.100
etcdServer1: 192.168.100.200
etcdServer2: 192.168.100.201
etcdServer3: 192.168.100.202
podSubnet: 172.24.0.0/16
serviceSubnet: 10.0.0.0/16
k8sVersion: 1.9.6
cloudProvider: aws
kubeadmToken: 8fcc26.83ab1665d9142018
apiServerCertSANs: apiserver.cluster.io
tasks:
- name: Render etcd.conf template
template:
src: etcd.conf.j2
dest: etcd.conf