Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.