mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-05 06:33:56 +02:00
Update deploy-from-ansible.md (#1464)
Merged redundant and contradictory "Local install" instructions.
This commit is contained in:
parent
fb00d66747
commit
6b2defe470
1 changed files with 4 additions and 12 deletions
|
@ -83,9 +83,11 @@ Note: The `strongswan` role generates Apple profiles with On-Demand Wifi and Cel
|
||||||
|
|
||||||
- role: local, provider: local
|
- role: local, provider: local
|
||||||
|
|
||||||
Required variables:
|
This role is intended to be run for local install onto an Ubuntu server, or onto an unsupported cloud provider's Ubuntu instance. Required variables:
|
||||||
|
|
||||||
- server - IP address of your server
|
- server - IP address of your server (or "localhost" if deploying to the local machine)
|
||||||
|
- endpoint - public IP address of the server you're installing on
|
||||||
|
- ssh_user - name of the SSH user you will use to install on the machine (passwordless login required). If `server=localhost`, this isn't required.
|
||||||
- ca_password - Password for the private CA key
|
- ca_password - Password for the private CA key
|
||||||
|
|
||||||
Note that by default, the iptables rules on your existing server will be overwritten. If you don't want to overwrite the iptables rules, you can use the `--skip-tags iptables` flag.
|
Note that by default, the iptables rules on your existing server will be overwritten. If you don't want to overwrite the iptables rules, you can use the `--skip-tags iptables` flag.
|
||||||
|
@ -249,16 +251,6 @@ Required variables:
|
||||||
|
|
||||||
You need to source the rc file prior to run Algo. Download it from the OpenStack dashboard->Compute->API Access and source it in the shell (eg: source /tmp/dhc-openrc.sh)
|
You need to source the rc file prior to run Algo. Download it from the OpenStack dashboard->Compute->API Access and source it in the shell (eg: source /tmp/dhc-openrc.sh)
|
||||||
|
|
||||||
|
|
||||||
### Local
|
|
||||||
|
|
||||||
Required variables:
|
|
||||||
|
|
||||||
- server - IP or hostname to access the server via SSH
|
|
||||||
- endpoint - Public IP address or domain name of your server
|
|
||||||
- ssh_user
|
|
||||||
|
|
||||||
|
|
||||||
### Update users
|
### Update users
|
||||||
|
|
||||||
Playbook:
|
Playbook:
|
||||||
|
|
Loading…
Add table
Reference in a new issue