https://github.com/gajdipajti/salt-lampdemo
Saltstack States for a LAMP install and wordpress deployment. Using jinja templates it is possible to customize the whole mysql-wp connection.
https://github.com/gajdipajti/salt-lampdemo
Last synced: 21 days ago
JSON representation
Saltstack States for a LAMP install and wordpress deployment. Using jinja templates it is possible to customize the whole mysql-wp connection.
- Host: GitHub
- URL: https://github.com/gajdipajti/salt-lampdemo
- Owner: gajdipajti
- License: gpl-2.0
- Created: 2014-07-24T17:11:39.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-12-17T14:09:34.000Z (over 8 years ago)
- Last Synced: 2025-04-12T22:53:02.640Z (21 days ago)
- Language: SaltStack
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
salt-lampdemo
=============Saltstack States for a LAMP install on ubuntu and wordpress deployment. By using jinja templates it is possible to customize the whole mysql-wp connection.
* packages.sls -> some sysadmin tools
* lamp/init.sls -> package installer state
* lamp/config.sls -> config state
* lamp/wordpress.sls -> wordpress installerNote: I introduced some jinja hack to support more versions, but I cover only supported LTS releases.
Known bug: mysql 5.7 and saltstack 2015.8.8 (Beryllium) don't cooperate in user creation. It has to be done by hand.