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 | mahdyarbigdeli/ansible | 72ccf9c9273306ae8299fb5a5d0047a3ecd73644 | 1 | newproject/roles/common | 1,679 | [
"no_license"
] | [
{
"path": "newproject/roles/common/tasks/main.yml",
"content": "---\n- name: Update and upgrade apt packages\n apt:\n update_cache: yes\n upgrade: dist\n\n- name: Set timezone to Asia/Tehran\n timezone:\n name: Asia/Tehran\n",
"license_type": "no_license",
"detected_licenses": [],
"si... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 285,
"all_permissive": false
} |
ansible_role | mahdyarbigdeli/ansible | 72ccf9c9273306ae8299fb5a5d0047a3ecd73644 | 1 | newproject/roles/docker | 1,679 | [
"no_license"
] | [
{
"path": "newproject/roles/docker/tasks/main.yml",
"content": "---\n- name: Install dependencies for Docker\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n\n- name: Add Docker GPG key\n a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 834,
"all_permissive": false
} |
ansible_role | mahdyarbigdeli/ansible | 72ccf9c9273306ae8299fb5a5d0047a3ecd73644 | 1 | newproject/roles/nginx | 1,679 | [
"no_license"
] | [
{
"path": "newproject/roles/nginx/tasks/main.yml",
"content": "---\n- name: Install Nginx\n apt:\n name: nginx\n state: present\n\n- name: Ensure Nginx is running\n service:\n name: nginx\n state: started\n enabled: yes\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 164,
"all_permissive": false
} |
ansible_role | yakisuzu/provisioning-ansible | 976117c15deaf2b109448501a0f78f7476ff4686 | 0 | roles/common | 1,679 | [
"no_license"
] | [
{
"path": "roles/common/tasks/RedHat.yml",
"content": "---\n- name: yum update\n yum: name='*' state=latest update_cache=yes\n become: yes\n\n# before setting\n- name: git install\n yum: name=git state=latest\n\n- include: dotfiles.yml\n\n- name: install package for yum\n yum: >\n name={{ item.name }... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 4887,
"all_permissive": false
} |
ansible_role | Pugachev-Ilia/configuration_tools | 5982e46d2e1b10ee5c4d2aed203682e56e8b052c | 0 | ansible/roles/common | 1,679 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/tree_remove.yaml",
"content": "- name: Check if {{ package_name }} is installed\n become: yes\n command: tree --version\n ignore_errors: yes\n register: net_tools_check\n changed_when: false\n\n- name: Uninstall {{ package_name }} package\n become: yes\n command:... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 3686,
"all_permissive": false
} |
ansible_role | Pugachev-Ilia/configuration_tools | 5982e46d2e1b10ee5c4d2aed203682e56e8b052c | 0 | ansible/roles/docker | 1,679 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yaml",
"content": "- import_tasks: apt_update.yaml\n\n- import_tasks: install_packages.yaml\n\n- import_tasks: add_docker_gpg_files.yaml\n\n- import_tasks: set_up_docker_repo.yaml\n\n- import_tasks: apt_update.yaml\n\n- import_tasks: install_docker_packages.yaml\n\... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 1635,
"all_permissive": false
} |
ansible_role | Pugachev-Ilia/configuration_tools | 5982e46d2e1b10ee5c4d2aed203682e56e8b052c | 0 | ansible/roles/kubernetes | 1,679 | [
"no_license"
] | [
{
"path": "ansible/roles/kubernetes/tasks/install_minikube.yaml",
"content": "- name: Installation Minikube\n become: yes\n command: \"curl -Lo minikube https://storage.googleapis.com/minikube/releases/v{{minikube_version}}/minikube-linux-amd64\"\n\n- name: Add execution permission for Minikube binary\n ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1252,
"all_permissive": false
} |
ansible_role | Pugachev-Ilia/configuration_tools | 5982e46d2e1b10ee5c4d2aed203682e56e8b052c | 0 | ansible/roles/ubuntu | 1,679 | [
"no_license"
] | [
{
"path": "ansible/roles/ubuntu/tasks/main.yaml",
"content": "- import_tasks: add_ssh_key.yaml\n\n- import_tasks: disable_password_auth.yaml\n\n#- import_tasks: enable_password_auth.yaml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 120
},
{
"path": "ansible/role... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 3084,
"all_permissive": false
} |
ansible_role | akiraho/ansible | ddb48fbabaa4c516982a0c41de16d9d1a61f1d86 | 0 | roles/app | 1,679 | [
"permissive"
] | [
{
"path": "roles/app/tasks/main.yml",
"content": "---\n- debug: var=app\n- debug: var=user\n- debug: var=dir_opt\n\n- set_fact:\n dir_app: \"/opt/{{ app }}\"\n\n- name: group\n group:\n name: \"{{ user }}\"\n state: present\n\n- name: user\n user:\n name: \"{{ user }}\"\n group: \"{{ user }... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1239,
"all_permissive": true
} |
ansible_role | akiraho/ansible | ddb48fbabaa4c516982a0c41de16d9d1a61f1d86 | 0 | roles/aws | 1,679 | [
"permissive"
] | [
{
"path": "roles/aws/tasks/group_web.yml",
"content": "---\n- debug: var=aws_group\n- debug: var=aws_region\n\n- name: security group / web\n ec2_group:\n aws_access_key: \"{{ aws_access_key }}\"\n aws_secret_key: \"{{ aws_secret_key }}\"\n name: \"{{ aws_group }}\"\n region: \"{{ aws_region }}... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1988,
"all_permissive": true
} |
ansible_role | akiraho/ansible | ddb48fbabaa4c516982a0c41de16d9d1a61f1d86 | 0 | roles/base | 1,679 | [
"permissive"
] | [
{
"path": "roles/base/tasks/folder_link.yml",
"content": "---\n- debug: var=mode\n- debug: var=folder\n- debug: var=link\n\n# link => folder\n\n- name:\n shell: \"rmdir {{ link }} || true\"\n- file:\n path: \"{{ folder }}\"\n state: directory\n mode: \"{{ mode }}\"\n- file:\n src: \"{{ folder }... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1322,
"all_permissive": true
} |
ansible_role | akiraho/ansible | ddb48fbabaa4c516982a0c41de16d9d1a61f1d86 | 0 | roles/base.debian | 1,679 | [
"permissive"
] | [
{
"path": "roles/base.debian/tasks/main.yml",
"content": "---\n\n- name: apt update\n become: true\n shell: apt update &&\n apt upgrade -y &&\n apt install -y --no-install-recommends less htop\n\n- name: rsyslog / net\n become: true\n shell: cd /etc/rsyslog.d &&\n echo '$ModLoad imm... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1737,
"all_permissive": true
} |
ansible_role | akiraho/ansible | ddb48fbabaa4c516982a0c41de16d9d1a61f1d86 | 0 | roles/couchbase | 1,679 | [
"permissive"
] | [
{
"path": "roles/couchbase/tasks/node_init.yml",
"content": "---\n\n# couchbase-cli node-init -c [host]:8091 -u [admin] -p [password] [options]\n- name: couchbase / node / init\n command: >\n /opt/couchbase/bin/couchbase-cli node-init \\\n --cluster localhost:8091 \\\n --username {{ username }} \\... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 5261,
"all_permissive": true
} |
ansible_role | akiraho/ansible | ddb48fbabaa4c516982a0c41de16d9d1a61f1d86 | 0 | roles/docker.app | 1,679 | [
"permissive"
] | [
{
"path": "roles/docker.app/meta/main.yml",
"content": "---\ndependencies:\n- { role: docker.debian }\n- { role: app }\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 60
},
{
"path": "roles/docker.app/tasks/volume.yml",
"content": "---... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 874,
"all_permissive": true
} |
ansible_role | akiraho/ansible | ddb48fbabaa4c516982a0c41de16d9d1a61f1d86 | 0 | roles/docker.debian | 1,679 | [
"permissive"
] | [
{
"path": "roles/docker.debian/meta/main.yml",
"content": "---\ndependencies:\n- { role: base.debian }\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 42
},
{
"path": "roles/docker.debian/tasks/main.yml",
"content": "---\n- debug: var=... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1006,
"all_permissive": true
} |
ansible_role | akiraho/ansible | ddb48fbabaa4c516982a0c41de16d9d1a61f1d86 | 0 | roles/gce | 1,679 | [
"permissive"
] | [
{
"path": "roles/gce/tasks/firewall.yml",
"content": "---\n\n- name: gce / firewall\n gce_net:\n name: \"{{ item.name }}\"\n fwname: \"{{ item.fwname }}\"\n allowed: \"{{ item.allowed }}\"\n target_tags: \"{{ item.target_tags }}\"\n state: present\n with_items: \"{{ firewall }}\"\n when: f... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2365,
"all_permissive": true
} |
ansible_role | akiraho/ansible | ddb48fbabaa4c516982a0c41de16d9d1a61f1d86 | 0 | roles/mysql | 1,679 | [
"permissive"
] | [
{
"path": "roles/mysql/tasks/inventory/hosts",
"content": "[source_server]\n\n[target_servers]\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 34
},
{
"path": "roles/mysql/tasks/mysql_restore_docker.yml",
"content": "---\n- debug: var=... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 5056,
"all_permissive": true
} |
ansible_role | eacmesquita/busybox-operator | fbae6e31345479ca8756a2fc3dc8e75b90e45b93 | 0 | roles/busybox | 1,679 | [
"no_license"
] | [
{
"path": "roles/busybox/tasks/main.yml",
"content": "---\n- name: start busybox\n k8s:\n definition:\n kind: DeploymentConfig\n apiVersion: apps.openshift.io/v1\n metadata:\n name: 'busybox'\n spec:\n template:\n metadata:\n labels:\n n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 712,
"all_permissive": false
} |
ansible_role | mekanix/jail-librenms | 9465e70d4df6a9285c864e253527e926090da5c3 | 0 | ansible/roles/librenms | 1,679 | [
"no_license"
] | [
{
"path": "ansible/roles/librenms/vars/main.yml",
"content": "---\nlibrenms_packages:\n - name: librenms\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 42
},
{
"path": "ansible/roles/librenms/tasks/main.yml",
"content": "---\n- name: install librenms packag... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 177,
"all_permissive": false
} |
ansible_role | Alirezazamirian/ansible-DB-HA | 97cb9ba3140a952bb52c7e11b0162ab07889cb2f | 0 | roles/database | 1,699 | [
"no_license"
] | [
{
"path": "roles/database/tasks/main.yml",
"content": "---\n\n- name: install PostgreSQL and related packages\n apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - \"{{ POSTGRES_PKG }}\"\n tags:\n - postgres-pkg\n\n- name: create symlink for postgresql\n shell: |\n ln -s /usr/lib/pos... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 329,
"all_permissive": false
} |
ansible_role | Alirezazamirian/ansible-DB-HA | 97cb9ba3140a952bb52c7e11b0162ab07889cb2f | 0 | roles/etcd | 1,699 | [
"no_license"
] | [
{
"path": "roles/etcd/defaults/main.yml",
"content": "---\n\nETCD_PKG:\n - net-tools\n - etcd\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "roles/etcd/handlers/main.yml",
"content": "---\n\n- name: restart etcd service\n service:\n na... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 441,
"all_permissive": false
} |
ansible_role | Alirezazamirian/ansible-DB-HA | 97cb9ba3140a952bb52c7e11b0162ab07889cb2f | 0 | roles/loadbalancer | 1,699 | [
"no_license"
] | [
{
"path": "roles/loadbalancer/templates/etc/haproxy/haproxy.cfg",
"content": "global\n maxconn 100\n log 127.0.0.1 local2\n\ndefaults\n log global\n mode tcp\n retries 2\n timeout client 30m\n timeout connect 4s\n timeout server 30m\n timeou... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1814,
"all_permissive": false
} |
ansible_role | Alirezazamirian/ansible-DB-HA | 97cb9ba3140a952bb52c7e11b0162ab07889cb2f | 0 | roles/patroni | 1,699 | [
"no_license"
] | [
{
"path": "roles/patroni/templates/etc/patroni-node2.yml.j2",
"content": "scope: postgres\nnamespace: /db/\nname: worker_node2\n\nrestapi:\n listen: 192.168.56.103:8008\n connect_address: 192.168.56.103:8008\n\netcd:\n host: 192.168.56.102:2379\n\nbootstrap:\n dcs:\n ttl: 30\n loop_wait: 10\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2661,
"all_permissive": false
} |
ansible_role | AustinAMeyer/Give-your-Application-Auto-Deploy-Superpowers | 353ad99ffff80f6147aec84e98b742b8fdec44b7 | 0 | .circleci/ansible/roles/deploy | 1,699 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/deploy/tasks/main.yml",
"content": "---\n- name: \"install dependencies.\"\n become: true\n apt:\n name: [\"nodejs\", \"npm\"]\n state: latest\n update_cache: yes\n\n- name: \"install pm2\"\n become: true\n npm:\n name: pm2\n global: yes\n production:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 600,
"all_permissive": false
} |
ansible_role | PluueeR/jook.network | ff010fe8fc16e6b2cb35ceee04854697001cf785 | 0 | ansible/ansible/roles/common | 1,699 | [
"no_license"
] | [
{
"path": "ansible/ansible/roles/common/handlers/main.yaml",
"content": "---\n- name: reboot\n ansible.builtin.reboot:\n msg: \"Reboot initiated by Ansible.\"\n connect_timeout: 5\n post_reboot_delay: 30\n when: reboot_required_file.stat.exists\n\n- name: reboot required\n ansible.builtin.debug:... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1693,
"all_permissive": false
} |
ansible_role | PluueeR/jook.network | ff010fe8fc16e6b2cb35ceee04854697001cf785 | 0 | ansible/ansible/roles/deploy_docker | 1,699 | [
"no_license"
] | [
{
"path": "ansible/ansible/roles/deploy_docker/vars/main.yaml",
"content": "---\ndocker_apt_release_channel: \"stable\"\ndocker_apt_repository: \"deb [arch=arm64] https://download.docker.com/linux/debian {{ ansible_lsb.codename }} {{ docker_apt_release_channel }}\"",
"license_type": "no_license",
"d... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2295,
"all_permissive": false
} |
ansible_role | PluueeR/jook.network | ff010fe8fc16e6b2cb35ceee04854697001cf785 | 0 | ansible/ansible/roles/deploy_wireguard | 1,699 | [
"no_license"
] | [
{
"path": "ansible/ansible/roles/deploy_wireguard/templates/client.conf.j2",
"content": "[Interface]\nPrivateKey = {{ client_private_key }}\nAddress = {{ client.value.address }}\nDNS = {{ wireguard.dns }}\n\n[Peer]\nPublicKey = {{ public_key }}\nPresharedKey = {{ preshared_key }}\nEndpoint = {{ wireguard.en... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 6436,
"all_permissive": false
} |
ansible_role | trails/trails | ba2d897432285e2e9bfd2717a313316d1c812299 | 1 | ops/playbooks/roles/common | 1,699 | [
"no_license"
] | [
{
"path": "ops/playbooks/roles/common/handlers/main.yml",
"content": "---\n- name: update timezone\n command: dpkg-reconfigure --frontend noninteractive tzdata\n\n- name: restart network\n service: name=networking state=restarted\n\n- name: ifup eth1\n command: bash -c \"ifdown eth1 && ifup eth1\"\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1304,
"all_permissive": false
} |
ansible_role | trails/trails | ba2d897432285e2e9bfd2717a313316d1c812299 | 1 | ops/playbooks/roles/db | 1,699 | [
"no_license"
] | [
{
"path": "ops/playbooks/roles/db/tasks/main.yml",
"content": "---\n- name: install PostgreSQL\n apt: name={{ item }} state=latest\n with_items:\n - postgresql-9.3\n - postgresql-contrib-9.3\n - postgresql-server-dev-9.3\n - python-psycopg2\n\n- name: ensure postgresql is running\n service: n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 849,
"all_permissive": false
} |
ansible_role | trails/trails | ba2d897432285e2e9bfd2717a313316d1c812299 | 1 | ops/playbooks/roles/deploy | 1,699 | [
"no_license"
] | [
{
"path": "ops/playbooks/roles/deploy/templates/database.yml.j2",
"content": "common: &common\n adapter: postgresql\n encoding: unicode\n pool: 5\n host: {{ db_host }}\n\nproduction:\n <<: *common\n username: {{ db_user }}\n password: {{ <PASSWORD> }}\n database: {{ db_name}}\n",
"license_type":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2468,
"all_permissive": false
} |
ansible_role | trails/trails | ba2d897432285e2e9bfd2717a313316d1c812299 | 1 | ops/playbooks/roles/web | 1,699 | [
"no_license"
] | [
{
"path": "ops/playbooks/roles/web/vars/main.yml",
"content": "---\n rvm1_rubies:\n - 'ruby-2.2.2'\n rvm1_gpg_key_server: 'hkp://pgp.mit.edu'\n rvm1_install_path: '/usr/local/rvm'\n rvm1_install_flags: ''\n rvm1_user: 'root'\n",
"license_type": "no_license",
"detected_licenses": [],
"siz... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1803,
"all_permissive": false
} |
ansible_role | venkatesh8686/expense-ansible-roles | 3fad4db09f05c557ce6fb778c0db9db378b50b92 | 0 | roles/frontend | 1,699 | [
"no_license"
] | [
{
"path": "roles/frontend/vars/main.yml",
"content": "BACKEND_HOSTS: backend.vvsmgold.online",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "roles/frontend/tasks/main.yml",
"content": "- name: installing nginx service\n ansible.builtin.package... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1005,
"all_permissive": false
} |
ansible_role | Koteykov/RS-demo-ansible | 18168b4a8b206eebb6fdaebff677c76f06e7281a | 0 | roles/deploy_apache | 1,699 | [
"no_license"
] | [
{
"path": "roles/deploy_apache/tasks/main.yaml",
"content": "- name: Install python3 and apache\n vars:\n ansible_python_interpreter: /usr/bin/python\n yum:\n name: \n - python3\n - httpd\n - libselinux-python3\n update_cache: true\n state: present\n\n- name: Create www director... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 560,
"all_permissive": false
} |
ansible_role | Koteykov/RS-demo-ansible | 18168b4a8b206eebb6fdaebff677c76f06e7281a | 0 | roles/deploy_haproxy | 1,699 | [
"no_license"
] | [
{
"path": "roles/deploy_haproxy/tasks/main.yaml",
"content": "- name: Install python3 and haproxy\n vars:\n ansible_python_interpreter: /usr/bin/python\n yum:\n name:\n - python3\n - haproxy\n update_cache: true\n state: present\n\n- name: Copy the config file to haproxy server\n te... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 381,
"all_permissive": false
} |
ansible_role | Koteykov/RS-demo-ansible | 18168b4a8b206eebb6fdaebff677c76f06e7281a | 0 | roles/ensure_ssh_open | 1,699 | [
"no_license"
] | [
{
"path": "roles/ensure_ssh_open/tasks/main.yaml",
"content": "- name: Ensure ssh port is open\n vars:\n ansible_connection: local\n wait_for:\n port: 22\n delay: 10\n search_regex: OpenSSH\n host: '{{ (ansible_ssh_host|default(ansible_host))|default(inventory_hostname) }}'",
"license_t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 221,
"all_permissive": false
} |
ansible_role | aartichaple2124/ansible2 | 50061c8503eb420adb69c9e4127c9e743edbda0c | 0 | roles/catalogue | 1,699 | [
"no_license"
] | [
{
"path": "roles/catalogue/tasks/main.yml",
"content": "\n\n- name: include role nodejs\n ansible.builtin.include_role:\n name: common\n tasks_from: nodejs.yml\n\n- name: copy mongo.repo\n ansible.builtin.copy:\n src: mongo.repo\n dest: /etc/yum.repos.d/mongo.repo\n\n- name: Install Mongo clie... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 453,
"all_permissive": false
} |
ansible_role | aartichaple2124/ansible2 | 50061c8503eb420adb69c9e4127c9e743edbda0c | 0 | roles/common | 1,699 | [
"no_license"
] | [
{
"path": "roles/common/tasks/nodejs.yml",
"content": "\n- name: disable node default version\n ansible.builtin.shell: dnf module disable nodejs -y\n\n- name: enable nodejs default version\n ansible.builtin.shell: dnf module enable nodejs:20 -y\n\n- name: install nodejs\n ansible.builtin.dnf:\n name: ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1458,
"all_permissive": false
} |
ansible_role | aartichaple2124/ansible2 | 50061c8503eb420adb69c9e4127c9e743edbda0c | 0 | roles/frontend | 1,699 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/main.yml",
"content": "\n- name: disable nginx default version\n ansible.builtin.shell: dnf module disable nginx -y\n\n- name: enable nginx 1.24 version\n ansible.builtin.shell: dnf module enable nginx:1.24 -y\n\n- name: Install nginx 1.24 version\n ansible.builtin.dnf:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 894,
"all_permissive": false
} |
ansible_role | aartichaple2124/ansible2 | 50061c8503eb420adb69c9e4127c9e743edbda0c | 0 | roles/mongodb | 1,699 | [
"no_license"
] | [
{
"path": "roles/mongodb/tasks/main.yml",
"content": "\n- name: copy mongo repo\n ansible.builtin.copy:\n src: mongo.repo\n dest: /etc/yum.repos.d/mongo.repo\n\n- name: install mongodb-org\n ansible.builtin.dnf:\n name: mongodb-org\n state: installed\n\n- name: update listners\n ansible.built... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 450,
"all_permissive": false
} |
ansible_role | aartichaple2124/ansible2 | 50061c8503eb420adb69c9e4127c9e743edbda0c | 0 | roles/mysql | 1,699 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "\n\n- name: install mysql\n ansible.builtin.dnf:\n name: mysql\n state: installed\n\n- name: enable mysqld\n ansible.builtin.systemd_service:\n name: mysqld\n state: restarted\n enabled: true\n\n- name: ret roboshop password\n ansible.bui... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 308,
"all_permissive": false
} |
ansible_role | aartichaple2124/ansible2 | 50061c8503eb420adb69c9e4127c9e743edbda0c | 0 | roles/payment | 1,699 | [
"no_license"
] | [
{
"path": "roles/payment/tasks/main.yml",
"content": "#source ./common.sh\n#app_name-payment\n#\n#PYTHON\n\n\n- name: include python role\n ansible.builtin.include_role:\n name: common\n tasks_from: python.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 153
}
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 153,
"all_permissive": false
} |
ansible_role | aartichaple2124/ansible2 | 50061c8503eb420adb69c9e4127c9e743edbda0c | 0 | roles/redis | 1,699 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/main.yml",
"content": "\n- name: disable redis\n ansible.builtin.shell: dnf module disable redis -y\n\n- name: enable redis\n ansible.builtin.shell: dnf module enable redis:7 -y\n\n- name: install redis\n ansible.builtin.dnf:\n name: redis\n state: installed\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 636,
"all_permissive": false
} |
ansible_role | aartichaple2124/ansible2 | 50061c8503eb420adb69c9e4127c9e743edbda0c | 0 | roles/shipping | 1,699 | [
"no_license"
] | [
{
"path": "roles/shipping/tasks/main.yml",
"content": "\n- name: include java role\n ansible.builtin.include_role:\n name: common\n tasks_from: java.yml\n\n- name: Install MySQL Client\n ansible.builtin.dnf:\n name:\n - mysql\n - python3-mysqlclient\n state: installed\n\n- name: To l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 813,
"all_permissive": false
} |
ansible_role | james7088/home-lab | bd904171bd30da004c55dbc45b8a604a7ce3760d | 0 | roles/update-system | 1,699 | [
"no_license"
] | [
{
"path": "roles/update-system/tasks/main.yml",
"content": "---\n# tasks file for update-system\n - name: update the system with latest\n ansible.builtin.dnf:\n name: '*'\n state: latest\n\n - name: git\n ansible.builtin.dnf:\n name: 'git'\n state: latest\n\n - name: ansisble\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 460,
"all_permissive": false
} |
ansible_role | alimohebbi/install-clearwater | 538e89167d5e9b0c4df48c35ba8cf4c6dc12033f | 1 | roles/common | 1,619 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Copy repository list\n become: true\n copy:\n src: files/clearwater.list\n dest: /etc/apt/sources.list.d/\n owner: ubuntu\n group: ubuntu\n mode: u=rwx,g=r,o=r\n\n- name: Add repository to apt\n become: true\n shell: \"{{item}}\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1117,
"all_permissive": false
} |
ansible_role | alimohebbi/install-clearwater | 538e89167d5e9b0c4df48c35ba8cf4c6dc12033f | 1 | roles/create_users | 1,619 | [
"no_license"
] | [
{
"path": "roles/create_users/tasks/main.yml",
"content": "- name: Creating users by ellis\n become: true\n shell: bash -c \"export PATH=/usr/share/clearwater/ellis/env/bin:$PATH ; cd /usr/share/clearwater/ellis/src/metaswitch/ellis/tools/; python create_numbers.py --start 6505550000 --count 1000\"\n\n\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 242,
"all_permissive": false
} |
ansible_role | alimohebbi/install-clearwater | 538e89167d5e9b0c4df48c35ba8cf4c6dc12033f | 1 | roles/dns_config | 1,619 | [
"no_license"
] | [
{
"path": "roles/dns_config/templates/dnsmasq.resolv.conf.j2",
"content": "nameserver {{dns_address}}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 27
},
{
"path": "roles/dns_config/tasks/main.yml",
"content": "---\n- name : Copy resolve file to hosts\n be... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 509,
"all_permissive": false
} |
ansible_role | alimohebbi/install-clearwater | 538e89167d5e9b0c4df48c35ba8cf4c6dc12033f | 1 | roles/dns_server | 1,619 | [
"no_license"
] | [
{
"path": "roles/dns_server/tasks/main.yml",
"content": "---\n- name: \"Intalling bind9\"\n become: true\n apt:\n name: bind9\n\n- name: copy dns server DB to host\n become: true\n copy:\n src: files/db.curix.ch\n dest: /etc/bind/db.curix.ch\n owner: ubuntu\n group: ubuntu\n mode: u=rwx,g=r,... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 7608,
"all_permissive": false
} |
ansible_role | alimohebbi/install-clearwater | 538e89167d5e9b0c4df48c35ba8cf4c6dc12033f | 1 | roles/shared_config | 1,619 | [
"no_license"
] | [
{
"path": "roles/shared_config/tasks/main.yml",
"content": "---\n- name: Download shared configs\n shell: cw-config download shared_config --autoconfirm && sleep 5\n tags:\n - shared_config\n\n- name: copy shared configs\n copy:\n src: files/shared_config\n dest: /home/ubuntu/clearwater-config-manag... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 471,
"all_permissive": false
} |
ansible_role | Unlucky-Mercenary/TestInfra | c2468676743615404669237829bfe1450cb73ba2 | 0 | ansible/roles/docker | 1,619 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "---\n- name: Docker 用 yum リポジトリの追加\n yum_repository:\n name: dockerrepo\n description: Docker Repository\n baseurl: https://yum.dockerproject.org/repo/main/centos/$releasever/\n enabled: yes\n gpgkey: https://yum.dockerproject.org/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 549,
"all_permissive": false
} |
ansible_role | trooney/progressions | 4c60f27f476a623a0c85111b329a92bf344afa35 | 0 | ansible/roles/nginx | 1,619 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": "---\n- name: \"sites-available\"\n become: yes\n template:\n src: nginx.conf.j2\n dest: /etc/nginx/sites-available/{{ server_hostname }}\n owner: root\n group: root\n mode: 0644\n notify: reload nginx\n\n- name: \"sites-enabled\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 801,
"all_permissive": false
} |
ansible_role | Oumayma-b/Lc | 906271b7707391d2acd90b02b1f6c18068074d74 | 0 | ansible/roles/docker-registry | 1,619 | [
"no_license"
] | [
{
"path": "ansible/roles/docker-registry/tasks/main.yml",
"content": "---\n# tasks file for docker-registry\n\n - name: tag and push\n docker_image:\n name: devops\n repository: oumaymab/devops\n tag: latest\n push: yes\n source: local\n",
"license_type": "no_license",
"de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 184,
"all_permissive": false
} |
ansible_role | sankichi92/isucon14 | 64358a7884ad7261913d4af526edf89f27532c62 | 0 | roles/isuride | 1,619 | [
"no_license"
] | [
{
"path": "roles/isuride/handlers/main.yaml",
"content": "- name: Restart isuride\n ansible.builtin.systemd_service:\n name: isuride-rust.service\n daemon_reload: true\n state: restarted\n\n- name: Restart isuride-matcher\n ansible.builtin.systemd_service:\n name: isuride-matcher.service\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 23442,
"all_permissive": false
} |
ansible_role | sankichi92/isucon14 | 64358a7884ad7261913d4af526edf89f27532c62 | 0 | roles/mysql | 1,619 | [
"no_license"
] | [
{
"path": "roles/mysql/handlers/main.yaml",
"content": "---\n- name: Restart mysql\n ansible.builtin.systemd_service:\n name: mysql\n daemon_reload: true\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 122
},
{
"path": "roles/mysql/ta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 370,
"all_permissive": false
} |
ansible_role | sankichi92/isucon14 | 64358a7884ad7261913d4af526edf89f27532c62 | 0 | roles/nginx | 1,619 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yaml",
"content": "---\n- name: Copy nginx conf\n ansible.builtin.copy:\n src: nginx\n dest: /etc\n notify: Restart nginx\n\n- name: Enable nginx service\n ansible.builtin.systemd_service:\n name: nginx\n daemon_reload: true\n state: started\n enabled: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 370,
"all_permissive": false
} |
ansible_role | sankichi92/isucon14 | 64358a7884ad7261913d4af526edf89f27532c62 | 0 | roles/tools | 1,619 | [
"no_license"
] | [
{
"path": "roles/tools/tasks/main.yaml",
"content": "---\n- name: Install dev tools\n ansible.builtin.apt:\n name:\n - fish\n - neovim\n - sysstat\n - btop\n\n- name: Install alp\n ansible.builtin.get_url:\n url: https://github.com/tkuchiki/alp/releases/download/v1.0.21/alp_linux... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1410,
"all_permissive": false
} |
ansible_role | luck7454/HW-Globallogic | 458a0ce69bd84b73c41bc750c9c1933ab032fb29 | 0 | roles/create_file_with_rights0500 | 1,619 | [
"no_license"
] | [
{
"path": "roles/create_file_with_rights0500/tasks/main.yml",
"content": "---\n# tasks file for create_file_with_rights050\n- name: Creating new file with rights\n file:\n path: \"/etc/iaac\"\n state: touch\n mode: 0500\n",
"license_type": "no_license",
"detected_licenses... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 434,
"all_permissive": false
} |
ansible_role | 48763/install-tools-use-ansible | 4fb52238e35f06b9c5af92829898b6239dc43129 | 1 | roles/ansible-role-docker | 1,619 | [
"no_license"
] | [
{
"path": "roles/ansible-role-docker/tasks/main.yml",
"content": "---\n- name: Check if the Docker is already installed\n stat: path=/etc/init.d/docker\n register: service_status\n\n- name: According system type to install Docker-ce\n shell: >\n curl -fsSL {{ docker_install_script_url }} | sudo sh -\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 679,
"all_permissive": false
} |
ansible_role | steevaavoo/ansible-stuff | 7b31a290672673add559ebed85662462aa040950 | 0 | roles/pkg-apt | 1,619 | [
"no_license"
] | [
{
"path": "roles/pkg-apt/tasks/main.yml",
"content": "---\n- name: Install Apt Dependencies\n ansible.builtin.apt:\n name: \"{{ item.name }}\"\n state: \"{{ item.state | default('latest') }}\"\n update_cache: yes\n loop: \"{{ pkg_apt_dependencies }}\"\n become: true\n",
"license_type": "no_l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 212,
"all_permissive": false
} |
ansible_role | steevaavoo/ansible-stuff | 7b31a290672673add559ebed85662462aa040950 | 0 | roles/roon-server | 1,619 | [
"no_license"
] | [
{
"path": "roles/roon-server/scripts/install-roon-server.sh",
"content": "#!/usr/bin/env bash\n\ncurl -O https://download.roonlabs.net/builds/roonserver-installer-linuxx64.sh\nchmod +x roonserver-installer-linuxx64.sh\n./roonserver-installer-linuxx64.sh\n",
"license_type": "no_license",
"detected_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1594,
"all_permissive": false
} |
ansible_role | redhatryan/podman-ansible | c5ee155c7ff0278f04cd5d8911a99e493ef11473 | 0 | roles/github_self_hosted | 1,619 | [
"no_license"
] | [
{
"path": "roles/github_self_hosted/tasks/main.yaml",
"content": " - name: Create runner user\n user:\n name: runner\n shell: /bin/bash\n create_home: yes\n\n - name: Configure sudoers for runner user\n lineinfile:\n path: /etc/sudoers\n state: present\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1606,
"all_permissive": false
} |
ansible_role | subbbbbaru/ansibleCentOS | 309fdcb42b3e088376777f9b4edf325b31ece866 | 0 | roles/RoleCentOS | 1,619 | [
"no_license"
] | [
{
"path": "roles/RoleCentOS/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - RoleCentOS\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 69
},
{
"path": "roles/RoleCentOS/defaults/main.yml",
"content": "---\n# defaults... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 841,
"all_permissive": false
} |
ansible_role | noipryan/workstation-config | 73314707e8d5b968b532479a1278a88615b08834 | 0 | roles/browsers | 1,619 | [
"permissive"
] | [
{
"path": "roles/browsers/tasks/archlinux.yml",
"content": "---\n- name: Install Browsers\n kewlfft.aur.aur:\n name:\n - brave-bin\n - microsoft-edge-stable-bin\n - google-chrome\n use: yay\n state: present\n extra_args: --needed\n become: yes\n become_user: aur_builder\n",
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1285,
"all_permissive": true
} |
ansible_role | noipryan/workstation-config | 73314707e8d5b968b532479a1278a88615b08834 | 0 | roles/bruno | 1,619 | [
"permissive"
] | [
{
"path": "roles/bruno/tasks/fedora.yml",
"content": "---\n- name: Fetch Bruno tags from github\n ansible.builtin.uri:\n url: https://api.github.com/repos/usebruno/bruno/tags\n method: GET\n return_content: yes\n status_code: 200\n body_format: json\n register: result\n\n- name: Set Bruno v... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 853,
"all_permissive": true
} |
ansible_role | noipryan/workstation-config | 73314707e8d5b968b532479a1278a88615b08834 | 0 | roles/common-desktop | 1,619 | [
"permissive"
] | [
{
"path": "roles/common-desktop/tasks/archlinux.yml",
"content": "---\n- name: Include distro specific variables\n ansible.builtin.include_vars: \"{{ ansible_distribution | lower }}.yml\"\n\n- name: Install common packages\n community.general.pacman:\n name: \"{{ common_desktop }}\"\n extra_args: --... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1538,
"all_permissive": true
} |
ansible_role | noipryan/workstation-config | 73314707e8d5b968b532479a1278a88615b08834 | 0 | roles/common-terminal | 1,619 | [
"permissive"
] | [
{
"path": "roles/common-terminal/vars/fedora.yml",
"content": "---\ncommon_terminal:\n - ansible\n - ansible-lint\n - bat\n - curl\n - eza\n - fastfetch\n - fzf\n - git\n - helix\n - krb5-workstation\n - lldpd\n - util-linux-user\n - neovim\n - nmap\n - nodejs\n - openssh-askpass\n - openss... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1897,
"all_permissive": true
} |
ansible_role | noipryan/workstation-config | 73314707e8d5b968b532479a1278a88615b08834 | 0 | roles/development-tools | 1,619 | [
"permissive"
] | [
{
"path": "roles/development-tools/tasks/fedora.yml",
"content": "---\n- name: Install Development Tools\n ansible.builtin.dnf:\n name:\n - \"@development-tools\"\n - gcc-c++\n state: present\n",
"license_type": "permissive",
"detected_licenses": [
"CC0-1.0"
],
"size_b... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 274,
"all_permissive": true
} |
ansible_role | noipryan/workstation-config | 73314707e8d5b968b532479a1278a88615b08834 | 0 | roles/docker | 1,619 | [
"permissive"
] | [
{
"path": "roles/docker/tasks/archlinux.yml",
"content": "---\n- name: Get the non root remote user\n ansible.builtin.set_fact:\n remote_regular_user: \"{{ ansible_env.SUDO_USER or ansible_user_id }}\"\n\n- name: Install docker\n community.general.pacman:\n name: docker\n extra_args: --needed\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1431,
"all_permissive": true
} |
ansible_role | noipryan/workstation-config | 73314707e8d5b968b532479a1278a88615b08834 | 0 | roles/slack | 1,619 | [
"permissive"
] | [
{
"path": "roles/slack/tasks/archlinux.yml",
"content": "---\n- name: Install Slack-Desktop\n kewlfft.aur.aur:\n name:\n - slack-desktop\n use: yay\n extra_args: --needed\n state: present\n become: yes\n become_user: aur_builder\n",
"license_type": "permissive",
"detected_license... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 631,
"all_permissive": true
} |
ansible_role | noipryan/workstation-config | 73314707e8d5b968b532479a1278a88615b08834 | 0 | roles/sway | 1,619 | [
"permissive"
] | [
{
"path": "roles/sway/tasks/archlinux.yml",
"content": "---\n- name: Include distro specific variables\n ansible.builtin.include_vars: \"{{ ansible_distribution | lower }}.yml\"\n\n- name: Install Sway pacman packages\n community.general.pacman:\n name: \"{{ sway_pacman_packages }}\"\n extra_args: -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1031,
"all_permissive": true
} |
ansible_role | noipryan/workstation-config | 73314707e8d5b968b532479a1278a88615b08834 | 0 | roles/tailscale | 1,619 | [
"permissive"
] | [
{
"path": "roles/tailscale/tasks/fedora.yml",
"content": "---\n- name: Add Tailscale Repo\n ansible.builtin.yum_repository:\n name: tailscale-stable\n description: Tailscale stable\n file: tailscale\n baseurl: https://pkgs.tailscale.com/stable/fedora/$basearch/\n gpgkey: https://pkgs.tailsca... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 807,
"all_permissive": true
} |
ansible_role | noipryan/workstation-config | 73314707e8d5b968b532479a1278a88615b08834 | 0 | roles/update-system | 1,619 | [
"permissive"
] | [
{
"path": "roles/update-system/tasks/fedora.yml",
"content": "---\n- name: Check packages to upgrade\n ansible.builtin.dnf:\n list: updates\n register: packages\n\n- name: Show packages to upgrade\n ansible.builtin.debug:\n msg: >-\n {%- set output=[] -%}\n {%- for p in packages.results -... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 987,
"all_permissive": true
} |
ansible_role | noipryan/workstation-config | 73314707e8d5b968b532479a1278a88615b08834 | 0 | roles/virtualization | 1,619 | [
"permissive"
] | [
{
"path": "roles/virtualization/tasks/archlinux.yml",
"content": "---\n- name: Get the non root remote user\n ansible.builtin.set_fact:\n remote_regular_user: \"{{ ansible_env.SUDO_USER or ansible_user_id }}\"\n\n- name: Install libvirt\n community.general.pacman:\n name:\n - bridge-utils\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1227,
"all_permissive": true
} |
ansible_role | noipryan/workstation-config | 73314707e8d5b968b532479a1278a88615b08834 | 0 | roles/vscode | 1,619 | [
"permissive"
] | [
{
"path": "roles/vscode/tasks/archlinux.yml",
"content": "---\n- name: Install VSCode\n kewlfft.aur.aur:\n name:\n - visual-studio-code-bin\n use: yay\n extra_args: --needed\n state: present\n become: yes\n become_user: aur_builder\n",
"license_type": "permissive",
"detected_lice... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 549,
"all_permissive": true
} |
ansible_role | noipryan/workstation-config | 73314707e8d5b968b532479a1278a88615b08834 | 0 | roles/xfce | 1,619 | [
"permissive"
] | [
{
"path": "roles/xfce/tasks/archlinux.yml",
"content": "---\n- name: Install XFCE packages\n community.general.pacman:\n name:\n - alsa-lib\n - alsa-utils\n - pipewire\n - pipewire-alsa\n - pipewire-jack\n - pipewire-pulse\n - sddm\n - xfce4\n - xfce4-goodies... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 549,
"all_permissive": true
} |
ansible_role | noipryan/workstation-config | 73314707e8d5b968b532479a1278a88615b08834 | 0 | roles/zed-editor | 1,619 | [
"permissive"
] | [
{
"path": "roles/zed-editor/tasks/archlinux.yml",
"content": "---\n- name: Install Zed Editor\n kewlfft.aur.aur:\n name:\n - zed-preview-bin\n use: yay\n extra_args: --needed\n state: present\n become: yes\n become_user: aur_builder\n",
"license_type": "permissive",
"detected_lic... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 772,
"all_permissive": true
} |
ansible_role | JagadeeshMoore3/base | d20dba5429901ad5c0cfb69e40da6f7c7f976a6d | 0 | roles/custfact | 1,619 | [
"no_license"
] | [
{
"path": "roles/custfact/tasks/main.yml",
"content": "---\n# tasks file for custfact\n\n- name: create directory fact.d\n file:\n path: /etc/ansible/facts.d\n state: directory\n# become: yes\n\n- name: copy the custom fact file\n template:\n src: ~/base/python_version.fact\n dest: /etc/ans... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 471,
"all_permissive": false
} |
ansible_role | JagadeeshMoore3/base | d20dba5429901ad5c0cfb69e40da6f7c7f976a6d | 0 | roles/vsftpd | 1,619 | [
"no_license"
] | [
{
"path": "roles/vsftpd/tasks/main.yml",
"content": "---\n# task to install vsftpd\n- name: Install vsftpd\n yum:\n name: vsftpd\n state: latest\n\n- name: use jinja2 template to configure vsftpd\n template:\n src: vsftpd.j2\n dest: /etc/vsftpd/vsftpd.conf\n \n",
"license_type": "no_licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 211,
"all_permissive": false
} |
ansible_role | chaochaoliu/2015-dev-ops-sample-ansible | d8621d006727fb763461c2dd3d78851f9af26b54 | 0 | roles/common | 1,759 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n# tasks file for common\n- name: update package\n apt: update_cache=yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 75
},
{
"path": "roles/common/handlers/main.yml",
"content": "---\n# handler fil... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 105,
"all_permissive": false
} |
ansible_role | chaochaoliu/2015-dev-ops-sample-ansible | d8621d006727fb763461c2dd3d78851f9af26b54 | 0 | roles/web | 1,759 | [
"no_license"
] | [
{
"path": "roles/web/tasks/main.yml",
"content": "---\n# tasks file for \n- name: setup sampleuser\n user: name=sampleuser\n\n- name: create dir for authorized key\n file: path=/home/sampleuser/.ssh/ state=directory owner=sampleuser group=sampleuser mode=0700\n\n- name: authorized key\n copy: src=authori... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 975,
"all_permissive": false
} |
ansible_role | rpasta42/rapidoid | 920a0469f5843895aaa5a6585173fd37441017eb | 0 | roles/common | 1,759 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yaml",
"content": "---\n\n- name: Update ubuntu\n become: yes\n become_user: root\n\n apt: update_cache=yes upgrade=yes\n\n- name: install git\n become: yes\n become_user: root\n apt:\n name: git\n update_cache: no\n",
"license_type": "no_licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 207,
"all_permissive": false
} |
ansible_role | rpasta42/rapidoid | 920a0469f5843895aaa5a6585173fd37441017eb | 0 | roles/java | 1,759 | [
"no_license"
] | [
{
"path": "roles/java/tasks/main.yaml",
"content": "---\n\n- name: Add ppa for java\n become: yes\n become_user: root\n apt_repository:\n repo: ppa:webupd8team/java\n\n- name: accept oracle license\n become: yes\n become_user: root\n debconf:\n name: \"oracle-java8-installer\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 570,
"all_permissive": false
} |
ansible_role | rpasta42/rapidoid | 920a0469f5843895aaa5a6585173fd37441017eb | 0 | roles/rapidoid-challenge | 1,759 | [
"no_license"
] | [
{
"path": "roles/rapidoid-challenge/tasks/main.yaml",
"content": "---\n\n- name: clone rapidoid-challenge\n git:\n repo: https://github.com/sndr-oss/rapidoid-challenge.git\n dest: \"{{ rapidoid_path }}\"\n notify: launch rapidoid challenge\n\n\n- name: Copy rapidoid upstart config\n become... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 881,
"all_permissive": false
} |
ansible_role | jsmartin/demo-cli | 8704cae74cb15df61f0134ca2a3830e38b58d4b7 | 0 | roles/apache | 1,759 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/Debian.yml",
"content": "- name: install packages (Debian)\n apt: name=apache2 state=present update_cache=yes\n with_items: packages\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
},
{
"path": "roles/apache/templates/index.htm... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 196,
"all_permissive": false
} |
ansible_role | ulrich-sun/mini-projet-ansible-2 | d366022c63bd7ed23ee6cc44404b06686a12ca57 | 0 | roles/webapp | 1,759 | [
"no_license"
] | [
{
"path": "roles/webapp/tasks/main.yml",
"content": "---\n# tasks file for webapp\n- include_tasks: \"docker-centos.yml\"\n when: ansible_distribution == \"CentOS\"\n- include_tasks: \"docker-ubuntu.yml\"\n when: ansible_distribution == \"Debian\" or ansible_distribution == \"Ubuntu\"\n\n- name: Copy temp... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3366,
"all_permissive": false
} |
ansible_role | Harvard-ATG/mirador-ansible | 41cfaab1c8bc1e0adf0db0e334374609d9faa5c8 | 1 | roles/common | 1,759 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: upgrade apt packages\n apt: upgrade=full update_cache=yes\n- name: install common packages\n apt: name={{ item }}\n with_items:\n - curl\n- name: create update Miridor user account\n user: name={{ mirador_user }} state=present\n- name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 389,
"all_permissive": false
} |
ansible_role | Harvard-ATG/mirador-ansible | 41cfaab1c8bc1e0adf0db0e334374609d9faa5c8 | 1 | roles/mirador | 1,759 | [
"no_license"
] | [
{
"path": "roles/mirador/tasks/main.yml",
"content": "---\n- name: update npm to version 3.\n npm: name=npm state=latest global=yes\n- name: install required npm packages\n npm: name={{ item }} global=yes state=present\n with_items:\n - grunt-cli\n - bower\n- include: aswebuser.yml\n become_user: ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 691,
"all_permissive": false
} |
ansible_role | Harvard-ATG/mirador-ansible | 41cfaab1c8bc1e0adf0db0e334374609d9faa5c8 | 1 | roles/nodejs | 1,759 | [
"no_license"
] | [
{
"path": "roles/nodejs/templates/nodepath.sh.j2",
"content": "PATH=$PATH:/usr/local/lib/{{ node }}/bin\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "roles/nodejs/tasks/main.yml",
"content": "---\n- name: download nodejs lts\n command: cur... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 434,
"all_permissive": false
} |
ansible_role | MougninSLA/ansible | abc3c116ceeac4e2e4dbb362a64b7a3a7d7ad710 | 0 | roles/mail | 1,759 | [
"no_license"
] | [
{
"path": "roles/mail/tasks/main.yml",
"content": "---\n# Installation des paquets\n- name: Installation des paquets pour l'installation du serveur mail\n apt: name={{ item }} state=latest\n with_items:\n - procmail\n - courier-imap\n - exim4\n - telnet\n\n# Copie du fichier : authdaemonrc dan... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 590,
"all_permissive": false
} |
ansible_role | MougninSLA/ansible | abc3c116ceeac4e2e4dbb362a64b7a3a7d7ad710 | 0 | roles/spam | 1,759 | [
"no_license"
] | [
{
"path": "roles/spam/tasks/main.yml",
"content": "---\n- name: apt-get update\n apt:\n update_cache: yes\n \n- name: Installation des paquets pour l'installation du gestionnaire de Spams\n apt: name={{ item }} state=latest\n with_items:\n - spamassassin\n - clamav\n - clamassassin\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 693,
"all_permissive": false
} |
ansible_role | MougninSLA/ansible | abc3c116ceeac4e2e4dbb362a64b7a3a7d7ad710 | 0 | roles/utilitaires | 1,759 | [
"no_license"
] | [
{
"path": "roles/utilitaires/tasks/main.yml",
"content": "---\n#Installation des paquets utiles\n- name: apt-get update\n apt:\n update_cache: yes\n\n- name: Installation des paquets utiles\n apt: name={{ item }} state=latest\n with_items:\n - git\n - vim\n - perl\n - python3\n - nano\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 818,
"all_permissive": false
} |
ansible_role | MougninSLA/ansible | abc3c116ceeac4e2e4dbb362a64b7a3a7d7ad710 | 0 | roles/web | 1,759 | [
"no_license"
] | [
{
"path": "roles/web/tasks/main.yml",
"content": "---\n# Installation des paquets\n- name: apt-get update\n apt:\n update_cache: yes\n \n- name: Installation des paquets pour l'installation du serveur web\n apt: name={{ item }} state=latest\n with_items:\n - php5\n - apache2\n - curl\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 457,
"all_permissive": false
} |
ansible_role | hsanjuan/ansible-ipfs-cluster | 369dcc4429268df55a8d0c213ba7d6b3588606ed | 53 | roles/ipfs | 1,759 | [
"no_license"
] | [
{
"path": "roles/ipfs/handlers/main.yml",
"content": "- name: reload systemd\n become: yes\n systemd:\n daemon_reload: yes\n name: ipfs\n notify: restart IPFS\n when: \n - not (ansible_distribution == \"Amazon\" and ansible_distribution_major_version == \"NA\")\n - not (ansible_distribution ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3914,
"all_permissive": false
} |
ansible_role | hsanjuan/ansible-ipfs-cluster | 369dcc4429268df55a8d0c213ba7d6b3588606ed | 53 | roles/ipfs-cluster | 1,759 | [
"no_license"
] | [
{
"path": "roles/ipfs-cluster/templates/identity.json",
"content": "{\n \"id\": \"{{ ipfs_cluster_id }}\",\n \"private_key\": \"{{ ipfs_cluster_private_key }}\"\n}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
},
{
"path": "roles/ipfs-cluster/templates/etc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 18914,
"all_permissive": false
} |
ansible_role | agacem/ansible-multiple-environements | e6181919db684ce78a056af6ec2f89f3256df53b | 0 | roles/mysql | 1,759 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/install.yml",
"content": "---\n- name: copy .my.cnf file with root password credentials\n template: src=point.my.cnf.j2 dest=/root/.my.cnf owner=root mode=0600\n- name: install MySQL\n action: yum name=mysql-server\n notify:\n - mysql_secure\n",
"license_type": "no_lic... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 862,
"all_permissive": false
} |
ansible_role | mfadel88/Ansible-Role-MariaDB-ITI | 2dc487f6c5e16de3c88c7ea3e8453b28d4804b75 | 0 | roles/mariadb-server | 1,759 | [
"no_license"
] | [
{
"path": "roles/mariadb-server/tasks/main.yml",
"content": "---\n# tasks file for mariadb-server\n- name: install mariadb\n yum:\n name:\n - mariadb-server\n - python3-PyMySQL\n state: latest\n\n- name: start mariadb\n service:\n name: mariadb\n enabled: true\n state: started\n no... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 970,
"all_permissive": false
} |
ansible_role | leerich/network-demo | 26f64cc53482d40b1423fe20f46f43d36b09531a | 0 | roles/facts | 1,759 | [
"no_license"
] | [
{
"path": "roles/facts/tasks/main.yml",
"content": "---\n- name: include ios file\n include: ios_facts.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 54
},
{
"path": "roles/facts/tasks/ios_facts.yml",
"content": "---\n- name: Gather All\n ios_facts:\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 535,
"all_permissive": false
} |
ansible_role | leerich/network-demo | 26f64cc53482d40b1423fe20f46f43d36b09531a | 0 | roles/ntp | 1,759 | [
"no_license"
] | [
{
"path": "roles/ntp/tasks/eos.yaml",
"content": "---\n- name: get current running-config\n eos_command:\n commands:\n - command: show running-config\n output: text\n provider: \"{{ eapi }}\"\n register: config\n\n- name: get current configured ntp servers\n set_fact: _servers=\"{{ conf... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1994,
"all_permissive": false
} |
ansible_role | leerich/network-demo | 26f64cc53482d40b1423fe20f46f43d36b09531a | 0 | roles/system | 1,759 | [
"no_license"
] | [
{
"path": "roles/system/templates/eos.j2",
"content": "hostname {{ inventory_hostname }}\n\nip domain lookup source-interface Management1\nip name-server vrf default 172.26.1.1\nip name-server vrf default 8.8.8.8\nip domain-name eng.ansble.com\n!\nntp server 0.us.pool.ntp.org\nntp server 1.us.pool.ntp.org\n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 623,
"all_permissive": false
} |
ansible_role | shermanyin/ansible | 0c4682f5de7eaa1f6626cacaa84a5c132d4cd6d4 | 0 | roles/basic-linux-setup | 1,759 | [
"permissive"
] | [
{
"path": "roles/basic-linux-setup/tasks/main.yaml",
"content": "---\n#- include: security.yaml\n- include: packages.yaml \n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 56
},
{
"path": "roles/basic-linux-setup/files/vim/.vimrc",
"con... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4468,
"all_permissive": true
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.