Compare commits
No commits in common. "733e45410eefed88396275b988993b4a44b86446" and "4d5921858ddc36990c70cc03b8816b4852ae4a8f" have entirely different histories.
733e45410e
...
4d5921858d
@ -1,2 +0,0 @@
|
||||
depl_url: "http://s-adm.gsb.adm/gsbstore/"
|
||||
depl_wordpress: "wordpress-5.6-fr_FR.tar.gz"
|
@ -5,11 +5,9 @@
|
||||
state: directory
|
||||
- name: download and extract wordpress
|
||||
unarchive:
|
||||
src: "{{ depl_url }}/{{ depl_wordpress }}"
|
||||
src: http://depl/gsbstore/wordpress-5.6-fr_FR.tar.gz
|
||||
dest: /home/
|
||||
remote_src: yes
|
||||
owner: www-data
|
||||
group: www-data
|
||||
|
||||
- name: Copy sample config file
|
||||
command: mv /home/wordpress/wp-config-sample.php /home/wordpress/wp-config.php creates=/home/wordpress/wp-config.php
|
||||
|
@ -1 +0,0 @@
|
||||
localhost
|
Loading…
x
Reference in New Issue
Block a user