marche stp
This commit is contained in:
parent
e1323f22b8
commit
3cbae83a73
@ -1,4 +1,3 @@
|
|||||||
---
|
|
||||||
- name:
|
- name:
|
||||||
- apache2
|
- apache2
|
||||||
- php
|
- php
|
||||||
@ -16,11 +15,11 @@
|
|||||||
blockinfile:
|
blockinfile:
|
||||||
path: /etc/fstab
|
path: /etc/fstab
|
||||||
block: |
|
block: |
|
||||||
192.168.56.6:/exports/wordpress /var/www/html nfs soft,timeo=5,intr,rsize=8192,wsize=8192,wsize=8192 0 0
|
192.168.102.253:/exports/wordpress /var/www/html nfs soft,timeo=5,intr,rsize=8192,wsize=8192,wsize=8192 0 0
|
||||||
|
|
||||||
- name: monte export wordpress
|
- name: monte export wordpress
|
||||||
ansible.posix.mount:
|
ansible.posix.mount:
|
||||||
path: /var/www/html
|
path: /var/www/html
|
||||||
state: mounted
|
state: mounted
|
||||||
fstype: nfs
|
fstype: nfs
|
||||||
src: 192.168.56.6:/exports/wordpress
|
src: 192.168.102.253:/exports/wordpress
|
||||||
|
Loading…
x
Reference in New Issue
Block a user