Files
johto-infra/roles/silverbullet_server/handlers/main.yaml
T
jdelpilarandJordan Del Pilar 2eaa2e9c5e
Johto Infrastructure Pipeline / Run Ansible Lint (push) Successful in 2m19s
Johto Infrastructure Pipeline / Deploy to Production (push) Successful in 3m24s
21 feat add new silverbullet role (#23)
### Description
This PR adds a new silvetbullet role that configures and starts the silverbullet container
Changes
- Creates required silverbullet `space` directory
- creates silverbullet `.container` file
- starts new and updated `.container` files

### Related Issue
Closes #21

### Testing Done
- [x] [e.g., Ran local unit tests]
- [x] [e.g., Verified service starts under Podman]
- [x] [e.g., Manual check of configuration file output]

### Checklist
- [x] My code follows the project's style guidelines.
- [x] I have performed a self-review of my own code.
- [x] I have updated the documentation (if necessary).

---------

Co-authored-by: Jordan Del Pilar <[email protected]>
Reviewed-on: #23
2026-07-27 20:40:42 -07:00

7 lines
170 B
YAML

- name: Restart changed Silverbullet Services
ansible.builtin.systemd:
name: "{{ silverbullet_name }}"
state: restarted
scope: user
daemon_reload: true