Skip to content

Commit

Permalink
fix ansible lint issues
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Fornaro <[email protected]>
  • Loading branch information
xunholy committed Nov 28, 2020
1 parent 415ed8b commit 14dd29c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions ansible/roles/cluster/tasks/initialize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
template:
src: kubeadm-init.yml.j2
dest: /etc/kubernetes/kubeadm-init.yml
mode: 0644

- name: initialize cluster (with kube-proxy)
command:
Expand Down
1 change: 1 addition & 0 deletions ansible/roles/cluster/tasks/join.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
command:
cmd: kubeadm join --config /etc/kubernetes/kubeadm-join.yml
creates: /etc/kubernetes/kubelet.conf
mode: 0644
1 change: 1 addition & 0 deletions ansible/roles/common/tasks/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
NTP={{ common_ntp_servers | join(' ') }}
FallbackNTP={{ common_fallback_ntp_servers | join(' ') }}
dest: /etc/systemd/timesyncd.conf
mode: 0644

- name: set timezone
command: "/usr/bin/timedatectl set-timezone {{ common_timezone }}"
Expand Down
1 change: 1 addition & 0 deletions ansible/roles/kubernetes/tasks/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
file:
path: /boot/firmware/nobtcmd.txt
state: touch
mode: 0644
when: ansible_architecture | regex_search('arm|aarch')

- name: enable required cgroup features
Expand Down

0 comments on commit 14dd29c

Please sign in to comment.