mise au point
This commit is contained in:
7
awx.yml
7
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user