Reorganize provision playbook

Split server-specific configs out into server role

Add symlink to roles for playbook directory
This commit is contained in:
2021-11-05 21:53:47 -04:00
parent 732cf53192
commit 96ea66b77a
9 changed files with 112 additions and 118 deletions

View File

@@ -7,6 +7,15 @@
- include_tasks: tasks/meta/runtime-group-determination.yaml
- name: Bootstrap remote ansible environment
hosts: linux
gather_facts: false
tags:
- always
tasks:
- include_tasks: tasks/meta/bootstrap-remote-env.yaml
- name: Update system
hosts: linux
tags: