mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
Fix some ansible-lint errors
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
- name: Copy ews configuration file
|
- name: Copy ews configuration file
|
||||||
template:
|
template:
|
||||||
src: ../templates/ews.cfg
|
src: ews.cfg
|
||||||
dest: /data/ews/conf
|
dest: /data/ews/conf
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
- name: Copy hpfeeds configuration file
|
- name: Copy hpfeeds configuration file
|
||||||
copy:
|
copy:
|
||||||
src: ../files/hpfeeds.cfg
|
src: hpfeeds.cfg
|
||||||
dest: /data/ews/conf
|
dest: /data/ews/conf
|
||||||
owner: tpot
|
owner: tpot
|
||||||
group: tpot
|
group: tpot
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
repo: "https://github.com/dtag-dev-sec/tpotce.git"
|
repo: "https://github.com/dtag-dev-sec/tpotce.git"
|
||||||
dest: /root/tpot
|
dest: /root/tpot
|
||||||
|
|
||||||
- name: Prepare to set user password
|
- name: Prepare to set user password
|
||||||
set_fact:
|
set_fact:
|
||||||
user_name: "{{ ansible_user }}"
|
user_name: "{{ ansible_user }}"
|
||||||
user_salt: "s0mew1ck3dTpoT"
|
user_salt: "s0mew1ck3dTpoT"
|
||||||
|
Reference in New Issue
Block a user