https://github.com/4ch1m/ansible-thunderbird
A fully automated build script for Thunderbird using Ansible.
https://github.com/4ch1m/ansible-thunderbird
ansible automation thunderbird
Last synced: 2 months ago
JSON representation
A fully automated build script for Thunderbird using Ansible.
- Host: GitHub
- URL: https://github.com/4ch1m/ansible-thunderbird
- Owner: 4ch1m
- Created: 2021-10-03T08:03:10.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-03T11:45:39.000Z (almost 5 years ago)
- Last Synced: 2025-03-24T04:32:12.956Z (over 1 year ago)
- Topics: ansible, automation, thunderbird
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ansible-thunderbird
> A fully automated build script for [Thunderbird](https://www.thunderbird.net/) using Ansible.
There are two ways to build (and package) the app:
### Native
Simply run ...
```./thunderbird.sh```
... to invoke the playbook and run everything natively on your local host.
### Containerized
If you don't want to "spoil" your system with all the necessary build-dependencies (Python, NodeJS, Rust, etc.) then you can take the Docker-route and just run ...
```docker-compose up```
... to trigger the build inside a container.