Add the admin_git jail.
This jail hosts the git repo used for the kubernetes cluster manifests. It lives in a jail instead of inside a git website hosted inside kubernetes because it is needed for the bootstrapping process, creating a chicken-and-egg type of scenario. I figure I can set up mirroring of the git repo to a hosted git website for publishing.
This commit is contained in:
@@ -92,3 +92,11 @@
|
||||
- wireguard
|
||||
- plainmacs
|
||||
- mrmanager
|
||||
|
||||
- hosts: admin_git
|
||||
vars:
|
||||
ansible_become: True
|
||||
roles:
|
||||
- sudo
|
||||
- doas
|
||||
- users
|
||||
|
||||
Reference in New Issue
Block a user