mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-06 15:13:56 +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
|
||||
|
||||
- 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:
|
||||
- name: restart strongswan
|
||||
|
|
Loading…
Add table
Reference in a new issue