Difference between revisions of "Get url"

From wikieduonline
Jump to navigation Jump to search
(Created page with " - name: Download foo.conf ansible.builtin.get_url: url: http://example.com/path/file.conf dest: /etc/foo.conf mode: '0440'")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
https://docs.ansible.com/ansible/latest/collections/ansible/builtin/get_url_module.html
 +
 +
- name:
 +
    ansible.builtin.get_url:
 +
    url: https://github.com/openssl/openssl/releases/download/openssl-3.2.1/[[openssl]]-3.2.1.tar.gz
 +
    dest: /tmp/
 +
 +
 
  - name: Download foo.conf
 
  - name: Download foo.conf
 
   [[ansible.builtin.get_url]]:
 
   [[ansible.builtin.get_url]]:
Line 4: Line 12:
 
     dest: /etc/foo.conf
 
     dest: /etc/foo.conf
 
     mode: '0440'
 
     mode: '0440'
 +
 +
 +
 +
 +
 +
* [[Update deprecated openssl library from source code]]
 +
* [[wget]], [[cURL]]
 +
 +
 +
== See also ==
 +
* {{Ansible}}
 +
 +
[[Category:Ansible]]

Latest revision as of 12:53, 5 February 2024

Advertising: