https://github.com/bkahlert/ansible-playbooks
Ansible playbook collection
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (2.4%) to scientific vocabulary
Repository
Ansible playbook collection
Basic Info
- Host: GitHub
- Owner: bkahlert
- License: mit
- Default Branch: master
- Size: 6.84 KB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Ansible Playbooks

About
Ansible Playbooks is a collection of playbooks with no specific goal in mind.
Cheat sheet
```shell
Install requirements
ansible-galaxy install -r requirements.yml
Gather facts about the systems in the homelab group in the current Ansible inventory
ansible homelab -m setup
Gather facts about the systems in group homelab in the specified Ansible inventory
ansible homelab -i ../hosts.yaml -m setup
Gather facts about the systems in group homelab in the specified Ansible inventory
ansible homelab -i ../hosts.yaml -m setup ```
Update & reboot
```shell
Update and reboot machine foo
ansible-playbook playbooks/update-reboot.yaml -e "inventory=foo"
Update but don't reboot machine foo
ansible-playbook playbooks/update-reboot.yaml -e "inventory=foo reboot_default=false" ```
Change SSH port
```shell
Update the SSH of the specified machines to the value of ansible_port
ansible-playbook playbooks/ssh-port.yaml -e "inventory=foo" ```
Contributing
Want to contribute? Awesome! The most basic way to show your support is to star the project or to raise issues. You can also support this project by making a PayPal donation to ensure this journey continues indefinitely!
Thanks again for your support, it's much appreciated! :pray:
License
MIT. See LICENSE for more details.
Owner
- Name: Björn Kahlert
- Login: bkahlert
- Kind: user
- Location: Berlin, Germany
- Website: bkahlert.com
- Repositories: 23
- Profile: https://github.com/bkahlert
GitHub Events
Total
Last Year
Committers
Last synced: 10 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Björn Kahlert | m****l@b****m | 3 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0