From 7e835ccd35e2310740733eb6c3ba3f4e748eef8a Mon Sep 17 00:00:00 2001 From: Thomas Constans Date: Fri, 21 Jun 2024 15:28:21 +0200 Subject: [PATCH] mise au point --- awx.yml | 7 ++++++- k1.yml | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) 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 +