Files
ansible-lxc-templates/roles/common/tasks/main.yml
dimti 6270c71549 + example system unit file
+ own common tasks of prepared debian for make programs from source
+ ansible ssh port example
2023-12-29 20:05:20 +03:00

19 lines
362 B
YAML

---
#
# Tasks to be applied to all servers
#
- name: Check connectivity
ping:
data: alive
tags: check
# Add further tasks for the common role (applied to all servers) to this playbook...
- name: Install gnupg
shell: >-
apt-get update &&
apt-get install --no-install-recommends --no-install-suggests -y gnupg1 gnupg2 gnupg ca-certificates