added todos to modify playbook
This commit is contained in:
13
TODO.md
13
TODO.md
@@ -1,5 +1,7 @@
|
|||||||
## todo
|
## todo
|
||||||
|
|
||||||
|
### First Version 0.1
|
||||||
|
|
||||||
- [x] install smbclient php module
|
- [x] install smbclient php module
|
||||||
- [x] install ownCloud via task (trusted domains can
|
- [x] install ownCloud via task (trusted domains can
|
||||||
be added afterwards)
|
be added afterwards)
|
||||||
@@ -8,3 +10,14 @@
|
|||||||
- [x] add redis to stack and configure it
|
- [x] add redis to stack and configure it
|
||||||
- [x] configure log rotation
|
- [x] configure log rotation
|
||||||
- [ ] configure https access in apache2
|
- [ ] configure https access in apache2
|
||||||
|
|
||||||
|
### Modifications
|
||||||
|
|
||||||
|
- [ ] Build ansible-role-lamp
|
||||||
|
- [ ] Build seperate ansible-role-owncloud depending on ansible-role-lamp
|
||||||
|
- [ ] Build seperate ansible-role-nextcloud depending on ansible-role-lamp
|
||||||
|
|
||||||
|
## LAMP Stack
|
||||||
|
|
||||||
|
- [ ] Build with option to choose between apache and nginx
|
||||||
|
- [ ] Build with option to choose different databases
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# -------------------- todo ------------------------- #
|
||||||
|
# - [ ] read password from ansible vars file if possible
|
||||||
|
# --------------------------------------------------- #
|
||||||
|
|
||||||
# ------------------ Variables ----------------------- #
|
# ------------------ Variables ----------------------- #
|
||||||
my_domain="owncloud.softbox.net"
|
my_domain="owncloud.softbox.net"
|
||||||
my_ip=$(hostname -I | cut -f1 -d ' ')
|
my_ip=$(hostname -I | cut -f1 -d ' ')
|
||||||
|
|||||||
Reference in New Issue
Block a user