Skip to content

Basic ansible role including mysql python and various uselful things for provisioning vagrant

License

Notifications You must be signed in to change notification settings

vikas17a/basic-ansible-role

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Ansible for setting up basic server setup for now it includes two roles basic and mysql

#Basic Role

  • Will install basic tools (screen, vim, git)
  • Will setup an admin user (with sudo access)
  • Will create an application level user
  • Will modify sshd config to disable root logins
  • Will update ulimits

#Mysql Role

  • Will install mysql
  • Will create a application level db user
  • Will create a db for application and give * access to application level user for this database

This is under development

About

Basic ansible role including mysql python and various uselful things for provisioning vagrant

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages