https://github.com/fischerscode/screenly-ansible
Setup Screenly and Redsocks (for proxy) on multiple Pis.
https://github.com/fischerscode/screenly-ansible
Last synced: about 1 month ago
JSON representation
Setup Screenly and Redsocks (for proxy) on multiple Pis.
- Host: GitHub
- URL: https://github.com/fischerscode/screenly-ansible
- Owner: fischerscode
- License: gpl-2.0
- Created: 2020-09-02T12:37:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-03T18:17:51.000Z (over 5 years ago)
- Last Synced: 2025-03-06T08:57:34.794Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 12.3 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Screenly-Ansible
### Update screenly-ose-ansible dir
```shell
#https://stackoverflow.com/questions/23937436/add-subdirectory-of-remote-repo-with-git-subtree
git checkout screenly-ose/production
git subtree split -P ansible -b temporary-split-branch
git checkout master
git subtree merge --squash -P screenly-ose-ansible temporary-split-branch
# Now fix any conflicts if you'd modified third_party/git-completion.
git branch -D temporary-split-branch
```