carlalexander / debops-wordpress

Your superpowered WordPress server in three commands.
GNU General Public License v3.0
440 stars 65 forks source link

Make sure everything works with DebOps 1.0.0 #212

Closed carlalexander closed 5 years ago

carlalexander commented 5 years ago

DebOps released their version 1.0.0 milestone this week. I want to make sure everything is up to date and working with it.

carlalexander commented 5 years ago

I've done some preliminary testing. The wordpress role will need to get reworked. DebOps doesn't use dependencies anymore so a lot of that needs to move to the wordpress playbook instead.

drybjed commented 5 years ago

I think that all you would need to do is move stuff from the wordpress/meta/main.yml "dependencies" list to the playbook, the only roles you should leave there are debops.secret and / or debops.ansible_plugins if you use these roles in the wordpress role.

carlalexander commented 5 years ago

Yeah, that's the plan. I also need to add all the dependent stuff as needed. I was going to look at all the playbook for each service.

carlalexander commented 5 years ago

Wrapped all the work for this. The new 0.6.0 release is compatible with the DebOps 1.0.0 release. Will need to do a pass at the documentation.