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