https://github.com/alokjani/ansible-roles
https://github.com/alokjani/ansible-roles
ansible ubuntu
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alokjani/ansible-roles
- Owner: alokjani
- Created: 2017-02-23T14:06:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-02T11:15:09.000Z (over 9 years ago)
- Last Synced: 2025-04-05T15:45:58.715Z (about 1 year ago)
- Topics: ansible, ubuntu
- Language: Ruby
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ansible Roles
Collection of tried and tested Ansible roles for Ubuntu Servers.
## Local Setup
Install hostupdater plugin
```
vagrant plugin install vagrant-hostsupdater
```
Update ssh client
```
# For vagrant virtual machines
Host 192.168.33.* *.cluster.dev
StrictHostKeyChecking no
UserKnownHostsFile=/dev/null
User root
LogLevel ERROR
```
Test
```
$ vagrant up db1
$ ssh db1.cluster.dev
```