Compare commits
2 Commits
v0.0.4l-ch
...
v0.0.4n-em
Author | SHA1 | Date | |
---|---|---|---|
a7a9752aa0 | |||
4490b84c15 |
@ -10,4 +10,4 @@
|
||||
dest: /etc/fstab
|
||||
regexp: ''
|
||||
insertafter: EOF
|
||||
line: '192.168.102.253:/home/wordpress /var/www/html/wordpress nfs soft,timeo=5,intr,rsize=8192,wsize=8192,wsize=8192 0 0'
|
||||
line: '192.168.102.253:/home/ /var/www/html/wordpress nfs soft,timeo=5,intr,rsize=8192,wsize=8192,wsize=8192 0 0'
|
||||
|
@ -60,7 +60,7 @@
|
||||
replace:
|
||||
path: /home/wordpress/wp-config.php
|
||||
regexp: "localhost"
|
||||
replace: "192.168.102.253"
|
||||
replace: "192.168.102.254"
|
||||
backup: yes
|
||||
|
||||
- name: 55 - relance nfs
|
||||
|
@ -18,7 +18,7 @@
|
||||
blockinfile:
|
||||
path: /etc/fstab
|
||||
block: |
|
||||
192.168.102.253:/exports/wordpress /var/www/html nfs soft,timeo=5,intr,rsize=8192,wsize=8192,wsize=8192 0 0
|
||||
192.168.102.253:/home/wordpress /var/www/html nfs soft,timeo=5,intr,rsize=8192,wsize=8192,wsize=8192 0 0
|
||||
|
||||
#- name: monte export wordpress
|
||||
# ansible.posix.mount:
|
||||
|
@ -15,8 +15,6 @@
|
||||
state: present
|
||||
|
||||
|
||||
- name: copie du fichier de configuration depuis r-vp1
|
||||
command: "wget http://r-vp1.gsb.adm:8000/wg0-b.conf"
|
||||
|
||||
#- name: renommage du fichier de configuration
|
||||
# command: "mv /etc/wireguard/wg0-b.conf /etc/wireguard/wg0.conf"
|
||||
|
@ -40,5 +40,3 @@
|
||||
enabled: yes
|
||||
state: restarted
|
||||
|
||||
- name: ouverture port 8000 pour copie fichier config
|
||||
command: "cd /root/confwg/ && python3 -m http.server 8000 &"
|
||||
|
2
scripts/r-vp1-post.sh
Normal file
2
scripts/r-vp1-post.sh
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
cd /root/confwg/ && python3 -m http.server 8000 &
|
3
scripts/r-vp2-post.sh
Normal file
3
scripts/r-vp2-post.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
wget http://r-vp1.gsb.adm:8000/wg0-b.qconf
|
Reference in New Issue
Block a user