Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/c-bata/ansible-template
This is my ansible template
https://github.com/c-bata/ansible-template
Last synced: 14 days ago
JSON representation
This is my ansible template
- Host: GitHub
- URL: https://github.com/c-bata/ansible-template
- Owner: c-bata
- License: mit
- Created: 2015-09-16T07:48:53.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-23T17:23:58.000Z (about 9 years ago)
- Last Synced: 2024-10-08T21:06:40.844Z (about 1 month ago)
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ansible-template
This is my ansible template.
## Usage
1. Add private key to `ssh/` directory.
2. Modify `ssh_config` and `hosts`
3. Add ansible task.
4. Run ansible-playbook.
`ansible-playbook playbooks/playbook.yml`## How to use ansible-galaxy.
1. Search galaxy from https://galaxy.ansible.com/ .
2. Run ansible-galaxy command.
`ansible-galaxy install user.name`3. Add roles to playbook.
`- user.name`
4. Run ansible-playbook.
**Others**
- https://github.com/geerlingguy/ansible-vagrant-examples
## License
This template is licensed under the MIT License.