Compare commits

..

5 Commits

Author SHA1 Message Date
Elam Monnot
0074367972 wp tentative 2 2023-01-25 17:35:28 +01:00
Johan Largy
3aa4a58252 modification README.md 2023-01-25 17:08:49 +01:00
Johan Largy
8fd183998e Merge branch 'main' of https://gitea.lyc-lecastel.fr/gadmin/gsb2023 2023-01-25 17:05:42 +01:00
Elam Monnot
ab2cc8da96 Merge branch 'main' of https://gitea.lyc-lecastel.fr/gadmin/gsb2023 2023-01-25 17:02:42 +01:00
Elam Monnot
44c8fc32a5 tentative de faire marcher wp 1 2023-01-25 17:02:39 +01:00
4 changed files with 0 additions and 23 deletions

View File

@@ -8,22 +8,3 @@
- php-mysql
- mariadb-client
state: present
- name: download and extract wordpress
unarchive:
src: https://fr.wordpress.org/latest-fr_FR.tar.gz
dest: /home/
remote_src: yes
- name: Copy sample config file
command: mv /home/wordpress/wp-config-sample.php /home/wordpress/wp-config.php creates=/home/wordpress/wp-config.php
- name: Changement du fichier de conf
copy:
src: wp-config.php
dest: /home/wordpress/wp-config.php
- name: Attributions des permissions
file:
path: /home/wordpress
recurse: yes

View File

@@ -1,5 +1,3 @@
#Installation de r-vp1 (Wireguard)
Procédure d'installation de r-vp1 et de copie du fichier wg0-b.conf.
***

View File

@@ -8,4 +8,3 @@
- snmp-agent
- lb-nfs-client
- post

View File

@@ -10,7 +10,6 @@
roles:
- base
- snmp-agent
- lb-web
- lb-nfs-server
- ssh-cli
- syslog-cli