Compare commits
No commits in common. "993c34b934052dc582f1647bdd66f9149c65e04d" and "83bfd34e91d8d832bab8bc26e09046a0213a66e0" have entirely different histories.
993c34b934
...
83bfd34e91
@ -20,9 +20,9 @@
|
||||
block: |
|
||||
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
|
||||
# ansible.posix.mount:
|
||||
# path: /var/www/html
|
||||
# state: mounted
|
||||
# fstype: nfs
|
||||
# src: 192.168.102.253:/exports/wordpress
|
||||
- name: monte export wordpress
|
||||
ansible.posix.mount:
|
||||
path: /var/www/html
|
||||
state: mounted
|
||||
fstype: nfs
|
||||
src: 192.168.102.253:/exports/wordpress
|
||||
|
@ -4,6 +4,6 @@
|
||||
|
||||
roles:
|
||||
- base
|
||||
- post
|
||||
- lb-web
|
||||
- snmp-agent
|
||||
- post
|
||||
|
@ -4,6 +4,6 @@
|
||||
|
||||
roles:
|
||||
- base
|
||||
- post
|
||||
- lb-web
|
||||
- snmp-agent
|
||||
- post
|
||||
|
Loading…
x
Reference in New Issue
Block a user