mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 15:43:54 +02:00
Hardcoded info #25
This commit is contained in:
commit
5e113fc7bd
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@ server_name: example.com
|
||||||
server_ip: "{{ ansible_ssh_host }}"
|
server_ip: "{{ ansible_ssh_host }}"
|
||||||
|
|
||||||
# specify users that you need
|
# specify users that you need
|
||||||
|
=======
|
||||||
|
server_name: www.ivlis.me
|
||||||
|
server_ip: "{{ ansible_ssh_host }}"
|
||||||
|
|
||||||
users:
|
users:
|
||||||
- mr.smith
|
- mr.smith
|
||||||
- mrs.smith
|
- mrs.smith
|
||||||
|
|
Loading…
Add table
Reference in a new issue