Skip to content

oscbco/ansible-create-database-and-users

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Role Name

Role for creating the database and users (database and os) of this application

Requirements

Role Variables

userdba: The owner of the database userweb: The service account for the application db: The name of the database

Dependencies

Example Playbook

- hosts: servers
  roles:
    - {
        role: oscbco.create_database_and_users,
        userdba: "app-dba",
        userweb: "app-web",
        db:      "app-db"
      }

License

MIT

Author Information

oscbco.me

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published