diff --git a/.taskfiles/ansible.yml b/.taskfiles/ansible.yml index 71d13a8..ae3c8d4 100644 --- a/.taskfiles/ansible.yml +++ b/.taskfiles/ansible.yml @@ -50,7 +50,7 @@ tasks: desc: Upgrade all the k8s nodes operating system dir: "{{.ANSIBLE_DIR}}" cmds: - - "ansible-playbook -K {{.ANSIBLE_PLAYBOOK_DIR}}/dietpi-upgrade.yml" + - "ansible-playbook {{.ANSIBLE_PLAYBOOK_DIR}}/dietpi-upgrade.yml" adhoc:ping: desc: Ping all the hosts diff --git a/ansible/inventory/test.yml b/ansible/inventory/test.yml deleted file mode 100644 index b8f0f40..0000000 --- a/ansible/inventory/test.yml +++ /dev/null @@ -1,13 +0,0 @@ ---- -kubernetes: - vars: - ansible_connection: ssh - ansible_user: dietpi - ssh_keys: - - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGgjymAtk9hHNEGyWBgpWtMf5Jn2JfRcnZJFR4Fix040 jesus@albus" - children: - servers: - hosts: - fluffyvm: - ansible_host: localhost - ansible_ssh_port: 2222