This commit is contained in:
Jack Ivanov 2016-12-12 18:04:51 +03:00
parent f16d960feb
commit abafe1581c
3 changed files with 4 additions and 2 deletions

2
algo
View file

@ -324,7 +324,7 @@ Enter the public IP address of your server: (IMPORTANT! This IP is used to verif
ROLES="local vpn"
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 () {

View file

@ -22,7 +22,7 @@
pre_tasks:
- name: Common pre-tasks
include: playbooks/common.yml
tags: [ 'digitalocean', 'ec2', 'gce', 'azure', 'pre' ]
tags: [ 'digitalocean', 'ec2', 'gce', 'azure', 'local', 'pre' ]
- name: DigitalOcean pre-tasks
include: playbooks/digitalocean.yml

View file

@ -3,3 +3,5 @@
- name: Configure defaults
raw: sudo update-alternatives --install /usr/bin/python python /usr/bin/python2.7 1
tags:
- update-alternatives