diff --git a/pb_install.yml b/pb_install.yml index de5ff14..ad5e355 100644 --- a/pb_install.yml +++ b/pb_install.yml @@ -2,6 +2,7 @@ - hosts: all gather_facts: false name: install k3s server + tags: k3s-server tasks: - name: download k3s install script ansible.builtin.get_url: @@ -27,11 +28,12 @@ fetch: src: /etc/rancher/k3s/k3s.yaml dest: kubeconfig_{{ ansible_host }}.yml - flat: yes + flat: true - hosts: all gather_facts: false name: deploy baseline + tags: baseline tasks: - name: copy manifest ansible.builtin.copy: