Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrlesmithjr/ansible-bootstrap
https://github.com/mrlesmithjr/ansible-bootstrap
ansible
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrlesmithjr/ansible-bootstrap
- Owner: mrlesmithjr
- License: mit
- Created: 2015-07-30T21:41:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-12-29T20:19:43.000Z (about 6 years ago)
- Last Synced: 2024-10-13T20:05:52.607Z (3 months ago)
- Topics: ansible
- Language: Shell
- Size: 287 KB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
- [ansible-bootstrap](#ansible-bootstrap)
- [Build Status](#build-status)
- [Requirements](#requirements)
- [Role Variables](#role-variables)
- [Dependencies](#dependencies)
- [Example Playbook](#example-playbook)
- [License](#license)
- [Author Information](#author-information)# ansible-bootstrap
An [Ansible](https://www.ansible.com) bootstrap role
- useful for adding initial post deployment tasks
- creating initial users
- setting initial user passwords## Build Status
[![Build Status](https://travis-ci.org/mrlesmithjr/ansible-bootstrap.svg?branch=master)](https://travis-ci.org/mrlesmithjr/ansible-bootstrap)
## Requirements
None
## Role Variables
[defaults/main.yml](defaults/main.yml)
## Dependencies
None
## Example Playbook
```yaml
- hosts: all
become: true
vars:
roles:
- role: ansible-bootstrap
tasks:
```## License
MIT
## Author Information
Larry Smith Jr.
- [@mrlesmithjr](https://www.twitter.com/mrlesmithjr)
- [EverythingShouldBeVirtual](http://everythingshouldbevirtual.com)
- [[email protected]](mailto:[email protected])