diff options
Diffstat (limited to 'playbook.yaml.example')
-rw-r--r-- | playbook.yaml.example | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/playbook.yaml.example b/playbook.yaml.example index 13308d8..07f4806 100644 --- a/playbook.yaml.example +++ b/playbook.yaml.example @@ -12,21 +12,26 @@ hosts: server01 become: true roles: - - harden - - tor - attackbox + - harden + - icewm - sliver-c2 - ssh-nginx-multiplex - ssh-port-fwd-user - - icewm + - tigervnc + - tor - xrdp #- name: setup server02 # hosts: server02 # become: true # roles: -# - harden -# - tor # - attackbox +# - harden +# - icewm # - sliver-c2 # - ssh-nginx-multiplex +# - ssh-port-fwd-user +# - tigervnc +# - tor +# - xrdp |