adding server roles

This commit is contained in:
2023-04-11 07:21:50 -07:00
parent 25cdd54e26
commit 94a7d7d197
3 changed files with 8 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
- name: install server software
become: true
ansible.builtin.apt: name={{ item }} state=present
with_items:
- openssh-server