diff --git a/api/README.md b/api/README.md index b702e28158df5280521b6b800a2679ff7fe38de6..e3b0d4e4d1e1e6a3c6b94e8354033581f261f973 100644 --- a/api/README.md +++ b/api/README.md @@ -1,2 +1,5 @@ + +# api.freifunk.lu + This will install a default api nginx config. Before executing please check your hosts file and use hosts variable. diff --git a/firmware/README.md b/firmware/README.md index c23e38eb15f13ceeeb9cfb566674595985d513a0..6cdd646e2e9917e964b4da501c82006b5bc4390a 100644 --- a/firmware/README.md +++ b/firmware/README.md @@ -1,2 +1,5 @@ + +# firmware.freifunk.lu + This will install a default firmware nginx config. Before executing please check your hosts file and use hosts variable. diff --git a/gateway/README.md b/gateway/README.md index 6c6ee1ca50c132ec1eb5031a7e02dac344c4ebec..8da30aa46a9571d97ff1528aeffebb03694f173a 100644 --- a/gateway/README.md +++ b/gateway/README.md @@ -1,3 +1,6 @@ + +# Gateway Setup + This will install fflux gateways. auth file need to be added manually. For new gateways, please update ansible host fles and concerning ips and mac addresses. Also new fastd keys need to be generated manually. diff --git a/initial_server_setup/README.md b/initial_server_setup/README.md index 99a47c8c4ba80827f5ed22b6d9012f3698783f08..2b8505c1fe8206e650495f9d50bd6e96d2cf2b60 100644 --- a/initial_server_setup/README.md +++ b/initial_server_setup/README.md @@ -1,19 +1,25 @@ -This will Ansibel playbook will do the very basic server setup. + +# Initial Server Setup + +This will Ansible playbook will do the very basic server setup. It will install the following packadges: - - sudo - - git - - vim - - python3 - - python3-pip - + +- sudo +- git +- vim +- python3 +- python3-pip + It will update the hostname. It will update the IPV4 and IPV6 address withn the new hostname. It will create the following users: - - fantawams - - orimpe - - metalgamer - - xbr - - fflux + +- fantawams +- orimpe +- metalgamer +- xbr +- fflux + It will update all packadges to its lates version.