mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 15:43:54 +02:00
fix for user-management playbook
This commit is contained in:
parent
05b57eeb78
commit
45b9bba5e1
1 changed files with 1 additions and 1 deletions
2
vpn.yml
2
vpn.yml
|
@ -140,7 +140,7 @@
|
||||||
fetch: src=/{{ easyrsa_dir }}/easyrsa3/pki/ca.crt dest=configs/{{ server_name }}_ca.crt flat=yes
|
fetch: src=/{{ easyrsa_dir }}/easyrsa3/pki/ca.crt dest=configs/{{ server_name }}_ca.crt flat=yes
|
||||||
|
|
||||||
- name: Add server to the inventory file
|
- name: Add server to the inventory file
|
||||||
local_action: lineinfile dest=inventory_users line="{{ inventory_hostname }}" insertafter='\[users-management\]\n' state=present
|
local_action: lineinfile dest=inventory_users line="{{ inventory_hostname }}" insertafter='\[user-management\]\n' state=present
|
||||||
|
|
||||||
handlers:
|
handlers:
|
||||||
- name: restart strongswan
|
- name: restart strongswan
|
||||||
|
|
Loading…
Add table
Reference in a new issue