adjust s390x ips for sshfs mount
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
5f2384713a
commit
1886408698
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@
|
||||||
authorized_key: user="root"
|
authorized_key: user="root"
|
||||||
key="{{ lookup('file', '{{ private }}/files/releng/sshkeys/primary-s390x-sshfs' + '-staging.pub' if env == 'staging' else '{{ private }}/files/releng/sshkeys/primary-s390x-sshfs.pub') }}"
|
key="{{ lookup('file', '{{ private }}/files/releng/sshkeys/primary-s390x-sshfs' + '-staging.pub' if env == 'staging' else '{{ private }}/files/releng/sshkeys/primary-s390x-sshfs.pub') }}"
|
||||||
state=present
|
state=present
|
||||||
key_options='command="internal-sftp",from="{{ '10.16.0.25' if env == 'staging' else '10.16.0.11,10.16.0.26,10.16.0.27' }}",restrict'
|
key_options='command="internal-sftp",from="{{ '10.16.0.25' if env == 'staging' else '10.16.0.28,10.16.0.26,10.16.0.27' }}",restrict'
|
||||||
tags:
|
tags:
|
||||||
- sshfs
|
- sshfs
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue