https://github.com/gameanalytics/ansible-bootstrap
Recovered copy of https://github.com/debops/ansible-bootstrap
https://github.com/gameanalytics/ansible-bootstrap
Last synced: about 1 year ago
JSON representation
Recovered copy of https://github.com/debops/ansible-bootstrap
- Host: GitHub
- URL: https://github.com/gameanalytics/ansible-bootstrap
- Owner: GameAnalytics
- License: gpl-3.0
- Created: 2019-05-28T14:46:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-06T16:47:04.000Z (over 2 years ago)
- Last Synced: 2025-01-12T02:37:11.551Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
## [](https://debops.org) bootstrap
[](https://travis-ci.org/debops/ansible-bootstrap)
[](https://github.com/debops/test-suite/tree/master/ansible-bootstrap/)
[](https://galaxy.ansible.com/debops/bootstrap)
`debops.bootstrap` is an Ansible role that helps prepare a given
Debian/Ubuntu host to be managed by Ansible. It will install required
Python packages, configure hostname and domain, create an admin account and
set up SSH public keys for passwordless SSH access.
### Installation
This role requires at least Ansible `v2.0.0`. To install it, run:
```Shell
ansible-galaxy install debops.bootstrap
```
### Documentation
More information about `debops.bootstrap` can be found in the
[official debops.bootstrap documentation](https://docs.debops.org/en/latest/ansible/roles/ansible-bootstrap/docs/).
### Are you using this as a standalone role without DebOps?
You may need to include missing roles from the [DebOps common
playbook](https://github.com/debops/debops-playbooks/blob/master/playbooks/common.yml)
into your playbook.
[Try DebOps now](https://debops.org/) for a complete solution to run your Debian-based infrastructure.
### Authors and license
- [Maciej Delmanowski](https://docs.debops.org/en/latest/debops-keyring/docs/entities.html#debops-keyring-entity-drybjed) (maintainer) | [e-mail](mailto:drybjed@gmail.com) | [Twitter](https://twitter.com/drybjed) | [GitHub](https://github.com/drybjed)
- [Robin Schneider](https://docs.debops.org/en/latest/debops-keyring/docs/entities.html#debops-keyring-entity-ypid) | [e-mail](mailto:ypid@riseup.net) | [GitHub](https://github.com/ypid)
License: [GPL-3.0](https://tldrlegal.com/license/gnu-general-public-license-v3-%28gpl-3%29)
***
This role is part of [DebOps](https://debops.org/). README generated by [ansigenome](https://github.com/nickjj/ansigenome/).