unit_type string | repo_path string | commit_id string | stars int32 | unit_prefix string | shard int32 | license_types list | files list | quality dict | flags dict |
|---|---|---|---|---|---|---|---|---|---|
ansible_role | PetriPod/PetriPod | fad97b958c9316197be75d170c8a68c367b7ed94 | 3 | ansible/roles/redis | 443 | [
"permissive"
] | [
{
"path": "ansible/roles/redis/tasks/main.yml",
"content": "---\n- name: Install Openshift library on Master/nodes\n pip:\n name: openshift\n\n- name: Create the database namespace\n k8s:\n name: database\n kubeconfig: /etc/rancher/k3s/k3s.yaml\n host: https://127.0.0.1:6443\n api_version: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 518,
"all_permissive": true
} |
ansible_role | PetriPod/PetriPod | fad97b958c9316197be75d170c8a68c367b7ed94 | 3 | ansible/roles/reset | 443 | [
"permissive"
] | [
{
"path": "ansible/roles/reset/tasks/main.yml",
"content": "---\n- name: Disable services\n systemd:\n name: \"{{ item }}\"\n state: stopped\n enabled: no\n failed_when: false\n with_items:\n - k3s\n - k3s-node\n\n- name: Remove service files, binaries and data\n file:\n name: \"{{ ite... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 506,
"all_permissive": true
} |
ansible_role | PetriPod/PetriPod | fad97b958c9316197be75d170c8a68c367b7ed94 | 3 | ansible/roles/traefik2 | 443 | [
"permissive"
] | [
{
"path": "ansible/roles/traefik2/tasks/main.yml",
"content": "---\n- name: Install Traefik via helm chart\n shell: >\n helm install \\\n --namespace=kube-system \\\n --set providers.redis.endpoints=redis.database.svc.cluster.local:6379 \\\n --set providers.redis.password=<PASSWORD> \\\n --s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 912,
"all_permissive": true
} |
ansible_role | PetriPod/PetriPod | fad97b958c9316197be75d170c8a68c367b7ed94 | 3 | ansible/roles/ubuntu | 443 | [
"permissive"
] | [
{
"path": "ansible/roles/ubuntu/tasks/main.yml",
"content": "---\n- name: check for /boot/firmware/cmdline.txt\n stat:\n path: /boot/firmware/cmdline.txt\n register: cmdline\n\n- name: Enable cgroup via boot commandline if not already enabled\n lineinfile:\n path: /boot/firmware/cmdline.txt\n ba... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 591,
"all_permissive": true
} |
ansible_role | mkot02/win_fs_dfs | 96e9f5c4bf5aa5d36f302161a15abcc50dc66961 | 0 | roles/win_dfs_setup | 443 | [
"no_license"
] | [
{
"path": "roles/win_dfs_setup/tasks/pre_checks.yml",
"content": "---\n\n- name: DFS | Verify required variables are defined\n assert:\n that: \n - domain_name is defined\n - win_dfs_namespaces is defined",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes":... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 9459,
"all_permissive": false
} |
ansible_role | QuentinTournier40/devops | a3afc855cae238943bf62c98c9d3ee2f9d0e5afe | 0 | ansible/roles/pg_dump | 443 | [
"no_license"
] | [
{
"path": "ansible/roles/pg_dump/tasks/main.yaml",
"content": "- name: Dump postgres\n become: true\n become_user: postgres\n postgresql_db:\n name: postgres\n state: dump\n target: /tmp/mydb.sql\n encoding: UTF8\n\n- name: Fetch database dump file\n fetch:\n src: /tmp/mydb.sql\n dest:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 335,
"all_permissive": false
} |
ansible_role | QuentinTournier40/devops | a3afc855cae238943bf62c98c9d3ee2f9d0e5afe | 0 | ansible/roles/pg_install | 443 | [
"no_license"
] | [
{
"path": "ansible/roles/pg_install/tasks/main.yaml",
"content": "- name: Change cache pressure\n become: true\n ansible.builtin.sysctl:\n name: vm.vfs_cache_pressure\n value: 90\n state: present\n reload: true\n\n- name: Install postgresql-15\n ansible.builtin.apt:\n name: postgresql-15\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2302,
"all_permissive": false
} |
ansible_role | QuentinTournier40/devops | a3afc855cae238943bf62c98c9d3ee2f9d0e5afe | 0 | ansible/roles/pg_replicate | 443 | [
"no_license"
] | [
{
"path": "ansible/roles/pg_replicate/tasks/main.yaml",
"content": "- name: Connect to postgres database, create replicator user\n community.postgresql.postgresql_user:\n db: postgres\n name: replicator\n password: <PASSWORD>\n role_attr_flags: replication\n become_user: postgres\n become: tr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4047,
"all_permissive": false
} |
ansible_role | sharabai/grafana-influxdb-telegraf | a26364cf3058a93e37a766dd4b797c22f4fb80ce | 0 | roles/telegraf | 443 | [
"no_license"
] | [
{
"path": "roles/telegraf/tasks/main.yml",
"content": "---\n- name: Add InfluxData GPG key\n apt_key:\n url: https://repos.influxdata.com/influxdata-archive.key\n keyring: /etc/apt/trusted.gpg.d/influxdata-archive.gpg\n\n- name: Add InfluxData repo\n apt_repository:\n repo: \"deb [signed-by=/etc/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 742,
"all_permissive": false
} |
ansible_role | yoadfe/ansible-task | 294a94529945b36729ed913097c45467f6b09c15 | 0 | roles/apps | 443 | [
"no_license"
] | [
{
"path": "roles/apps/tasks/main.yml",
"content": "---\n- name: copy panda apps\n synchronize: src={{ item.appname }} dest=/tmp/\n register: copy_finished\n with_items: \"{{ apps }}\"\n \n#change apps dirs ownership, group and mode.\n- file:\n path: /tmp/{{ item.appname }}\n owner: root\n gro... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 4780,
"all_permissive": false
} |
ansible_role | yoadfe/ansible-task | 294a94529945b36729ed913097c45467f6b09c15 | 0 | roles/nodejs | 443 | [
"no_license"
] | [
{
"path": "roles/nodejs/tasks/main.yml",
"content": "---\n- name: download node 6 repo install script\n get_url:\n url: http://deb.nodesource.com/setup_6.x\n dest: /tmp/\n mode: 0755\n\n- name: Check if node is installed\n become: yes\n shell: dpkg-query -s nodejs | grep 'install ok installed'\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 626,
"all_permissive": false
} |
ansible_role | Otus-DevOps-22-08/SantikaS_infra | 98b2fae02c7c3f8d90ad060277b6d1df7b63bc89 | 2 | ansible/roles/app | 443 | [
"no_license"
] | [
{
"path": "ansible/roles/app/tasks/ruby.yml",
"content": "# Установим в цикле все зависимости\n - name: Install ruby and rubygems and required packages\n apt: \"name={{ item }} state=present\"\n with_items:\n - ruby-full\n - ruby-bundler\n - build-essential\n",
"license_type": "no_... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 447,
"all_permissive": false
} |
ansible_role | Otus-DevOps-22-08/SantikaS_infra | 98b2fae02c7c3f8d90ad060277b6d1df7b63bc89 | 2 | ansible/roles/db | 443 | [
"no_license"
] | [
{
"path": "ansible/roles/db/molecule/default/playbook.yml",
"content": "---\n- name: Converge\n become: true\n hosts: all\n vars:\n mongo_bind_ip: 0.0.0.0\n roles:\n - role: db\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
},
{
"path": "ansible/ro... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1644,
"all_permissive": false
} |
ansible_role | FarrukhNaeem/macos-dev-essentials-provisioning | cc53a1348ebcae4a1ef1ff7733a4a3aea9a349b3 | 0 | roles/SetupCodebase | 443 | [
"no_license"
] | [
{
"path": "roles/SetupCodebase/tasks/main.yml",
"content": "---\n- name: Check if Homebrew is installed already\n stat:\n path: /usr/local/bin/brew\n register: b\n\n- name: Install Homebrew\n script: install-homebrew.sh\n when: not b.stat.exists\n\n- name: Install git package\n homebrew:\n name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2689,
"all_permissive": false
} |
ansible_role | Robinrrr10/ansibleplaybooks | 5e2a32a99383017ba54bc26be4623f530c3ce76c | 0 | mycustomroles/roles/users | 443 | [
"no_license"
] | [
{
"path": "mycustomroles/roles/users/handlers/main.yml",
"content": "---\n\n- name: copy other files\n copy: src=/home/files/configfiles dest=/home/config\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 84
},
{
"path": "mycustomroles/roles/users/tasks/main.yml",... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 681,
"all_permissive": false
} |
ansible_role | Robinrrr10/ansibleplaybooks | 5e2a32a99383017ba54bc26be4623f530c3ce76c | 0 | mycustomroles/roles/web | 443 | [
"no_license"
] | [
{
"path": "mycustomroles/roles/web/tasks/main.yml",
"content": "---\n\n- name: Install apache httpd\n yum: name={{ item }} state=present\n with_items:\n - httpd\n - httpd-tools\n\n- name: Copy index file\n copy: src=index.html dest=/var/www/html/index.html\n tags: apachehttpd\n notify: restar... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 241,
"all_permissive": false
} |
ansible_role | younderboi/noctua | 283379e6af06653478a89571d5e6a27c7c3eead3 | 0 | roles/AD_tools | 443 | [
"no_license"
] | [
{
"path": "roles/AD_tools/tasks/main.yml",
"content": "---\n# Responder\n- name: Install Responder\n git:\n repo: \"https://github.com/lgandx/Responder.git\"\n dest: /arsenal/sources/Responder\n clone: yes\n update: yes\n force: yes\n\n# Go windapsearch\n- name: Download go-windapsearch\n g... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1227,
"all_permissive": false
} |
ansible_role | younderboi/noctua | 283379e6af06653478a89571d5e6a27c7c3eead3 | 0 | roles/arsenal_TODO | 443 | [
"no_license"
] | [
{
"path": "roles/arsenal_TODO/tasks/metasploit.yml",
"content": "# === Install Required Dependencies ===\n- name: Install required system dependencies\n apt:\n name:\n - gpgv2\n - autoconf\n - bison\n - build-essential\n - postgresql\n - libaprutil1\n - libgmp3-dev\n ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2475,
"all_permissive": false
} |
ansible_role | younderboi/noctua | 283379e6af06653478a89571d5e6a27c7c3eead3 | 0 | roles/bloodhound | 443 | [
"no_license"
] | [
{
"path": "roles/bloodhound/files/bloodhound_reset.sh",
"content": "#!/bin/sh\ndocker-compose -f /arsenal/sources/bloodhound/docker-compose.yml down --volumes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 90
},
{
"path": "roles/bloodhound/tasks/main.yml",
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1152,
"all_permissive": false
} |
ansible_role | younderboi/noctua | 283379e6af06653478a89571d5e6a27c7c3eead3 | 0 | roles/cracking | 443 | [
"no_license"
] | [
{
"path": "roles/cracking/tasks/main.yml",
"content": "- name: Install hashcat + hasid\n apt:\n name:\n - hashcat\n - hashid\n state: present\n update_cache: yes\n\n- name: Install John the Ripper\n git:\n repo: \"https://github.com/openwall/john.git\"\n dest: /arsenal/sources/joh... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 537,
"all_permissive": false
} |
ansible_role | younderboi/noctua | 283379e6af06653478a89571d5e6a27c7c3eead3 | 0 | roles/database | 443 | [
"no_license"
] | [
{
"path": "roles/database/tasks/main.yml",
"content": "# === Install Database CLI Clients ===\n- name: Install MySQL, PostgreSQL, and MSSQL Clients\n apt:\n name:\n - mycli\n - postgresql-client\n - freetds-bin # Needed for SQL Server\n - sqlite3\n state: present\n update_cache... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 250,
"all_permissive": false
} |
ansible_role | younderboi/noctua | 283379e6af06653478a89571d5e6a27c7c3eead3 | 0 | roles/golang | 443 | [
"no_license"
] | [
{
"path": "roles/golang/tasks/main.yml",
"content": "- name: check pre-existing go install\n command: go version\n register: go_installed\n changed_when: false\n failed_when: false\n\n- name: download golang tarball\n get_url:\n url: \"https://go.dev/dl/go{{ goversion }}.linux-amd64.tar.gz\"\n de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 671,
"all_permissive": false
} |
ansible_role | younderboi/noctua | 283379e6af06653478a89571d5e6a27c7c3eead3 | 0 | roles/neovim | 443 | [
"no_license",
"permissive"
] | [
{
"path": "roles/neovim/tasks/setup_config.yml",
"content": "- name: Copy entire LazyVim config\n copy:\n src: \"{{ role_path }}/files/\"\n dest: \"{{ ansible_env.HOME }}/.config/nvim/\"\n owner: \"{{ ansible_user | default('root') }}\"\n group: \"{{ ansible_user | default('root') }}\"\n mod... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2052,
"all_permissive": false
} |
ansible_role | younderboi/noctua | 283379e6af06653478a89571d5e6a27c7c3eead3 | 0 | roles/netexec | 443 | [
"no_license"
] | [
{
"path": "roles/netexec/tasks/main.yml",
"content": "# === Install Netexec ===\n- name: Install pipx\n apt:\n name: pipx\n state: present\n update_cache: yes\n\n- name: Ensure pipx is in the user path\n shell: pipx ensurepath\n args:\n executable: /bin/bash\n changed_when: false\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 562,
"all_permissive": false
} |
ansible_role | younderboi/noctua | 283379e6af06653478a89571d5e6a27c7c3eead3 | 0 | roles/networking | 443 | [
"no_license"
] | [
{
"path": "roles/networking/tasks/main.yml",
"content": "- include_tasks: network_manager.yml\n\n- include_tasks: vpn.yml\n tags: [vpn]\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 77
},
{
"path": "roles/networking/tasks/network_manager.yml",
"content": "... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 461,
"all_permissive": false
} |
ansible_role | younderboi/noctua | 283379e6af06653478a89571d5e6a27c7c3eead3 | 0 | roles/php | 443 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yml",
"content": "---\n- name: Install PHP CLI and minimal extensions\n apt:\n name:\n - php-cli\n - php-curl\n - php-mbstring\n - php-xml\n - php-zip\n state: present\n update_cache: true\n",
"license_type": "no_license",
"detected_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 196,
"all_permissive": false
} |
ansible_role | younderboi/noctua | 283379e6af06653478a89571d5e6a27c7c3eead3 | 0 | roles/pivot | 443 | [
"no_license"
] | [
{
"path": "roles/pivot/tasks/main.yml",
"content": "---\n# NOTE: amd64 ARCH quietly assumed\n\n- name: Copy Ligolo-ng Linux Agent\n copy:\n src: \"ligolo-lin-agent\"\n dest: \"/arsenal/pivot/ligolo-lin-agent\"\n mode: \"0755\"\n force: yes\n\n- name: Copy Ligolo-ng Win Agent\n copy:\n src: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 478,
"all_permissive": false
} |
ansible_role | younderboi/noctua | 283379e6af06653478a89571d5e6a27c7c3eead3 | 0 | roles/privesc | 443 | [
"no_license"
] | [
{
"path": "roles/privesc/tasks/main.yml",
"content": "---\n- name: Make privesc dir\n file:\n path: \"/arsenal/privesc\"\n state: directory\n mode: \"0755\"\n\n# === Windows Privesc ===\n- name: Make privesc win dir\n file:\n path: \"/arsenal/privesc/win\"\n state: directory\n mode: \"07... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1195,
"all_permissive": false
} |
ansible_role | younderboi/noctua | 283379e6af06653478a89571d5e6a27c7c3eead3 | 0 | roles/python | 443 | [
"no_license"
] | [
{
"path": "roles/python/tasks/main.yml",
"content": "- name: Install Python 3\n apt:\n name:\n - python3\n - python3-pip\n - pip\n - pipx\n - python-is-python3\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 148
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 148,
"all_permissive": false
} |
ansible_role | younderboi/noctua | 283379e6af06653478a89571d5e6a27c7c3eead3 | 0 | roles/remote-enum | 443 | [
"no_license"
] | [
{
"path": "roles/remote-enum/tasks/main.yml",
"content": "---\n# === Install Network Scanning & Remote Service Tools ===\n- name: Install essential network and remote service tools\n apt:\n name:\n - nmap\n - swaks # SMTP testing tool\n - smbclient # SMB enumeration\n - ldap-utils # ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 413,
"all_permissive": false
} |
ansible_role | younderboi/noctua | 283379e6af06653478a89571d5e6a27c7c3eead3 | 0 | roles/ruby_gem | 443 | [
"no_license"
] | [
{
"path": "roles/ruby_gem/tasks/main.yml",
"content": "---\n# === Ruby and gem ===\n- name: Install Ruby and gem\n apt:\n name:\n - ruby-full\n\n- name: Install Bundler and Update Gems\n shell: |\n gem install bundler\n args:\n executable: /bin/bash\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 201,
"all_permissive": false
} |
ansible_role | younderboi/noctua | 283379e6af06653478a89571d5e6a27c7c3eead3 | 0 | roles/scripts | 443 | [
"no_license"
] | [
{
"path": "roles/scripts/tasks/main.yml",
"content": "---\n- name: Copy all files from files/scripts to /arsenal/bin\n copy:\n src: \"{{ item }}\"\n dest: \"/arsenal/bin\"\n mode: \"0755\"\n force: yes\n with_fileglob:\n - \"files/*\"\n",
"license_type": "no_license",
"detected_lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2005,
"all_permissive": false
} |
ansible_role | younderboi/noctua | 283379e6af06653478a89571d5e6a27c7c3eead3 | 0 | roles/shell_utils | 443 | [
"no_license"
] | [
{
"path": "roles/shell_utils/tasks/main.yml",
"content": "- name: Install base dev packages\n apt:\n name:\n - build-essential\n - curl\n - git\n - unzip\n - jq\n - ripgrep\n - direnv\n - tree\n - fzf\n state: present\n update_cache: true\n",
"licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 223,
"all_permissive": false
} |
ansible_role | younderboi/noctua | 283379e6af06653478a89571d5e6a27c7c3eead3 | 0 | roles/sliver | 443 | [
"no_license"
] | [
{
"path": "roles/sliver/meta/main.yml",
"content": "---\ndependencies:\n - golang\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "roles/sliver/tasks/main.yml",
"content": "# -------------------------------------------------------------------... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2632,
"all_permissive": false
} |
ansible_role | younderboi/noctua | 283379e6af06653478a89571d5e6a27c7c3eead3 | 0 | roles/tmux | 443 | [
"no_license"
] | [
{
"path": "roles/tmux/tasks/main.yml",
"content": "- name: Install Tmux\n apt:\n name: tmux\n state: present\n update_cache: true\n\n- name: Copy tmux.conf\n copy:\n src: \"tmux.conf\"\n dest: \"{{ ansible_env.HOME }}/.config/tmux/\"\n mode: \"0755\"\n force: yes\n",
"license_type... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 219,
"all_permissive": false
} |
ansible_role | younderboi/noctua | 283379e6af06653478a89571d5e6a27c7c3eead3 | 0 | roles/webshells_TODO | 443 | [
"no_license"
] | [
{
"path": "roles/webshells_TODO/tasks/main.yml",
"content": "---\n# === Ensure that /arsenal/initial-access exist\n- name: Ensure that /arsenal/wapp exists\n file:\n path: \"/arsenal/wapp/payloads\"\n state: directory\n mode: \"0755\"\n\n- name: Copy all files from files/ to /arsenal/wapp/payloads... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 407,
"all_permissive": false
} |
ansible_role | younderboi/noctua | 283379e6af06653478a89571d5e6a27c7c3eead3 | 0 | roles/zsh | 443 | [
"no_license"
] | [
{
"path": "roles/zsh/tasks/main.yml",
"content": "# === ZSH ===\n# TODO: make the .zshrc config thingy a static file inside this repo, easier to manage\n- name: Install Zsh\n become: true\n apt:\n name: zsh\n state: present\n update_cache: yes\n\n- name: Copy ZSH config\n copy:\n src: \"zshrc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2527,
"all_permissive": false
} |
ansible_role | WilliamVangeance/ansible | cdf31a7b46ded7b47eed6bb8060e4b1b7d56bf4d | 0 | roles/base | 443 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "- name: adding ssh key for william\n authorized_key: \n user: william\n key: \"<KEY>\"\n\n- name: generate sshd_config file from template\n tags: ssh\n template:\n src: \"{{ ssh_template_file }}\"\n dest: /etc/ssh/sshd_config\n owner: root... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 298,
"all_permissive": false
} |
ansible_role | WilliamVangeance/ansible | cdf31a7b46ded7b47eed6bb8060e4b1b7d56bf4d | 0 | roles/db_servers | 443 | [
"no_license"
] | [
{
"path": "roles/db_servers/tasks/main.yml",
"content": "- name: install mariadb package (Rhel9)\n tags: db,mariadb,redhat\n dnf:\n name: mariadb\n state: latest\n when: ansible_distribution == \"RedHat\"\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 151
}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 151,
"all_permissive": false
} |
ansible_role | WilliamVangeance/ansible | cdf31a7b46ded7b47eed6bb8060e4b1b7d56bf4d | 0 | roles/web_servers | 443 | [
"no_license"
] | [
{
"path": "roles/web_servers/handlers/main.yml",
"content": "- name: restart_apache\n tags: http,httpd\n service:\n name: \"{{ apache_service }}\"\n state: restarted\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
},
{
"path": "roles/web_servers/tas... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1121,
"all_permissive": false
} |
ansible_role | WilliamVangeance/ansible | cdf31a7b46ded7b47eed6bb8060e4b1b7d56bf4d | 0 | roles/workstations | 443 | [
"no_license"
] | [
{
"path": "roles/workstations/tasks/main.yml",
"content": "- name: install unzip\n tags: wks\n package:\n name: unzip\n state: present\n\n- name: install terraform\n tags: wks\n unarchive:\n src: https://releases.hashicorp.com/terraform/1.4.5/terraform_1.4.5_linux_amd64.zip\n dest: /usr/loca... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 313,
"all_permissive": false
} |
ansible_role | eltphat/ansible | 97d8af057b2706fdc8b1119b71a6dbf6cec46798 | 0 | roles/authorized_keys | 443 | [
"no_license"
] | [
{
"path": "roles/authorized_keys/vars/main.yml",
"content": "---\n# vars file for authorized_keys",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "roles/authorized_keys/handlers/main.yml",
"content": "---\n# handlers file for authorized_keys",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2171,
"all_permissive": false
} |
ansible_role | eltphat/ansible | 97d8af057b2706fdc8b1119b71a6dbf6cec46798 | 0 | roles/basic_tools | 443 | [
"no_license"
] | [
{
"path": "roles/basic_tools/defaults/main.yml",
"content": "---\n# defaults file for basic_tools\nbasic_packages:\n - { name: wget }\n - { name: telnet }\n - { name: tzdata }\n - { name: ntp }\n - { name: vim }\n - { name: net-tools }\ntimezone:\ncronjobs:\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1585,
"all_permissive": false
} |
ansible_role | eltphat/ansible | 97d8af057b2706fdc8b1119b71a6dbf6cec46798 | 0 | roles/container_traefik | 443 | [
"no_license"
] | [
{
"path": "roles/container_traefik/files/traefik.toml",
"content": "#debug = true\n\naccessLogsFile = \"/dev/stdout\"\nInsecureSkipVerify = true\ndefaultEntryPoints = [\"https\"]\n\n# WEB interface of Traefik - it will show web page with overview of frontend and backend configurations \n[web]\n address = \... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 3645,
"all_permissive": false
} |
ansible_role | eltphat/ansible | 97d8af057b2706fdc8b1119b71a6dbf6cec46798 | 0 | roles/docker_ce | 443 | [
"no_license"
] | [
{
"path": "roles/docker_ce/tasks/create_swarm.yml",
"content": "- name: \"Swarm Init\"\n shell: docker swarm init --advertise-addr {{ hostvars[inventory_hostname]['ansible_default_ipv4']['address'] }}:2377\n when: \"'inactive' in swarm_status.stdout_lines\"\n\n- name: \"Get Manager Token\"\n shell: docke... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1407,
"all_permissive": false
} |
ansible_role | eltphat/ansible | 97d8af057b2706fdc8b1119b71a6dbf6cec46798 | 0 | roles/docker_ce_install | 443 | [
"no_license"
] | [
{
"path": "roles/docker_ce_install/handlers/main.yml",
"content": "---\n# handlers file for docker_ce\n- name: restart docker\n service:\n name: docker\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 118
},
{
"path": "roles/d... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 6749,
"all_permissive": false
} |
ansible_role | eltphat/ansible | 97d8af057b2706fdc8b1119b71a6dbf6cec46798 | 0 | roles/docker_ce_swarm_init | 443 | [
"no_license"
] | [
{
"path": "roles/docker_ce_swarm_init/tasks/main.yml",
"content": "---\n# tasks file for docker_ce\n- name: Check if Swarm has already been Initialized\n shell: >\n docker info | egrep '^Swarm: ' | awk '{print $2}'\n register: swarm_status\n ignore_errors: true\n\n- name: \"Swarm Init\"\n shell... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 964,
"all_permissive": false
} |
ansible_role | eltphat/ansible | 97d8af057b2706fdc8b1119b71a6dbf6cec46798 | 0 | roles/docker_ce_swarm_join | 443 | [
"no_license"
] | [
{
"path": "roles/docker_ce_swarm_join/vars/main.yml",
"content": "---\n# vars file for docker_ce",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "roles/docker_ce_swarm_join/handlers/main.yml",
"content": "---\n# handlers file for docker_ce",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 793,
"all_permissive": false
} |
ansible_role | eltphat/ansible | 97d8af057b2706fdc8b1119b71a6dbf6cec46798 | 0 | roles/docker_ce_swarm_leave | 443 | [
"no_license"
] | [
{
"path": "roles/docker_ce_swarm_leave/tasks/main.yml",
"content": "---\n# tasks file for docker_ce_swarm_leave\n- name: Nodes Leaving the Swarm\n shell: docker swarm leave -f\n ignore_errors: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 128
},
{
"path"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 338,
"all_permissive": false
} |
ansible_role | eltphat/ansible | 97d8af057b2706fdc8b1119b71a6dbf6cec46798 | 0 | roles/hostsfile | 443 | [
"no_license"
] | [
{
"path": "roles/hostsfile/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - hostsfile",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
},
{
"path": "roles/hostsfile/tasks/main.yml",
"content": "---\n# tasks file for h... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 595,
"all_permissive": false
} |
ansible_role | eltphat/ansible | 97d8af057b2706fdc8b1119b71a6dbf6cec46798 | 0 | roles/linux-tuning | 443 | [
"no_license"
] | [
{
"path": "roles/linux-tuning/vars/main.yml",
"content": "---\n# vars file for sysctl\n# Ansible - TCP TUNING - CENTOS 7\n# TCP TUNING - CENTOS 7\n#This parameter controls TCP Packetization-Layer Path MTU Discovery\nnet.ipv4.tcp_mtu_probing: 1\n\n# Increase number of max open-files\nfs.file-max: 150000\n \n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 13023,
"all_permissive": false
} |
ansible_role | eltphat/ansible | 97d8af057b2706fdc8b1119b71a6dbf6cec46798 | 0 | roles/security | 443 | [
"no_license"
] | [
{
"path": "roles/security/handlers/main.yml",
"content": "---\n# handlers file for security-iptables",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "roles/security/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n rol... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2456,
"all_permissive": false
} |
ansible_role | eltphat/ansible | 97d8af057b2706fdc8b1119b71a6dbf6cec46798 | 0 | roles/security-firewalld | 443 | [
"no_license"
] | [
{
"path": "roles/security-firewalld/handlers/main.yml",
"content": "---\n# handlers file for security-firewalld\n\n- name: reload firewall\n service:\n name: firewalld\n state: reloaded\n\n- name: restart firewall\n service:\n name: firewalld\n state: restarted\n",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3521,
"all_permissive": false
} |
ansible_role | eltphat/ansible | 97d8af057b2706fdc8b1119b71a6dbf6cec46798 | 0 | roles/security-iptables | 443 | [
"no_license"
] | [
{
"path": "roles/security-iptables/tasks/main.yml",
"content": "---\n# tasks file for security-iptables\n- name: Stop and Disabled Firewalld\n service:\n name: firewalld\n state: stopped\n enabled: no\n when:\n - ansible_distribution == \"CentOS\"\n - ansible_d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2534,
"all_permissive": false
} |
ansible_role | eltphat/ansible | 97d8af057b2706fdc8b1119b71a6dbf6cec46798 | 0 | roles/service-erlang | 443 | [
"no_license"
] | [
{
"path": "roles/service-erlang/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - service-erlang",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
},
{
"path": "roles/service-erlang/tasks/main.yml",
"content": "---\n# t... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1464,
"all_permissive": false
} |
ansible_role | eltphat/ansible | 97d8af057b2706fdc8b1119b71a6dbf6cec46798 | 0 | roles/service-logrotate | 443 | [
"no_license"
] | [
{
"path": "roles/service-logrotate/handlers/main.yml",
"content": "---\n# handlers file for service-logrotate",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "roles/service-logrotate/vars/main.yml",
"content": "---\n# vars file for service-logro... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 644,
"all_permissive": false
} |
ansible_role | eltphat/ansible | 97d8af057b2706fdc8b1119b71a6dbf6cec46798 | 0 | roles/service-nginx | 443 | [
"no_license"
] | [
{
"path": "roles/service-nginx/tasks/main.yml",
"content": "---\n# tasks file for service-nginx\n# Variable setup.\n- name: Include OS-specific variables.\n include_vars: \"{{ ansible_os_family }}.yml\"\n\n- name: Define nginx_user.\n set_fact:\n nginx_user: \"{{ __nginx_user }}\"\n when: nginx_user i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2156,
"all_permissive": false
} |
ansible_role | eltphat/ansible | 97d8af057b2706fdc8b1119b71a6dbf6cec46798 | 0 | roles/service-rabbitmq | 443 | [
"no_license"
] | [
{
"path": "roles/service-rabbitmq/tasks/main.yml",
"content": "---\n# tasks file for service-rabbitmq\n#- name: Ensure erlang is installed.\n# package:\n# name: erlang\n# state: present\n\n# Setup/install tasks.\n- include: install-Rel.yml\n when: ansible_os_family == 'RedHat'\n\n- include: install-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1932,
"all_permissive": false
} |
ansible_role | eltphat/ansible | 97d8af057b2706fdc8b1119b71a6dbf6cec46798 | 0 | roles/service-redis | 443 | [
"no_license"
] | [
{
"path": "roles/service-redis/handlers/main.yml",
"content": "---\n# handlers file for service-redis\n- name: restart redis\n service: \"name={{ redis_daemon }} state=restarted\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
},
{
"path": "roles/service-re... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1125,
"all_permissive": false
} |
ansible_role | eltphat/ansible | 97d8af057b2706fdc8b1119b71a6dbf6cec46798 | 0 | roles/service-tomcat | 443 | [
"no_license"
] | [
{
"path": "roles/service-tomcat/handlers/main.yml",
"content": "---\n# handlers file for service-tomcat\n- name: restart tomcat\n systemd:\n name: \"{{ tomcat_service_name }}\"\n state: restarted\n daemon_reload: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byte... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 6701,
"all_permissive": false
} |
ansible_role | eltphat/ansible | 97d8af057b2706fdc8b1119b71a6dbf6cec46798 | 0 | roles/services | 443 | [
"no_license"
] | [
{
"path": "roles/services/defaults/main.yml",
"content": "---\n# defaults file for services\nservices:\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 43
},
{
"path": "roles/services/tasks/main.yml",
"content": "---\n# tasks file for services\n\n- name: Enabl... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 299,
"all_permissive": false
} |
ansible_role | eltphat/ansible | 97d8af057b2706fdc8b1119b71a6dbf6cec46798 | 0 | roles/swapfile | 443 | [
"no_license"
] | [
{
"path": "roles/swapfile/defaults/main.yml",
"content": "---\n# defaults file for swapfile\nswapfile_location: /swapfile\nswapfile_size: 8388608\n#swapfile_size: 4194304\n#swapfile_swappiness: False\n#swapfile_vfs_cache_pressure: False\n#swapfile_use_dd: False\n\n# Hosts with low RAM may need to use a smal... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1719,
"all_permissive": false
} |
ansible_role | eltphat/ansible | 97d8af057b2706fdc8b1119b71a6dbf6cec46798 | 0 | roles/update_all | 443 | [
"no_license"
] | [
{
"path": "roles/update_all/tasks/main.yml",
"content": "---\n# tasks file for update_all\n- name: Update all packages to latest\n yum:\n name: \"*\"\n state: latest\n update_cache: yes\n when:\n - ansible_distribution == \"CentOS\"\n- name: Update all packages to lates... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 567,
"all_permissive": false
} |
ansible_role | mymeatball/docker-minacat | 23ee0bd5679674863604350007552c153f5bfda4 | 0 | roles/liqitest | 443 | [
"no_license"
] | [
{
"path": "roles/liqitest/tasks/main.yml",
"content": "---\n- name: ping hosts\n command: ping 192.168.226.100 -c3\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 59
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 59,
"all_permissive": false
} |
ansible_role | aqeelsadiq/Ansible-roles-playbook | 4695d3b399e05388ea2b7a21902a08c3362bbe65 | 1 | roles/mysql | 443 | [
"no_license"
] | [
{
"path": "roles/mysql/Tasks/main.yml",
"content": "---\n- name: Install MySQL server\n apt:\n name: mysql-server\n state: present\n\n- name: Start and enable MySQL service\n service:\n name: mysql\n state: started\n enabled: yes\n\n- name: Set MySQL root password\n mysql_user:\n name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 621,
"all_permissive": false
} |
ansible_role | aqeelsadiq/Ansible-roles-playbook | 4695d3b399e05388ea2b7a21902a08c3362bbe65 | 1 | roles/wordpress | 443 | [
"no_license"
] | [
{
"path": "roles/wordpress/tasks/main.yml",
"content": "---\n- name: Install Apache, PHP, and other dependencies\n apt:\n name:\n - apache2\n - php\n - php-mysql\n - wget\n - unzip\n state: present\n\n- name: Start and enable Apache service\n service:\n name: apache2\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1480,
"all_permissive": false
} |
ansible_role | nineep/anverge | 1963e49a594cd5c8b1fb2cbb99afd4ca05eb9537 | 1 | roles/catkeeper | 443 | [
"no_license"
] | [
{
"path": "roles/catkeeper/tasks/main.yml",
"content": "---\n# tasks file for catkeeper\n\n- name: Install catkeeper\n yum: name=catkeeper state=present\n\n- name: Configure catkeeper\n template: src=catkeeper.conf.j2 dest=/etc/catkeeper/catkeeper.conf\n notify: restart catkeeper\n\n- name: Start catkeep... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 985,
"all_permissive": false
} |
ansible_role | nineep/anverge | 1963e49a594cd5c8b1fb2cbb99afd4ca05eb9537 | 1 | roles/ceph-deploy | 443 | [
"no_license"
] | [
{
"path": "roles/ceph-deploy/handlers/main.yml",
"content": "---\n# handlers file for ceph-deploy",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "roles/ceph-deploy/tasks/init_ceph_cluster.yml",
"content": "---\n# tasks file for ceph-common\n\n#... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 3315,
"all_permissive": false
} |
ansible_role | nineep/anverge | 1963e49a594cd5c8b1fb2cbb99afd4ca05eb9537 | 1 | roles/common | 443 | [
"no_license"
] | [
{
"path": "roles/common/tasks/config_ip.yml",
"content": "---\n# Configure node ip addr\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "roles/common/templates/epel.repo.j2",
"content": "[epel]\nname=epel\nbaseurl=http://{{ mirrors_ip }}/epel\... | {
"task_files": 14,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 20,
"total_bytes": 6950,
"all_permissive": false
} |
ansible_role | nineep/anverge | 1963e49a594cd5c8b1fb2cbb99afd4ca05eb9537 | 1 | roles/compute | 443 | [
"no_license"
] | [
{
"path": "roles/compute/tasks/main.yml",
"content": "---\n# tasks file for compute\n\n- name: Install qemu-kvm related packages\n yum: \n name: \"{{ item }}\"\n state: latest\n with_items: \"{{ qemu_kvm_rpm_packages }}\"\n\n- name: Start and enable libvirtd\n service:\n name: libvirtd\n stat... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1303,
"all_permissive": false
} |
ansible_role | nineep/anverge | 1963e49a594cd5c8b1fb2cbb99afd4ca05eb9537 | 1 | roles/db_common | 443 | [
"no_license"
] | [
{
"path": "roles/db_common/tasks/main.yml",
"content": "---\n# Common Tasks\n\n- name: Create deploy directories\n file: path={{ item }} state=directory mode=0755\n with_items:\n - \"{{ deploy_dir }}/scripts\"\n - \"{{ deploy_dir }}/conf\"\n - \"{{ backup_dir }}\"\n\n- name: Create status directo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 702,
"all_permissive": false
} |
ansible_role | nineep/anverge | 1963e49a594cd5c8b1fb2cbb99afd4ca05eb9537 | 1 | roles/db_mariadb | 443 | [
"no_license"
] | [
{
"path": "roles/db_mariadb/handlers/main.yml",
"content": "---\n# handlers file for mariadb\n- name: restart mariadb-server\n service: \n name: mariadb\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 114
},
{
"path": "roles/db_mariadb/t... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 12537,
"all_permissive": false
} |
ansible_role | nineep/anverge | 1963e49a594cd5c8b1fb2cbb99afd4ca05eb9537 | 1 | roles/db_mariadb_client | 443 | [
"no_license"
] | [
{
"path": "roles/db_mariadb_client/vars/main.yml",
"content": "---\n# vars file for db_mariadb_client",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "roles/db_mariadb_client/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: r... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1296,
"all_permissive": false
} |
ansible_role | nineep/anverge | 1963e49a594cd5c8b1fb2cbb99afd4ca05eb9537 | 1 | roles/db_pd | 443 | [
"no_license"
] | [
{
"path": "roles/db_pd/meta/main.yml",
"content": "---\n\ndependencies:\n - role: db_common\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "roles/db_pd/tasks/main.yml",
"content": "---\n# tasks file for pd\n\n- name: Create deploy directorie... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2624,
"all_permissive": false
} |
ansible_role | nineep/anverge | 1963e49a594cd5c8b1fb2cbb99afd4ca05eb9537 | 1 | roles/db_systemd | 443 | [
"no_license"
] | [
{
"path": "roles/db_systemd/tasks/systemd.yml",
"content": "- name: Create systemd service configuration\n template: \n src: \"systemd_{{ deployment_method }}.service.j2\"\n dest: \"/etc/systemd/system/{{ service_name }}.service\"\n mode: 0644\n\n- name: create startup script - common start/stop\n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1136,
"all_permissive": false
} |
ansible_role | nineep/anverge | 1963e49a594cd5c8b1fb2cbb99afd4ca05eb9537 | 1 | roles/db_tidb | 443 | [
"no_license"
] | [
{
"path": "roles/db_tidb/tasks/binary_deployment.yml",
"content": "---\n\n- name: Deploy binary tidb package\n copy: src=\"{{ resources_dir }}/bin/tidb-server\" dest=\"{{ deploy_dir }}/bin/\" mode=0755 backup=yes\n register: tidb_binary\n\n- name: Backup binary file\n command: mv \"{{ tidb_binary.backup_... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 5380,
"all_permissive": false
} |
ansible_role | nineep/anverge | 1963e49a594cd5c8b1fb2cbb99afd4ca05eb9537 | 1 | roles/db_tikv | 443 | [
"no_license"
] | [
{
"path": "roles/db_tikv/tasks/main.yml",
"content": "---\n# tasks file for tikv\n\n- name: Create deploy directories\n file: path={{ item }} state=directory mode=0755\n with_items:\n - \"{{ tikv_log_dir }}\"\n - \"{{ tikv_data_dir }}\"\n - \"{{ tikv_conf_dir }}\"\n\n- name: Load customized config\n i... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 5316,
"all_permissive": false
} |
ansible_role | nineep/anverge | 1963e49a594cd5c8b1fb2cbb99afd4ca05eb9537 | 1 | roles/mirrors | 443 | [
"no_license"
] | [
{
"path": "roles/mirrors/tasks/main.yml",
"content": "---\n# tasks file for mirrors\n\n- name: Find tar file and move to mirrors_dir\n shell: \"find / -name {{ mirrors_tar_file_name }}.tar.gz | while read line; do mv $line {{ mirrors_dir }};done\"\n ignore_errors: true\n\n- name: Extract converge-mirrors ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4664,
"all_permissive": false
} |
ansible_role | nineep/anverge | 1963e49a594cd5c8b1fb2cbb99afd4ca05eb9537 | 1 | roles/mirrors2 | 443 | [
"no_license"
] | [
{
"path": "roles/mirrors2/handlers/main.yml",
"content": "---\n# handlers file for mirrors\n\n- name: restart nginx\n service: name=nginx state=restarted enabled=yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 105
},
{
"path": "roles/mirrors2/defaults/main.y... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3006,
"all_permissive": false
} |
ansible_role | nineep/anverge | 1963e49a594cd5c8b1fb2cbb99afd4ca05eb9537 | 1 | roles/monitor | 443 | [
"no_license"
] | [
{
"path": "roles/monitor/defaults/main.yml",
"content": "---\n# defaults file for monitor",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "roles/monitor/templates/simple.yml.j2",
"content": "global:\n # The smarthost and SMTP sender used for ma... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4102,
"all_permissive": false
} |
ansible_role | nineep/anverge | 1963e49a594cd5c8b1fb2cbb99afd4ca05eb9537 | 1 | roles/monitored | 443 | [
"no_license"
] | [
{
"path": "roles/monitored/vars/main.yml",
"content": "---\n# vars file for monitored",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "roles/monitored/defaults/main.yml",
"content": "---\n# defaults file for monitored",
"license_type": "no_l... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 4087,
"all_permissive": false
} |
ansible_role | nineep/anverge | 1963e49a594cd5c8b1fb2cbb99afd4ca05eb9537 | 1 | roles/ui | 443 | [
"no_license"
] | [
{
"path": "roles/ui/vars/main.yml",
"content": "---\n# vars file for catkeeper",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "roles/ui/defaults/main.yml",
"content": "---\n# defaults file for catkeeper",
"license_type": "no_license",
"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 280,
"all_permissive": false
} |
ansible_role | HyHonCuTe/ansible | 293fcffd5bf56fa3a632dcd071eccdb13b505170 | 0 | roles/backup | 436 | [
"no_license"
] | [
{
"path": "roles/backup/tasks/restore_sqlserver.yml",
"content": "\n - name: Ensure restore folder exists on Windows\n win_file:\n path: \"{{ remote_backup_dir }}\"\n state: directory\n\n - name: Upload all .bak files to Windows\n win_copy:\n src: \"{{ item }}\"\n ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 8067,
"all_permissive": false
} |
ansible_role | HyHonCuTe/ansible | 293fcffd5bf56fa3a632dcd071eccdb13b505170 | 0 | roles/common | 436 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Ping kiểm tra kết nối\n import_tasks: ping.yml\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 60
},
{
"path": "roles/common/tasks/ping.yml",
"content": "- name: Ping Linux\n ansible.builti... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 232,
"all_permissive": false
} |
ansible_role | HyHonCuTe/ansible | 293fcffd5bf56fa3a632dcd071eccdb13b505170 | 0 | roles/database | 436 | [
"no_license"
] | [
{
"path": "roles/database/tasks/create_db.yml",
"content": "- name: Kiểm tra nếu database đã tồn tại\n win_shell: |\n $server = \"{{ sql_instance }}\"\n $database = \"{{ db_name }}\"\n $connectionString = \"Server=$server;Database=master;User Id={{ sql_user }};Password={{ sql_password }};\"\n $... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 11184,
"all_permissive": false
} |
ansible_role | HyHonCuTe/ansible | 293fcffd5bf56fa3a632dcd071eccdb13b505170 | 0 | roles/dhcp | 436 | [
"no_license"
] | [
{
"path": "roles/dhcp/tasks/reservations.yml",
"content": "- name: Create IP Reservations\n ansible.windows.win_dhcp_reservation:\n scope_id: \"{{ item.scope }}\"\n ip: \"{{ item.ip }}\"\n mac: \"{{ item.mac }}\"\n name: \"{{ item.name }}\"\n loop: \"{{ dhcp_reservations }}\"",
"license_ty... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 4615,
"all_permissive": false
} |
ansible_role | HyHonCuTe/ansible | 293fcffd5bf56fa3a632dcd071eccdb13b505170 | 0 | roles/dns | 436 | [
"no_license"
] | [
{
"path": "roles/dns/tasks/flush_dns_cache.yml",
"content": "- name: Xóa DNS cache để áp dụng thay đổi\n win_command: ipconfig /flushdns\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
},
{
"path": "roles/dns/tasks/create_reverse_zone.yml",
"content": "--... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 12845,
"all_permissive": false
} |
ansible_role | HyHonCuTe/ansible | 293fcffd5bf56fa3a632dcd071eccdb13b505170 | 0 | roles/firewall | 436 | [
"no_license"
] | [
{
"path": "roles/firewall/tasks/main.yml",
"content": "# roles/firewall/tasks/main.yml\n---\n- name: Install firewalld\n include_tasks: install_firewalld.yml\n\n- name: Enable and start firewalld\n include_tasks: enable_firewalld.yml\n\n- name: Configure necessary services (SSH, HTTP, HTTPS)\n include_ta... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 1872,
"all_permissive": false
} |
ansible_role | HyHonCuTe/ansible | 293fcffd5bf56fa3a632dcd071eccdb13b505170 | 0 | roles/patching | 436 | [
"no_license"
] | [
{
"path": "roles/patching/tasks/linux_patch.yml",
"content": "- name: Hiển thị phiên bản hệ điều hành\n command: cat /etc/os-release\n register: os_release\n changed_when: false\n\n- debug:\n var: os_release.stdout_lines\n\n- name: Tạo thư mục chứa snapshot nếu chưa có\n file:\n path: \"{{ restore... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4488,
"all_permissive": false
} |
ansible_role | HyHonCuTe/ansible | 293fcffd5bf56fa3a632dcd071eccdb13b505170 | 0 | roles/suricata | 436 | [
"no_license"
] | [
{
"path": "roles/suricata/tasks/main.yml",
"content": "---\n- import_tasks: install_suricata.yml\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 42
},
{
"path": "roles/suricata/tasks/install_suricata.yml",
"content": "\n \n # Cài đặt EPEL repository, cầ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1528,
"all_permissive": false
} |
ansible_role | HyHonCuTe/ansible | 293fcffd5bf56fa3a632dcd071eccdb13b505170 | 0 | roles/user | 436 | [
"no_license"
] | [
{
"path": "roles/user/vars/main.yml",
"content": "---\nusername: \"usernaylademo\" # Tên user bạn muốn tạo\nssh_key_path: \"/home/server_ansible/.ssh/id_rsa.pub\" # Đường dẫn đến SSH public key của bạn\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 148
},
{
"p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1372,
"all_permissive": false
} |
ansible_role | HyHonCuTe/ansible | 293fcffd5bf56fa3a632dcd071eccdb13b505170 | 0 | roles/webserver | 436 | [
"no_license"
] | [
{
"path": "roles/webserver/tasks/deloy_dynamic.yml",
"content": "\n\n # - name: Cài đặt IIS\n # win_feature:\n # name: Web-Server\n # state: present\n\n # - name: Tạo thư mục tạm để chứa file zip\n # win_file:\n # path: \"C:\\\\Temp\"\n # state: directory\n\n #... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 6954,
"all_permissive": false
} |
ansible_role | keithrooney/publik | 80afdefdbe7bfee4d8697e765eaa70bac880477a | 0 | ansible/roles/backend | 436 | [
"no_license"
] | [
{
"path": "ansible/roles/backend/defaults/main.yml",
"content": "---\nbackend:\n directory: \"{{ playbook_dir }}/../../backend\"\n workspace: \"~/.publik/ansible/backend\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 102
},
{
"path": "ansible/roles/backend/t... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 948,
"all_permissive": false
} |
ansible_role | somudas15/learn-simple-web-project | 0af3c68e9de495e37986bce01cd7492a9b8d7613 | 0 | roles/mysql-s | 436 | [
"no_license"
] | [
{
"path": "roles/mysql-s/handlers/main.yml",
"content": "---\n# handlers file for mysql-s",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "roles/mysql-s/vars/main.yml",
"content": "---\n# vars file for mysql-s",
"license_type": "no_license",... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 644,
"all_permissive": false
} |
ansible_role | somudas15/learn-simple-web-project | 0af3c68e9de495e37986bce01cd7492a9b8d7613 | 0 | roles/python-package | 436 | [
"no_license"
] | [
{
"path": "roles/python-package/tasks/main.yml",
"content": "---\n - name: Install python dependencies\n yum: \n name:\n - python\n - python-setuptools\n - python-pip\n - python3-PyMySQL\n state: present",
"license_type": "no_license",
"detected_licenses": [],
"size... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 346,
"all_permissive": false
} |
ansible_role | jkubacki/dockerapp | b457a97d3e4f64beff15d26e13d16da8695d42a5 | 0 | roles/winggundamth.docker_machine | 436 | [
"no_license"
] | [
{
"path": "roles/winggundamth.docker_machine/tasks/docker_machine_check.yml",
"content": "---\n- block: # Check and install Docker Machine\n - name: Check if docker machine version {{ docker_machine_install_version }} is installed\n shell: |\n docker-machine --version |\n grep \"version {{ doc... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1145,
"all_permissive": false
} |
ansible_role | palazzem/octo-caller | 600147a8d4870a5f615c657e07ac5772617004bb | 0 | provisioning/roles/kafka | 436 | [
"no_license"
] | [
{
"path": "provisioning/roles/kafka/templates/kafka.j2",
"content": "[Unit]\nDescription=Kafka broker\nRequires=zookeeper.service\nAfter=network.target zookeeper.service\n\n[Service]\nUser=vagrant\nExecStart={{kafka_home}}/bin/kafka-server-start.sh {{kafka_home}}/config/server.properties\n\n[Install]\nWante... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1228,
"all_permissive": false
} |
ansible_role | palazzem/octo-caller | 600147a8d4870a5f615c657e07ac5772617004bb | 0 | provisioning/roles/system | 436 | [
"no_license"
] | [
{
"path": "provisioning/roles/system/tasks/main.yml",
"content": "---\n\n# provision the node with common dependencies\n\n- name: installing prerequisites\n yum: name={{item}} state=latest\n become_user: root\n with_items:\n - tar\n - java\n",
"license_type": "no_license",
"detected_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 178,
"all_permissive": false
} |
ansible_role | PacktPublishing/Learn-Ansible | a380f705ff30fc49545882f537e6a63231b83c01 | 40 | Chapter04/lamp/roles/apache | 436 | [
"no_license"
] | [
{
"path": "Chapter04/lamp/roles/apache/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/apache",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "Chapter04/lamp/roles/apache/vars/main.yml",
"content"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 2697,
"all_permissive": false
} |
ansible_role | PacktPublishing/Learn-Ansible | a380f705ff30fc49545882f537e6a63231b83c01 | 40 | Chapter04/lamp/roles/common | 436 | [
"no_license"
] | [
{
"path": "Chapter04/lamp/roles/common/handlers/main.yml",
"content": "---\n# handlers file for roles/common\n\n- name: \"restart ntp\"\n service:\n name: \"ntpd\"\n state: \"restarted\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 110
},
{
"path": "Chapt... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1420,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.