diff --git a/awx.yml b/awx.yml index 3de849d..e6f7aee 100644 --- a/awx.yml +++ b/awx.yml @@ -1,6 +1,11 @@ --- - hosts: pilote1.formation.opendoor.fr tasks: + - name: ensure we have everything + package: + state: present + name: git + - name: get install script 1 get_url: url: https://get.k3s.io @@ -19,7 +24,7 @@ mode: 0700 - name: run kustomize install script - ansible.builtin.command: /tmp/install_kustomize.sh + ansible.builtin.command: /tmp/install_kustomize.sh /usr/local/bin/ args: creates: /usr/local/bin/kustomize diff --git a/k1.yml b/k1.yml index 5082fcb..0e8c77c 100644 --- a/k1.yml +++ b/k1.yml @@ -11,3 +11,4 @@ images: # Specify a custom namespace in which to install AWX namespace: awx +