Difference between revisions of "Update deprecated openssl library from source code"
Jump to navigation
Jump to search
| Line 31: | Line 31: | ||
| − | + | ||
| Line 37: | Line 37: | ||
== Related == | == Related == | ||
| + | * https://www.openssl.org/source/openssl-3.0.7.tar.gz | ||
* [[Openssl]] | * [[Openssl]] | ||
* <code>[[get_url]]</code> | * <code>[[get_url]]</code> | ||
Revision as of 13:40, 5 February 2024
#!/usr/bin/env ansible-playbook - hosts: localhost #remote_user: YOUR_REMOTEUSER #become: yes #connection: ssh tasks: - name: Install and start as service sysstat for Ubuntu block: - package: name: - perl-IPC-Cmd - perl-Test-Harness - perl-Test-Simple - make state: present - ansible.builtin.unarchive: src: https://www.openssl.org/source/openssl-1.1.1v.tar.gz dest: /tmp/ remote_src: yes - shell: cd /tmp/openssl-*/ && ./config && make && make test && make install - shell: echo "/usr/local/lib64" > /etc/ld.so.conf.d/openssl.conf - shell: ldconfig
Related
See also
- Ansible: modules, plugins, Playbooks (examples)
ansible-playbook,ansible-vault,ansible-inventory,ansible-config, Ansible Tower, Ansible Galaxy (Roles) (ansible-galaxy),ansible-cmdb,gather facts,ansible.cfg,Ansible Molecule, Ansible collections,register,template,--ask-pass,--ask-become-pass,remote_user:,/etc/ansible/hosts,ansible-doc,ansible-lint,.ansible/,--forks,--start-at-task,changelog,inventory,Notify:,ansible HOSTNAME -m ping,gathering,/usr/bin/ansible,ansible -m ping,ansible.builtin,hosts: (Ansible),set fact:,when:,blockinfile:,become method:,include:,git:, AWX,ansible --help, Tags, Ansible variables, versions
Advertising: