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 | achernya/homelab | fb251f071da9ec41b9c7f0d0bc03e3d3e1e6fdc8 | 0 | ansible/roles/vm-template-debian | 7,482 | [
"no_license"
] | [
{
"path": "ansible/roles/vm-template-debian/defaults/main.yml",
"content": "debian_image_url: \"https://cloud.debian.org/images/cloud/bookworm/20240507-1740/debian-12-genericcloud-amd64-20240507-1740.qcow2\"\ndebian_dest_filename: \"debian-12-genericcloud-amd64.qcow2\"\ndebian_checksum: \"sha256:220222ea980... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4001,
"all_permissive": false
} |
ansible_role | achernya/homelab | fb251f071da9ec41b9c7f0d0bc03e3d3e1e6fdc8 | 0 | ansible/roles/wait-for-cloud-init | 7,482 | [
"no_license"
] | [
{
"path": "ansible/roles/wait-for-cloud-init/tasks/main.yml",
"content": "- name: \"{{ target_vm_name }} | wait for cloud-init\"\n community.general.cloud_init_data_facts:\n filter: status\n register: res\n until: \"res.cloud_init_data_facts.status.v1.stage is defined and not res.cloud_init_data_facts... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 310,
"all_permissive": false
} |
ansible_role | achernya/homelab | fb251f071da9ec41b9c7f0d0bc03e3d3e1e6fdc8 | 0 | ansible/roles/zfs-snapshots | 7,482 | [
"no_license"
] | [
{
"path": "ansible/roles/zfs-snapshots/templates/sanoid.conf.j2",
"content": "[rpool/ROOT/pve-1]\nuse_template = os\n\n[{{home_dataset}}]\nuse_template = user\nrecursive = yes\nprocess_children_only = yes\n\n[{{storagehome_dataset}}]\nuse_template = user\nrecursive = yes\nprocess_children_only = yes\n\n{% f... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1466,
"all_permissive": false
} |
ansible_role | achernya/homelab | fb251f071da9ec41b9c7f0d0bc03e3d3e1e6fdc8 | 0 | ansible/roles/zfs-userdirs | 7,482 | [
"no_license"
] | [
{
"path": "ansible/roles/zfs-userdirs/templates/zfs-user.toml.j2",
"content": "[\"{{ home_dataset }}\"]\n# Create new homedirs for new users when they are `useradd`'d.\ncreate = true\n# Delete homedirs when they are `userdel`'d. Since these are small\n# (see the quota below) and probably just contain the sk... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 7714,
"all_permissive": false
} |
ansible_role | cachuang/onos-course | 81717de83eb713d71cc95de6308dbad22bd84769 | 0 | ansible/roles/docker | 7,482 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "---\n- name: Install docker\n apt: name=docker.io \n become: yes\n\n- name: Install ssh tools\n apt: name=sshpass\n become: yes\n\n- name: Add user to docker group\n user: name={{ ansible_user }} groups=docker append=yes \n become: yes\n\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1578,
"all_permissive": false
} |
ansible_role | cachuang/onos-course | 81717de83eb713d71cc95de6308dbad22bd84769 | 0 | ansible/roles/mininet | 7,482 | [
"no_license"
] | [
{
"path": "ansible/roles/mininet/tasks/main.yml",
"content": "---\n- name: apt-get update upgrade\n apt:\n update_cache: yes\n cache_valid_time: 3600\n upgrade: dist\n become: yes\n\n- name: Install git\n apt: name=git\n become: yes\n\n- name: Clone Mininet\n git: repo={{ mininet_repo }} dest=... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 465,
"all_permissive": false
} |
ansible_role | cachuang/onos-course | 81717de83eb713d71cc95de6308dbad22bd84769 | 0 | ansible/roles/onos | 7,482 | [
"no_license"
] | [
{
"path": "ansible/roles/onos/tasks/main.yml",
"content": "---\n- name: apt-get update upgrade\n apt:\n update_cache: yes\n cache_valid_time: 3600\n upgrade: dist\n become: yes\n\n- name: Add Java repository \n apt_repository: repo='ppa:webupd8team/java'\n become: yes\n\n- name: Auto accept Jav... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1851,
"all_permissive": false
} |
ansible_role | cachuang/onos-course | 81717de83eb713d71cc95de6308dbad22bd84769 | 0 | ansible/roles/ovs | 7,482 | [
"no_license"
] | [
{
"path": "ansible/roles/ovs/tasks/openvswitch",
"content": "#!/bin/sh\nstart-stop-daemon -q -S -x /usr/local/sbin/ovsdb-server -- --remote=punix:/usr/local/var/run/openvswitch/db.sock --remote=db:Open_vSwitch,Open_vSwitch,manager_options --pidfile --detach --log-file\nsleep 3 # waiting ovsdb-server \nstart... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2179,
"all_permissive": false
} |
ansible_role | cachuang/onos-course | 81717de83eb713d71cc95de6308dbad22bd84769 | 0 | ansible/roles/run | 7,482 | [
"no_license"
] | [
{
"path": "ansible/roles/run/tasks/main.yml",
"content": "---\n- name: Copy ONOS cell\n copy: src=test dest=~/onos/tools/test/cells/test\n\n- name: Install tmux\n apt: name=tmux state=latest\n become: yes\n\n- name: touch known_hosts\n file: path=~/.ssh/known_hosts state=touch\n\n- name: Run ONOS\n she... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 621,
"all_permissive": false
} |
ansible_role | jvirtanen/genesis | 64b9d2032fa0c3cb3afa0c5b25032f429682070a | 33 | infrastructure/ansible/roles/genesis | 7,482 | [
"permissive"
] | [
{
"path": "infrastructure/ansible/roles/genesis/templates/parity-fix.conf.j2",
"content": "fix {\n address = 0.0.0.0\n port = {{ fix_port }}\n sender-comp-id = genesis\n}\n\norder-entry {\n address = 127.0.0.1\n port = {{ poe_port }}\n}\n\ninstruments {\n{% for product in products %... | {
"task_files": 8,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 18,
"total_bytes": 12846,
"all_permissive": true
} |
ansible_role | Vortexdude/setup-kafka | 9ce75cb254257c9b5112ebe9ac7ee14c1535ce8e | 1 | ansible/roles/setup-kafka | 7,482 | [
"no_license"
] | [
{
"path": "ansible/roles/setup-kafka/Defaults/main.yml",
"content": "kafka_version: 3.0.0\n\ndefault_kafka_directory: \"/opt\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 53
},
{
"path": "ansible/roles/setup-kafka/tasks/install_binary_RedHat.yml",
"content"... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1757,
"all_permissive": false
} |
ansible_role | weerapattham/ansible-wordpress | fcd8e326110ac6896dd8d94b21c67725d3df26c9 | 0 | roles/apache | 7,482 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/main.yml",
"content": "---\n\n- name: Install Apache\n apt:\n name=apache2\n state=latest\n\n- name: Start Apache\n service:\n name=apache2\n state=started\n enabled=true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 154
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 154,
"all_permissive": false
} |
ansible_role | weerapattham/ansible-wordpress | fcd8e326110ac6896dd8d94b21c67725d3df26c9 | 0 | roles/mysql | 7,482 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/create_db.yml",
"content": "---\n\n- name: Create MySQL Database\n mysql_db:\n name=\"{{ wp_mysql_dbname }}\"\n login_password=\"{{ <PASSWORD> }}\"\n\n- name: Create MySQL user\n mysql_user:\n login_password=\"{{ <PASSWORD> }}\"\n name=\"{{ wp_mysql_user }}\"\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 582,
"all_permissive": false
} |
ansible_role | weerapattham/ansible-wordpress | fcd8e326110ac6896dd8d94b21c67725d3df26c9 | 0 | roles/php | 7,482 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yml",
"content": "---\n\n- name: Install PHP\n apt:\n name=\"{{ item }}\"\n state=latest\n with_items:\n - php\n - php-cli\n - php-gd\n - php-common\n - php-mysql\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 145
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 145,
"all_permissive": false
} |
ansible_role | weerapattham/ansible-wordpress | fcd8e326110ac6896dd8d94b21c67725d3df26c9 | 0 | roles/update | 7,482 | [
"no_license"
] | [
{
"path": "roles/update/tasks/main.yml",
"content": "---\n- name: Update system\n apt:\n update_cache=yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 54
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 54,
"all_permissive": false
} |
ansible_role | weerapattham/ansible-wordpress | fcd8e326110ac6896dd8d94b21c67725d3df26c9 | 0 | roles/wordpress | 7,482 | [
"no_license"
] | [
{
"path": "roles/wordpress/tasks/main.yml",
"content": "---\n\n- name: Check WordPress Downloaded\n stat: path=\"{{ apache_root }}/{{ wp_directory_name }}/index.php\"\n register: wordpress_downloaded\n\n- name: Create WordPress directory\n file:\n path=\"{{ apache_root }}/{{ wp_directory_name }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1185,
"all_permissive": false
} |
ansible_role | weerapattham/ansible-wordpress | fcd8e326110ac6896dd8d94b21c67725d3df26c9 | 0 | roles/wp-cli | 7,482 | [
"no_license"
] | [
{
"path": "roles/wp-cli/tasks/main.yml",
"content": "---\n\n- name: Download WP-CLI\n get_url:\n url=\"{{ wp_cli_phar }}\"\n dest=\"{{ root_directory }}/{{ wp_cli_filename }}\"\n\n- name: Make WP-CLI executable\n file:\n path: \"{{ root_directory }}/{{ wp_cli_filename }}\"\n mode: u=rwx,g=rx,o... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 352,
"all_permissive": false
} |
ansible_role | parraletz/hestia-scripts-ansible | 236bc51840365be18acfc92830e7782dc3ac9bed | 1 | scripts/roles/containers-tools-role | 7,482 | [
"no_license"
] | [
{
"path": "scripts/roles/containers-tools-role/tasks/Fedora.yml",
"content": "- name: Download and install minikube\n get_url: \n url: https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64\n dest: /usr/local/bin/minikube\n mode: '0755'\n\n\n- name: Install podman\n dnf:\n ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 2092,
"all_permissive": false
} |
ansible_role | parraletz/hestia-scripts-ansible | 236bc51840365be18acfc92830e7782dc3ac9bed | 1 | scripts/roles/enpass-role | 7,482 | [
"no_license"
] | [
{
"path": "scripts/roles/enpass-role/defaults/main.yml",
"content": "---\n# defaults file for enpass-role\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "scripts/roles/enpass-role/tests/test.yml",
"content": "---\n- hosts: localhost\n remote... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 935,
"all_permissive": false
} |
ansible_role | parraletz/hestia-scripts-ansible | 236bc51840365be18acfc92830e7782dc3ac9bed | 1 | scripts/roles/misc-tools-role | 7,482 | [
"no_license"
] | [
{
"path": "scripts/roles/misc-tools-role/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - misc-tools-role\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
},
{
"path": "scripts/roles/misc-tools-role/handlers/main.yml",
... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4027,
"all_permissive": false
} |
ansible_role | parraletz/hestia-scripts-ansible | 236bc51840365be18acfc92830e7782dc3ac9bed | 1 | scripts/roles/tools-role | 7,482 | [
"no_license"
] | [
{
"path": "scripts/roles/tools-role/handlers/main.yml",
"content": "---\n# handlers file for tools-role\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "scripts/roles/tools-role/tasks/popos.yml",
"content": "---\n- name: Install the best f*ck ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 3317,
"all_permissive": false
} |
ansible_role | parraletz/hestia-scripts-ansible | 236bc51840365be18acfc92830e7782dc3ac9bed | 1 | scripts/roles/virt-tools-role | 7,482 | [
"no_license"
] | [
{
"path": "scripts/roles/virt-tools-role/vars/main.yml",
"content": "---\n# vars file for virt-tools-role\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "scripts/roles/virt-tools-role/tasks/debian.yml",
"content": "- name: Install libvirtd\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 426,
"all_permissive": false
} |
ansible_role | dmlesc/effansin | cc9f9206b4fb8dedefef152efa731e36d4ec5942 | 0 | ansible/roles/common | 7,482 | [
"no_license"
] | [
{
"path": "ansible/roles/common/handlers/main.yml",
"content": "---\n# file: roles/common/handlers/main.yml\n\n- name: enable node_exporter service\n systemd:\n daemon_reload: yes\n name: node_exporter\n enabled: yes\n masked: no\n\n- name: restart node_exporter service\n systemd:\n name: n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1500,
"all_permissive": false
} |
ansible_role | dmlesc/effansin | cc9f9206b4fb8dedefef152efa731e36d4ec5942 | 0 | ansible/roles/elasticsearch | 7,482 | [
"no_license"
] | [
{
"path": "ansible/roles/elasticsearch/templates/elasticsearch_exporter.service.j2",
"content": "[Unit]\r\nDescription=elasticsearch_exporter\r\nAfter=network.target\r\n\r\n[Service]\r\nUser=root\r\nExecStart=/opt/{{ elasticsearch_exporter_ver }}/elasticsearch_exporter -es.uri \"http://{{ ansible_default_ip... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2762,
"all_permissive": false
} |
ansible_role | dmlesc/effansin | cc9f9206b4fb8dedefef152efa731e36d4ec5942 | 0 | ansible/roles/grafana | 7,482 | [
"no_license"
] | [
{
"path": "ansible/roles/grafana/handlers/main.yml",
"content": "---\r\n# file: roles/grafana/handlers/main.yml\r\n\r\n- name: enable grafana-server service\r\n systemd:\r\n daemon_reload: yes\r\n name: grafana-server\r\n enabled: yes\r\n masked: no\r\n\r\n- name: start grafana-server service\r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1382,
"all_permissive": false
} |
ansible_role | dmlesc/effansin | cc9f9206b4fb8dedefef152efa731e36d4ec5942 | 0 | ansible/roles/kibana | 7,482 | [
"no_license"
] | [
{
"path": "ansible/roles/kibana/files/viz.json",
"content": "[\n {\n \"_id\": \"fbdd0530-070f-11e8-b9de-479277b26829\",\n \"_type\": \"visualization\",\n \"_source\": {\n \"title\": \"nic - table\",\n \"visState\": \"{\\\"title\\\":\\\"nic - table\\\",\\\"type\\\":\\\"table\\\",\\\"param... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 9001,
"all_permissive": false
} |
ansible_role | dmlesc/effansin | cc9f9206b4fb8dedefef152efa731e36d4ec5942 | 0 | ansible/roles/nodejs | 7,482 | [
"no_license"
] | [
{
"path": "ansible/roles/nodejs/tasks/main.yml",
"content": "---\r\n# file: roles/nodejs/tasks/main.yml\r\n\r\n- name: install apt-transport-https\r\n apt:\r\n name: apt-transport-https\r\n state: present\r\n\r\n- name: add nodesource gpg key\r\n apt_key:\r\n url: \"https://deb.nodesource.com/gpg... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 774,
"all_permissive": false
} |
ansible_role | dmlesc/effansin | cc9f9206b4fb8dedefef152efa731e36d4ec5942 | 0 | ansible/roles/prometheus | 7,482 | [
"no_license"
] | [
{
"path": "ansible/roles/prometheus/templates/prometheus.yml",
"content": "---\r\n# file: roles/prometheus/files/prometheus.yml\r\n\r\nglobal:\r\n scrape_interval: 10s\r\n evaluation_interval: 10s\r\n external_labels:\r\n monitor: 'fnsn'\r\n\r\nscrape_configs:\r\n - job_name: 'prometheus'\r\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1964,
"all_permissive": false
} |
ansible_role | dmlesc/effansin | cc9f9206b4fb8dedefef152efa731e36d4ec5942 | 0 | ansible/roles/tcpdump_exporter | 7,482 | [
"no_license"
] | [
{
"path": "ansible/roles/tcpdump_exporter/templates/tcpdump_exporter.service.j2",
"content": "[Unit]\r\nDescription=tcpdump_exporter\r\nAfter=network.target\r\n\r\n[Service]\r\nUser=root\r\nExecStart=/usr/bin/node tcpdump_exporter.js\r\nWorkingDirectory=/opt/tcpdump_exporter\r\nRestart=on-failure\r\n\r\n[In... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2162,
"all_permissive": false
} |
ansible_role | thomasgroch/ansible | 460f379acad626f5f60522100b916b0967095074 | 0 | roles/base | 7,482 | [
"no_license"
] | [
{
"path": "roles/base/tasks/users/tg.yml",
"content": "- name: users | tg | create group\n tags: groups,tg,users\n become_user: \"{{ username }}\"\n group:\n name: wheel\n state: present\n\n- name: users | tg | create user\n tags: tg,sudo,users\n # ansible.builtin.debug:\n # var: mypassword\n ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 9027,
"all_permissive": false
} |
ansible_role | thomasgroch/ansible | 460f379acad626f5f60522100b916b0967095074 | 0 | roles/workstation | 7,482 | [
"no_license"
] | [
{
"path": "roles/workstation/tasks/desktop_environments/gnome/appearance.yml",
"content": "- name: gnome | appearance | copy lock screen and wallpaper background files\n tags: gnome,gnome-lockscreen\n with_items:\n - { src: files/gnome/wallpaper.png, dest: \"/usr/share/backgrounds/default-wallpaper.png... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5065,
"all_permissive": false
} |
ansible_role | abdel-hakim/Auto-Deploy-Superpowers-App | 00a82f3c8c7ff6c2cee8634eeac8cde319d4040b | 0 | .circleci/ansible/roles/configure-server | 7,482 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/configure-server/tasks/main.yml",
"content": "- name: \"update apt packages.\"\n become: yes\n apt:\n update_cache: yes\n\n- name: \"upgrade packages\"\n become: yes\n apt:\n upgrade: yes\n\n- name: remove dependencies that are no longer required\n become: yes\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 821,
"all_permissive": false
} |
ansible_role | abdel-hakim/Auto-Deploy-Superpowers-App | 00a82f3c8c7ff6c2cee8634eeac8cde319d4040b | 0 | .circleci/ansible/roles/deploy | 7,482 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/deploy/tasks/main.yml",
"content": "- name: Creates directory\n file:\n path: /home/ubuntu/backend\n state: directory\n- name: \"move backend files to server.\"\n copy:\n src: /root/project/backend\n dest: /home/ubuntu\n\n- name: \"install package dependencie... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 687,
"all_permissive": false
} |
ansible_role | rokmc756/MSSQL | 42cdbf05c1f48b98a5061bfa6ed4c5054277cf33 | 0 | roles/mssql | 7,482 | [
"no_license"
] | [
{
"path": "roles/mssql/vars/main.yml",
"content": "# SPDX-License-Identifier: MIT\n---\n__mssql_required_facts:\n - distribution\n - distribution_major_version\n - distribution_version\n - os_family\n__mssql_server_packages: mssql-server\n__mssql_client_packages: [mssql-tools, unixODBC-devel]\n__mssql_s... | {
"task_files": 11,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 32,
"total_bytes": 59060,
"all_permissive": false
} |
ansible_role | pardeepgoel83/app-setup | b49fcac337fec9a2e3961742f0ca57b04d5683a7 | 0 | docker-sites/roles/nginx | 7,481 | [
"no_license"
] | [
{
"path": "docker-sites/roles/nginx/tasks/main.yml",
"content": "---\n# setup nginx dir structure\n- name: setup compose dir structure\n file:\n path: \"{{ compose_project_dir }}/{{ item }}\"\n state: directory\n owner: \"{{ system_user }}\"\n group: \"{{ system_user }}\"\n recurse: yes\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2980,
"all_permissive": false
} |
ansible_role | pardeepgoel83/app-setup | b49fcac337fec9a2e3961742f0ca57b04d5683a7 | 0 | docker-sites/roles/wordpress | 7,481 | [
"no_license"
] | [
{
"path": "docker-sites/roles/wordpress/templates/docker-compose.j2",
"content": "wordpress:\n image: wordpress:{{ project.wp_version }}-php8.1-fpm\n ports:\n - '{{ project.port }}:{{ project.port }}'\n volumes:\n - ./wordpress:/var/www/html/{{ project.domain }}\n environment:\n -... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3424,
"all_permissive": false
} |
ansible_role | pardeepgoel83/app-setup | b49fcac337fec9a2e3961742f0ca57b04d5683a7 | 0 | docker-wordpress/roles/python | 7,481 | [
"no_license"
] | [
{
"path": "docker-wordpress/roles/python/tasks/main.yml",
"content": "---\n# dependency for Ansible to work on new Ubuntu host\n- name: If missing, install Python\n raw: test -e /usr/bin/python3 || (apt -y update && apt install -y python3)\n changed_when: False\n- setup: # aka gather_facts: yes\n",
"l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 223,
"all_permissive": false
} |
ansible_role | kjh1234/jenkins-build | cb9af4bae81412eafacc740ee05cf8ceec60cd59 | 0 | ci/packer/aws/playbook/roles/appdeploy | 7,481 | [
"no_license"
] | [
{
"path": "ci/packer/aws/playbook/roles/appdeploy/tasks/main.yml",
"content": "- name: remove basic webapp dir \n become: true\n shell: rm -rf /usr/share/tomcat/webapps/ROOT/* \n\n- name: download application artiface\n become: true\n become_user: webwas\n get_url :\n url: \"http://172.16.58.3/repo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 775,
"all_permissive": false
} |
ansible_role | kjh1234/jenkins-build | cb9af4bae81412eafacc740ee05cf8ceec60cd59 | 0 | ci/packer/aws/playbook/roles/common | 7,481 | [
"no_license"
] | [
{
"path": "ci/packer/aws/playbook/roles/common/tasks/main.yml",
"content": "- name: webwas account add \n become: true\n user: \n name: \"webwas\"\n\n- name: webwas account password \n become: true\n user: \n name: \"webwas\"\n password: \"{{passwd | password_hash('<PASSWORD>') }}\"\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 592,
"all_permissive": false
} |
ansible_role | kjh1234/jenkins-build | cb9af4bae81412eafacc740ee05cf8ceec60cd59 | 0 | ci/packer/aws/playbook/roles/httpd | 7,481 | [
"no_license"
] | [
{
"path": "ci/packer/aws/playbook/roles/httpd/handlers/main.yml",
"content": "- name: restart apache2\n become: true\n service: \n name: httpd\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 92
},
{
"path": "ci/packer/aws/playbook/r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1293,
"all_permissive": false
} |
ansible_role | kjh1234/jenkins-build | cb9af4bae81412eafacc740ee05cf8ceec60cd59 | 0 | ci/packer/azure/vmss/playbook/roles/tomcat | 7,481 | [
"no_license"
] | [
{
"path": "ci/packer/azure/vmss/playbook/roles/tomcat/vars/main.yml",
"content": "---\ntomcat_ver: 9.0.21\ntomcat_archive_url: https://archive.apache.org/dist/tomcat/tomcat-9/v{{ tomcat_ver }}/bin/apache-tomcat-{{ tomcat_ver }}.tar.gz\ntomcat_archive_dest: /tmp/apache-tomcat-{{ tomcat_ver }}.tar.gz\nui_mana... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2245,
"all_permissive": false
} |
ansible_role | flyemsafe/ansible-collection-container | 78b4d5f0eed0473a9b655b23ca1fc0f9b9b9a858 | 0 | roles/container_management | 7,481 | [
"no_license"
] | [
{
"path": "roles/container_management/defaults/main.yml",
"content": "---\n# Default variables for the container_management role\n\n# Container management variables\ncontainer_action: \"status\" # Options: status, start, stop, restart\ncontainer_debug: false\ncontainer_engine: \"podman\" # Options: podman... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 8041,
"all_permissive": false
} |
ansible_role | BadTrippp/project3udacity | edc8483e82de5cbd5e320cc41f30731e1aa09369 | 0 | .circleci/ansible/roles/deploy | 7,481 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/deploy/tasks/main.yml",
"content": "---\n\n - name: \"update packages\"\n become: yes\n apt:\n update_cache: yes\n\n - name: \"upgrade packages\"\n become: yes\n apt:\n upgrade: yes\n\n - name: \"remove dependencies that are no longer required\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 938,
"all_permissive": false
} |
ansible_role | hendrixal/hendrix-shrine | 17336dc996d30996fab569a0065e69ca48a36b0f | 0 | ansible/roles/shrine | 7,481 | [
"no_license"
] | [
{
"path": "ansible/roles/shrine/handlers/main.yml",
"content": "---\n<<<<<<< HEAD\n# handlers file for roles/shrine_install\n=======\n# handlers file for ansible-roles/shrine\n>>>>>>> Update-001\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 126
},
{
"path": "an... | {
"task_files": 16,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 18,
"total_bytes": 16040,
"all_permissive": false
} |
ansible_role | HarishITSolutions/DevOpsAnsiblePipeline | d30042434a6caa1da5c040a24b4c1097583aaf8b | 0 | roles/storageaccount | 7,481 | [
"no_license"
] | [
{
"path": "roles/storageaccount/tasks/main.yml",
"content": "---\n# tasks file for roles/storageaccount\n\n- name: Create storage account\n azure_rm_storageaccount:\n resource_group: azuredevops-rg\n name: \"{{ storageaccount.name }}\"\n account_type: Standard_LRS\n",
"license_type": "no_licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 205,
"all_permissive": false
} |
ansible_role | application-research/seawhypfs-playbook | daf9d8828c971356b5672e36eb613fe35db08d30 | 0 | roles/cockroachdb | 7,481 | [
"no_license"
] | [
{
"path": "roles/cockroachdb/tasks/main.yml",
"content": "---\n- name: Install dependencies\n ansible.builtin.package:\n name:\n - tzdata\n - unzip\n state: present\n\n- name: Install CockroachDB binary\n ansible.builtin.unarchive:\n src: https://binaries.cockroachdb.com/cockroach-v22.2... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1861,
"all_permissive": false
} |
ansible_role | application-research/seawhypfs-playbook | daf9d8828c971356b5672e36eb613fe35db08d30 | 0 | roles/seaweedfs | 7,481 | [
"no_license"
] | [
{
"path": "roles/seaweedfs/tasks/main.yml",
"content": "---\n# Install SeaweedFS\n- name: Download SeaweedFS\n ansible.builtin.get_url:\n url: https://github.com/seaweedfs/seaweedfs/releases/download/3.42/linux_amd64.tar.gz\n dest: /usr/local/src/seaweedfs_3.42_linux.tar.gz\n owner: root\n grou... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1120,
"all_permissive": false
} |
ansible_role | application-research/seawhypfs-playbook | daf9d8828c971356b5672e36eb613fe35db08d30 | 0 | roles/seaweedfs-filer | 7,481 | [
"no_license"
] | [
{
"path": "roles/seaweedfs-filer/templates/filer.toml.j2",
"content": "####################################################\n# Customizable filer server options\n####################################################\n[filer.options]\n# with http DELETE, by default the filer would check whether a folder is em... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2697,
"all_permissive": false
} |
ansible_role | application-research/seawhypfs-playbook | daf9d8828c971356b5672e36eb613fe35db08d30 | 0 | roles/seaweedfs-master | 7,481 | [
"no_license"
] | [
{
"path": "roles/seaweedfs-master/tasks/main.yml",
"content": "---\n- name: Install systemd file for SeaweedFS Master\n ansible.builtin.template:\n src: seaweedfs-master.service\n dest: /etc/systemd/system/seaweedfs-master.service\n owner: root\n group: root\n mode: 0755\n\n- name: Install c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1121,
"all_permissive": false
} |
ansible_role | application-research/seawhypfs-playbook | daf9d8828c971356b5672e36eb613fe35db08d30 | 0 | roles/seaweedfs-volume-server | 7,481 | [
"no_license"
] | [
{
"path": "roles/seaweedfs-volume-server/tasks/main.yml",
"content": "---\n- name: Install systemd file for SeaweedFS Volume Server\n ansible.builtin.template:\n src: seaweedfs-volume-server.service\n dest: /etc/systemd/system/seaweedfs-volume-server.service\n owner: root\n group: root\n mod... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1080,
"all_permissive": false
} |
ansible_role | application-research/seawhypfs-playbook | daf9d8828c971356b5672e36eb613fe35db08d30 | 0 | roles/whypfs-gateway | 7,481 | [
"no_license"
] | [
{
"path": "roles/whypfs-gateway/tasks/main.yml",
"content": "---\n- name: Install prerequisites\n ansible.builtin.package:\n name:\n - git\n - build-essential\n\n- name: Check out WhyPFS-Gateway\n ansible.builtin.git:\n repo: https://github.com/application-research/whypfs-gateway\n vers... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 589,
"all_permissive": false
} |
ansible_role | fervartel/ansible-demo-project | 3ef25f23c38e736b52dad57856a5deb513561cfb | 0 | roles/basic_role | 7,481 | [
"no_license"
] | [
{
"path": "roles/basic_role/tasks/main.yml",
"content": "---\n- name: Basic pkgs stack\n package:\n name:\n - vim\n - git\n - dnsutils\n - sshpass\n state: present\n update_cache: yes\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 | fervartel/ansible-demo-project | 3ef25f23c38e736b52dad57856a5deb513561cfb | 0 | roles/kubernetes | 7,481 | [
"no_license"
] | [
{
"path": "roles/kubernetes/tasks/main.yml",
"content": "- name: \"KUBERNETES - ADDING KUBERNETES GPG KEY\"\n apt_key:\n url: \"https://packages.cloud.google.com/apt/doc/apt-key.gpg\"\n state: \"present\"\n register: \"add_repository_key\"\n ignore_errors: true\n\n- name: \"KUBERNETES - REQUIRED CO... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 884,
"all_permissive": false
} |
ansible_role | udemy-course/ansible-cn | 0b99a12875c28f7264dbb8b897e754b0fad35037 | 58 | performance/enable-sysadmin-webserver/roles/webserver | 7,481 | [
"permissive"
] | [
{
"path": "performance/enable-sysadmin-webserver/roles/webserver/README.md",
"content": "# Enable SysAdmin Webserver Role\n\nThis is a sample webserver role used in an article that I wrote for the RedHat Enable SysAdmin blog.\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1478,
"all_permissive": true
} |
ansible_role | udemy-course/ansible-cn | 0b99a12875c28f7264dbb8b897e754b0fad35037 | 58 | playbook/role_demo/flask-demo/roles/deploy-code | 7,481 | [
"permissive"
] | [
{
"path": "playbook/role_demo/flask-demo/roles/deploy-code/tasks/pip.yml",
"content": "- name: pip install requirements\n pip:\n requirements: ~/flask-ansible-demo/requirements.txt\n state: present\n virtualenv: ~/flask-ansible-demo/.env\n virtualenv_command: /usr/bin/python3 -m venv",
"lic... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 560,
"all_permissive": true
} |
ansible_role | russmac/packer_docker_ansible_terraform | 8974b3ee7ad848f577382ce633ac7782750299f7 | 1 | wordpress-nginx/roles/apache2 | 7,483 | [
"no_license"
] | [
{
"path": "wordpress-nginx/roles/apache2/tasks/main.yml",
"content": "---\n- name: Install httpd\n yum: name=httpd state=present\n\n- name: Install PHP\n yum: name=php state=present\n\n- name: Remove httpd default configuration for wordpress\n file: path=/etc/httpd/conf.d/welcome.conf state=absent\n\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 338,
"all_permissive": false
} |
ansible_role | russmac/packer_docker_ansible_terraform | 8974b3ee7ad848f577382ce633ac7782750299f7 | 1 | wordpress-nginx/roles/mysql | 7,483 | [
"no_license"
] | [
{
"path": "wordpress-nginx/roles/mysql/tasks/main.yml",
"content": "---\n- name: Install client packages\n yum: name={{ item }} state=present\n with_items:\n - php-mysql\n - mysql\n - MySQL-python\n\n# Docker container root $HOME is configured by task definition\n- name: Copy .my.cnf to /root for an... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 374,
"all_permissive": false
} |
ansible_role | russmac/packer_docker_ansible_terraform | 8974b3ee7ad848f577382ce633ac7782750299f7 | 1 | wordpress-nginx/roles/wordpress | 7,483 | [
"no_license"
] | [
{
"path": "wordpress-nginx/roles/wordpress/templates/post_provisioning.yml",
"content": "---\n - hosts: all\n tasks:\n - name: Create WordPress database\n mysql_db: name={{ wp_db_name }} login_host={{ wp_db_url }} login_user={{ rds_master_user }} login_password={{ rds_master_password }} state=pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1478,
"all_permissive": false
} |
ansible_role | heangratha/github-action | 1fe97529f7cd1bb72c3759093faf68d0a55e6dea | 0 | config/ansible/roles/build | 7,483 | [
"no_license"
] | [
{
"path": "config/ansible/roles/build/tasks/main.yaml",
"content": "---\n\n- name: Create Dockerfile\n template:\n src: 'Dockerfile.j2'\n dest: '${GITHUB_WORKSPACE}/Dockerfile'\n mode: 0755\n\n- name: Build docker image\n shell: 'docker build -t rathaheang/mytest:latest .'\n args:\n chdir: '$... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 628,
"all_permissive": false
} |
ansible_role | heangratha/github-action | 1fe97529f7cd1bb72c3759093faf68d0a55e6dea | 0 | config/ansible/roles/deploy | 7,483 | [
"no_license"
] | [
{
"path": "config/ansible/roles/deploy/tasks/main.yaml",
"content": "---\n\n- name: Deploy success\n shell: 'echo \"SUCCESS!!!\"'",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 56
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 56,
"all_permissive": false
} |
ansible_role | reinbach/ansible-roles | 7b5796998b27ef5300ef2776552b664a069678f1 | 0 | roles/alertmanager | 7,483 | [
"no_license"
] | [
{
"path": "roles/alertmanager/tasks/preflight.yml",
"content": "---\n- name: \"Get checksum for {{ go_arch }} architecture\"\n set_fact:\n alertmanager_checksum: \"{{ item.split(' ')[0] }}\"\n with_items:\n - \"{{ lookup('url', 'https://github.com/prometheus/alertmanager/releases/download/v' + alert... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4555,
"all_permissive": false
} |
ansible_role | reinbach/ansible-roles | 7b5796998b27ef5300ef2776552b664a069678f1 | 0 | roles/celery | 7,483 | [
"no_license"
] | [
{
"path": "roles/celery/handlers/main.yml",
"content": "---\n- name: restart celery\n service:\n name: \"{{ celery_name }}\"\n state: restarted\n\n- name: restart beater\n service:\n name: celery-beater\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 5252,
"all_permissive": false
} |
ansible_role | reinbach/ansible-roles | 7b5796998b27ef5300ef2776552b664a069678f1 | 0 | roles/common | 7,483 | [
"no_license"
] | [
{
"path": "roles/common/tasks/config.yml",
"content": "---\n- name: configure automatic upgrades\n become: yes\n lineinfile:\n dest: \"{{ unattended_upgrades_config }}\"\n regexp: \"^//{{ item.option }}.+$\"\n line: \"{{ item.option }} \\\"{{ item.value }}\\\";\"\n state: \"{{ item.state | def... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3159,
"all_permissive": false
} |
ansible_role | reinbach/ansible-roles | 7b5796998b27ef5300ef2776552b664a069678f1 | 0 | roles/django | 7,483 | [
"no_license"
] | [
{
"path": "roles/django/vars/main.yml",
"content": "---\nansible_support_packages:\n - postgresql-client\n - python3-pip\n\ndjango_libraries:\n - pipenv\n # - poetry\n # - daphne\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 124
},
{
"path": "roles/django/... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2530,
"all_permissive": false
} |
ansible_role | reinbach/ansible-roles | 7b5796998b27ef5300ef2776552b664a069678f1 | 0 | roles/djangoapp | 7,483 | [
"no_license"
] | [
{
"path": "roles/djangoapp/README.md",
"content": "Django App\n==========\n\nDepends on `django` role and runs django application process\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 84
},
{
"path": "roles/djangoapp/handlers/main.yml",
"content": "---\n- n... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 5036,
"all_permissive": false
} |
ansible_role | reinbach/ansible-roles | 7b5796998b27ef5300ef2776552b664a069678f1 | 0 | roles/docker | 7,483 | [
"no_license"
] | [
{
"path": "roles/docker/defaults/main.yml",
"content": "---\ndocker_packages:\n - apt-transport-https\n - ca-certificates\n - python3-pip\n\ndocker_libraries:\n - docker\n - docker-compose\n\ndocker_package: \"docker-ce\"\ndocker_apt_release_channel: stable\ndocker_apt_arch: amd64\ndocker_apt_repositor... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1591,
"all_permissive": false
} |
ansible_role | reinbach/ansible-roles | 7b5796998b27ef5300ef2776552b664a069678f1 | 0 | roles/drone | 7,483 | [
"no_license"
] | [
{
"path": "roles/drone/templates/drone.env.j2",
"content": "DRONE_SERVER_HOST={{ drone_domain }}\nDRONE_SERVER_PROTO={{ drone_server_proto }}\n\nDRONE_LOGS_DEBUG=true\n\n# runner\nDRONE_RPC_HOST={{ drone_domain }}\nDRONE_RPC_SECRET={{ drone_rpc_secret }}\nDRONE_RPC_PROTO={{ drone_server_proto }}\n\nDRONE_US... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 10613,
"all_permissive": false
} |
ansible_role | reinbach/ansible-roles | 7b5796998b27ef5300ef2776552b664a069678f1 | 0 | roles/fathom | 7,483 | [
"no_license"
] | [
{
"path": "roles/fathom/tasks/install.yml",
"content": "---\n- name: install required packages\n become: true\n package:\n name: \"{{ item }}\"\n state: present\n with_items: \"{{ ansible_support_packages }}\"\n\n- name: install required libraries\n pip:\n name: \"{{ python_pip_packages }}\"\n ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 3367,
"all_permissive": false
} |
ansible_role | reinbach/ansible-roles | 7b5796998b27ef5300ef2776552b664a069678f1 | 0 | roles/gitea | 7,483 | [
"no_license"
] | [
{
"path": "roles/gitea/templates/gitea.create_system_user.script.j2",
"content": "#!/bin/bash\n\nGITEA_BIN={{ gitea_bin }}\nGITEA_CONFIG={{ gitea_config_dir }}/app.ini\nGITEA_AUTH_CMD=\"${GITEA_BIN} --config=${GITEA_CONFIG} admin create-user\"\n\nUSERNAME=\"{{ gitea_system_user }}\"\nEMAIL=\"{{ gitea_system... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 7703,
"all_permissive": false
} |
ansible_role | reinbach/ansible-roles | 7b5796998b27ef5300ef2776552b664a069678f1 | 0 | roles/go | 7,483 | [
"no_license"
] | [
{
"path": "roles/go/tasks/install.yml",
"content": "---\n- name: download go release\n unarchive:\n src: \"{{ item.url }}\"\n dest: \"{{ item.dest }}\"\n owner: \"{{ go_user }}\"\n group: \"{{ go_group }}\"\n mode: 0755\n remote_src: true\n with_items:\n - url: \"{{ go_release_url }}\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 593,
"all_permissive": false
} |
ansible_role | reinbach/ansible-roles | 7b5796998b27ef5300ef2776552b664a069678f1 | 0 | roles/goaccess | 7,483 | [
"no_license"
] | [
{
"path": "roles/goaccess/templates/goaccess.service.j2",
"content": "[Unit]\nDescription={{ goaccess_project|title }} Live Log Analyzer\nAfter={{ goaccess_filter_service }}\n\n[Service]\nType=simple\nExecStart=/usr/local/bin/goaccess \\\n --log-file {{ goaccess_project_log_file }} \\\n ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 7064,
"all_permissive": false
} |
ansible_role | reinbach/ansible-roles | 7b5796998b27ef5300ef2776552b664a069678f1 | 0 | roles/goapp | 7,483 | [
"no_license"
] | [
{
"path": "roles/goapp/handlers/main.yml",
"content": "---\n- name: restart goapp\n service:\n name: \"{{ goapp_name }}\"\n state: restarted\n\n- name: set filename\n set_fact:\n goapp_filename: \"{{ release_list.files[0] }}\"\n when: goapp_filename is not defined\n",
"license_type": "no_lic... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 5931,
"all_permissive": false
} |
ansible_role | reinbach/ansible-roles | 7b5796998b27ef5300ef2776552b664a069678f1 | 0 | roles/grafana | 7,483 | [
"no_license"
] | [
{
"path": "roles/grafana/templates/grafana.ini.j2",
"content": "[server]\ndomain = \"{{ grafana_domain }}\"\nhttp_port = \"{{ grafana_http_port }}\"\n\n[security]\nadmin_user = \"{{ grafana_system_user }}\"\nadmin_password = \"{{ <PASSWORD>_system_user_password }}\"\nsecret_key = \"{{ grafana_secret_key }}\... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 7209,
"all_permissive": false
} |
ansible_role | reinbach/ansible-roles | 7b5796998b27ef5300ef2776552b664a069678f1 | 0 | roles/ldap | 7,483 | [
"no_license"
] | [
{
"path": "roles/ldap/tasks/deps.yml",
"content": "---\n- name: install required packages\n become: yes\n package:\n name: \"{{ item }}\"\n state: present\n with_items: \"{{ ansible_support_packages }}\"\n\n- name: install required libraries\n become: yes\n pip:\n name: \"{{ python_pip_package... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 7151,
"all_permissive": false
} |
ansible_role | reinbach/ansible-roles | 7b5796998b27ef5300ef2776552b664a069678f1 | 0 | roles/logrotate | 7,483 | [
"no_license"
] | [
{
"path": "roles/logrotate/tasks/config.yml",
"content": "---\n- name: configure logrotate\n become: yes\n template:\n src: \"logrotate_conf.j2\"\n dest: \"{{ logrotate_config_dir }}/{{ logrotate_name }}\"\n owner: \"{{ logrotate_user }}\"\n group: \"{{ logrotate_group }}\"\n mode: 0644\n",... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 683,
"all_permissive": false
} |
ansible_role | reinbach/ansible-roles | 7b5796998b27ef5300ef2776552b664a069678f1 | 0 | roles/node_exporter | 7,483 | [
"no_license"
] | [
{
"path": "roles/node_exporter/defaults/main.yml",
"content": "---\nnode_exporter_version: 1.0.1\nnode_exporter_binary_local_dir: \"\"\nnode_exporter_web_listen_address: \"0.0.0.0:9090\"\n\nnode_exporter_textfile_dir: \"/var/lib/node_exporter\"\n\nnode_exporter_enabled_collectors:\n - systemd\n - textfile... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1178,
"all_permissive": false
} |
ansible_role | reinbach/ansible-roles | 7b5796998b27ef5300ef2776552b664a069678f1 | 0 | roles/postgresql | 7,483 | [
"no_license"
] | [
{
"path": "roles/postgresql/defaults/main.yml",
"content": "---\n# Set postgresql state when configuration changes are made. Recommended values:\n# `restarted` or `reloaded`\npostgresql_restarted_state: \"restarted\"\n\npostgresql_python_packages:\n - \"libpq-dev\"\n - \"python3-psycopg2\"\n\npostgresql_u... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 7542,
"all_permissive": false
} |
ansible_role | reinbach/ansible-roles | 7b5796998b27ef5300ef2776552b664a069678f1 | 0 | roles/prometheus | 7,483 | [
"no_license"
] | [
{
"path": "roles/prometheus/tasks/main.yml",
"content": "---\n- include: preflight.yml\n tags:\n - prometheus_configure\n - prometheus_install\n - prometheus_run\n\n- include: install.yml\n become: true\n tags:\n - prometheus_install\n\n- include: config.yml\n become: true\n tags:\n - pr... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5542,
"all_permissive": false
} |
ansible_role | reinbach/ansible-roles | 7b5796998b27ef5300ef2776552b664a069678f1 | 0 | roles/pypiserver | 7,483 | [
"no_license"
] | [
{
"path": "roles/pypiserver/handlers/main.yml",
"content": "---\n- name: restart pypiserver\n become: yes\n service:\n name: pypiserver\n state: restarted\n enabled: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 115
},
{
"path": "roles/pypiserver... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3438,
"all_permissive": false
} |
ansible_role | reinbach/ansible-roles | 7b5796998b27ef5300ef2776552b664a069678f1 | 0 | roles/rclone | 7,483 | [
"no_license"
] | [
{
"path": "roles/rclone/defaults/main.yml",
"content": "---\nrclone_version: 1.51.0\nrclone_release: \"rclone-v{{ rclone_version }}-linux-amd64\"\nrclone_release_url: \"https://downloads.rclone.org/v{{ rclone_version }}/{{ rclone_release }}.zip\"\nrclone_config_dir: /etc/rclone\nrclone_sync_dir: \"{{ rclone... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 3207,
"all_permissive": false
} |
ansible_role | reinbach/ansible-roles | 7b5796998b27ef5300ef2776552b664a069678f1 | 0 | roles/redis | 7,483 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/config.yml",
"content": "---\n- name: set access password option\n lineinfile:\n dest: \"{{ redis_conf_file }}\"\n regexp: \"^# requirepass\"\n line: \"requirepass {{ redis_password }}\"\n state: present\n backrefs: yes\n notify: restart redis\n\n- name: set bin... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 854,
"all_permissive": false
} |
ansible_role | reinbach/ansible-roles | 7b5796998b27ef5300ef2776552b664a069678f1 | 0 | roles/repo | 7,483 | [
"no_license"
] | [
{
"path": "roles/repo/defaults/main.yml",
"content": "---\nrepo_version: 0.1\nrepo_url: \"https://{{ repo_domain }}/api/v1/repos/{{ repo_org }}/{{ repo_name }}\"\nrepo_release_url: \"{{ repo_url }}/archive/{{ repo_version }}.tar.gz?token={{ repo_token }}\"\n\nrepo_user: www_data\nrepo_group: www_data\nrepo_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1844,
"all_permissive": false
} |
ansible_role | reinbach/ansible-roles | 7b5796998b27ef5300ef2776552b664a069678f1 | 0 | roles/sentry | 7,483 | [
"no_license"
] | [
{
"path": "roles/sentry/templates/requirements.txt.j2",
"content": "sentry-ldap-auth\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 17
},
{
"path": "roles/sentry/defaults/main.yml",
"content": "---\nsentry_version: 0.2\nsentry_repo_name: sentry-onpremise\nse... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4149,
"all_permissive": false
} |
ansible_role | reinbach/ansible-roles | 7b5796998b27ef5300ef2776552b664a069678f1 | 0 | roles/static | 7,483 | [
"no_license"
] | [
{
"path": "roles/static/tasks/install.yml",
"content": "---\n- name: create static group\n group:\n name: \"{{ static_group }}\"\n state: present\n\n- name: create static user\n user:\n name: \"{{ static_user }}\"\n group: \"{{ static_group }}\"\n home: \"{{ static_dir }}\"\n\n- name: make ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2834,
"all_permissive": false
} |
ansible_role | reinbach/ansible-roles | 7b5796998b27ef5300ef2776552b664a069678f1 | 0 | roles/terraform | 7,483 | [
"no_license"
] | [
{
"path": "roles/terraform/vars/main.yml",
"content": "---\nansible_support_packages:\n - unzip\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "roles/terraform/defaults/main.yml",
"content": "---\nterraform_version: 0.13.1\nterraform_release... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 736,
"all_permissive": false
} |
ansible_role | reinbach/ansible-roles | 7b5796998b27ef5300ef2776552b664a069678f1 | 0 | roles/traefik | 7,483 | [
"no_license"
] | [
{
"path": "roles/traefik/templates/dynamic_conf.toml.j2",
"content": "[http]\n [http.routers]\n [http.routers.http-{{ label }}-router]\n entryPoints = [\"web\"]\n service = \"service-{{ label }}\"\n rule = \"{{ router_rule }}\"\n middlewares = [\"https-redirect\"]\n\n{% if add_analyt... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 12303,
"all_permissive": false
} |
ansible_role | igoodful/deploy_database_ansible | f6df98da069b9113433b26dab0c1bcb544125ea7 | 0 | .history/roles/binutils | 7,483 | [
"no_license"
] | [
{
"path": ".history/roles/binutils/defaults/main_20250326220507.yml",
"content": "---\n# defaults file for binutils\n# https://ftp.gnu.org/gnu/binutils/binutils-2.44.tar.gz\n\n# user\nbinutils_install_user: \"{{ ansible_user }}\"\nbinutils_install_group: \"{{ ansible_user }}\"\nbinutils_version: \"2.44\"\n#... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 7153,
"all_permissive": false
} |
ansible_role | igoodful/deploy_database_ansible | f6df98da069b9113433b26dab0c1bcb544125ea7 | 0 | .history/roles/mysql | 7,483 | [
"no_license"
] | [
{
"path": ".history/roles/mysql/tasks/04-init_20250326205220.yml",
"content": "---\n# tasks file for binutils\n########################################################################################\n# PATH CPATH C_INCLUDE_PATH CPLUS_INCLUDE_PATH LIBRARY_PATH LD_LIBRARY_PATH LD_RUN_PATH\n# CC CXX CFLAGS CX... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 21775,
"all_permissive": false
} |
ansible_role | igoodful/deploy_database_ansible | f6df98da069b9113433b26dab0c1bcb544125ea7 | 0 | .history/roles/test | 7,483 | [
"no_license"
] | [
{
"path": ".history/roles/test/tasks/main_20250325215823.yml",
"content": "---\n# tasks file for test\n- name: \"echo $LIBRARY_PATH\"\n shell:\n cmd: \"echo $LIBRARY_PATH\"\n register: check_output\n\n- name: \"date '+%Y%m%dT%H%M%S'\"\n become: true\n shell:\n cmd: \"date '+%Y%m%dT%H%M%S'\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1736,
"all_permissive": false
} |
ansible_role | igoodful/deploy_database_ansible | f6df98da069b9113433b26dab0c1bcb544125ea7 | 0 | roles/alertmanager | 7,483 | [
"no_license"
] | [
{
"path": "roles/alertmanager/defaults/main.yml",
"content": "---\n# defaults file for alertmanager\nalertmanager_port: \"9093\"\nalertmanager_version: \"0.27.0\"\n\nalertmanager_download: false\nalertmanager_download_url_amd64: \"https://github.com/prometheus/alertmanager/releases/download/v{{alertmanager_... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 4346,
"all_permissive": false
} |
ansible_role | igoodful/deploy_database_ansible | f6df98da069b9113433b26dab0c1bcb544125ea7 | 0 | roles/attr | 7,483 | [
"no_license"
] | [
{
"path": "roles/attr/vars/main.yml",
"content": "---\n# vars file for attr\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 25
},
{
"path": "roles/attr/defaults/main.yml",
"content": "---\n# defaults file for attr\n# https://download.savannah.nongnu.org/relea... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 13666,
"all_permissive": false
} |
ansible_role | igoodful/deploy_database_ansible | f6df98da069b9113433b26dab0c1bcb544125ea7 | 0 | roles/autoconf | 7,483 | [
"no_license"
] | [
{
"path": "roles/autoconf/tasks/02-download.yml",
"content": "---\n# tasks file for autoconf by binary\n\n# 检查远程主机上的文件是否存在\n# 检查远程主机上的文件是否完整\n- name: \"Check file exists first: {{ install_tmpdir }}/{{ autoconf_package_name }}\"\n stat:\n path: \"{{ install_tmpdir }}/{{ autoconf_package_name }}\"\n re... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 14893,
"all_permissive": false
} |
ansible_role | igoodful/deploy_database_ansible | f6df98da069b9113433b26dab0c1bcb544125ea7 | 0 | roles/autogen | 7,483 | [
"no_license"
] | [
{
"path": "roles/autogen/tasks/02-install_binary.yml",
"content": "---\n# tasks file for autogen by binary\n\n# 检查远程主机上的文件是否存在\n# 检查远程主机上的文件是否完整\n- name: \"Check file exists first\"\n stat:\n path: \"{{install_tmpdir}}/autogen-{{autogen_version}}-{{ansible_architecture}}.tar.gz\"\n register: check_fi... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 11331,
"all_permissive": false
} |
ansible_role | igoodful/deploy_database_ansible | f6df98da069b9113433b26dab0c1bcb544125ea7 | 0 | roles/automake | 7,483 | [
"no_license"
] | [
{
"path": "roles/automake/tasks/01-dir.yml",
"content": "---\n# tasks file for automake\n- name: \"remove {{automake_source_dir}} {{automake_base_dir}}\"\n become: true\n file:\n path: \"{{item}}\"\n state: absent\n with_items:\n - \"{{automake_source_dir}}\"\n - \"{{automake_base_dir... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 11560,
"all_permissive": false
} |
ansible_role | igoodful/deploy_database_ansible | f6df98da069b9113433b26dab0c1bcb544125ea7 | 0 | roles/base | 7,483 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "---\n# tasks file for base\n- name: Install required software packages\n become: yes\n yum:\n name: \"{{item}}\"\n state: present\n loop: \"{{software_packages}}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byt... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 306,
"all_permissive": false
} |
ansible_role | igoodful/deploy_database_ansible | f6df98da069b9113433b26dab0c1bcb544125ea7 | 0 | roles/binutils | 7,483 | [
"no_license"
] | [
{
"path": "roles/binutils/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - binutils\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 69
},
{
"path": "roles/binutils/tasks/main.yml",
"content": "---\n# tasks file for ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5293,
"all_permissive": false
} |
ansible_role | igoodful/deploy_database_ansible | f6df98da069b9113433b26dab0c1bcb544125ea7 | 0 | roles/bison | 7,483 | [
"no_license"
] | [
{
"path": "roles/bison/tasks/02-download.yml",
"content": "---\n# tasks file for bison by binary\n\n# 检查远程主机上的文件是否存在\n# 检查远程主机上的文件是否完整\n- name: \"Check file exists first: {{ install_tmpdir }}/{{ bison_package_name }}\"\n stat:\n path: \"{{ install_tmpdir }}/{{ bison_package_name }}\"\n register: chec... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 14024,
"all_permissive": false
} |
ansible_role | igoodful/deploy_database_ansible | f6df98da069b9113433b26dab0c1bcb544125ea7 | 0 | roles/clang | 7,483 | [
"no_license"
] | [
{
"path": "roles/clang/tasks/02-install_binary.yml",
"content": "---\n# tasks file for clang by binary\n\n# 检查远程主机上的文件是否存在\n# 检查远程主机上的文件是否完整\n- name: \"Check file exists first\"\n stat:\n path: \"{{install_tmpdir}}/{{clang_package_name_binary}}\"\n register: check_file_exists_first\n\n- name: \"Check... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 11321,
"all_permissive": false
} |
ansible_role | igoodful/deploy_database_ansible | f6df98da069b9113433b26dab0c1bcb544125ea7 | 0 | roles/cmake | 7,483 | [
"no_license"
] | [
{
"path": "roles/cmake/defaults/main.yml",
"content": "---\n# defaults file for cmake\n# https://github.com/Kitware/CMake/archive/refs/tags/v3.30.8.tar.gz\n# DONE\ncmake_install_user: \"{{ansible_user}}\"\ncmake_install_group: \"{{ansible_user}}\"\ncmake_version: \"3.30.8\"\n# binary/source\ncmake_deploy_me... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 10819,
"all_permissive": false
} |
ansible_role | igoodful/deploy_database_ansible | f6df98da069b9113433b26dab0c1bcb544125ea7 | 0 | roles/coreutils | 7,483 | [
"no_license"
] | [
{
"path": "roles/coreutils/vars/main.yml",
"content": "---\n# vars file for coreutils\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "roles/coreutils/tasks/01-dir.yml",
"content": "---\n# tasks file for coreutils\n# delete coreutils_source_di... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 15069,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.