gpg-lacre/tasks/main.yml

23 lines
324 B
YAML
Raw Normal View History

2021-07-19 07:03:05 +02:00
---
- name: 'Clone / Update repository'
include: git.yml
- name: 'Create user'
include: user.yml
- name: 'Install Lacre'
include: install.yml
- name: 'Configure Lacre'
include: configure.yml
2022-05-09 23:43:14 +02:00
tags:
- 'config'
- 'configure'
2021-07-19 07:03:05 +02:00
- name: 'Deploy Lacre Webgate'
include: webgate.yml
2022-05-09 23:43:14 +02:00
tags:
- 'webgate'
2022-03-21 21:21:02 +01:00