mirror of
https://github.com/HanXHX/ansible-php.git
synced 2026-08-23 23:54:26 +07:00
[WIP] Some improvements
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,10 @@
|
||||
def php_socket(php_version, pool_name):
|
||||
return '/run/php/php%s-%s-fpm.sock' % (php_version, pool_name)
|
||||
|
||||
class FilterModule(object):
|
||||
''' PHP module '''
|
||||
|
||||
def filters(self):
|
||||
return {
|
||||
'php_socket': php_socket,
|
||||
}
|
||||
Binary file not shown.
Reference in New Issue
Block a user