Élie Deloumeau-Prigent b95595ef6e
Initial commit
2021-09-27 17:00:36 +02:00

18 lines
302 B
YAML

---
- name: Converge
hosts: all
roles:
- role: claranet.motd
motd_banner_template: null
pre_tasks:
- name: "Update APT cache"
apt:
update_cache: true
when:
- ansible_pkg_mgr == "apt"
- name: Install sshd
package:
name: openssh-server