no need for backups in a git
This commit is contained in:
parent
0789d46ccb
commit
cf7db7e056
1 changed files with 0 additions and 3 deletions
|
@ -48,7 +48,6 @@
|
|||
option: PublicKey
|
||||
value: "{{ public_key | replace('\n', '')}}"
|
||||
create: true
|
||||
backup: true
|
||||
|
||||
- name: Set allowed IPs to peer conf file
|
||||
ini_file:
|
||||
|
@ -57,7 +56,6 @@
|
|||
option: AllowedIPs
|
||||
value: "{{ vpnes_ip }}/32"
|
||||
create: true
|
||||
backup: true
|
||||
|
||||
- name: Set end point to peer conf file
|
||||
ini_file:
|
||||
|
@ -66,7 +64,6 @@
|
|||
option: Endpoint
|
||||
value: "{{ ansible_host }}:{{ vpnes_port }}"
|
||||
create: true
|
||||
backup: true
|
||||
|
||||
- name: Create commit with changes to repo of peers
|
||||
shell: "git add . && git commit -am 'Update {{ inventory_hostname }}' && git push -f"
|
||||
|
|
Loading…
Reference in a new issue