In order to provide wordpress theme customization I would like to request the creation of an ansible-role-wordpress-theme repository in a similar way we already have for mailman (ansible-role-mailman), or httpd (ansible-role-httpd).
ansible-role-wordpress-theme
The directory structure would be the following:
. ├── defaults │ └── main.yml ├── files ├── handlers │ └── main.yml ├── meta │ └── main.yml ├── README.md ├── tasks │ └── main.yml ├── templates │ └── centos │ ├── 404.php │ ├── archive.php │ ├── category.php │ ├── comments.php │ ├── footer.php │ ├── functions.php │ ├── header.php │ ├── home.php │ ├── includes │ │ ├── breadcrumbs.php │ │ └── the_loop.php │ ├── index.php │ ├── screenshot.png │ ├── search.php │ ├── sidebar.php │ └── single.php ├── tests │ ├── inventory │ └── test.yml └── vars └── main.yml
Thanks.
well, my idea was just to instead modifying the existing ansible-role-wp to just distribute the theme, so "trivial" update, and so no need for another role just for the visual theme :) If you confirm that what I see on the blog.dev.centos.org is ready to go, I'll modify the role to deploy it and then you'll be able to just open PR to suggest modifications on it . Does that work for you ?
Yes. That's fine. I wasn't aware of ansible-role-wp :D so, yes, using it for the theme files is perfect. Thanks @arrfab .
I created the PR in https://github.com/CentOS/ansible-role-wp/pull/1 with theme customization.
We could close this ticket considering the repo to host the theme files already exists :D
Best regards.
Closing, as it will be done through ansible-role-wp, and per discussion
Metadata Update from @arrfab: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
Log in to comment on this ticket.