mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-13 16:23:00 +02:00
Invoke cloud-pre.yml from localhost in update-users
This commit is contained in:
parent
78a6a3e90a
commit
3815ca302a
1 changed files with 4 additions and 4 deletions
|
@ -40,6 +40,10 @@
|
||||||
{%- elif _ca_password.user_input %}{{ _ca_password.user_input }}
|
{%- elif _ca_password.user_input %}{{ _ca_password.user_input }}
|
||||||
{%- else %}omit{% endif %}
|
{%- else %}omit{% endif %}
|
||||||
|
|
||||||
|
- name: Local pre-tasks
|
||||||
|
import_tasks: playbooks/cloud-pre.yml
|
||||||
|
become: false
|
||||||
|
|
||||||
- name: Add the server to the vpn-host group
|
- name: Add the server to the vpn-host group
|
||||||
add_host:
|
add_host:
|
||||||
name: "{{ algo_server }}"
|
name: "{{ algo_server }}"
|
||||||
|
@ -61,10 +65,6 @@
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- block:
|
- block:
|
||||||
- name: Local pre-tasks
|
|
||||||
import_tasks: playbooks/cloud-pre.yml
|
|
||||||
become: false
|
|
||||||
|
|
||||||
- import_role:
|
- import_role:
|
||||||
name: common
|
name: common
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue