Create system user and systemd service/socket

This commit is contained in:
phil 2023-02-08 09:02:57 +01:00
parent cd1944ec8a
commit 04b028cd8e
4 changed files with 92 additions and 2 deletions

View file

@ -1,5 +1,6 @@
---
- import_tasks: packages.yml
- name: Package tasks
ansible.builtin.import_tasks: packages.yml
tags: packages
- name: "Get PHP version"
@ -9,5 +10,10 @@
changed_when: false
check_mode: false
- import_tasks: php.yml
- name: PHP tasks
ansible.builtin.import_tasks: php.yml
tags: php
- name: User tasks
ansible.builtin.import_tasks: user.yml
tags: never, user