diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index bb1c1a0..c8964da 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -2,5 +2,6 @@ #nocows = 1 inventory = ./hosts vault_password_file = .vault_pass +roles_path = .roles #interpreter_python = /usr/bin/python3 #enable_task_debugger = True diff --git a/ansible/hosts b/ansible/hosts index fa0f50d..8aaf1ef 100644 --- a/ansible/hosts +++ b/ansible/hosts @@ -1,6 +1,6 @@ [raspberries] -;node01 -;node02 +node01.kube.rostvik.site +node02.kube.rostvik.site ;pihole ;devpi @@ -19,9 +19,9 @@ ; servy [kube] -; controlplane is_controlplane=True -; node01 -; node02 +controlplane.kube.rostvik.site is_controlplane=True +node01.kube.rostvik.site +node02.kube.rostvik.site [cloud_key] ; controller ansible_ssh_pass="{{ secret_ubnt.ck.pass }}" @@ -35,4 +35,4 @@ ; proxmox [lxc_guest] -; controlplane \ No newline at end of file +controlplane.kube.rostvik.site \ No newline at end of file