ansible openssh

This commit is contained in:
2022-09-02 23:16:21 +12:00
parent 198cd09018
commit 424fe250d8
6 changed files with 168 additions and 0 deletions

View File

@ -0,0 +1,7 @@
---
- name: install openssh
ansible.general.pacman:
name: "{{ openssh_packages }}"
state: latest
update_cache: true
reason: explicit