Skip to content
Snippets Groups Projects
Commit 9ffc65f8 authored by MarkusTeufelberger's avatar MarkusTeufelberger Committed by Kubernetes Prow Robot
Browse files

Yamllint fixes (#4410)

* Lint everything in the repository with yamllint

* yamllint fixes: syntax fixes only

* yamllint fixes: move comments to play names

* yamllint fixes: indent comments in .gitlab-ci.yml file
parent 483f1d2c
No related branches found
No related tags found
No related merge requests found
Showing
with 67 additions and 49 deletions
---
- hosts: localhost
strategy: linear
vars:
......
......@@ -20,8 +20,8 @@
- { role: kubespray-defaults}
- { role: bastion-ssh-config, tags: ["localhost", "bastion"]}
##Bootstrap any new workers
- hosts: kube-node
- name: Bootstrap any new workers
hosts: kube-node
any_errors_fatal: "{{ any_errors_fatal | default(true) }}"
gather_facts: false
vars:
......@@ -30,22 +30,22 @@
- { role: kubespray-defaults}
- { role: bootstrap-os, tags: bootstrap-os}
##We still have to gather facts about our masters and etcd nodes
- hosts: k8s-cluster:etcd:calico-rr
- name: Gather facts about our masters and etcd nodes
hosts: k8s-cluster:etcd:calico-rr
any_errors_fatal: "{{ any_errors_fatal | default(true) }}"
vars:
ansible_ssh_pipelining: true
gather_facts: true
##We need to generate the etcd certificates beforhand
- hosts: etcd
- name: Generate the etcd certificates beforehand
hosts: etcd
any_errors_fatal: "{{ any_errors_fatal | default(true) }}"
roles:
- { role: kubespray-defaults}
- { role: etcd, tags: etcd, etcd_cluster_setup: false }
##Target only workers to get kubelet installed and checking in on any new nodes
- hosts: kube-node
- name: Target only workers to get kubelet installed and checking in on any new nodes
hosts: kube-node
any_errors_fatal: "{{ any_errors_fatal | default(true) }}"
roles:
- { role: kubespray-defaults}
......
---
- hosts: image-builder
gather_facts: false
roles:
......
---
images_dir: /images/base
docker_user: kubespray+buildvmimages
......
---
cloud_image: ubuntu-16-04-x64
cloud_region: nyc3
mode: ha
......
---
# Instance settings
cloud_image_family: centos-7
cloud_machine_type: "n1-standard-1"
......
---
# Instance settings
cloud_image_family: centos-7
cloud_region: us-central1-c
......
---
# Instance settings
cloud_image_family: centos-7
cloud_region: us-central1-c
......
---
# Instance settings
cloud_image_family: centos-7
cloud_region: us-central1-c
......
---
# Instance settings
cloud_image_family: centos-7
cloud_region: us-central1-c
......
---
# Instance settings
cloud_image_family: centos-7
cloud_region: us-central1-c
......
---
# Instance settings
cloud_image_family: coreos-alpha
cloud_region: us-central1-a
......
---
# Instance settings
cloud_image_family: coreos-stable
cloud_region: us-central1-a
......
---
# Instance settings
cloud_image_family: coreos-stable
cloud_region: us-central1-c
......
---
# Instance settings
cloud_image_family: coreos-stable
cloud_region: us-central1-c
......
---
# Instance settings
cloud_image_family: coreos-stable
cloud_region: us-central1-c
......
---
# Instance settings
cloud_image: debian-9-kubespray
cloud_region: us-central1-b
......
---
# Instance settings
cloud_image_family: opensuse-leap
cloud_region: us-central1-c
......
---
# Instance settings
cloud_image_family: rhel-7
cloud_region: us-central1-a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment