Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
ansible
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
cotech
ansible
Commits
640e3204
Commit
640e3204
authored
7 years ago
by
Chris Croome
Browse files
Options
Downloads
Patches
Plain Diff
README updated with progress made so far
parent
4a47b924
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+12
-11
12 additions, 11 deletions
README.md
with
12 additions
and
11 deletions
README.md
+
12
−
11
View file @
640e3204
...
...
@@ -2,6 +2,8 @@
This is a work in progress!
These Playbooks are designed to be used on a Debian Stretch server.
Login to the console, install
`python`
, enable root ssh access using keys and
then these playbooks can be run (the second one needs to be run after the first
installs the site and you get the API key from
...
...
@@ -13,17 +15,16 @@ ansible-playbook -u root discourse.yml -i "${SERVERNAME}," -e "hostname=${SERVER
ansible-playbook
-u
root api.yml
-i
"
${
SERVERNAME
}
,"
-e
"hostname=
${
SERVERNAME
}
"
```
TODO:
Incoming and outgoing email on the host and link this with Discourse, see:
The email setup is based on the
[
mail-reciever
](
https://github.com/discourse/mail-receiver
)
Docker container
plus the
[
outstanding pull
request
](
https://github.com/discourse/mail-receiver/pull/2
)
and the
[
Postfix
notes
](
https://meta.discourse.org/t/emails-with-local-smtp/23645/28
)
for using
the host for outgoing email.
*
https://meta.discourse.org/t/emails-with-local-smtp/23645/28
*
https://meta.discourse.org/t/getting-a-docker-installation-to-use-host-postfix-server/15463/3
*
https://meta.discourse.org/t/setup-incoming-emails-e-mail/42026
*
https://meta.discourse.org/t/straightforward-direct-delivery-incoming-mail/49487
*
https://github.com/discourse/mail-receiver
Firewall.
TODO:
Munin.
*
Test the email setup
*
Firewall / fail2ban configuration
*
Munin node configuration
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment