Add info about version tag
This commit is contained in:
parent
ee5c5bc5b6
commit
3b48e49cb7
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ php:
|
|||
|
||||
Per Ansible Tag kann ein Systemkonto und ein PHP-FPM-Socket und Service angelegt werden. Am Beispiel des playbooks `php.yml`:
|
||||
```Shell
|
||||
ansible-playbook playbooks/php.yml --tags never,user -e "php_user=foobar create_home=true"
|
||||
ansible-playbook playbooks/php.yml --tags php_version,never,user -e "php_user=foobar create_home=true"
|
||||
```
|
||||
|
||||
Systemd-Socket und Service sind anschließend als `php-fpm@{{ php_user }}.[socket|service]` verfügbar.
|
||||
|
|
Loading…
Reference in a new issue