diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-10-06 11:54:41 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-10-06 11:54:41 +0300 |
| commit | 3f9b16b010aef1201e6ac8fa8174ccbecc7de51c (patch) | |
| tree | 8788f8002a4f6776c1c15614e12c7ee0c28d36dc /playbook.yml | |
| parent | 5adcc04e4c3441de8258b29216411bb53a709c0f (diff) | |
Refactor to use tags
Diffstat (limited to 'playbook.yml')
| -rw-r--r-- | playbook.yml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/playbook.yml b/playbook.yml index fd9d2ad..f99048c 100644 --- a/playbook.yml +++ b/playbook.yml @@ -55,16 +55,25 @@ tasks: - name: Run general tasks + tags: [general] import_tasks: tasks/general.yml - name: Run network tasks + tags: [network] import_tasks: tasks/network.yml - name: Run email tasks + tags: [email] import_tasks: tasks/email.yml - name: Run ZFS tasks + tags: [zfs] import_tasks: tasks/zfs.yml - - name: Run jails tasks + - name: Run common jails tasks + tags: [jails] import_tasks: tasks/jails.yml + + - name: Run ingress jail tasks + tags: [jail_ingress] + import_tasks: tasks/jail_ingress.yml |
