mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 07:33:52 +02:00
Fixed #147
This commit is contained in:
parent
f16d960feb
commit
abafe1581c
3 changed files with 4 additions and 2 deletions
2
algo
2
algo
|
@ -324,7 +324,7 @@ Enter the public IP address of your server: (IMPORTANT! This IP is used to verif
|
||||||
|
|
||||||
ROLES="local vpn"
|
ROLES="local vpn"
|
||||||
EXTRA_VARS="server_ip=$server_ip server_user=$server_user IP_subject_alt_name=$IP_subject"
|
EXTRA_VARS="server_ip=$server_ip server_user=$server_user IP_subject_alt_name=$IP_subject"
|
||||||
SKIP_TAGS+=" cloud"
|
SKIP_TAGS+=" cloud update-alternatives"
|
||||||
}
|
}
|
||||||
|
|
||||||
algo_provisioning () {
|
algo_provisioning () {
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
pre_tasks:
|
pre_tasks:
|
||||||
- name: Common pre-tasks
|
- name: Common pre-tasks
|
||||||
include: playbooks/common.yml
|
include: playbooks/common.yml
|
||||||
tags: [ 'digitalocean', 'ec2', 'gce', 'azure', 'pre' ]
|
tags: [ 'digitalocean', 'ec2', 'gce', 'azure', 'local', 'pre' ]
|
||||||
|
|
||||||
- name: DigitalOcean pre-tasks
|
- name: DigitalOcean pre-tasks
|
||||||
include: playbooks/digitalocean.yml
|
include: playbooks/digitalocean.yml
|
||||||
|
|
|
@ -3,3 +3,5 @@
|
||||||
|
|
||||||
- name: Configure defaults
|
- name: Configure defaults
|
||||||
raw: sudo update-alternatives --install /usr/bin/python python /usr/bin/python2.7 1
|
raw: sudo update-alternatives --install /usr/bin/python python /usr/bin/python2.7 1
|
||||||
|
tags:
|
||||||
|
- update-alternatives
|
||||||
|
|
Loading…
Add table
Reference in a new issue