diff options
author | heqnx <root@heqnx.com> | 2025-05-29 19:59:55 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-05-29 19:59:55 +0300 |
commit | 05d7102d6afa2d255926a3f4169176dd406c9cd3 (patch) | |
tree | b04c4f7ded1e136aa3e04e94e57fe7a8c0df659c /playbook.yaml.example | |
parent | b8f1d76bd38d03e68fbc51f8e7340a9963a4104d (diff) | |
download | ansible-playbooks-main.tar.gz ansible-playbooks-main.zip |
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 |