making progress on c2 now

This commit is contained in:
n0mad1k
2025-04-11 21:44:57 -04:00
parent 95602a5df0
commit 07fd21666b
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -81,6 +81,7 @@
ansible_user: "root"
ansible_ssh_private_key_file: "{{ ssh_key_path | replace('.pub', '') }}"
ansible_ssh_common_args: "-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null"
ansible_python_interpreter: "/usr/bin/python3" # Use remote system's Python
- name: Configure C2 server
hosts: c2servers