Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Trellis 1.0.0 #19

Merged
merged 121 commits into from
Jan 9, 2019
Merged

Update to Trellis 1.0.0 #19

merged 121 commits into from
Jan 9, 2019

Conversation

dac514
Copy link

@dac514 dac514 commented Nov 1, 2018

No description provided.

nathanielks and others added 30 commits April 22, 2018 17:59
Update from `1.6.1` -> `1.7.0` which addresses roots#943 ([DEPRECATION WARNING]: The use of 'include' for tasks has been deprecated.)
Avoids deprecation warnings introduced in Ansible 2.4:
"The use of 'include' for tasks has been deprecated."
Add xdebug.remote_autostart to simplify xdebug sessions
Common: Install `git` instead of `git-core`
The X-Frame-Options header has been obsoleted by the frame-ancestors
directive. Retain the X-Frame-Options header for older browsers.

Return empty X-Frame-Options header for WordPress Customizer content
to prevent the conflict that SAMEORIGIN would have with the ALLOW-FROM
option that WordPress adds on its own (Safari browser).
Discussion in https://core.trac.wordpress.org/ticket/40020
In rare cases the wp_installed registered var may be missing the
stderr attribute, so add a default to avoid related error.

The `wp core  is-installed` command return code is 1 if WP is simply
not installed. However, in rare cases the command may return some
other return code indicative of true failure, so fail if rc > 1.
- Exit with `127` when not enough arguments
- Exit with `1` when hosts file not exist

See: http://www.tldp.org/LDP/abs/html/exitcodes.html
* Bump Ansible version_tested_max to 2.5.3

Convert Jinja2 tests from filter format to `var is testname` format.
Encourage users on Ansible 2.5.0 to upgrade to avoid erroneous warnings
fixed in ansible/ansible 37538
Quotes prevent Ansible from interpolating the variable value as True.
True is an invalid value for fastcgi_cache_background_update and would
would make Nginx unable to reload.
In some circumstances it is not possible to use an NFS (e.g. in combination
with ecryptfs). Allow user to configure vagrant mount type in vagrant.local.yml
@greatislander greatislander changed the title Sync with original Update to Trellis 1.0.0 Jan 4, 2019
@greatislander
Copy link

Now that upstream Trellis is at 1.0.0, I've merged the latest commits into this branch and will test against my local dev.

@greatislander
Copy link

Note: now requires >= Ansible 2.5.

@greatislander greatislander self-assigned this Jan 8, 2019
@greatislander greatislander merged commit fe4bb7a into master Jan 9, 2019
@greatislander greatislander deleted the sync-with-original branch January 9, 2019 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.