gtc-crypt/gtc-crypt.yml

18 lines
323 B
YAML
Raw Normal View History

2022-07-17 14:01:47 +02:00
---
- name: gtc-crypt
hosts: all
tasks:
- name: Install gtc-crypt dependencies
apt:
name:
2022-07-17 14:04:38 +02:00
- perl
- name: gtc-crypt
ansible.builtin.copy:
src: gtc-crypt
dest: /usr/local/bin/gtc-crypt
owner: root
group: root
mode: '0555'
backup: yes