Add the confine_ssh task
This is required by the drbackup stuff, which is required to migrate Dist Git to ansible.
This commit is contained in:
parent
9dd33b21dd
commit
f60221e2aa
2 changed files with 22 additions and 0 deletions
6
tasks/confine_ssh.yml
Normal file
6
tasks/confine_ssh.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- name: install the confine-ssh script
|
||||
copy: >
|
||||
src={{files}}/scripts/confine-ssh.sh
|
||||
dest=/usr/local/bin/confine-ssh.sh
|
||||
mode=0755
|
Loading…
Add table
Add a link
Reference in a new issue