Outils pour utilisateurs

Outils du site


tech:ansible_docker_execution_environment

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
tech:ansible_docker_execution_environment [2026/06/07 19:12] – modification externe 127.0.0.1tech:ansible_docker_execution_environment [2026/09/11 09:46] (Version actuelle) Jean-Baptiste
Ligne 5: Ligne 5:
  
 Voir : Voir :
-FIXME2 
 * [[notes_ansible_ansible-navigator|ansible-navigator]] * [[notes_ansible_ansible-navigator|ansible-navigator]]
 * https://ansible.readthedocs.io/projects/creator/installing/#initialize-execution-environment-project * https://ansible.readthedocs.io/projects/creator/installing/#initialize-execution-environment-project
 * https://github.com/redhat-cop/ee_utilities/blob/devel/examples/ee_builder_base.yaml * https://github.com/redhat-cop/ee_utilities/blob/devel/examples/ee_builder_base.yaml
-* [[https://developers.redhat.com/articles/2023/05/08/how-create-execution-environments-using-ansible-builder|How to create execution environments using ansible-builder]]+* [|How to create execution environments using ansible-builder](https://developers.redhat.com/articles/2023/05/08/how-create-execution-environments-using-ansible-builder)
 * https://docs.ansible.com/automation-controller/latest/html/userguide/ee_reference.html * https://docs.ansible.com/automation-controller/latest/html/userguide/ee_reference.html
 * https://blog.stephane-robert.info/post/ansible-execution-environnement-runner-builder/ * https://blog.stephane-robert.info/post/ansible-execution-environnement-runner-builder/
Ligne 33: Ligne 32:
  
 ~~~bash ~~~bash
-pip install --user ansible-builder>=3.0.0+pip install --user 'ansible-builder>=3.0.0'
 ~~~ ~~~
  
Ligne 265: Ligne 264:
     name: ghcr.io/ansible-community/community-ee-base:2.19.1-1     name: ghcr.io/ansible-community/community-ee-base:2.19.1-1
  
-additional_build_files: +additional_build_files: 
-#     - src: files/ansible.cfg +  - src: files/ca.crt 
-#       dest: configs+    dest: files/
  
 additional_build_steps: additional_build_steps:
Ligne 273: Ligne 272:
 #    - ADD _build/configs/ansible.cfg ~/.ansible.cfg #    - ADD _build/configs/ansible.cfg ~/.ansible.cfg
   prepend_base:   prepend_base:
-    # - RUN echo PLOP+    # - RUN echo "cacert=/runner/ca.crt" > .curlrc 
 +    - ADD _build/files/ca.crt /etc/pki/ca-trust/source/anchors/ 
 +    - RUN update-ca-trust
   append_final:   append_final:
     # - RUN groupadd --gid 1000 vscode     # - RUN groupadd --gid 1000 vscode
tech/ansible_docker_execution_environment.1780852327.txt.gz · Dernière modification : de 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki