Skip to content

Commit

Permalink
gather facts at times
Browse files Browse the repository at this point in the history
  • Loading branch information
james-otten committed Nov 17, 2024
1 parent 1be7c2b commit 202b3d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ansible/k8s_infra.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- hosts: mgrs
become: true
gather_facts: true
roles:
- role: mesh-k8s-node
- role: mesh-mgr
Expand All @@ -16,6 +17,7 @@

- hosts: workers
become: true
gather_facts: true
roles:
- role: mesh-k8s-node
- role: k3s.orchestration.prereq # k3s-ansible
Expand Down

0 comments on commit 202b3d5

Please sign in to comment.