Add an ansible role to install the sshjail plugin.

This commit is contained in:
Tom Alexander
2022-12-02 22:24:46 -05:00
parent dac4734a80
commit d3c1905847
9 changed files with 82 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
- name: Install packages
package:
name:
- py39-ansible
- ansible-sshjail
state: present