feat(openssh): add ansible role
This commit is contained in:
7
playbooks/openssh.yml
Normal file
7
playbooks/openssh.yml
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: Ensure openssh is installed and configured
|
||||
hosts: "{{ openssh_target | default('openssh') }}"
|
||||
become: "{{ openssh_become | default(true) }}"
|
||||
gather_facts: "{{ openssh_gather_facts | default(true) }}"
|
||||
roles:
|
||||
- role: finallycoffee.base.openssh
|
Reference in New Issue
Block a user