Skip to content

Commit b578420

Browse files
author
rmengert
committed
Created playbook to call the cni-config role.
1 parent 1ead660 commit b578420

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cni_config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
- name: Put CNI configuration in place on the calico servers
2+
hosts: calico_nodes
3+
become: true
4+
roles:
5+
- role: cni-config

0 commit comments

Comments
 (0)