Skip to content

Commit

Permalink
Normalize naming to kubelab
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigofuente committed Jan 21, 2022
1 parent 9dcff72 commit 46bd080
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# homelab
# kubelab

ansible-playbook homelab.yml
ansible-playbook kubelab.yaml
9 changes: 5 additions & 4 deletions hosts.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[homelab]
target want_feature=[True|False]
[kubelab]
k8s-cp.tld want_kubernetes=True
k8s-node1.tld want_kubernetes=True
k8s-node2.tld want_kubernetes=True

[homelab:vars]
want_feature=[True|False]
[kubelab:vars]
want_kubernetes=False
2 changes: 1 addition & 1 deletion homelab.yml → kubelab.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- name: Install or update profiles
hosts: homelab
hosts: kubelab
gather_facts: yes
roles:
- profiles

0 comments on commit 46bd080

Please sign in to comment.