mise au point

This commit is contained in:
2024-06-21 15:28:21 +02:00
parent c5e7eab348
commit 7e835ccd35
2 changed files with 7 additions and 1 deletions

View File

@@ -1,6 +1,11 @@
--- ---
- hosts: pilote1.formation.opendoor.fr - hosts: pilote1.formation.opendoor.fr
tasks: tasks:
- name: ensure we have everything
package:
state: present
name: git
- name: get install script 1 - name: get install script 1
get_url: get_url:
url: https://get.k3s.io url: https://get.k3s.io
@@ -19,7 +24,7 @@
mode: 0700 mode: 0700
- name: run kustomize install script - name: run kustomize install script
ansible.builtin.command: /tmp/install_kustomize.sh ansible.builtin.command: /tmp/install_kustomize.sh /usr/local/bin/
args: args:
creates: /usr/local/bin/kustomize creates: /usr/local/bin/kustomize

1
k1.yml
View File

@@ -11,3 +11,4 @@ images:
# Specify a custom namespace in which to install AWX # Specify a custom namespace in which to install AWX
namespace: awx namespace: awx