Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 407 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 407 Bytes

Ansible Scripts role

Install Ansible scripts.

Usage

Include the role in your playbook.

- hosts: odoo
  roles:
  - role: ansible_scripts

Docs

Install command line tools

The installation script requires that you have sudo access to root.

Run curl -L https://raw.githubusercontent.com/mint-system/ansible-build/main/roles/ansible_scripts/files/install | bash in your terminal.