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

Merge upstream, inherit community improvements #23

Merged
merged 196 commits into from
Sep 4, 2019
Merged

Merge upstream, inherit community improvements #23

merged 196 commits into from
Sep 4, 2019

Conversation

dac514
Copy link

@dac514 dac514 commented Sep 4, 2019

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
Log1x and others added 27 commits August 3, 2019 08:23
This assumed `~/.ssh/` would exist and just the file didn't.

Now it will create the directory as well if it doesn't exist.
…-writing-vagrant-config

Ensure ssh config dir exists before writing file
This will be used for trellis-cli integration
 [WARNING]: While constructing a mapping from
/home/vagrant/trellis/roles/common/defaults/main.yml, line 1, column 1, found a
duplicate dict key (apt_packages_python). Using last defined value only.

 [WARNING]: While constructing a mapping from
/home/vagrant/trellis/roles/common/defaults/main.yml, line 1, column 1, found a
duplicate dict key (python_major_version). Using last defined value only.

 [WARNING]: While constructing a mapping from
/home/vagrant/trellis/roles/common/defaults/main.yml, line 1, column 1, found a
duplicate dict key (apt_packages_default). Using last defined value only.
Fix issues with Vagrant ansible_local provisioner
Bump ansible requirement to 2.7.12
(Upstream fixes for ansible_local problem)
@dac514 dac514 merged commit 1d5b332 into master Sep 4, 2019
@dac514 dac514 deleted the bfg branch September 4, 2019 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.