Compare commits

..

No commits in common. "733e45410eefed88396275b988993b4a44b86446" and "4d5921858ddc36990c70cc03b8816b4852ae4a8f" have entirely different histories.

3 changed files with 1 additions and 6 deletions

View File

@ -1,2 +0,0 @@
depl_url: "http://s-adm.gsb.adm/gsbstore/"
depl_wordpress: "wordpress-5.6-fr_FR.tar.gz"

View File

@ -5,11 +5,9 @@
state: directory state: directory
- name: download and extract wordpress - name: download and extract wordpress
unarchive: unarchive:
src: "{{ depl_url }}/{{ depl_wordpress }}" src: http://depl/gsbstore/wordpress-5.6-fr_FR.tar.gz
dest: /home/ dest: /home/
remote_src: yes remote_src: yes
owner: www-data
group: www-data
- name: Copy sample config file - name: Copy sample config file
command: mv /home/wordpress/wp-config-sample.php /home/wordpress/wp-config.php creates=/home/wordpress/wp-config.php command: mv /home/wordpress/wp-config-sample.php /home/wordpress/wp-config.php creates=/home/wordpress/wp-config.php

View File

@ -1 +0,0 @@
localhost