https://github.com/bkahlert/ansible-playbooks

Ansible playbook collection

https://github.com/bkahlert/ansible-playbooks

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
Last synced: 9 months ago · JSON representation

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
Created almost 3 years ago · Last pushed almost 3 years ago
Metadata Files
Readme Funding License Codeowners

README.md

Ansible Playbooks License Buy Me A Unicorn

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

GitHub Events

Total
Last Year

Committers

Last synced: 10 months ago

All Time
  • Total Commits: 3
  • Total Committers: 1
  • Avg Commits per committer: 3.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email 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
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels