mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
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:
parent
27d7a5aae5
commit
238f6b69de
3 changed files with 8 additions and 30 deletions
|
|
@ -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:
|
||||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Reference in a new issue