Ansible Role - Nginx. Contribute to geerlingguy/ansible-role-nginx development by creating an account on GitHub.
.yamllint Stale bot is now Stale GitHub Action. Jul 11, 2023 LICENSE Add a LICENSE file for MIT license. [ci skip] Apr 1, 2017 README.md Update README.md Dec 16, 2024 Repository files navigation README MIT license Ansible Role: NTP Installs NTP on Linux. Requirements None. Role Vari...
I blog over there, and the about page has links to all my social media accounts. If you like my work and want me to be able to keep improving it, please sponsor me on GitHub or on Patreon.Pinned Loading ansible-for-devops Public Ansible for DevOps examples. Python 8.9k 3.6k ...
So now I keep a clone of all the GitHub repositories under the geerlingguy namespace locally, outside my Dropbox folder. And that's backed up to my NAS via Time Machine. But there's a problem: I use GitHub as my 'source of truth' for all my open source code (and a few private...
Raspberry Pi GPU Carrier Board. Contribute to geerlingguy/pi4gpu development by creating an account on GitHub.
A common generic benchmark for clusters (or extremly powerful single node workstations) is Linpack, or HPL (High Performance Linpack), which is famous for its use in rankings in the Top500 supercomputer list over the past few decades. The benchmark solves a random dense linear system in dou...
Name Last commit message Last commit date Latest commit Cannot retrieve latest commit at this time. History 91 Commits .github Make local dev with molecule a little easier. defaults Use URL to retrieve the repo gpgkey meta Remove official support for RHEL. Rocky/Alma/Stream support is best-e...
Folders and files Name Last commit message Last commit date Latest commit History 338 Commits .github defaults handlers meta molecule/default tasks vars .ansible-lint .gitignore .yamllint LICENSE README.md README MIT license Ansible Role: Docker ...
testing docker ansible container Resources Readme License MIT license Activity Stars 43 stars Watchers 1 watching Forks 2 forks Report repository Releases 1 tags Sponsor this project patreon.com/geerlingguy Learn more about GitHub Sponsors Languages Dockerfile 78.0% Shell 22.0% Footer...
4 changes: 2 additions & 2 deletions 4 .github/workflows/ci.yml Original file line numberDiff line numberDiff line change @@ -29,14 +29,14 @@ jobs: - name: Bring up the environment. run: | cp tests/docker-compose.yml ./docker-compose.yml docker-compose up -d docker compose up ...