amine7777.packer
Rôle Ansible : Packer
Ce rôle vous aide à installer packer sur votre machine Linux.
Travis | GitHubActions | Qualité | Téléchargements | Version |
---|---|---|---|---|
Exigences
- Machine Linux
- Ansible 2.10
Variables de rôle
Ces variables aident à gérer l'installation de packer.
Vous pouvez spécifier votre version de packer dans cette variable.
packer_version: 1.6.4
packer_arch: amd64
packer_directory_path: /usr/local/bin
Voici l'URL où packer sera téléchargé.
packer_download_url: 'https://releases.hashicorp.com/packer/{{ packer_version }}/packer_{{ packer_version }}_linux_{{ packer_arch }}.zip'
Voici le chemin où le binaire de packer sera stocké.
packer_directory_path: /usr/local/bin
Exemple de Playbook
- hosts: all
roles:
- amine7777.packer
Informations sur l'auteur
- Amine Kahlaoui, ingénieur DevOps.
À propos du projet
This role installs Packer hashicorp on your linux machine.
Installer
ansible-galaxy install amine7777.packer
Licence
Unknown
Téléchargements
425
Propriétaire