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 | enowars/bambictf | 0d81c05370c79d0c9eff819c656b4d086aa770fb | 15 | ansible/roles/dotnetsdk | 4,737 | [
"no_license"
] | [
{
"path": "ansible/roles/dotnetsdk/tasks/main.yml",
"content": "---\n- name: Install dotnet sdk\n apt:\n name: \"dotnet-sdk-8.0\"\n state: present\n cache_valid_time: 250\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 110
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 110,
"all_permissive": false
} |
ansible_role | enowars/bambictf | 0d81c05370c79d0c9eff819c656b4d086aa770fb | 15 | ansible/roles/enoelk | 4,737 | [
"no_license"
] | [
{
"path": "ansible/roles/enoelk/files/EnoELK/setup.sh",
"content": "#!/bin/sh\nset -e\ncd \"$(dirname \"$0\")\"\n\napt-get update && apt-get install -y --no-install-recommends curl\n\nwhile ! curl -sq http://elasticsearch:9200; do\n echo \"Waiting for elasticsearch to start...\";\n sleep 3;\ndone\nwhi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 10058,
"all_permissive": false
} |
ansible_role | enowars/bambictf | 0d81c05370c79d0c9eff819c656b4d086aa770fb | 15 | ansible/roles/enoengine | 4,737 | [
"no_license"
] | [
{
"path": "ansible/roles/enoengine/meta/main.yml",
"content": "dependencies:\r\n - role: \"dotnetsdk\"\r\n - role: \"docker\"\r\n - role: \"programs\"\r\n vars:\r\n programs_list:\r\n - git\r\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 128
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3874,
"all_permissive": false
} |
ansible_role | enowars/bambictf | 0d81c05370c79d0c9eff819c656b4d086aa770fb | 15 | ansible/roles/filebeat | 4,737 | [
"no_license"
] | [
{
"path": "ansible/roles/filebeat/templates/filebeat.yml.j2",
"content": "filebeat.inputs:\r\n- type: log\r\n paths:\r\n - '/services/data/*.log'\r\n\r\n- type: container\r\n paths:\r\n - '/var/lib/docker/containers/*/*.log'\r\n\r\nfilebeat.config.modules:\r\n path: ${path.config}/modules.d/*.yml\r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1190,
"all_permissive": false
} |
ansible_role | enowars/bambictf | 0d81c05370c79d0c9eff819c656b4d086aa770fb | 15 | ansible/roles/firewall | 4,737 | [
"no_license"
] | [
{
"path": "ansible/roles/firewall/tasks/main.yml",
"content": "---\n- name: Allow all loopback traffic\n iptables:\n chain: INPUT\n in_interface: lo\n jump: ACCEPT\n\n- name: Allow related/established input traffic\n iptables:\n chain: INPUT\n ctstate: [RELATED, ESTABLISHED]\n jump: ACCE... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2174,
"all_permissive": false
} |
ansible_role | enowars/bambictf | 0d81c05370c79d0c9eff819c656b4d086aa770fb | 15 | ansible/roles/iptables_persistent | 4,737 | [
"no_license"
] | [
{
"path": "ansible/roles/iptables_persistent/tasks/main.yml",
"content": "---\n- name: Persist iptables config\n shell: \"iptables-save > /etc/iptables/rules.v4\"\n\n- name: Persist ip6tables config\n shell: \"ip6tables-save > /etc/iptables/rules.v6\"\n",
"license_type": "no_license",
"detected_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 290,
"all_permissive": false
} |
ansible_role | enowars/bambictf | 0d81c05370c79d0c9eff819c656b4d086aa770fb | 15 | ansible/roles/journalbeat | 4,737 | [
"no_license"
] | [
{
"path": "ansible/roles/journalbeat/tasks/main.yml",
"content": "---\n- name: Check if journalbeat is installed\n command: dpkg-query -W journalbeat\n register: journalbeat_check_deb\n failed_when: journalbeat_check_deb.rc > 1\n changed_when: journalbeat_check_deb.rc == 1\n\n- name: Download journalbea... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 796,
"all_permissive": false
} |
ansible_role | enowars/bambictf | 0d81c05370c79d0c9eff819c656b4d086aa770fb | 15 | ansible/roles/metricbeat | 4,737 | [
"no_license"
] | [
{
"path": "ansible/roles/metricbeat/tasks/main.yml",
"content": "---\n- name: Check if Metricbeat is installed\n command: dpkg-query -W metricbeat\n register: metricbeat_check_deb\n failed_when: metricbeat_check_deb.rc > 1\n changed_when: metricbeat_check_deb.rc == 1\n\n- name: Download Metricbeat\n ge... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 777,
"all_permissive": false
} |
ansible_role | enowars/bambictf | 0d81c05370c79d0c9eff819c656b4d086aa770fb | 15 | ansible/roles/pip_packages | 4,737 | [
"no_license"
] | [
{
"path": "ansible/roles/pip_packages/tasks/main.yml",
"content": "---\n- name: Install pip packages\n ansible.builtin.pip:\n name: \"{{ pip_packages_list }}\"\n umask: \"0022\"\n break_system_packages: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 142
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 230,
"all_permissive": false
} |
ansible_role | enowars/bambictf | 0d81c05370c79d0c9eff819c656b4d086aa770fb | 15 | ansible/roles/programs | 4,737 | [
"no_license"
] | [
{
"path": "ansible/roles/programs/tasks/main.yml",
"content": "---\n- name: Install all the needed programs and do an update\n apt:\n name: \"{{ programs_list }}\"\n force_apt_get: true\n autoremove: true\n cache_valid_time: 3000\n state: present\n",
"license_type": "no_license",
"de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 191,
"all_permissive": false
} |
ansible_role | enowars/bambictf | 0d81c05370c79d0c9eff819c656b4d086aa770fb | 15 | ansible/roles/root_password_login | 4,737 | [
"no_license"
] | [
{
"path": "ansible/roles/root_password_login/tasks/main.yml",
"content": "---\n- name: Configure sshd to allow root login with password\n lineinfile:\n dest: /etc/ssh/sshd_config\n regexp: '^PermitRootLogin'\n line: \"PermitRootLogin yes\"\n state: present\n backup: true\n",
"license_typ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 205,
"all_permissive": false
} |
ansible_role | enowars/bambictf | 0d81c05370c79d0c9eff819c656b4d086aa770fb | 15 | ansible/roles/router_arkime | 4,737 | [
"no_license"
] | [
{
"path": "ansible/roles/router_arkime/files/BambiArkime/arkime-viewer.sh",
"content": "cd /opt/arkime/viewer\nwhile :\ndo\n echo \"Starting Arkime viewer\"\n /opt/arkime/bin/node viewer.js -c /opt/arkime/etc/config.ini --host $1 -n $1\n sleep 5\ndone\n",
"license_type": "no_license",
"detected_l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 10257,
"all_permissive": false
} |
ansible_role | enowars/bambictf | 0d81c05370c79d0c9eff819c656b4d086aa770fb | 15 | ansible/roles/router_iptables | 4,737 | [
"no_license"
] | [
{
"path": "ansible/roles/router_iptables/tasks/main.yml",
"content": "---\n- name: Allow wireguard input traffic (game)\n iptables:\n chain: INPUT\n in_interface: eth0\n destination_port: \"51820\"\n protocol: udp\n jump: ACCEPT\n\n- name: Allow wireguard input traffic (internal)\n iptables... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 6347,
"all_permissive": false
} |
ansible_role | enowars/bambictf | 0d81c05370c79d0c9eff819c656b4d086aa770fb | 15 | ansible/roles/router_openvpn | 4,737 | [
"no_license"
] | [
{
"path": "ansible/roles/router_openvpn/tasks/main.yml",
"content": "---\n- name: Copy team openvpn server configs\n copy:\n src: \"{{ playbook_dir }}/../config/export/ansible/routers/openvpn/\"\n dest: /etc/openvpn/server\n mode: \"0644\"\n\n- name: Allow openvpn input traffic\n iptables:\n c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 497,
"all_permissive": false
} |
ansible_role | enowars/bambictf | 0d81c05370c79d0c9eff819c656b4d086aa770fb | 15 | ansible/roles/router_trafficcapture | 4,737 | [
"no_license"
] | [
{
"path": "ansible/roles/router_trafficcapture/files/move_pcap.sh",
"content": "#!/bin/sh\nset -e\n\nPCAP_HEADER_SIZE=24\nFILESIZE=$(stat -c%s \"$1\")\n\nif [ \"$FILESIZE\" -gt \"$PCAP_HEADER_SIZE\" ]\nthen\n echo \"moving $1 ($FILESIZE bytes)\"\n mv $1 ../pcaps_arkime\n touch ../pcaps_arkime/$1\nf... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1436,
"all_permissive": false
} |
ansible_role | enowars/bambictf | 0d81c05370c79d0c9eff819c656b4d086aa770fb | 15 | ansible/roles/ssh_keys | 4,737 | [
"no_license"
] | [
{
"path": "ansible/roles/ssh_keys/tasks/main.yml",
"content": "---\r\n- name: Pull authkeys from github\r\n authorized_key:\r\n user: root\r\n state: present\r\n key: \"https://github.com/{{ item }}.keys\"\r\n with_items: \"{{ github_ssh_keys }}\"\r\n",
"license_type": "no_license",
"dete... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 181,
"all_permissive": false
} |
ansible_role | enowars/bambictf | 0d81c05370c79d0c9eff819c656b4d086aa770fb | 15 | ansible/roles/tmux | 4,737 | [
"no_license"
] | [
{
"path": "ansible/roles/tmux/tasks/main.yml",
"content": "---\n- name: Copy tmux conf\n copy:\n src: .tmux.conf\n dest: /root/.tmux.conf\n mode: \"0644\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 99
},
{
"path": "ansible/roles/tmux/meta/main.yml"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 185,
"all_permissive": false
} |
ansible_role | enowars/bambictf | 0d81c05370c79d0c9eff819c656b4d086aa770fb | 15 | ansible/roles/vuln_checkers | 4,737 | [
"no_license"
] | [
{
"path": "ansible/roles/vuln_checkers/tasks/main.yml",
"content": "---\r\n- name: Create /services\r\n file:\r\n path: /services\r\n state: directory\r\n mode: \"0755\"\r\n\r\n- name: Clean local checker services cache\r\n file:\r\n path: ./services/{{ inventory_hostname }}/{{ item.key }}\r\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1142,
"all_permissive": false
} |
ansible_role | enowars/bambictf | 0d81c05370c79d0c9eff819c656b4d086aa770fb | 15 | ansible/roles/vuln_services | 4,737 | [
"no_license"
] | [
{
"path": "ansible/roles/vuln_services/tasks/main.yml",
"content": "---\r\n- name: Create /services\r\n file:\r\n path: /services\r\n state: directory\r\n mode: \"0755\"\r\n\r\n- name: Clean local services cache\r\n become: false\r\n file:\r\n path: ./services/{{ inventory_hostname }}/dockere... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1026,
"all_permissive": false
} |
ansible_role | enowars/bambictf | 0d81c05370c79d0c9eff819c656b4d086aa770fb | 15 | ansible/roles/vulnbox_enomoloch | 4,737 | [
"no_license"
] | [
{
"path": "ansible/roles/vulnbox_enomoloch/tasks/main.yml",
"content": "---\r\n- name: Increase max_map_count\r\n sysctl:\r\n name: vm.max_map_count\r\n value: \"262144\"\r\n sysctl_set: true\r\n\r\n- name: Install tcpdump\r\n apt:\r\n name: tcpdump\r\n state: present\r\n update_cache: t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2250,
"all_permissive": false
} |
ansible_role | enowars/bambictf | 0d81c05370c79d0c9eff819c656b4d086aa770fb | 15 | ansible/roles/wireguard | 4,737 | [
"no_license"
] | [
{
"path": "ansible/roles/wireguard/meta/main.yml",
"content": "dependencies:\n - role: \"programs\"\n vars:\n programs_list:\n - wireguard\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 86
},
{
"path": "ansible/roles/wireguard/tasks/main.yml",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 201,
"all_permissive": false
} |
ansible_role | enowars/bambictf | 0d81c05370c79d0c9eff819c656b4d086aa770fb | 15 | ansible/roles/wireguard_configs | 4,737 | [
"no_license"
] | [
{
"path": "ansible/roles/wireguard_configs/tasks/main.yml",
"content": "---\n- name: Copy wg configs\n copy:\n src: \"{{ playbook_dir }}/../config/export/ansible/{{ wireguard_configs_dir }}/\"\n dest: /etc/wireguard/\n mode: \"0600\"\n",
"license_type": "no_license",
"detected_licenses": [... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 199,
"all_permissive": false
} |
ansible_role | dokuhebi/home_config | f3a3b50450af93b71109a81ea68e6b8533a645e9 | 0 | roles/ansible-role-bind | 4,737 | [
"no_license"
] | [
{
"path": "roles/ansible-role-bind/tasks/main.yml",
"content": "---\n# tasks file for Bind setup\n- name: Install bind\n yum:\n pkg: bind\n state: installed\n\n- name: Set hostname\n hostname:\n name: \"{{ ansible_host }}\"\n\n- name: Copy named conf file\n template:\n src: named.conf.j2\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1396,
"all_permissive": false
} |
ansible_role | dokuhebi/home_config | f3a3b50450af93b71109a81ea68e6b8533a645e9 | 0 | roles/ansible-role-couchpotato | 4,737 | [
"no_license"
] | [
{
"path": "roles/ansible-role-couchpotato/templates/couchpotato.service.j2",
"content": "[Unit]\n\nDescription=CouchPotato application instance\nAfter=network.target\n\n[Service]\n\nExecStart=/var/www/CouchPotatoServer/CouchPotato.py\nType=simple\nUser=couchpotato\nGroup=couchpotato\n\n[Install]\n\nWantedBy... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1089,
"all_permissive": false
} |
ansible_role | dokuhebi/home_config | f3a3b50450af93b71109a81ea68e6b8533a645e9 | 0 | roles/ansible-role-dyndns | 4,737 | [
"no_license"
] | [
{
"path": "roles/ansible-role-dyndns/tasks/main.yml",
"content": "---\n\n- name: Install ddclient\n package:\n name: ddclient\n state: present\n\n# Need to vault this\n\n#- name: Install ddclient config\n# template:\n# src: ddclient.conf.j2\n# dest: /etc/ddclient.conf \n# mode: 0600\n# ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 566,
"all_permissive": false
} |
ansible_role | dokuhebi/home_config | f3a3b50450af93b71109a81ea68e6b8533a645e9 | 0 | roles/ansible-role-icinga | 4,737 | [
"no_license"
] | [
{
"path": "roles/ansible-role-icinga/tasks/config_icinga.yml",
"content": "---\n\n- name: Icinga hosts configuration\n template:\n src: etc/icinga2/conf.d/hosts.j2\n dest: etc/icinga2/conf.d/hosts\n backup: yes\n notify: restart icinga2\n",
"license_type": "no_license",
"detected_licenses... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2587,
"all_permissive": false
} |
ansible_role | dokuhebi/home_config | f3a3b50450af93b71109a81ea68e6b8533a645e9 | 0 | roles/ansible-role-ipvanish | 4,737 | [
"no_license"
] | [
{
"path": "roles/ansible-role-ipvanish/templates/ipvanish.txt.j2",
"content": "{{ ipvanish_userid }}\n{{ ipvanish_password }}\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 47
},
{
"path": "roles/ansible-role-ipvanish/tasks/main.yml",
"content": "---\n\n- ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1256,
"all_permissive": false
} |
ansible_role | dokuhebi/home_config | f3a3b50450af93b71109a81ea68e6b8533a645e9 | 0 | roles/ansible-role-nginx-movim | 4,737 | [
"no_license"
] | [
{
"path": "roles/ansible-role-nginx-movim/tasks/main.yml",
"content": "---\n\n- name: Install nginx\n apt:\n name: nginx\n\n- name: Enable nginx service\n systemd:\n name: sonarr\n daemon_reload: yes\n enabled: yes\n\n- name: Install the nginx config file\n template:\n src: default.j2\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2169,
"all_permissive": false
} |
ansible_role | dokuhebi/home_config | f3a3b50450af93b71109a81ea68e6b8533a645e9 | 0 | roles/ansible-role-nginx-plex | 4,737 | [
"no_license"
] | [
{
"path": "roles/ansible-role-nginx-plex/tasks/main.yml",
"content": "---\n\n- name: Install nginx\n apt:\n name: nginx\n\n- name: Enable nginx service\n systemd:\n name: nginx\n daemon_reload: yes\n enabled: yes\n\n- name: Install the nginx config file\n template:\n src: default.j2\n d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 287,
"all_permissive": false
} |
ansible_role | dokuhebi/home_config | f3a3b50450af93b71109a81ea68e6b8533a645e9 | 0 | roles/ansible-role-ombi | 4,737 | [
"no_license"
] | [
{
"path": "roles/ansible-role-ombi/tasks/main.yml",
"content": "---\n\n- name: Add the ombi key\n apt_key:\n url: \"https://repo.ombi.turd.me/pubkey.txt\"\n state: present\n\n- name: Ensure the Ombi APT repo is present\n apt_repository:\n repo: \"deb http://repo.ombi.turd.me/stable/ jessie main\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 353,
"all_permissive": false
} |
ansible_role | dokuhebi/home_config | f3a3b50450af93b71109a81ea68e6b8533a645e9 | 0 | roles/ansible-role-organizr | 4,737 | [
"no_license"
] | [
{
"path": "roles/ansible-role-organizr/tasks/main.yml",
"content": "---\n\n- name: Install git\n package:\n name: git\n state: present\n\n- name: Make sure install folder exists\n file:\n path: \"{{ organizr_install_dir }}\"\n state: directory\n mode: 0755 \n\n- name: Pull from Organizr re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 332,
"all_permissive": false
} |
ansible_role | dokuhebi/home_config | f3a3b50450af93b71109a81ea68e6b8533a645e9 | 0 | roles/ansible-role-plex-plugins | 4,737 | [
"no_license"
] | [
{
"path": "roles/ansible-role-plex-plugins/handlers/main.yml",
"content": "---\n\n- name: Restart Plex Media Server\n service:\n name: plexmediaserver\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 97
},
{
"path": "roles/ansible-role-pl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 896,
"all_permissive": false
} |
ansible_role | dokuhebi/home_config | f3a3b50450af93b71109a81ea68e6b8533a645e9 | 0 | roles/ansible-role-plexmediaserver | 4,737 | [
"no_license"
] | [
{
"path": "roles/ansible-role-plexmediaserver/tasks/main.yml",
"content": "---\n- name: \"Checking installed/running version\"\n shell: ps -ef | grep -i plex | grep {{ plex_server_version }} &> /dev/null\n register: process_results\n\n- name: \"Download the .deb file for Plex Media Server version {{ plex_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1128,
"all_permissive": false
} |
ansible_role | dokuhebi/home_config | f3a3b50450af93b71109a81ea68e6b8533a645e9 | 0 | roles/ansible-role-sonarr | 4,737 | [
"no_license"
] | [
{
"path": "roles/ansible-role-sonarr/templates/sonarr.service.j2",
"content": "[Unit]\nDescription=Sonarr Daemon\nAfter=network.target\n\n[Service]\nUser=nzbdrone\nGroup=nzbdrone\n\nType=simple\nExecStart=/usr/bin/mono /opt/NzbDrone/NzbDrone.exe -nobrowser\nTimeoutStopSec=20\nKillMode=process\nRestart=on-fa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1153,
"all_permissive": false
} |
ansible_role | dokuhebi/home_config | f3a3b50450af93b71109a81ea68e6b8533a645e9 | 0 | roles/ansible-role-webtatic-php | 4,737 | [
"no_license"
] | [
{
"path": "roles/ansible-role-webtatic-php/tasks/main.yml",
"content": "---\n\n- name: Install epel\n yum:\n name: epel-release\n state: present\n\n- name: Add Webtatic repo\n yum:\n name: https://mirror.webtatic.com/yum/el7/webtatic-release.rpm\n state: present\n\n- name: install webtatic ph... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1471,
"all_permissive": false
} |
ansible_role | dokuhebi/home_config | f3a3b50450af93b71109a81ea68e6b8533a645e9 | 0 | roles/ansible-role-zabbix | 4,737 | [
"no_license"
] | [
{
"path": "roles/ansible-role-zabbix/tasks/zabbix.yml",
"content": "---\n\n- name: Install zabbix repo\n yum:\n name: http://repo.zabbix.com/zabbix/3.5/rhel/7/x86_64/zabbix-release-3.5-1.el7.noarch.rpm\n state: present\n\n- name: Install zabbix software\n yum:\n name: \"{{ packages }}\"\n stat... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 864,
"all_permissive": false
} |
ansible_role | dokuhebi/home_config | f3a3b50450af93b71109a81ea68e6b8533a645e9 | 0 | roles/ansible-role-zabbix-agent | 4,737 | [
"no_license"
] | [
{
"path": "roles/ansible-role-zabbix-agent/tasks/firewall.yml",
"content": "---\n\n- name: Enable web access (http)\n firewalld:\n service: http\n permanent: true\n state: enabled\n immediate: true\n\n- name: Enable web access (https)\n firewalld:\n service: https\n permanent: true\n ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2319,
"all_permissive": false
} |
ansible_role | y-araki-git/ansible-kernel-patch | 1bd211d12f8320db3c79100543fc55c45981d4a2 | 0 | roles/kernel_check | 4,737 | [
"no_license"
] | [
{
"path": "roles/kernel_check/tasks/kernel_check.yml",
"content": "- name: check process\n become: yes\n shell: \"ps -aef | sort | sed -e 's# \\\\+# #g' | cut -d' ' -f1,8- | sort > /tmp/prosess.list\"\n\n- name: check message error\n become: yes\n shell: grep -i \" err\\|fail\\|not\\|n't\" /var/log/mes... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 703,
"all_permissive": false
} |
ansible_role | y-araki-git/ansible-kernel-patch | 1bd211d12f8320db3c79100543fc55c45981d4a2 | 0 | roles/patch | 4,737 | [
"no_license"
] | [
{
"path": "roles/patch/tasks/main.yml",
"content": "---\n- include: patch.yml\n tags: patch\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "roles/patch/tasks/patch.yml",
"content": "- name: replace /etc/yum.conf\n become: yes\n replace: \n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2555,
"all_permissive": false
} |
ansible_role | void-sector/vagrant-lemp | 65164f1debf38e50407f5d4394e6d9521725dc04 | 0 | playbooks/roles/composer | 4,737 | [
"no_license"
] | [
{
"path": "playbooks/roles/composer/tasks/main.yml",
"content": " - name: download composer\n get_url: url=https://getcomposer.org/composer.phar dest=/usr/bin/composer mode=0755\n sudo: true",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 127
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 127,
"all_permissive": false
} |
ansible_role | void-sector/vagrant-lemp | 65164f1debf38e50407f5d4394e6d9521725dc04 | 0 | playbooks/roles/nginx | 4,737 | [
"no_license"
] | [
{
"path": "playbooks/roles/nginx/tasks/main.yml",
"content": "- name: install nginx\n apt: name=nginx state=latest update_cache=yes\n sudo: true\n \n- name: install php-fpm in nginx config\n template: src=site dest=/etc/nginx/sites-available/default\n sudo: true\n notify: \n - restart nginx\n\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 368,
"all_permissive": false
} |
ansible_role | void-sector/vagrant-lemp | 65164f1debf38e50407f5d4394e6d9521725dc04 | 0 | playbooks/roles/php | 4,737 | [
"no_license"
] | [
{
"path": "playbooks/roles/php/tasks/main.yml",
"content": "---\n - name: Install PHP\n sudo: yes\n apt: name={{ item }} state=latest update_cache=yes\n with_items:\n - php5-fpm\n - php5-mcrypt\n - php5-mysqlnd\n - php5-cli\n - php5-intl\n - php5-curl\n - php5-json\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 322,
"all_permissive": false
} |
ansible_role | void-sector/vagrant-lemp | 65164f1debf38e50407f5d4394e6d9521725dc04 | 0 | playbooks/roles/symfony2 | 4,737 | [
"no_license"
] | [
{
"path": "playbooks/roles/symfony2/defaults/main.yml",
"content": "---\n# defaults file for symfony2\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "playbooks/roles/symfony2/tasks/main.yml",
"content": "---\n# tasks file for symfony2\n\n- na... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 208,
"all_permissive": false
} |
ansible_role | luckymuk/vagrant | d1dfb2761f3d036111fe8bf151b3265936954ca0 | 1 | vegakub/ansible/roles/add-libraries | 4,737 | [
"no_license"
] | [
{
"path": "vegakub/ansible/roles/add-libraries/tasks/CentOS.yml",
"content": "--- \n - name: Install packages via yum\n yum:\n name: \"{{ packages }}\"\n state: present\n update_cache: yes\n vars:\n packages:\n - git\n - gcc\n - ca-certificates\n - openssl-d... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1784,
"all_permissive": false
} |
ansible_role | luckymuk/vagrant | d1dfb2761f3d036111fe8bf151b3265936954ca0 | 1 | vegakub/ansible/roles/f5-aws-info | 4,737 | [
"no_license"
] | [
{
"path": "vegakub/ansible/roles/f5-aws-info/tasks/main.yml",
"content": "\n - name: Include our vault that holds our environment specific AWS and F5 credentials\n include_vars: ../../inventory/{{ env }}//vault_aws_creds.yml\n\n # - name: Include our environment specific AWS variables\n # include_va... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 442,
"all_permissive": false
} |
ansible_role | luckymuk/vagrant | d1dfb2761f3d036111fe8bf151b3265936954ca0 | 1 | vegakub/ansible/roles/f5-destroy-env | 4,737 | [
"no_license"
] | [
{
"path": "vegakub/ansible/roles/f5-destroy-env/tasks/destroy-stack.yml",
"content": "\n # - name: Display passed var\n # debug:\n # msg: \"Stack Name {{ item }}\"\n\n - name: Generating stack name\n set_fact: \n stack_name: \"{{ stack_base_name }}-{{ item.name }}\"\n\n # Burn the house d... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 937,
"all_permissive": false
} |
ansible_role | luckymuk/vagrant | d1dfb2761f3d036111fe8bf151b3265936954ca0 | 1 | vegakub/ansible/roles/f5-looping-examples | 4,737 | [
"no_license"
] | [
{
"path": "vegakub/ansible/roles/f5-looping-examples/tasks/bigip_sys_global/timeout.yml",
"content": "---\n- name: Disable the initial setup screen\n bigip_sys_global:\n console_timeout: \"{{ console_timeout }}\"\n validate_certs: no\n server: \"{{ inventory_hostname }}\"\n user: \"{{ f5_user }... | {
"task_files": 17,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 18,
"total_bytes": 8822,
"all_permissive": false
} |
ansible_role | Stackclash/k3s-ansible | 28828f33fac15ff3381a113cee7ace753710bc1c | 0 | roles/dashboard | 4,737 | [
"no_license"
] | [
{
"path": "roles/dashboard/templates/user.yml.j2",
"content": "---\napiVersion: v1\nkind: ServiceAccount\nmetadata:\n name: {{ username }}\n namespace: kubernetes-dashboard\n---\napiVersion: rbac.authorization.k8s.io/v1\nkind: ClusterRoleBinding\nmetadata:\n name: {{ username }}\nroleRef:\n apiGroup: rb... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1996,
"all_permissive": false
} |
ansible_role | Stackclash/k3s-ansible | 28828f33fac15ff3381a113cee7ace753710bc1c | 0 | roles/k3s | 4,737 | [
"no_license"
] | [
{
"path": "roles/k3s/tasks/main.yml",
"content": "---\n- include: kubeconfig.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "roles/k3s/tasks/kubeconfig.yml",
"content": "---\n- name: kubeconfig | get public ip address\n run_once: true\n r... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1449,
"all_permissive": false
} |
ansible_role | Stackclash/k3s-ansible | 28828f33fac15ff3381a113cee7ace753710bc1c | 0 | roles/k3s-cleanup | 4,737 | [
"no_license"
] | [
{
"path": "roles/k3s-cleanup/tasks/main.yml",
"content": "- name: Uninstall K3s for Master Node\n when: hostvars[inventory_hostname].group_names[0] == 'master'\n command: /usr/local/bin/k3s-uninstall.sh\n- name: Uninstall K3s for Worker Node\n when: hostvars[inventory_hostname].group_names[0] != 'master'... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 295,
"all_permissive": false
} |
ansible_role | Stackclash/k3s-ansible | 28828f33fac15ff3381a113cee7ace753710bc1c | 0 | roles/k3s-common | 4,737 | [
"no_license"
] | [
{
"path": "roles/k3s-common/handlers/main.yml",
"content": "- name: reboot\n reboot:\n reboot_timeout: 3600",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 49
},
{
"path": "roles/k3s-common/tasks/main.yml",
"content": "- name: \"set timezone to {{ timezone ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 423,
"all_permissive": false
} |
ansible_role | Stackclash/k3s-ansible | 28828f33fac15ff3381a113cee7ace753710bc1c | 0 | roles/k3s-master | 4,737 | [
"no_license"
] | [
{
"path": "roles/k3s-master/tasks/main.yml",
"content": "- name: Get Public IP Address\n register: ip_address\n ipify_facts:\n timeout: 20\n- name: Install k3s as master node\n when: groups['master'][0] == inventory_hostname\n shell: curl -sfL https://get.k3s.io | sh -s - server {{ '--cluster-init ' ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1642,
"all_permissive": false
} |
ansible_role | Stackclash/k3s-ansible | 28828f33fac15ff3381a113cee7ace753710bc1c | 0 | roles/k3s-worker | 4,737 | [
"no_license"
] | [
{
"path": "roles/k3s-worker/tasks/main.yml",
"content": "- name: Install k3s as worker node\n shell: curl -sfL https://get.k3s.io | sh -s - agent\n environment:\n K3S_URL: https://{{ hostvars[groups['master'][0]].ansible_default_ipv4.address }}:6443\n K3S_TOKEN: \"{{ hostvars[groups['master'][0]].to... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 276,
"all_permissive": false
} |
ansible_role | bitphage/dracut-ceph-playground | 30f307677eb94b9e2ce0ac5d44d93d6d4422d328 | 0 | roles/dracut-playground | 4,657 | [
"no_license"
] | [
{
"path": "roles/dracut-playground/templates/40_custom",
"content": "#!/bin/sh\nexec tail -n +3 $0\n# This file provides an easy way to add custom menu entries. Simply type the\n# menu entries you want to add after this comment. Be careful not to change\n# the 'exec tail' line above.\n\n\nmenuentry 'CentO... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3341,
"all_permissive": false
} |
ansible_role | khoukhaa/playbooks | faa1da0f742cde86acc433ff93c068f0c6684c76 | 0 | roles/user-create | 4,657 | [
"no_license"
] | [
{
"path": "roles/user-create/tasks/main.yml",
"content": "---\n- name: Creating users\n user:\n name: \"{{ Syrine }}\"\n password: \"{{ '<PASSWORD>' | password_hash('<PASSWORD>') }}\"\n shell: /bin/bash\n group: wheel\n groups: wheel\n \n",
"license_type": "no_license",
"detect... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 189,
"all_permissive": false
} |
ansible_role | marieme21/Devops_projects | 78547f4e7ce992d2ddfe6aab1a869b94b5d775f7 | 0 | prometheus/roles/helm-setup | 4,657 | [
"no_license"
] | [
{
"path": "prometheus/roles/helm-setup/tasks/main.yml",
"content": "- name: Add Prometheus Helm repo\n ansible.builtin.command: helm repo add prometheus-community https://prometheus-community.github.io/helm-charts\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 146
}
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 146,
"all_permissive": false
} |
ansible_role | marieme21/Devops_projects | 78547f4e7ce992d2ddfe6aab1a869b94b5d775f7 | 0 | prometheus/roles/prometheus-deploy | 4,657 | [
"no_license"
] | [
{
"path": "prometheus/roles/prometheus-deploy/tasks/main.yml",
"content": "- name: Create monitoring namespace\n community.kubernetes.k8s:\n api_version: v1\n kind: Namespace\n name: monitoring\n state: present\n\n- name: Install kube-prometheus-stack\n ansible.builtin.command: >\n helm upg... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1258,
"all_permissive": false
} |
ansible_role | GethinLewis/Ansible_Task | 215e50fe2ed7e1dba857526f0f78d553c249de91 | 0 | roles/firewallservice | 4,657 | [
"no_license"
] | [
{
"path": "roles/firewallservice/tasks/main.yml",
"content": "---\n- name: Allow an app through firewall\n ansible.posix.firewalld:\n service: \"{{ firewall_reload_service }}\"\n zone: public\n permanent: true\n state: enabled\n\n- name: Reload the firewall\n ansible.builtin.service:\n name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 266,
"all_permissive": false
} |
ansible_role | nakamura0907/my-home-server | e73ae6ab3fb24dd698138a751cc96e049778e4f1 | 0 | roles/bind9 | 4,657 | [
"no_license"
] | [
{
"path": "roles/bind9/tasks/main.yml",
"content": "---\n- name: Install bind9 packages\n apt:\n name:\n - bind9\n # - bind9-utils\n - dnsutils\n state: latest\n update_cache: true\n\n- name: Copy template of bind9\n template:\n src: \"{{ item }}.j2\"\n dest: \"/etc/bind/{{ i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 723,
"all_permissive": false
} |
ansible_role | jingxianqiang/ansible-health-check | 2e9cb580f89adc74bdb04c3c7e7ae31215173bc0 | 0 | roles/config_check | 4,657 | [
"no_license"
] | [
{
"path": "roles/config_check/tasks/main.yml",
"content": "---\n\n#- name: Check os system type\n# debug: msg='Check os is Centos7 system.'\n# failed_when: ansible_distribution != \"Centos\" and ansible_distribution_major_version != '7'\n\n- name: Check OS Time Zone [CST]\n shell: if [ -n \"`date |grep C... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 36727,
"all_permissive": false
} |
ansible_role | jingxianqiang/ansible-health-check | 2e9cb580f89adc74bdb04c3c7e7ae31215173bc0 | 0 | roles/service_check | 4,657 | [
"no_license"
] | [
{
"path": "roles/service_check/tasks/main.yml",
"content": "---\n\n- include: serviceStatus.yml\n tags: serviceStatus\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 56
},
{
"path": "roles/service_check/tasks/serviceStatus.yml",
"content": "---\n\n- name: ch... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 6583,
"all_permissive": false
} |
ansible_role | tech-acs/ansible_bionic_server_provisioner | 222265a190f16a6e91b61405bc6a0a4c5d6363a4 | 1 | roles/common | 4,657 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- block:\n - name: \"Update cache\"\n apt: \n update_cache: yes\n \n - name: Change locale\n command: /usr/sbin/update-locale LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8\n notify: update tzdata\n\n - name: Install common... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 407,
"all_permissive": false
} |
ansible_role | tech-acs/ansible_bionic_server_provisioner | 222265a190f16a6e91b61405bc6a0a4c5d6363a4 | 1 | roles/configurations | 4,657 | [
"no_license"
] | [
{
"path": "roles/configurations/templates/site.withssl.conf.j2",
"content": "server {\n\tlisten 80;\n\n\troot {{ www_path }}{{ app }}/{{ is_not_laravel | default('public') }};\n\tindex index.php index.html index.htm;\n\n\tserver_name {{ app }};\n\n\tlocation / {\n\t\tautoindex on;\n\n\t\t# First attempt to ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2899,
"all_permissive": false
} |
ansible_role | tech-acs/ansible_bionic_server_provisioner | 222265a190f16a6e91b61405bc6a0a4c5d6363a4 | 1 | roles/deploy | 4,657 | [
"no_license"
] | [
{
"path": "roles/deploy/defaults/main.yml",
"content": "---\n# defaults file for deploy_source\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "roles/deploy/handlers/main.yml",
"content": "---\n- block:\n\n - name: Restart nginx\n action: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2266,
"all_permissive": false
} |
ansible_role | tech-acs/ansible_bionic_server_provisioner | 222265a190f16a6e91b61405bc6a0a4c5d6363a4 | 1 | roles/mssql_drivers | 4,657 | [
"no_license"
] | [
{
"path": "roles/mssql_drivers/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - configurations",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
},
{
"path": "roles/mssql_drivers/vars/main.yml",
"content": "---\n# vars... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1804,
"all_permissive": false
} |
ansible_role | tech-acs/ansible_bionic_server_provisioner | 222265a190f16a6e91b61405bc6a0a4c5d6363a4 | 1 | roles/nginx_and_php | 4,657 | [
"no_license"
] | [
{
"path": "roles/nginx_and_php/defaults/main.yml",
"content": "---\n# defaults file for provision_kiosks\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "roles/nginx_and_php/tasks/main.yml",
"content": "---\n- block:\n - name: Add repositor... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1381,
"all_permissive": false
} |
ansible_role | tech-acs/ansible_bionic_server_provisioner | 222265a190f16a6e91b61405bc6a0a4c5d6363a4 | 1 | roles/postgres_simple | 4,657 | [
"no_license"
] | [
{
"path": "roles/postgres_simple/tasks/main.yml",
"content": "---\n - name: Install postgres\n package: \n state: present\n name:\n - postgresql\n become: yes\n become_user: root\n\n - name: Install packages required to use community.general.postgresql_db\n package: \n st... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 730,
"all_permissive": false
} |
ansible_role | tech-acs/ansible_bionic_server_provisioner | 222265a190f16a6e91b61405bc6a0a4c5d6363a4 | 1 | roles/ssl | 4,657 | [
"no_license"
] | [
{
"path": "roles/ssl/tasks/main.yml",
"content": "---\n- block:\n # - name: Update cache\n # apt: update_cache=yes\n # ignore_errors: yes\n\n - name: Install certutil dependencies\n package:\n state: present\n name:\n - wget\n - libnss3-tools\n\n - nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 738,
"all_permissive": false
} |
ansible_role | anurag4418/sample-webapp | 72281a9fc4a660cd416ed066236976af2d9e3746 | 0 | roles/tomcat | 4,797 | [
"no_license"
] | [
{
"path": "roles/tomcat/defaults/main.yml",
"content": "---\ntomcat_user_group: 'tomcat'\ntomcat_user: 'tomcat'\ntomcat_user_home: '/opt/tomcat'\ntomcat_home: '/opt/tomcat'\ntomcat_version: '8.5.31'\njava_package_name: 'java-1.8.0-openjdk-devel'\njava_home: '/usr/lib/jvm/jre'\ntomcat_service_name: 'tomcat'\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3427,
"all_permissive": false
} |
ansible_role | anurag4418/sample-webapp | 72281a9fc4a660cd416ed066236976af2d9e3746 | 0 | roles/webapp | 4,797 | [
"no_license"
] | [
{
"path": "roles/webapp/tasks/main.yml",
"content": "---\n- name: Downloading Maven Binaries\n get_url:\n url: '{{ maven_download_url }}'\n dest: '{{ maven_directory }}/{{ maven_name }}'\n url_username: '{{ maven_download_username }}'\n url_password: '{{ maven_download_password }}'\n\n- name: U... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1928,
"all_permissive": false
} |
ansible_role | colmoc/fullpipeline | ea4760829ca94d38d6bfb694fec21f548a7e4698 | 0 | .circleci/ansible/roles/deploy | 4,797 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/deploy/tasks/main.yml",
"content": "- name: \"deploy new app\"\n shell: |\n ls -l\n kubectl create namespace production-{{ buildnumber }}\n dockerpath=colmoconchuir/capapp:0.1.{{ buildnumber }}\n kubectl create deployment python-housek8s-production-{{ buildnum... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 953,
"all_permissive": false
} |
ansible_role | colmoc/fullpipeline | ea4760829ca94d38d6bfb694fec21f548a7e4698 | 0 | .circleci/ansible/roles/setup | 4,797 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/setup/tasks/main.yml",
"content": "---\n- name: \"testing\"\n shell: |\n ls -l\n pwd\n cd /home/ec2-user/\n mkdir testdir\n cd testdir\n touch testfile.txt\n whoami > testfile.txt\n\n- name: \"deploy EKS\"\n shell: |\n ls -l\n eksctl create clu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 483,
"all_permissive": false
} |
ansible_role | samof76/locomate | 1fdacefce32d8779656681497884fd3413c57d64 | 0 | roles/atom | 4,797 | [
"no_license"
] | [
{
"path": "roles/atom/tasks/main.yml",
"content": "---\n# tasks file for atom\n- name: \"install atom ide\"\n apt: deb=\"https://github.com/atom/atom/releases/download/v1.8.0/atom-amd64.deb\" state=present\n become: yes\n\n# tasks to install apm - atom package manager\n",
"license_type": "no_license",... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 210,
"all_permissive": false
} |
ansible_role | samof76/locomate | 1fdacefce32d8779656681497884fd3413c57d64 | 0 | roles/common | 4,797 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n# tasks file for common\n- name: \"install all common packages\"\n apt: name={{ item }} state=latest\n with_items:\n - git\n - vim-nox\n - python-dev\n - python-pip\n - python-virtualenv\n - python-setuptools\n - flashplugin-in... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 742,
"all_permissive": false
} |
ansible_role | samof76/locomate | 1fdacefce32d8779656681497884fd3413c57d64 | 0 | roles/elixir | 4,797 | [
"no_license"
] | [
{
"path": "roles/elixir/defaults/main.yml",
"content": "---\n# defaults file for elixir\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "roles/elixir/tasks/main.yml",
"content": "---\n# tasks file for elixir\n- name: \"add erlange solutions re... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 407,
"all_permissive": false
} |
ansible_role | samof76/locomate | 1fdacefce32d8779656681497884fd3413c57d64 | 0 | roles/jdk | 4,797 | [
"no_license"
] | [
{
"path": "roles/jdk/tasks/main.yml",
"content": "---\n# tasks file for jdk\n- name: \"update repository for jdk\"\n apt_repository: repo=\"ppa:webupd8team/java\" state=present update_cache=yes\n become: yes\n\n- name: \"install oracle jdk\"\n apt: name=\"oracle-java8-installer\" state=present\n become:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 247,
"all_permissive": false
} |
ansible_role | samof76/locomate | 1fdacefce32d8779656681497884fd3413c57d64 | 0 | roles/rvm | 4,797 | [
"no_license"
] | [
{
"path": "roles/rvm/tasks/main.yml",
"content": "---\n- name: add the gpg key to trusted keys\n apt_key: keyserver=hkp://keys.gnupg.net id=<KEY>\n become: yes\n\n- name: run the installation command\n command: \"curl -sSL https://get.rvm.io | sudo bash\"\n",
"license_type": "no_license",
"detec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 202,
"all_permissive": false
} |
ansible_role | samof76/locomate | 1fdacefce32d8779656681497884fd3413c57d64 | 0 | roles/vagrant | 4,797 | [
"no_license"
] | [
{
"path": "roles/vagrant/tasks/main.yml",
"content": "---\n# tasks file for vagrant\n- name: \"add virtualbox apt-key to the system\"\n apt_key: url=http://download.virtualbox.org/virtualbox/debian/oracle_vbox_2016.asc state=present\n become: yes\n\n- name: \"add repo to the sources list\"\n apt_reposito... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 623,
"all_permissive": false
} |
ansible_role | frankcai/selfhosted | 2394550ef2248bec973ce7f74a5469ccb85a16f0 | 0 | roles/dns | 4,797 | [
"no_license"
] | [
{
"path": "roles/dns/templates/named.conf.local.j2",
"content": "zone \"{{ DNS_DOMAIN }}\" {\n type master;\n file \"/etc/bind/zones/db.{{ DNS_DOMAIN }}\";\n};\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 94
},
{
"path": "roles/dns/templates/db.domain.j2... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3328,
"all_permissive": false
} |
ansible_role | frankcai/selfhosted | 2394550ef2248bec973ce7f74a5469ccb85a16f0 | 0 | roles/vpn | 4,797 | [
"no_license"
] | [
{
"path": "roles/vpn/templates/wireguard.conf.j2",
"content": "[Interface]\nAddress = {{ WG_VPN_ADDRESS }}\nPrivateKey = {{ WG_VPN_PRIVATE_KEY }}\nListenPort = {{ WG_VPN_PORT }}\nMTU = 1280\n# setup packet forwarding\nPreUp = sysctl -w net.ipv4.ip_forward=1\n\n# setup iptables\nPostUp = iptables -A FORWARD ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1885,
"all_permissive": false
} |
ansible_role | frankcai/selfhosted | 2394550ef2248bec973ce7f74a5469ccb85a16f0 | 0 | roles/vps | 4,797 | [
"no_license"
] | [
{
"path": "roles/vps/tasks/main.yml",
"content": "---\n- name: Create systemd-resolved configuration directory\n ansible.builtin.file:\n path: /etc/systemd/resolved.conf.d\n state: directory\n mode: \"0755\"\n become: true\n\n- name: Configure per-domain DNS server for self-hosted services\n ans... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 7462,
"all_permissive": false
} |
ansible_role | kuntaldevo/quick-automated-ans | c2ef699b0f098ec27d30fba5e0b05e3f71f2fa82 | 0 | roles/gateway | 4,797 | [
"no_license"
] | [
{
"path": "roles/gateway/tasks/main.yml",
"content": "---\n\n- name: Ensure dig (bind-utils) is installed\n yum:\n name: bind-utils\n state: present\n\n- name: Extract gateway service name\n shell: \"rpm -qa | grep paxata-gateway | cut -d'-' -f3,4\"\n register: gateway_platform\n args:\n warn: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 4860,
"all_permissive": false
} |
ansible_role | kuntaldevo/quick-automated-ans | c2ef699b0f098ec27d30fba5e0b05e3f71f2fa82 | 0 | roles/pax-pipeline | 4,797 | [
"no_license"
] | [
{
"path": "roles/pax-pipeline/templates/paxata.properties.j2",
"content": "px.rootdir={{ spark_worker_cache_dir }}\npx.total.cache.capacity={{ spark_worker_cache_capacity_mb }}\n\n# The following are used by the pipeline startup script\npx.executor.memory={{ spark_worker_memory }}\npx.partition.maxBytes=100... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 7053,
"all_permissive": false
} |
ansible_role | kuntaldevo/quick-automated-ans | c2ef699b0f098ec27d30fba5e0b05e3f71f2fa82 | 0 | roles/simple-mongodb | 4,797 | [
"no_license"
] | [
{
"path": "roles/simple-mongodb/templates/mongod.conf.j2",
"content": "# mongod.conf\n\n# for documentation of all options, see:\n# http://docs.mongodb.org/manual/reference/configuration-options/\n\n# where to write logging data.\nsystemLog:\n destination: file\n logAppend: true\n path: {{ mongodb_logP... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 17303,
"all_permissive": false
} |
ansible_role | kuntaldevo/quick-automated-ans | c2ef699b0f098ec27d30fba5e0b05e3f71f2fa82 | 0 | roles/spark-master | 4,797 | [
"no_license"
] | [
{
"path": "roles/spark-master/tasks/main.yml",
"content": "---\n- name: Set Spark Master Environment Variable\n set_fact:\n spark_worker_memory: \"{{ spark_worker_memory }}\"\n spark_worker_cores: \"{{ spark_worker_cores }}\"\n when:\n - not use_existing_spark_on_yarn\n\n- name: Set Spark Master ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 7065,
"all_permissive": false
} |
ansible_role | kuntaldevo/quick-automated-ans | c2ef699b0f098ec27d30fba5e0b05e3f71f2fa82 | 0 | roles/spark-worker | 4,797 | [
"no_license"
] | [
{
"path": "roles/spark-worker/tasks/main.yml",
"content": "---\n\n# tasks file for spark-master\n- name: Set Spark Worker Environment Variable\n set_fact:\n spark_worker_memory: \"{{ spark_worker_memory }}\"\n spark_worker_cores: \"{{ spark_worker_cores }}\"\n minimum_iops_per_core: \"{{ minimum_i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 12207,
"all_permissive": false
} |
ansible_role | kuntaldevo/quick-automated-ans | c2ef699b0f098ec27d30fba5e0b05e3f71f2fa82 | 0 | roles/upgrade | 4,797 | [
"no_license"
] | [
{
"path": "roles/upgrade/tasks/main.yml",
"content": "---\n- debug: msg=\"play_hosts={{play_hosts}}\"\n\n\n- name: Fail now\n fail:\n msg: \"Fail now\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 92
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 92,
"all_permissive": false
} |
ansible_role | tabowling/virt-demo | abe9a837428db701ab75d2866fdc114f6c557730 | 0 | ansible/roles/common | 4,797 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "# See documentation for this core module as well as subscription-manager for further usage details.\n# http://docs.ansible.com/ansible/redhat_subscription_module.html\n#\n# All usernames and passwords should be stored in ansible-vault encrypted fi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 979,
"all_permissive": false
} |
ansible_role | tabowling/virt-demo | abe9a837428db701ab75d2866fdc114f6c557730 | 0 | ansible/roles/rhel | 4,797 | [
"no_license"
] | [
{
"path": "ansible/roles/rhel/vars/main.yml",
"content": "\nrepository_channels:\n - rhel-7-server-rpms\n - rhel-7-server-eus-rpms\n - rhel-7-server-optional-rpms\n - rhel-7-server-eus-optional-rpms\n - rhel-7-server-extras-rpms\n\n",
"license_type": "no_license",
"detected_licenses": [],
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 404,
"all_permissive": false
} |
ansible_role | dariagrudzien/nginx-example | 85059421ed5b9cc11269df8797d1b36b00f101a8 | 0 | roles/cron | 4,797 | [
"no_license"
] | [
{
"path": "roles/cron/tasks/main.yml",
"content": "# Setup cron jobs to run scripts and generate html files\n- name: \"Create the IPS cron job\"\n cron:\n job: \"{{ webserver_root }}/ips.sh > {{ webserver_root }}/ips.html\"\n name: \"ips\"\n minute: \"*/1\" # every minute\n state: present\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1078,
"all_permissive": false
} |
ansible_role | dariagrudzien/nginx-example | 85059421ed5b9cc11269df8797d1b36b00f101a8 | 0 | roles/install_docker | 4,797 | [
"no_license"
] | [
{
"path": "roles/install_docker/tasks/main.yml",
"content": "# Based on https://docs.docker.com/engine/install/ubuntu/\n\n- name: Install Prerequisites\n apt:\n update_cache: yes\n state: latest\n force_apt_get: yes\n\n- name: Allow apt to use a repo over HTTPS\n apt:\n upgrade: full\n upda... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1693,
"all_permissive": false
} |
ansible_role | dariagrudzien/nginx-example | 85059421ed5b9cc11269df8797d1b36b00f101a8 | 0 | roles/install_nginx | 4,797 | [
"no_license"
] | [
{
"path": "roles/install_nginx/handlers/main.yml",
"content": "- name: restart nginx\n shell: \"nginx -s reload\"\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 63
},
{
"path": "roles/install_nginx/tasks/main.yml",
"content": "# Installs Ngin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 6041,
"all_permissive": false
} |
ansible_role | dariagrudzien/nginx-example | 85059421ed5b9cc11269df8797d1b36b00f101a8 | 0 | roles/users | 4,797 | [
"no_license"
] | [
{
"path": "roles/users/tasks/main.yml",
"content": "# Creates two user accounts on a Ubuntu 20.04 host\n\n- name: Create groups for users\n group:\n name: \"{{ item }}\"\n state: present\n register: group\n become: true\n become_user: root\n changed_when: group.name == \"{{ item }}\"\n failed_wh... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2055,
"all_permissive": false
} |
ansible_role | burush0/wordpress-server-ansible | ecb16ab3b7374fa1b54083c0a5ff18ed5910d155 | 0 | roles/common | 4,797 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yaml",
"content": "---\n- name: Update apt cache\n apt:\n update_cache: yes\n\n- name: Update server packages\n apt:\n upgrade: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 113,
"all_permissive": false
} |
ansible_role | burush0/wordpress-server-ansible | ecb16ab3b7374fa1b54083c0a5ff18ed5910d155 | 0 | roles/final | 4,797 | [
"no_license"
] | [
{
"path": "roles/final/tasks/main.yaml",
"content": "---\n- name: Finalize installation\n debug:\n msg: \"finalizing\"\n notify: \n - Restart Apache2\n - Restart Nginx",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 117
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 117,
"all_permissive": false
} |
ansible_role | burush0/wordpress-server-ansible | ecb16ab3b7374fa1b54083c0a5ff18ed5910d155 | 0 | roles/firewall | 4,797 | [
"no_license"
] | [
{
"path": "roles/firewall/tasks/main.yaml",
"content": "---\n- name: Allow SSH, HTTP and HTTPS though the firewall\n community.general.ufw:\n rule: allow\n port: \"{{ item }}\"\n proto: tcp\n loop:\n - 22\n - 80\n - 443\n\n- name: Enable Firewall\n community.general.ufw:\n state: ena... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 259,
"all_permissive": false
} |
ansible_role | burush0/wordpress-server-ansible | ecb16ab3b7374fa1b54083c0a5ff18ed5910d155 | 0 | roles/nginx | 4,797 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yaml",
"content": "---\n- name: Install Nginx\n apt:\n name: nginx\n state: present\n update_cache: yes\n\n- name: Generate SSL key\n shell: openssl req -x509 -noenc -days 365 -newkey rsa:2048 -keyout /etc/ssl/private/nginx-selfsigned.key -out /etc/ssl/certs/ngin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2457,
"all_permissive": false
} |
ansible_role | burush0/wordpress-server-ansible | ecb16ab3b7374fa1b54083c0a5ff18ed5910d155 | 0 | roles/postgresql | 4,797 | [
"no_license"
] | [
{
"path": "roles/postgresql/tasks/main.yaml",
"content": "---\n- name: Install PostgreSQL\n apt:\n name: postgresql\n state: present\n update_cache: yes\n\n- name: Install dependencies\n apt:\n name: python3-psycopg2\n state: present\n update_cache: yes\n\n- name: Start PostgreSQL\n ser... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 575,
"all_permissive": false
} |
ansible_role | burush0/wordpress-server-ansible | ecb16ab3b7374fa1b54083c0a5ff18ed5910d155 | 0 | roles/wordpress | 4,797 | [
"no_license"
] | [
{
"path": "roles/wordpress/templates/virtualhost.wordpress.conf.j2",
"content": "<VirtualHost *:8080>\n DocumentRoot /srv/www/\n <Directory /srv/www/wordpress>\n Options FollowSymLinks\n AllowOverride Limit Options FileInfo\n DirectoryIndex index.php\n Require all granted\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3641,
"all_permissive": false
} |
ansible_role | nopparujp/mathops-docker-k8s | 335fffd46b41b728032558bafbe2a019dd8ba150 | 0 | k3s-ansible/roles/airgap | 4,797 | [
"permissive"
] | [
{
"path": "k3s-ansible/roles/airgap/tasks/main.yml",
"content": "---\n- name: Check for Airgap\n when: airgap_dir is defined\n block:\n - name: Download k3s install script [Airgap]\n delegate_to: localhost\n ansible.builtin.get_url:\n url: https://get.k3s.io/\n timeout: 120\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3716,
"all_permissive": true
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.