Skip to content

Commit

Permalink
Remove debug scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
HoKim98 committed Sep 21, 2022
1 parent 677f57f commit f42eb2f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions templates/bootstrap/node/ansible/roles/install-k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,5 @@
src: ../templates/hosts.yaml.j2
dest: /etc/kiss/bootstrap/inventory/hosts.yaml

- name: Debug
hosts: all
tasks:
- debug:
var: inventory_hostname
- debug:
var: ansible_hostname
- shell: /bin/false

- name: Install k8s cluster
import_playbook: /kubespray/cluster.yml

0 comments on commit f42eb2f

Please sign in to comment.