added todos to modify playbook
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
# -------------------- todo ------------------------- #
|
||||
# - [ ] read password from ansible vars file if possible
|
||||
# --------------------------------------------------- #
|
||||
|
||||
# ------------------ Variables ----------------------- #
|
||||
my_domain="owncloud.softbox.net"
|
||||
my_ip=$(hostname -I | cut -f1 -d ' ')
|
||||
|
||||
Reference in New Issue
Block a user