ggiinnoo.scripts

Custom Scripts

This playbook helps you install and set up custom scripts.

To-Do List

Nothing to do.

Requirements

There are no requirements for this role.

Role Variables

Here is an example of how to install a full script:

scripts:
  - name: mysqlbackup # Name of the script on the server
    ext: sh # File extension to be used
    mode: 0611 # Permission settings, like 'u=rw,g=r,o=r,a+x'
    source: "{{ playbook_dir }}/scripts/" # Location of the source folder, either local or on the server
    destination: "/usr/local/bin" # Target folder location
    owner: "root" # Default owner, unless changed
    group: "root" # Default group, unless changed

Dependencies

There are no dependencies for this role.

Example Playbook

- name: Configure scripts
  hosts: all
  roles:
    - ggiinnoo.scripts

License

BSD

Author Information

Informazioni sul progetto

Configure custom scripts

Installa
ansible-galaxy install ggiinnoo.scripts
Licenza
Unknown
Download
93
Proprietario
Code doesn't scare me.. The server does.