fintanmm / wordpress-formula

Wordpress Salt Formula

Home Page:http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wordpress-formula

A saltstack formula to install and configure WordPress on Debian, Ubuntu, and RHEL.

Available states

wordpress

Install and configure WordPress sites

wordpress.cli

Installs wp-cli

wordpress.config

Configure WordPress sites

Pillar customizations:

wordpress:
    sites:
        sitename:
          username: <your-wordpress-username>
          password: <your-wordpress-user-password>
          database: <your-wordpress-database-name>
          dbuser: <your-wordpress-db-username>
          dbpass: <your-wordpress-db-password>
          url: http://example.ie
          title: 'My Blog'
          email: 'john.doe@acme.com'

Formula Dependencies

or

Author

Nitin Madhok nmadhok@g.clemson.edu Debian Fork by Starchy Grant starchy@gmail.com

About

Wordpress Salt Formula

http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html

License:Other


Languages

Language:PHP 35.2%Language:SaltStack 30.7%Language:Ruby 26.8%Language:HTML 7.3%