1
0
mirror of https://github.com/geerlingguy/ansible-for-devops.git synced 2024-05-19 06:50:03 +00:00

64 Commits

Author SHA1 Message Date
Maxat Akbanov
51cd5945f1 Change PHP version to 8.2 and Drush to 11* 2023-02-11 13:58:13 +06:00
Jeff Geerling
814d4e948c Update all Vagrant VM host-only private network IP ranges. 2022-11-27 13:33:52 -06:00
ali shahrudi
33aaebf7e3 remove duplicate task. 2022-09-09 02:48:32 -04:00
Jeff Geerling
386738f8a7 Merge pull request #454 from geerlingguy/447-php-apcu-fix
Issue #447: Fix php-apcu package install error on Debian.
2022-02-02 12:31:51 -06:00
Jeff Geerling
281dd46d28 Issue #447: Fix php-apcu package install error on Debian. 2022-02-02 12:13:22 -06:00
githubERIK
5353048216 Correct ansible installation link
Invalid: http://docs.ansible.com/intro_installation.html
Valid: https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html
2021-06-23 13:34:07 +03:00
Roshan Mathews
016385b416 fix link to how-do-i-modify-my-hosts-file 2021-05-08 21:08:34 +05:30
Jeff Geerling
b5100942d7 Issue #308: Remove unused variables. 2020-08-03 11:11:04 -05:00
Jeff Geerling
cf2819d6c1 Issue #308: Update Drupal example in chapter 4 to 9.0.x. 2020-08-03 10:17:17 -05:00
Jeff Geerling
568ca60857 Issue #295: Remove extra vvv flag. 2020-07-24 14:13:16 -05:00
Jeff Geerling
800e0f7879 Issue #295: Even more fixes for Ubuntu 20.04 compatibility. 2020-07-22 10:37:46 -05:00
Jeff Geerling
72ee0ca5c1 Issue #295: Some adjustments and fixes for Ubuntu 20.04 compatibility. 2020-07-22 09:14:04 -05:00
Jeff Geerling
78b906592e Issue #295: Update all Ubuntu-based examples to use 20.04. 2020-07-21 21:53:10 -05:00
Martin Bergman
f334809dd4 drupal playbook failing without acl installed
TASK [Install Drupal dependencies with Composer.] ******************************
fatal: [default]: FAILED! => {"msg": "Failed to set permissions on the temporary files Ansible needs to create when becoming an unprivileged user (rc: 1, err: chown: changing ownership of '/var/tmp/ansible-tmp-1586697780.51-117703352883265/': Operation not permitted\nchown: changing ownership of '/var/tmp/ansible-tmp-1586697780.51-117703352883265/command.py': Operation not permitted\n}). For information on working around this, see https://docs.ansible.com/ansible/become.html#becoming-an-unprivileged-user"}

Fixed by installing `acl` package as per https://github.com/georchestra/ansible/issues/55#issuecomment-564130730
2020-04-12 15:51:49 +02:00
Jeff Geerling
a7894d3a20 Fixes #140: Show mapping of examples to book chapters in README. 2020-02-26 16:26:09 -06:00
Jeff Geerling
858e10d198 Fixes #192: Make Drupal playbooks idempotent by fixing permissions issues. 2020-01-15 22:42:49 -06:00
Jeff Geerling
b78b2ba25a Fixes #198: Update Drupal example to run 8.8.x. 2020-01-15 17:30:03 -06:00
Erik Zettel
25ab4a9ef5 drupal/README.md: fix typos 2019-09-24 13:36:39 +02:00
Jeff Geerling
1d82720a4e Issue #169: Various fixes for typos and outdated usage. 2019-09-04 11:11:49 -05:00
Daniel Linder
17c115b022 update to non-loop "apt:" module usage
This removes the deprecation warning which suggests removing the loop and use the "name:"  with multiple items.
2018-11-16 01:16:47 -06:00
Jeff Geerling
537cd31d15 Fixes in addition to #98 - use https for drupal git repo. 2018-08-08 21:57:19 -05:00
Jeff Geerling
7c5569c6e0 Remove version numbers from Drupal example. 2018-04-24 18:56:56 -05:00
Jeff Geerling
03e55e59ec Update include usage in includes example, update Drupal core version. 2018-03-14 14:25:25 -05:00
Jeff Geerling
9059dac250 Actually add the missing template files. 2017-12-17 14:13:45 -06:00
Jeff Geerling
8e394ede78 Change names of Drupal example config files so they work with .test. 2017-12-17 14:06:39 -06:00
Jeff Geerling
1fb8624cab Switch to using ansible.become in Vagrantfiles. 2017-12-17 13:53:46 -06:00
Jeff Geerling
2845e0d336 Switch to using the .test domain for local testing. 2017-12-17 13:46:31 -06:00
Jeff Geerling
96de03ed6c Fixes #57: Update 'includes' example with latest Drupal example updates. 2017-05-30 22:40:37 -05:00
Jeff Geerling
ee04afe80e Issue #56: Attempt to fix Drupal installation while airborne. 2017-05-26 22:20:31 -04:00
Jeff Geerling
4936b951d7 Update author URL. 2017-05-26 15:31:28 -04:00
Jeff Geerling
832350a8e2 Update Drupal example to use PHP 7.1. 2017-01-16 22:09:49 -06:00
Santi Saez
58b2408473 Fix the file created by Composer 2017-01-05 15:59:28 +01:00
Jeff Geerling
82a8a81510 Fixes #40: Drupal example needs unzip. 2016-11-23 16:48:59 -06:00
Jeff Geerling
366df1b8cc Update book links to HTTPS. 2016-07-15 14:11:57 -05:00
Jeff Geerling
7f6c460f57 Modernize vars for Drupal example. 2016-07-08 22:33:27 -05:00
Jeff Geerling
81c47c6f01 Update Drupal playbook example to use modern PHP 7.0, MySQL 5.7, etc. 2016-07-08 22:15:07 -05:00
Jeff Geerling
13b49e16f1 Use linked clones and more modern settings for all Vagrantfiles. 2016-07-08 16:45:43 -05:00
Jeff Geerling
cbf1974ee0 Fixes #34: Update Drupal example. 2016-07-02 21:54:39 -05:00
Jeff Geerling
878f627dd3 Update references to Ansible for DevOps website. 2015-11-03 16:58:21 -06:00
Jeff Geerling
df29ede7e5 Many tiny corrections for pre-print release. 2015-10-15 22:06:43 -05:00
Jeff Geerling
87c62f1640 A couple small tweaks to fix examples. 2015-09-23 20:50:50 -05:00
Jeff Geerling
2cc6bd9636 Fix Composer installation in Drupal playbook. 2015-09-23 09:58:05 -05:00
Jeff Geerling
5992ffc92f Replace installed with present for package states. 2015-09-19 15:07:09 -07:00
Jeff Geerling
ff5537d379 Better formatting of Drupal example. 2015-09-19 13:55:06 -07:00
Jeff Geerling
a59d67fe7b Major docs cleanup in preparation for final release. 2015-06-29 21:14:40 -05:00
Jeff Geerling
55318dd48c Update Drupal playbook to match book example. 2015-03-04 10:29:37 -06:00
Arbab Nazar
017737747e Update playbook.yml 2015-03-04 05:25:48 +05:00
Arbab Nazar
d6fac9c946 Update playbook.yml 2015-03-01 16:11:06 +05:00
Arbab Nazar
33eea0e5c4 update the cache after adding the php repo 2015-03-01 16:06:58 +05:00
Jeff Geerling
b8e3997c2c Update IP address of drupal VM to not conflict with separate project drupal-dev-vm. 2015-01-30 14:44:03 -06:00