mirror of
https://github.com/nokonoko/Uguu.git
synced 2024-01-06 13:35:15 +00:00
Add ansible role to deploy Uguu
This commit is contained in:
parent
32cba5812d
commit
351476d1c0
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -0,0 +1,3 @@
|
||||
[submodule "ansible/ansible-role-uguu"]
|
||||
path = ansible/ansible-role-uguu
|
||||
url = https://github.com/s3lva-kumar/ansible-role-uguu
|
1
ansible/ansible-role-uguu
Submodule
1
ansible/ansible-role-uguu
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit dcde9ac909f7f4ea249b52351c1c49443eac3ae3
|
28
ansible/site.yml
Normal file
28
ansible/site.yml
Normal file
@ -0,0 +1,28 @@
|
||||
- name: "install uguu"
|
||||
hosts: all
|
||||
become: yes
|
||||
role:
|
||||
- ansible-role-uguu
|
||||
|
||||
vars:
|
||||
generateRobotstxt: ""
|
||||
generateSitemap: ""
|
||||
max_upload_size: ""
|
||||
production: ""
|
||||
siteName: ""
|
||||
siteUrl: ""
|
||||
abuseContact: ""
|
||||
infoContact: ""
|
||||
ServerCountryLocation: ""
|
||||
SiteMetaInfo: ""
|
||||
paypalUrl: ""
|
||||
bitcoinAddress: ""
|
||||
flattrUrl: ""
|
||||
LOG_IP: ""
|
||||
DB_USER: ""
|
||||
DB_PASS: ""
|
||||
ANTI_DUPE: ""
|
||||
FILES_RETRIES: ""
|
||||
SSL: ""
|
||||
NAME_LENGTH: ""
|
||||
URL: ""
|
Loading…
Reference in New Issue
Block a user