From 25e680e80f040ecfab206bef66b0e8265d1c197e Mon Sep 17 00:00:00 2001 From: Francis Kayiwa Date: Tue, 21 Feb 2023 12:41:20 -0500 Subject: [PATCH] rocky firewall (#604) * enable firewalld ports * open up http/s and the microk8s ports * point to current documentation --- ansible/README.md | 49 ++--------------------------------------------- 1 file changed, 2 insertions(+), 47 deletions(-) diff --git a/ansible/README.md b/ansible/README.md index 564498b4..f1ca0a58 100644 --- a/ansible/README.md +++ b/ansible/README.md @@ -1,48 +1,3 @@ -### Playbooks to install browsertrix +### Install -#### DigitalOcean - -To install browsertrix on [DigitalOcean](playbooks/do_setup.yml) you will need to the following: - -* Install [ansible](https://www.ansible.com) -* Set up a DigitalOcean API token and save it in your environment as `DO_API_TOKEN` -* Set up a Spaces ACCESS and SECRET KEY and save them in your environment as `DO_AWS_ACCESS_KEY` and `DO_AWS_SECRET_KEY` -* make a copy of [group_vars/do/private.yml.example](group_vars/do/private.yml.example) to [group_vars/do/private.yml](group_vars/do/private.yml) - - -##### Digital Ocean Variables - -See Known Issues below. - -The first running of the playbook will place variables under your tmp directory in the following format YYYY-MM-DD@:HH:MMd_ocean*. Content of these files will need to be added to the [group_vars/do/private.yml](group_vars/do/private.yml) or else run as an `-e` extra value as shown below - -```yaml --e btrix_db_url: (contents of /tmp/YYYY-MM-DD@:HH:MMd_ocean_btrix_db_url.txt` --e lb_uuid: (contents of /tmp/YYYY-MM-DD@:HH:MMd_ocean_lb_uuid.txt` --e loadbalancer_ip: (contents of /tmp/YYYY-MM-DD@:HH:MMd_ocean_loadbalancer_ip.txt` --e domain_name: