Browse Source

update docs

master
Charles Reid 5 years ago
parent
commit
e4217e0b99
  1. 23
      docs/ansible_playbooks.md
  2. 6
      docs/index.md

23
docs/ansible_playbooks.md

@ -27,11 +27,15 @@ step installs `/usr/bin/python`. @@ -27,11 +27,15 @@ step installs `/usr/bin/python`.
ANSIBLE_CONFIG="vagrant.cfg" vagrant provision
```
Running plays against a Digital Ocean node requires
Running plays against a Linode/Digital Ocean node requires
the provision playbook to be run explicitly with the
command:
```plain
# Linode
ANSIBLE_CONFIG="linode.cfg" ansible-playbook provision.yml
# Digital Ocean
ANSIBLE_CONFIG="do.cfg" ansible-playbook provision.yml
```
@ -58,7 +62,7 @@ ANSIBLE_CONFIG="vagrant.cfg" \ @@ -58,7 +62,7 @@ ANSIBLE_CONFIG="vagrant.cfg" \
base.yml
```
To run on Linode, specify the config file:
To run on Linode:
```plain
ANSIBLE_CONFIG="linode.cfg" \
@ -68,7 +72,7 @@ ANSIBLE_CONFIG="linode.cfg" \ @@ -68,7 +72,7 @@ ANSIBLE_CONFIG="linode.cfg" \
base.yml
```
To run on Digital Ocean, specify the config file:
To run on Digital Ocean:
```plain
ANSIBLE_CONFIG="do.cfg" \
@ -87,7 +91,6 @@ The charlesreid1 docker pod runs the following: @@ -87,7 +91,6 @@ The charlesreid1 docker pod runs the following:
- letsencrypt/certs
- mediawiki
- gitea
- files/etc
**Example:** Deploy the charlesreid1 docker pod play
on a Vagrant machine.
@ -133,18 +136,6 @@ ANSIBLE_CONFIG="do.cfg" \ @@ -133,18 +136,6 @@ ANSIBLE_CONFIG="do.cfg" \
```
## charlesreid1bots.yml: bots docker pod play
(Incomplete)
The bots docker pod runs several Python
scripts to keep some Twitter bots going:
- Ginsberg bot flock
- Milton bot flock
- Apollo Space Junk bot flock
## List of Tags
(Incomplete)

6
docs/index.md

@ -32,10 +32,10 @@ Before you get started: @@ -32,10 +32,10 @@ Before you get started:
* If using a cloud provider, you should be provided with an SSH key or
SSH access instructions by your cloud provider.
* Run Ansible with the `base.yml` playbook - see [base\.yml](ansible_playbooks.md#baseyml-the-base-plays)
for information and details about this playbook.
* Run Ansible with the `base.yml` playbook - see [Ansible Playbooks](ansible_playbooks.md#baseyml-the-base-plays)
and `base.yml` for information and details about this playbook.
* Run Ansible with pod-charlesreid1 playbook
* Run Ansible with the pod-charlesreid1 playbook `pod-charlesreid1.yml`
* Configure DNS to point to the IP address of the compute node

Loading…
Cancel
Save