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 | XCSoar/xcsoar-mapgen-ansible | df806f2250a9a35088f366c6cb3651fe476754b5 | 2 | roles/mapgen-data | 320 | [
"no_license"
] | [
{
"path": "roles/mapgen-data/tasks/main.yml",
"content": "---\n - name: ensure lvm2 is installed\n package:\n name: lvm2\n\n - name: configure mapgen dir\n lvg:\n vg: \"{{ mapgen_data_vg }}\"\n pvs: \"{{ mapgen_data_pv }}\"\n\n - name: configure lv\n lvol:\n lv: \"{{ mapgen_d... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 794,
"all_permissive": false
} |
ansible_role | XCSoar/xcsoar-mapgen-ansible | df806f2250a9a35088f366c6cb3651fe476754b5 | 2 | roles/nginx | 320 | [
"no_license"
] | [
{
"path": "roles/nginx/templates/default.j2",
"content": "upstream jenkins {\n server 127.0.0.1:8080 fail_timeout=0;\n}\n\nserver {\n listen 80;\n \n #this is the maximum upload size\n client_max_body_size 10m;\n client_body_buffer_size 128k;\n\n access_log /var/log/nginx/jenkins_access.log... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 731,
"all_permissive": false
} |
ansible_role | jolicode/elasticsearch-php-benchmark | 595e603e3b794de0c2951c335bb5f08847f05a30 | 10 | vagrant/provisioning/roles/common | 320 | [
"no_license"
] | [
{
"path": "vagrant/provisioning/roles/common/tasks/main.yml",
"content": "- name: Install some basic packages\n apt: name={{ item }} state=present update_cache=yes\n with_items:\n - vim\n - curl\n - git\n# - subversion\n - telnet\n\n- name: Copy the timezone file\n copy: src=timezone dest=/etc/timez... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 422,
"all_permissive": false
} |
ansible_role | jolicode/elasticsearch-php-benchmark | 595e603e3b794de0c2951c335bb5f08847f05a30 | 10 | vagrant/provisioning/roles/database | 320 | [
"no_license"
] | [
{
"path": "vagrant/provisioning/roles/database/tasks/mongodb.yml",
"content": "- name: Add the MongoDB public GPG Key to apt\n apt_key: url=http://docs.mongodb.org/10gen-gpg-key.asc state=present\n\n- name: Add the MongoDB repository\n shell:\n echo 'deb http://downloads-distro.mongodb.org/repo/ubunt... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2997,
"all_permissive": false
} |
ansible_role | jolicode/elasticsearch-php-benchmark | 595e603e3b794de0c2951c335bb5f08847f05a30 | 10 | vagrant/provisioning/roles/web | 320 | [
"no_license"
] | [
{
"path": "vagrant/provisioning/roles/web/files/memcached.ini",
"content": "extension=memcached.so",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 22
},
{
"path": "vagrant/provisioning/roles/web/files/xdebug.ini",
"content": "zend_extension=xdebug.so\nxdebug.de... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 4301,
"all_permissive": false
} |
ansible_role | USTC-INFINITELAB/onos-dpvisor | ada7ced8b41afc3092f049ad291e2485cd5c23e4 | 2 | tools/dev/vagrant/ansible/roles/intellij-install | 320 | [
"no_license"
] | [
{
"path": "tools/dev/vagrant/ansible/roles/intellij-install/tasks/main.yml",
"content": "---\n#\n# Installs the IntelliJ IDE\n#\n- name: Making sure Application folder is present\n file:\n path: \"/home/ubuntu/{{ app_dir }}\"\n state: directory\n mode: 0777\n\n- name: Downloading IntelliJ\n get_u... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 567,
"all_permissive": false
} |
ansible_role | minshenglin/Ceph-deploy-tool | ec886a9427ad9fda3e79a6e824b2c24695554a34 | 0 | ansible/roles/calamari-server | 320 | [
"no_license"
] | [
{
"path": "ansible/roles/calamari-server/tasks/setup_firewall.yml",
"content": "- name: Set up Calamari server firewall\n ufw: rule=allow state=enabled port={{ item }}\n with_items:\n - \"2003\"\n - \"2004\"\n - \"4505\"\n - \"4506\"\n - \"80\"\n\n- name: Set up ssh proto\n ufw: rule=allow... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 640,
"all_permissive": false
} |
ansible_role | minshenglin/Ceph-deploy-tool | ec886a9427ad9fda3e79a6e824b2c24695554a34 | 0 | ansible/roles/ceph-node | 320 | [
"no_license"
] | [
{
"path": "ansible/roles/ceph-node/tasks/initialize.yml",
"content": "- name: create user\n user: name={{ user }} password={{ <PASSWORD> }} group=sudo createhome=yes update_password=on_create\n\n- name: set passwordless sudoer\n lineinfile: \"dest=/etc/sudoers regexp='^%sudo' line='%sudo ALL=(ALL) NOPASSW... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1415,
"all_permissive": false
} |
ansible_role | minshenglin/Ceph-deploy-tool | ec886a9427ad9fda3e79a6e824b2c24695554a34 | 0 | ansible/roles/client-node | 320 | [
"no_license"
] | [
{
"path": "ansible/roles/client-node/tasks/install/offline_install.yml",
"content": "- name: copy packages of ceph-common to node\n copy: src=../packages/ceph-common/ dest=/tmp/packages/ceph-common/\n\n- name: install ntp\n command: dpkg -i -R /tmp/packages/ceph-common/\n",
"license_type": "no_license... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 403,
"all_permissive": false
} |
ansible_role | minshenglin/Ceph-deploy-tool | ec886a9427ad9fda3e79a6e824b2c24695554a34 | 0 | ansible/roles/common | 320 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/check_no_multiple_host.yml",
"content": "- name: Check the role that can't be multiple\n fail: msg=\"The role {{ item }} can\\'t be multiple.\"\n when: ( groups[item] | length | int ) > 1\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byt... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2128,
"all_permissive": false
} |
ansible_role | minshenglin/Ceph-deploy-tool | ec886a9427ad9fda3e79a6e824b2c24695554a34 | 0 | ansible/roles/deploy-node | 320 | [
"no_license"
] | [
{
"path": "ansible/roles/deploy-node/tasks/install/online_install.yml",
"content": "- name: install ceph-deploy\n apt: name=ceph-deploy state=present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 66
},
{
"path": "ansible/roles/deploy-node/tasks/operations/init... | {
"task_files": 10,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 4052,
"all_permissive": false
} |
ansible_role | minshenglin/Ceph-deploy-tool | ec886a9427ad9fda3e79a6e824b2c24695554a34 | 0 | ansible/roles/ntp-server | 320 | [
"no_license"
] | [
{
"path": "ansible/roles/ntp-server/tasks/install/offline_install.yml",
"content": "- name: check ntp installed or not\n command: dpkg -l ntp\n register: ntp_check\n failed_when: ntp_check.rc > 1\n\n- name: copy packages of ntp to node\n copy: src=../packages/ntp/ dest=/tmp/packages/ntp/\n when: \"ntp_... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1029,
"all_permissive": false
} |
ansible_role | minshenglin/Ceph-deploy-tool | ec886a9427ad9fda3e79a6e824b2c24695554a34 | 0 | ansible/roles/rados-node | 320 | [
"no_license"
] | [
{
"path": "ansible/roles/rados-node/tasks/setup_firewall.yml",
"content": "- name: Set up Monitor firewall\n ufw: rule=allow state=enabled port=6789\n when: inventory_hostname in groups['monitor']\n\n- name: Set up OSD firewall\n ufw: rule=allow state=enabled port=6800:7100 proto=tcp\n when: inventory_h... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1452,
"all_permissive": false
} |
ansible_role | minshenglin/Ceph-deploy-tool | ec886a9427ad9fda3e79a6e824b2c24695554a34 | 0 | ansible/roles/radosgw-node | 320 | [
"no_license"
] | [
{
"path": "ansible/roles/radosgw-node/tasks/setup_firewall.yml",
"content": "- name: Set up RadosGW firewall\n ufw: rule=allow state=enabled port=7480\n\n- name: Set up ssh proto\n ufw: rule=allow port=22\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 126
},
{
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 377,
"all_permissive": false
} |
ansible_role | diiageantonin/P5 | dcb921e09cb9836d1d4a27a16df726a6c6e176f4 | 0 | Ansible/glpi/roles/bdd | 320 | [
"no_license"
] | [
{
"path": "Ansible/glpi/roles/bdd/tasks/main.yml",
"content": "- name: 1. Installer mariadb\n apt:\n name:\n - mariadb-server \n - python3-pymysql\n state: present\n\n- name: 2. s'assurer que mariadb est en fonctionnement\n service:\n name: mariadb\n state: started\n\n- name: 3. Cree... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 683,
"all_permissive": false
} |
ansible_role | diiageantonin/P5 | dcb921e09cb9836d1d4a27a16df726a6c6e176f4 | 0 | Ansible/glpi/roles/glpi | 320 | [
"no_license"
] | [
{
"path": "Ansible/glpi/roles/glpi/tasks/main.yml",
"content": "- name: 1. Telechargement de l'archive de glpi 10.0.18\n get_url:\n url: https://github.com/glpi-project/glpi/releases/download/10.0.18/glpi-10.0.18.tgz\n dest: /tmp\n\n- name: 2. Extraire glpi 10.0.18.tgz vers /tmp/\n ansible.builtin.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 493,
"all_permissive": false
} |
ansible_role | diiageantonin/P5 | dcb921e09cb9836d1d4a27a16df726a6c6e176f4 | 0 | Ansible/glpi/roles/web | 320 | [
"no_license"
] | [
{
"path": "Ansible/glpi/roles/web/tasks/main.yml",
"content": "- name: 1. Installer apache php \n apt:\n name:\n - apache2 \n - php\n - curl \n state: present\n\n #notify: 2. redémarrer apache et activer adminer \n- name: 2. Installation des extensions php de GLPI\n apt:\n nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 531,
"all_permissive": false
} |
ansible_role | diiageantonin/P5 | dcb921e09cb9836d1d4a27a16df726a6c6e176f4 | 0 | Ansible/promtail/roles/promtail | 320 | [
"no_license"
] | [
{
"path": "Ansible/promtail/roles/promtail/tasks/main.yml",
"content": "- name: Installer unzip sur la cible\n ansible.builtin.package:\n name: unzip\n state: present\n\n- name: Créer répertoire Promtail\n file:\n path: /etc/promtail\n state: directory\n mode: '0755'\n\n- name: Créer le dos... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1506,
"all_permissive": false
} |
ansible_role | egor-kazakov/slurm-ansible | a17e6ee18a7ede68c5e60082cee8b00f09fd4839 | 0 | roles/postgres | 320 | [
"no_license"
] | [
{
"path": "roles/postgres/tasks/main.yml",
"content": "---\n- name: \"Install Postgres\"\n ansible.builtin.yum:\n name: \"postgresql-server\"\n state: \"latest\"\n\n- name: \"Check if DB is initialized\"\n stat:\n path: \"/var/lib/pgsql/data/PG_VERSION\"\n register: pgdata_dir_version\n\n- name:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1623,
"all_permissive": false
} |
ansible_role | egor-kazakov/slurm-ansible | a17e6ee18a7ede68c5e60082cee8b00f09fd4839 | 0 | roles/ruby | 320 | [
"no_license"
] | [
{
"path": "roles/ruby/tasks/main.yml",
"content": "---\n- name: \"Added new reposirories\"\n ansible.builtin.yum:\n name: \"{{ item }}\"\n state: \"latest\"\n with_items:\n - centos-release-scl-rh\n - centos-release-scl\n\n- name: \"Install depence packages\"\n ansible.builtin.yum:\n name:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2924,
"all_permissive": false
} |
ansible_role | Svaips/lezte-aufgabe | 65911aca441e005873fb0f59979ee95a1701b83e | 0 | ansible/roles/setup_nginx | 320 | [
"no_license"
] | [
{
"path": "ansible/roles/setup_nginx/tasks/main.yml",
"content": "---\n- name: Установка Nginx\n apt:\n name: nginx\n state: present\n\n- name: Создание страницы приветствия\n copy:\n dest: /var/www/html/index.html\n content: \"Hello from {{ inventory_hostname }}!\"\n",
"license_type": "no... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 204,
"all_permissive": false
} |
ansible_role | Svaips/lezte-aufgabe | 65911aca441e005873fb0f59979ee95a1701b83e | 0 | ansible/roles/setup_nginx_proxy | 320 | [
"no_license"
] | [
{
"path": "ansible/roles/setup_nginx_proxy/tasks/main.yml",
"content": "---\n- name: Установка Nginx\n apt:\n name: nginx\n state: present\n\n- name: Настройка прокси\n template:\n src: proxy.conf.j2\n dest: /etc/nginx/sites-available/proxy\n\n- name: Создание символической ссылки\n command: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 935,
"all_permissive": false
} |
ansible_role | Svaips/lezte-aufgabe | 65911aca441e005873fb0f59979ee95a1701b83e | 0 | ansible/roles/setup_vm | 320 | [
"no_license"
] | [
{
"path": "ansible/roles/setup_vm/tasks/main.yml",
"content": "---\n- name: Установка необходимых пакетов\n apt:\n name:\n - net-tools\n - dnsutils\n - wget\n - curl\n - mc\n - rsync\n state: present\n update_cache: yes\n become: yes\n\n- name: Изменение имени машины... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 342,
"all_permissive": false
} |
ansible_role | user-for-download/ansible-docker-hosts | 8287a7243ec6ab1578e4847e4822c4f37b56e6ff | 0 | roles/change-docker-path-vol | 320 | [
"no_license"
] | [
{
"path": "roles/change-docker-path-vol/tasks/main.yml",
"content": "---\n- name: Create a new ext4 primary partition ({{ device2_hdd_docker }})\n community.general.parted:\n device: \"/dev/{{ device2_hdd_docker }}\"\n number: 1\n state: present\n fs_type: ext4\n\n- name: Create a new ext4 file... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2671,
"all_permissive": false
} |
ansible_role | user-for-download/ansible-docker-hosts | 8287a7243ec6ab1578e4847e4822c4f37b56e6ff | 0 | roles/change-ntp-server | 320 | [
"no_license"
] | [
{
"path": "roles/change-ntp-server/tasks/main.yml",
"content": "---\n- name: Ensure Chrony is installed\n ansible.builtin.apt:\n name: chrony\n state: present\n update_cache: true\n\n- name: Set timezone to {{ timezone }}\n community.general.timezone:\n name: \"{{ timezone }}\"\n\n- name: Back... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1327,
"all_permissive": false
} |
ansible_role | user-for-download/ansible-docker-hosts | 8287a7243ec6ab1578e4847e4822c4f37b56e6ff | 0 | roles/default-shell | 320 | [
"no_license"
] | [
{
"path": "roles/default-shell/tasks/main.yml",
"content": "---\n# ============================\n# Update APT Cache\n# ============================\n- name: Update apt cache\n ansible.builtin.apt:\n update_cache: true\n\n# ============================\n# Install Fish Shell\n# ===========================... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1179,
"all_permissive": false
} |
ansible_role | user-for-download/ansible-docker-hosts | 8287a7243ec6ab1578e4847e4822c4f37b56e6ff | 0 | roles/docker-swarm-add-mgr | 320 | [
"no_license"
] | [
{
"path": "roles/docker-swarm-add-mgr/tasks/main.yml",
"content": "---\n- name: Check if Swarm is Already Initialized\n ansible.builtin.command: docker node ls\n register: swarm_status\n ignore_errors: true\n\n- name: Debug Manager join-token\n ansible.builtin.debug:\n var: hostvars[groups['swarm_man... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 755,
"all_permissive": false
} |
ansible_role | user-for-download/ansible-docker-hosts | 8287a7243ec6ab1578e4847e4822c4f37b56e6ff | 0 | roles/docker-swarm-add-wrk | 320 | [
"no_license"
] | [
{
"path": "roles/docker-swarm-add-wrk/tasks/main.yml",
"content": "---\n- name: Check if Swarm is Already Initialized\n ansible.builtin.command: docker node ls\n register: swarm_status\n ignore_errors: true\n\n- name: Debug Worker join-token\n ansible.builtin.debug:\n var: hostvars[groups['swarm_mana... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 747,
"all_permissive": false
} |
ansible_role | user-for-download/ansible-docker-hosts | 8287a7243ec6ab1578e4847e4822c4f37b56e6ff | 0 | roles/docker-swarm-init | 320 | [
"no_license"
] | [
{
"path": "roles/docker-swarm-init/tasks/main.yml",
"content": "---\n- name: Check if Swarm has already been Initialized\n ansible.builtin.command: docker node ls\n register: swarm_status\n ignore_errors: true\n\n- name: Initialize Docker Swarm\n community.docker.docker_swarm:\n state: present\n run... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 973,
"all_permissive": false
} |
ansible_role | user-for-download/ansible-docker-hosts | 8287a7243ec6ab1578e4847e4822c4f37b56e6ff | 0 | roles/docker-swarm-leave | 320 | [
"no_license"
] | [
{
"path": "roles/docker-swarm-leave/tasks/main.yml",
"content": "- name: Nodes Leaving the Swarm\n docker_swarm:\n state: absent\n force: true\n ignore_errors: true\n when: inventory_hostname in groups['nodes_to_leave']\n",
"license_type": "no_license",
"detected_licenses": [],
"size_by... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 159,
"all_permissive": false
} |
ansible_role | user-for-download/ansible-docker-hosts | 8287a7243ec6ab1578e4847e4822c4f37b56e6ff | 0 | roles/gluster-add-clients | 320 | [
"no_license"
] | [
{
"path": "roles/gluster-add-clients/tasks/main.yml",
"content": "---\n- name: Verify Gluster dependencies\n ansible.builtin.apt:\n pkg:\n - xfsprogs\n - attr\n - glusterfs-common\n - glusterfs-client\n state: present\n force_apt_get: true\n update_cache: true\n\n- name: Cre... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 564,
"all_permissive": false
} |
ansible_role | user-for-download/ansible-docker-hosts | 8287a7243ec6ab1578e4847e4822c4f37b56e6ff | 0 | roles/gluster-init | 320 | [
"no_license"
] | [
{
"path": "roles/gluster-init/tasks/main.yml",
"content": "---\n- name: Delete old Gluster volume\n ansible.builtin.file:\n path: \"{{ gluster_volume_path }}/{{ inventory_hostname }}/brick\"\n state: absent\n force: true\n\n- name: Create XFS Path {{ gluster_volume_path }}/{{ inventory_hostname }}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3174,
"all_permissive": false
} |
ansible_role | user-for-download/ansible-docker-hosts | 8287a7243ec6ab1578e4847e4822c4f37b56e6ff | 0 | roles/host-settings | 320 | [
"no_license"
] | [
{
"path": "roles/host-settings/tasks/main.yml",
"content": "---\n# Cloud-Init Removal with Enhanced Error Handling\n- name: Remove cloud-init comprehensively\n block:\n - name: Verify cloud-init installation status\n ansible.builtin.package_facts:\n manager: auto\n\n - name: Purge cloud-i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3543,
"all_permissive": false
} |
ansible_role | user-for-download/ansible-docker-hosts | 8287a7243ec6ab1578e4847e4822c4f37b56e6ff | 0 | roles/install-docker | 320 | [
"no_license"
] | [
{
"path": "roles/install-docker/tasks/main.yml",
"content": "---\n- name: Set system timezone to {{ tz }}\n ansible.builtin.command: timedatectl set-timezone {{ tz }}\n changed_when: false\n check_mode: false\n\n- name: Add Docker GPG key\n ansible.builtin.apt_key:\n url: \"{{ docker_gpg_key_url }}\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2053,
"all_permissive": false
} |
ansible_role | user-for-download/ansible-docker-hosts | 8287a7243ec6ab1578e4847e4822c4f37b56e6ff | 0 | roles/ufw-and-security | 320 | [
"no_license"
] | [
{
"path": "roles/ufw-and-security/templates/jail.local.j2",
"content": "# Fail2Ban configuration file\n# Generated by Ansible\n\n[DEFAULT]\nignoreip = {{ fail2ban_ignore_ips | join(' ') }}\nbantime = 600\nfindtime = 600\nmaxretry = 5\n\n[sshd]\nenabled = true\nport = {{ ssh_port }}\nlogpath = %(sshd_log... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1209,
"all_permissive": false
} |
ansible_role | chirkovsergey/samson | f65c7dda977b0396bc711b368b88120dcb252052 | 0 | roles/all | 324 | [
"no_license"
] | [
{
"path": "roles/all/handlers/main.yml",
"content": "---\n\n- name: apache restart\n service:\n name: apache2\n state: restarted\n\n- name: apache reload\n service: apache2\n state: reloaded\n\n\n- name: nginx start\n service: \n name: nginx \n state: started\n\n- name: nginx restart\n serv... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3078,
"all_permissive": false
} |
ansible_role | chirkovsergey/samson | f65c7dda977b0396bc711b368b88120dcb252052 | 0 | roles/php | 324 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yml",
"content": "---\n - name: Install php 7.2\n apt:\n name: [php7.2,php7.2-fpm,libapache2-mod-php7.2]\n state: present\n update_cache: True\n notify:\n - restart apache\n\n - name: Toggle libapache2-mod-php5.6 to 7.2\n shell: a2dismod php5.6 ; sudo a2... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 475,
"all_permissive": false
} |
ansible_role | DaviPtrs/ansible-host-based-ssh-playbook | d95a244e06ace46a08882860947d15633d13d07c | 0 | roles/client | 324 | [
"no_license"
] | [
{
"path": "roles/client/tasks/main.yml",
"content": "---\n- name: Adding Host block to /etc/ssh/ssh_config\n blockinfile:\n path: /etc/ssh/ssh_config\n block: |\n Host *.{{ allowed_domain }}\n HostbasedAuthentication yes\n\n",
"license_type": "no_license",
"detected_licenses": [],... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 182,
"all_permissive": false
} |
ansible_role | DaviPtrs/ansible-host-based-ssh-playbook | d95a244e06ace46a08882860947d15633d13d07c | 0 | roles/common | 324 | [
"no_license"
] | [
{
"path": "roles/common/templates/known_hosts.j2",
"content": "{% for host in groups['all'] %}\n{% if hostvars[host].ansible_ssh_host_key_ed25519_public %}\n{{ host }} ssh-ed25519 {{ hostvars[host].ansible_ssh_host_key_ed25519_public }}\n{{ hostvars[host].ipify_public_ip }} ssh-ed25519 {{ hostvars[host].ans... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1768,
"all_permissive": false
} |
ansible_role | DaviPtrs/ansible-host-based-ssh-playbook | d95a244e06ace46a08882860947d15633d13d07c | 0 | roles/server | 324 | [
"no_license"
] | [
{
"path": "roles/server/tasks/main.yml",
"content": "---\n- name: Set internal DNS name\n set_fact: \n internal_name: \"ip-{{ hostvars[inventory_hostname].ansible_default_ipv4.address|replace('.', '-') }}.{{ hostvars[inventory_hostname].ansible_dns.search[0]}}\"\n\n- name: Get my public IP\n community.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1445,
"all_permissive": false
} |
ansible_role | divona-roles/ansible-collection-linux | c3e6afd2e96d4080518c51d98e94bc1d25081ea1 | 3 | roles/base | 324 | [
"permissive"
] | [
{
"path": "roles/base/tasks/unix.yml",
"content": "# Copyright (C) <NAME> <<EMAIL>>\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 18130,
"all_permissive": true
} |
ansible_role | divona-roles/ansible-collection-linux | c3e6afd2e96d4080518c51d98e94bc1d25081ea1 | 3 | roles/cloud | 324 | [
"permissive"
] | [
{
"path": "roles/cloud/README.md",
"content": "Cloud\n=========\n\nSetup Cloud tools\n\nRequirements\n------------\n\n\nRole Variables\n--------------\n\ǹ* ``user`` (default *divona*)\n\nDependencies\n------------\n\n\nExample Playbook\n----------------\n\n - hosts: servers\n roles:\n - { r... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 7916,
"all_permissive": true
} |
ansible_role | divona-roles/ansible-collection-linux | c3e6afd2e96d4080518c51d98e94bc1d25081ea1 | 3 | roles/desktop | 324 | [
"permissive"
] | [
{
"path": "roles/desktop/README.md",
"content": "Desktop\n=========\n\nSetup desktop applications\n\nRequirements\n------------\n\n\nRole Variables\n--------------\n\n\nDependencies\n------------\n\n\nExample Playbook\n----------------\n\n - hosts: servers\n roles:\n - { role: desktop }\n\nL... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 9479,
"all_permissive": true
} |
ansible_role | divona-roles/ansible-collection-linux | c3e6afd2e96d4080518c51d98e94bc1d25081ea1 | 3 | roles/editors | 324 | [
"permissive"
] | [
{
"path": "roles/editors/README.md",
"content": "Editors\n=========\n\nRole which install some editors\n\nRequirements\n------------\n\n\nRole Variables\n--------------\n\n\nDependencies\n------------\n\n* `user` (default *divona*)\n\n\nExample Playbook\n----------------\n\n - hosts: servers\n roles... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3658,
"all_permissive": true
} |
ansible_role | divona-roles/ansible-collection-linux | c3e6afd2e96d4080518c51d98e94bc1d25081ea1 | 3 | roles/finish | 324 | [
"permissive"
] | [
{
"path": "roles/finish/tasks/main.yml",
"content": "# Copyright (C) <NAME> <<EMAIL>>\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1403,
"all_permissive": true
} |
ansible_role | divona-roles/ansible-collection-linux | c3e6afd2e96d4080518c51d98e94bc1d25081ea1 | 3 | roles/wm | 324 | [
"permissive"
] | [
{
"path": "roles/wm/README.md",
"content": "WM\n=========\n\nRole which install some windows managers\n\nRequirements\n------------\n\n\nRole Variables\n--------------\n\n* ``user`` (default *divona*)\n\nDependencies\n------------\n\n\nExample Playbook\n----------------\n\n - hosts: servers\n roles:... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 5719,
"all_permissive": true
} |
ansible_role | vincnt054/ansible-home | a84bd5869311f4bd0c54f2dd9e7791291700beb7 | 0 | Arch-Bootstrapper/roles/container | 324 | [
"no_license"
] | [
{
"path": "Arch-Bootstrapper/roles/container/handlers/main.yml",
"content": "---\n- name: Enable docker service\n ansible.builtin.service:\n name: docker\n enabled: true\n\n- name: Enable k3s service\n ansible.builtin.service:\n name: k3s\n enabled: true\n\n- name: Enable shutdown-k3s service\... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 4505,
"all_permissive": false
} |
ansible_role | vincnt054/ansible-home | a84bd5869311f4bd0c54f2dd9e7791291700beb7 | 0 | Arch-Bootstrapper/roles/firejail | 324 | [
"no_license"
] | [
{
"path": "Arch-Bootstrapper/roles/firejail/tasks/configure_firejail.yml",
"content": "---\n- name: Install firejail profile update script\n ansible.builtin.copy:\n src: firejail-profiler.sh\n dest: /usr/local/bin/firejail-profiler\n owner: root\n group: root\n mode: '0755'\n\n- name: Create... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2009,
"all_permissive": false
} |
ansible_role | vincnt054/ansible-home | a84bd5869311f4bd0c54f2dd9e7791291700beb7 | 0 | Arch-Bootstrapper/roles/natus | 324 | [
"no_license"
] | [
{
"path": "Arch-Bootstrapper/roles/natus/tasks/main.yml",
"content": "---\n- name: Create `user.group`\n ansible.builtin.group:\n name: \"{{ user.group }}\"\n state: present\n\n- name: Create the `user.name`\n ansible.builtin.user:\n name: \"{{ user.name }}\"\n groups: \"{{ user.group }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 608,
"all_permissive": false
} |
ansible_role | vincnt054/ansible-home | a84bd5869311f4bd0c54f2dd9e7791291700beb7 | 0 | Arch-Bootstrapper/roles/networks | 324 | [
"no_license"
] | [
{
"path": "Arch-Bootstrapper/roles/networks/handlers/main.yml",
"content": "---\n- name: Enable NetworkManager\n ansible.builtin.service:\n name: NetworkManager.service\n enabled: true\n\n- name: Enable Firewalld\n ansible.builtin.service:\n name: firewalld.service\n enabled: true\n",
... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1711,
"all_permissive": false
} |
ansible_role | vincnt054/ansible-home | a84bd5869311f4bd0c54f2dd9e7791291700beb7 | 0 | Arch-Bootstrapper/roles/ssh | 324 | [
"no_license"
] | [
{
"path": "Arch-Bootstrapper/roles/ssh/tasks/main.yml",
"content": "---\n- name: Pacman -S openssh\n community.general.pacman:\n name:\n - openssh\n state: present\n extra_args: --noconfirm\n force: true\n\n- name: Push sshd configuration file\n ansible.builtin.template:\n src: sshd_co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1191,
"all_permissive": false
} |
ansible_role | vincnt054/ansible-home | a84bd5869311f4bd0c54f2dd9e7791291700beb7 | 0 | Arch-Bootstrapper/roles/userspace | 324 | [
"no_license"
] | [
{
"path": "Arch-Bootstrapper/roles/userspace/files/xinitrc",
"content": "#!/bin/sh\nuserresources=$HOME/.Xresources\nusermodmap=$HOME/.Xmodmap\nsysresources=/etc/X11/xinit/.Xresources\nsysmodmap=/etc/X11/xinit/.Xmodmap\n\nif [ -f $sysresources ]; then\n xrdb -merge $sysresources\n\nfi\n\nif [ -f $sysmodm... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 7481,
"all_permissive": false
} |
ansible_role | vincnt054/ansible-home | a84bd5869311f4bd0c54f2dd9e7791291700beb7 | 0 | Arch-Bootstrapper/roles/virtualisation | 324 | [
"no_license"
] | [
{
"path": "Arch-Bootstrapper/roles/virtualisation/tasks/main.yml",
"content": "---\n- name: Install packages\n ansible.builtin.import_tasks: install_packages.yml\n\n- name: Set up Libvirtd\n ansible.builtin.import_tasks: libvirtd_host.yml\n notify:\n - Enable service libvirtd and ensure it is not mask... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1513,
"all_permissive": false
} |
ansible_role | vincnt054/ansible-home | a84bd5869311f4bd0c54f2dd9e7791291700beb7 | 0 | Arch-Bootstrapper/roles/yay | 324 | [
"no_license"
] | [
{
"path": "Arch-Bootstrapper/roles/yay/tasks/main.yml",
"content": "---\n- name: Install dependencies\n community.general.pacman:\n name: \"{{ item }}\"\n state: present\n extra_args: --noconfirm\n loop:\n - git\n - go\n\n- name: Create `aur.group`\n ansible.builtin.group:\n name: \"{{ ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1203,
"all_permissive": false
} |
ansible_role | Tyoma77/terraform_ansible_docker | 38b8d63afc0aa06296df0ee20f46cfd67848cc73 | 0 | ansible/roles/golang_app_docker | 324 | [
"no_license"
] | [
{
"path": "ansible/roles/golang_app_docker/files/main.go",
"content": "package main\n\nimport (\n\t\"fmt\"\n\t\"net/http\"\n)\n\nfunc main() {\n\tfmt.Printf(\"Запускаем свою программу!\\n\")\n\n\thttp.HandleFunc(\"/\", func(w http.ResponseWriter, r *http.Request) {\n\t\tfmt.Fprintf(w, \"Hello World!\")\n\t}... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 1230,
"all_permissive": false
} |
ansible_role | Tyoma77/terraform_ansible_docker | 38b8d63afc0aa06296df0ee20f46cfd67848cc73 | 0 | ansible/roles/install_docker | 324 | [
"no_license"
] | [
{
"path": "ansible/roles/install_docker/tasks/main.yml",
"content": "---\n# tasks file for install_docker\n\n- name: Install aptitude using apt\n apt: \n name: aptitude \n state: latest \n update_cache: true \n force_apt_get: true\n\n- name: Install required system packages\n apt: \n name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 835,
"all_permissive": false
} |
ansible_role | hdoumghordi/ansible | d3e0d2336bad3dc12750054d664a41ec0e57e1fd | 0 | roles/roleconf | 324 | [
"no_license"
] | [
{
"path": "roles/roleconf/tasks/main.yml",
"content": "---\n- name: configuration d'apache \n blockinfile:\n path: /etc/httpd/conf/httpd.conf \n insertafter: EOF\n content: |\n Listen {{ port }} \n <VirtualHost 192.168.0.15:{{ port }}>\n DocumentRoot \"/var/www/html\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 279,
"all_permissive": false
} |
ansible_role | hdoumghordi/ansible | d3e0d2336bad3dc12750054d664a41ec0e57e1fd | 0 | roles/rolehosts | 324 | [
"no_license"
] | [
{
"path": "roles/rolehosts/tasks/main.yml",
"content": "---\n- name: configuration d'apache \n blockinfile:\n path: /opt/ansible/hosts2 \n insertafter: EOF\n content: |\n [apache]\n {{ servername }}\n backup: no \n",
"license_type": "no_license",
"detected_licenses": [],... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 178,
"all_permissive": false
} |
ansible_role | ualbertalib/sufia-ansible-vagrant | 43dbd9a547e0e12b6e1fbe5474e490f8e6efccba | 0 | roles/ffmpeg | 324 | [
"permissive"
] | [
{
"path": "roles/ffmpeg/tasks/main.yml",
"content": "# http://trac.ffmpeg.org/wiki/CompilationGuide/Centos\n\n - stat: path=/usr/bin/ffmpeg\n register: st \n\n - name: make sources dir\n file: path={{ ffmpeg_sources }} state=directory\n when: not st.stat.exists \n\n - name: install dependencies\... | {
"task_files": 10,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 6377,
"all_permissive": true
} |
ansible_role | ualbertalib/sufia-ansible-vagrant | 43dbd9a547e0e12b6e1fbe5474e490f8e6efccba | 0 | roles/fits | 324 | [
"permissive"
] | [
{
"path": "roles/fits/tasks/main.yml",
"content": " - name: install unzip \n yum: pkg=unzip state=latest \n\n - name: unpack fits \n unarchive: src=fits-0.6.2.zip dest=/usr/local/bin/ \n\n - name: fix fits path bug #23 https://code.google.com/p/fits/issues/detail?id=23\n lineinfile: dest=/usr/lo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 544,
"all_permissive": true
} |
ansible_role | ualbertalib/sufia-ansible-vagrant | 43dbd9a547e0e12b6e1fbe5474e490f8e6efccba | 0 | roles/httpd | 324 | [
"permissive"
] | [
{
"path": "roles/httpd/tasks/main.yml",
"content": "---\n# This is the primary task list for the httpd role\n\n # common dependencies \n - name: yum basic install software stack\n yum: pkg={{ item }} state=installed\n with_items:\n - httpd\n - mod_security\n - mod_ssl\n \n - na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 356,
"all_permissive": true
} |
ansible_role | ualbertalib/sufia-ansible-vagrant | 43dbd9a547e0e12b6e1fbe5474e490f8e6efccba | 0 | roles/mysql | 324 | [
"permissive"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "--- \n\n# primary task list for mysql - this is extremely preliminary\n\n - name: Load software\n yum: pkg={{ item }} state=installed\n with_items:\n - mysql-server\n - mysql\n - MySQL-python\n\n - name: enable the service\n service: n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 281,
"all_permissive": true
} |
ansible_role | ualbertalib/sufia-ansible-vagrant | 43dbd9a547e0e12b6e1fbe5474e490f8e6efccba | 0 | roles/passenger | 324 | [
"permissive"
] | [
{
"path": "roles/passenger/templates/passenger.conf.j2",
"content": "LoadModule passenger_module {{ gemdir }}/gems/passenger-{{ version }}/buildout/apache2/mod_passenger.so\n<IfModule mod_passenger.c>\n PassengerRoot {{ gemdir }}/gems/passenger-{{ version }}\n PassengerDefaultRuby /usr/bin/ruby\n</IfModul... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1105,
"all_permissive": true
} |
ansible_role | ualbertalib/sufia-ansible-vagrant | 43dbd9a547e0e12b6e1fbe5474e490f8e6efccba | 0 | roles/phantomjs | 324 | [
"permissive"
] | [
{
"path": "roles/phantomjs/tasks/main.yml",
"content": " - name: install software\n yum: pkg={{ item}} state=latest\n with_items: \n - fontconfig \n - freetype\n\n - name: unpack phantomjs \n unarchive: src=phantomjs-1.9.8-linux-x86_64.tar.bz2 dest=/usr/src/ \n\n\n - name: move server ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 356,
"all_permissive": true
} |
ansible_role | ualbertalib/sufia-ansible-vagrant | 43dbd9a547e0e12b6e1fbe5474e490f8e6efccba | 0 | roles/redis | 324 | [
"permissive"
] | [
{
"path": "roles/redis/tasks/main.yml",
"content": " - name: install software\n yum: pkg={{ item}} state=latest\n with_items: \n - make\n - tcl\n\n - name: redis status\n service: name=redis_6379 state=started pattern=redis\n register: isRedisStarted\n ignore_errors: True\n\n - n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1236,
"all_permissive": true
} |
ansible_role | ualbertalib/sufia-ansible-vagrant | 43dbd9a547e0e12b6e1fbe5474e490f8e6efccba | 0 | roles/resque | 324 | [
"permissive"
] | [
{
"path": "roles/resque/handlers/main.yml",
"content": "---\n- name: restart resque-pool\n service: name=resque-pool state=restarted\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 76
},
{
"path": "roles/resque/tasks/main.yml",
"conte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 253,
"all_permissive": true
} |
ansible_role | ualbertalib/sufia-ansible-vagrant | 43dbd9a547e0e12b6e1fbe5474e490f8e6efccba | 0 | roles/sufia | 324 | [
"permissive"
] | [
{
"path": "roles/sufia/tasks/hydra-jetty.yml",
"content": "---\n\n - name: install java\n yum: name=java-1.7.0-openjdk state=latest \n\n - name: is jetty config'd?\n stat: path={{ APP_PATH }}/jetty\n register: jetty_dir\n\n - name: install jetty with solr and fedora\n command: chdir={{ APP_PA... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 6530,
"all_permissive": true
} |
ansible_role | Rcsuax/ansible-petclinic | ca283811f2c9c92660f322ef79ff8f55ebf6a96c | 0 | roles/deploy | 324 | [
"no_license"
] | [
{
"path": "roles/deploy/tasks/build.yml",
"content": "- name: Make sure src directory doesn't exist\n file:\n path: /home/vagrant/src\n state: absent\n force: yes\n\n- name: Pull repository\n git:\n repo: https://github.com/Rcsuax/grails-petclinic.git\n dest: /home/vagrant/src\n version:... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1745,
"all_permissive": false
} |
ansible_role | Rcsuax/ansible-petclinic | ca283811f2c9c92660f322ef79ff8f55ebf6a96c | 0 | roles/provision | 324 | [
"no_license"
] | [
{
"path": "roles/provision/tasks/services.yml",
"content": "- name: \"install nginx\"\n apt: pkg=nginx state=latest update_cache=yes install_recommends=yes\n\n- name: Copy nginx proxy configuration\n template:\n src: default.conf\n dest: /etc/nginx/sites-enabled/default\n notify:\n - restart ngi... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 717,
"all_permissive": false
} |
ansible_role | cheguei-tcc/swarm-machines | de4ca694ddbd72b3455d7fb12d2c774b1d23bedf | 0 | ansible/roles/deploy-stack | 324 | [
"no_license"
] | [
{
"path": "ansible/roles/deploy-stack/files/docker-compose.yaml",
"content": "version: '3.3'\n\nservices: \n nginx:\n image: christianseki/nginx:latest\n ports:\n - \"80:80\"\n deploy:\n mode: global\n restart_policy: \n condition: on-failure\n networks:\n - public\nn... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2820,
"all_permissive": false
} |
ansible_role | cheguei-tcc/swarm-machines | de4ca694ddbd72b3455d7fb12d2c774b1d23bedf | 0 | ansible/roles/install-docker | 324 | [
"no_license"
] | [
{
"path": "ansible/roles/install-docker/tasks/main.yml",
"content": "- name: update packages\n yum: \n name: '*'\n state: latest\n update_only: yes\n\n- name: Ensure a list of yum packages are installed\n yum:\n name: \"{{ packages }}\"\n state: latest\n update_cache: yes\n vars:\n p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 742,
"all_permissive": false
} |
ansible_role | cheguei-tcc/swarm-machines | de4ca694ddbd72b3455d7fb12d2c774b1d23bedf | 0 | ansible/roles/setup-swarm-manager | 324 | [
"no_license"
] | [
{
"path": "ansible/roles/setup-swarm-manager/tasks/main.yml",
"content": "---\n- name: Init a new swarm with default parameters\n docker_swarm:\n state: present\n register: init_swarm\n\n- name: \"set fact: join token worker\"\n set_fact:\n join_token_worker: \"{{ init_swarm.swarm_facts.JoinTokens.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 530,
"all_permissive": false
} |
ansible_role | neilramsay/ansible-local-test | 4bb9462638977941e2d4104aec8a67fb5a45947d | 0 | roles/common | 324 | [
"no_license"
] | [
{
"path": "roles/common/tasks/borg.yaml",
"content": "- name: Install Borg\n ansible.builtin.apt:\n name: borgbackup\n state: present\n update_cache: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 107
},
{
"path": "roles/common/tasks/main.yaml",
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 264,
"all_permissive": false
} |
ansible_role | calshankar/Ansible-AWS-LaunchConfig | 584ea82ab5fa6219f2d867a12e15e79fb3cc9f70 | 0 | roles/aws-asg-launchConfig | 324 | [
"no_license"
] | [
{
"path": "roles/aws-asg-launchConfig/tasks/init.yml",
"content": "---\n- block:\n - name: create timestamp fact\n set_fact:\n current_timestamp: \"{{ (ansible_date_time.date + ansible_date_time.time) | regex_replace('[^\\\\d]','') }}\"\n\n - name: Launch Config gather facts\n set_fact: \n ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3111,
"all_permissive": false
} |
ansible_role | szymonberinger/semaphore-ui-demo | a8de32ddd5f5a2452acff6fb2d2335860a1ca58a | 0 | playbooks/roles/website | 324 | [
"no_license"
] | [
{
"path": "playbooks/roles/website/defaults/main.yml",
"content": "---\nwebsite_greeting: \"World\"\nwebsite_title: \"Hello Website\"\nnginx_html_root: \"/var/www/html\"\nnginx_site_config: \"/etc/nginx/sites-available/default\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_by... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1107,
"all_permissive": false
} |
ansible_role | StakeGreen/ansible-playbook-cardano-stake-pool | f3614f365d16e15b833a634d591909dfb8adb17e | 0 | roles/cardano-node | 324 | [
"no_license"
] | [
{
"path": "roles/cardano-node/templates/cardano-cli/find_stake_address_deposit_value.sh",
"content": "#!/bin/bash\nstakeAddressDeposit=$(cat $WORKING_DIR/params.json | jq -r '.stakeAddressDeposit')\necho stakeAddressDeposit : $stakeAddressDeposit\n",
"license_type": "no_license",
"detected_licenses"... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 38,
"total_bytes": 42233,
"all_permissive": false
} |
ansible_role | StakeGreen/ansible-playbook-cardano-stake-pool | f3614f365d16e15b833a634d591909dfb8adb17e | 0 | roles/common | 324 | [
"no_license"
] | [
{
"path": "roles/common/vars/main.yml",
"content": "---\nfail2ban_ignoreip: \"127.0.0.1/8 ::1\"\nfail2ban_bantime: 1w\nfail2ban_findtime: 1d\nfail2ban_maxretry: 2\nswap_file_size: 16G\nswappiness: 10\nswap_file_path: /swapfile\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2484,
"all_permissive": false
} |
ansible_role | StakeGreen/ansible-playbook-cardano-stake-pool | f3614f365d16e15b833a634d591909dfb8adb17e | 0 | roles/grafana | 324 | [
"no_license"
] | [
{
"path": "roles/grafana/meta/main.yml",
"content": "---\ndependencies:\n - role: ufw\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "roles/grafana/tasks/install.yml",
"content": "---\n- name: add grafana gpg key\n shell: curl https://apt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3717,
"all_permissive": false
} |
ansible_role | StakeGreen/ansible-playbook-cardano-stake-pool | f3614f365d16e15b833a634d591909dfb8adb17e | 0 | roles/prometheus | 324 | [
"no_license"
] | [
{
"path": "roles/prometheus/templates/prometheus.yml.j2",
"content": "global:\n scrape_interval: 15s # By default, scrape targets every 15 seconds.\n\n # Attach these labels to any time series or alerts when communicating with\n # external systems (federation, remote storage, Alertmanager).\n ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3513,
"all_permissive": false
} |
ansible_role | StakeGreen/ansible-playbook-cardano-stake-pool | f3614f365d16e15b833a634d591909dfb8adb17e | 0 | roles/prometheus-node-exporter | 324 | [
"no_license"
] | [
{
"path": "roles/prometheus-node-exporter/handlers/main.yml",
"content": "---\n- name: restart prometheus node exporter\n service:\n name: prometheus-node-exporter\n state: restarted\n\n- name: start cardano-node\n service:\n name: cardano-node\n state: started\n",
"license_type": ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2995,
"all_permissive": false
} |
ansible_role | StakeGreen/ansible-playbook-cardano-stake-pool | f3614f365d16e15b833a634d591909dfb8adb17e | 0 | roles/ufw | 324 | [
"no_license"
] | [
{
"path": "roles/ufw/tasks/main.yml",
"content": "---\n- name: Reset UFW\n ufw:\n state: reset\n tags:\n - ufw\n\n- name: Configure ufw defaults\n ufw: direction={{ item.direction }} policy={{ item.policy }}\n with_items:\n - { direction: 'incoming', policy: 'deny', insert_relative_to: last-ipv... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3126,
"all_permissive": false
} |
ansible_role | Priceless-P/Devops-Projects | ac79a36c4a2d0bce23f0fd0df5cd4e5e90931b7c | 0 | config_management/ansible/containzed_deploy/roles/common | 323 | [
"no_license"
] | [
{
"path": "config_management/ansible/containzed_deploy/roles/common/vars/main.yml",
"content": "---\n# vars file for config_role\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "config_management/ansible/containzed_deploy/roles/common/tasks/main.y... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 537,
"all_permissive": false
} |
ansible_role | Priceless-P/Devops-Projects | ac79a36c4a2d0bce23f0fd0df5cd4e5e90931b7c | 0 | config_management/ansible/containzed_deploy/roles/product_service_role | 323 | [
"no_license"
] | [
{
"path": "config_management/ansible/containzed_deploy/roles/product_service_role/handlers/main.yml",
"content": "---\n# handlers file for product_service_role\n- name: Restart product service container\n become: true\n command: >\n docker compose -f \"{{ full_path }}\"/{{ app_name_product_service }}/d... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 940,
"all_permissive": false
} |
ansible_role | Priceless-P/Devops-Projects | ac79a36c4a2d0bce23f0fd0df5cd4e5e90931b7c | 0 | config_management/ansible/containzed_deploy/roles/user_service_role | 323 | [
"no_license"
] | [
{
"path": "config_management/ansible/containzed_deploy/roles/user_service_role/tasks/main.yml",
"content": "---\n# tasks file for user_service_role\n- name: Build and run Docker container for user service\n become: true\n command: >\n docker-compose -f \"{{ full_path }}/{{ app_name_user_service }}/dock... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 566,
"all_permissive": false
} |
ansible_role | Priceless-P/Devops-Projects | ac79a36c4a2d0bce23f0fd0df5cd4e5e90931b7c | 0 | config_management/ansible/deploy/roles/common | 323 | [
"no_license"
] | [
{
"path": "config_management/ansible/deploy/roles/common/defaults/main.yml",
"content": "---\n# defaults file for config_role\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "config_management/ansible/deploy/roles/common/tests/test.yml",
"cont... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 977,
"all_permissive": false
} |
ansible_role | Priceless-P/Devops-Projects | ac79a36c4a2d0bce23f0fd0df5cd4e5e90931b7c | 0 | config_management/ansible/deploy/roles/product_service_role | 323 | [
"no_license"
] | [
{
"path": "config_management/ansible/deploy/roles/product_service_role/tasks/main.yml",
"content": "---\n# tasks file for product_service_role\n- name: Install required application dependecies - Product service\n become: true\n pip:\n requirements: \"{{ full_path }}/{{ app_name_product_service }}/requi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1377,
"all_permissive": false
} |
ansible_role | Priceless-P/Devops-Projects | ac79a36c4a2d0bce23f0fd0df5cd4e5e90931b7c | 0 | config_management/ansible/deploy/roles/user_service_role | 323 | [
"no_license"
] | [
{
"path": "config_management/ansible/deploy/roles/user_service_role/templates/env_file.j2",
"content": "ENVIRONMENT_CONFIGURATION='config.DevelopmentConfig'\nSECRET_KEY='kfdf7tCcE-8YOyyOdlKyCA'\nPROD_DATABASE_URL='mysql+pymysql://user_service:12345678@host.<EMAIL>:3306/user_service_db'\n",
"license_type... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2861,
"all_permissive": false
} |
ansible_role | bmurashin/ansible-agent | f6ebea71d3fe490513ad20b2b719d2edaeeb753f | 35 | project-examples/roles/example_role1 | 323 | [
"permissive"
] | [
{
"path": "project-examples/roles/example_role1/tasks/main.yaml",
"content": "- name: create dirs1\n file:\n path: \"{{ item.path }}\"\n state: directory\n mode: \"{{ item.mode }}\"\n owner: \"{{ item.owner }}\"\n group: \"{{ item.group }}\"\n recurse: yes\n with_items: \"{{ create_dirs ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 218,
"all_permissive": true
} |
ansible_role | alfirin/ansible-worpress-nginx | 9c03fd8c6506d6736dac20a522ad914a54ad0891 | 0 | roles/mysql | 323 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n- name: Install Mysql package\n yum: name={{ item }} state=present\n with_items:\n - mariadb\n - mariadb-server\n - MySQL-python\n - libsemanage-python\n #- mysql-server\n #- MySQL-python\n #- libselinux-python\n #- libsemanage-p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1050,
"all_permissive": false
} |
ansible_role | alfirin/ansible-worpress-nginx | 9c03fd8c6506d6736dac20a522ad914a54ad0891 | 0 | roles/nginx | 323 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n\n- name: Copy the RPM Nginx file\n copy: src=nginx-release-centos-7-0.el7.ngx.noarch.rpm dest=/tmp/nginx-release-centos-7-0.el7.ngx.noarch.rpm\n\n- name: Install nginx repo\n shell: rpm -Uvh /tmp/nginx-release-centos-7-0.el7.ngx.noarch.rpm || /bin/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 552,
"all_permissive": false
} |
ansible_role | fbassorh/ee-ocp | eb6fcd8b3d6d18f8ab081b26d863bcfcba41210d | 0 | roles/managednamespace | 323 | [
"no_license"
] | [
{
"path": "roles/managednamespace/tasks/main.yml",
"content": "---\n# tasks file for initproject\n\n- name: Create OCP Project\n block:\n - name: Log in (obtain access token)\n #kubernetes.core.k8s_auth:\n #community.okd.openshift_auth:\n #community.okd.k8s_auth:\n redhat.openshift.openshift_a... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1858,
"all_permissive": false
} |
ansible_role | gmokolomboka/spring-boot-swagger2 | 29d98c1266615efcadbbe22ab2c878736dd55245 | 0 | deployment/roles/deploy | 323 | [
"no_license"
] | [
{
"path": "deployment/roles/deploy/tasks/main.yml",
"content": "- name: Create directory to install\n file:\n path: ~/appli/sbs\n state: directory\n mode: '0755'\n\n- name: Download spring boot swagger runnable jar\n get_url:\n url: http://127.0.0.1:8081/#browse/browse:maven-snapshots:com%2Fex... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 867,
"all_permissive": false
} |
ansible_role | centrifugegroup/dso_studio | 037dfd1074bcdd032b1566c6da25e2e2b88c1fb0 | 0 | provisioning/roles/cli-tools | 323 | [
"no_license"
] | [
{
"path": "provisioning/roles/cli-tools/tasks/main.yml",
"content": "---\n\n- name: Install Security Tools\n apt:\n name:\n - nikto\n - nmap\n - sqlmap\n state: present\n\n- name: Install tools via pip\n pip:\n name:\n - sslyze\n - ansible\n - ansible-lint\n state... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 233,
"all_permissive": false
} |
ansible_role | centrifugegroup/dso_studio | 037dfd1074bcdd032b1566c6da25e2e2b88c1fb0 | 0 | provisioning/roles/python | 323 | [
"no_license"
] | [
{
"path": "provisioning/roles/python/tasks/main.yml",
"content": "---\n\n- name: Install base packages\n apt:\n name:\n - build-essential\n - git\n - python-pip\n - python-virtualenv\n update_cache: yes\n state: present\n\n- name: Upgrade pip\n pip:\n name=pip\n version=... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 257,
"all_permissive": false
} |
ansible_role | gopalarao347/rhel_cis | e28db431efad0c5adb7c64b0520571b90ad895ae | 0 | roles/rhel | 323 | [
"no_license"
] | [
{
"path": "roles/rhel/tasks/main.yml",
"content": "---\n# tasks file for rhel\n- name: Sample command\n shell: ls -lart\n register: output\n\n- debug:\n var: output\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 112
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 112,
"all_permissive": false
} |
ansible_role | thegitlogin/ansible-vault-kms | 6be4f7c55da2adb34b0b0693e2a44ffe7f8ecf3f | 0 | roles/vault-init | 323 | [
"no_license"
] | [
{
"path": "roles/vault-init/tasks/main.yml",
"content": "---\n# tasks file for ansible-role-vault-init\n\n- name: Initialise vault\n uri:\n url: \"http://{{ vault_addr }}:{{ vault_port }}/v1/sys/init\"\n validate_certs: no\n method: PUT\n body: \"{{ lookup('file','init_params.json') }}\"\n b... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 958,
"all_permissive": false
} |
ansible_role | thegitlogin/ansible-vault-kms | 6be4f7c55da2adb34b0b0693e2a44ffe7f8ecf3f | 0 | roles/vault-install | 323 | [
"no_license"
] | [
{
"path": "roles/vault-install/templates/vault.service.j2",
"content": "[Unit]\nDescription=\"Vault Server\"\nDocumentation=https://www.vaultproject.io/docs/\nRequires=network-online.target\nAfter=network-online.target\nConditionFileNotEmpty={{ vault_conf }}\nStartLimitIntervalSec=60\nStartLimitBurst=3\n\n[... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4468,
"all_permissive": false
} |
ansible_role | edhenry/tools | da752994433b912b049f3484f902bb192a99fe5b | 0 | ansible_tools/iperf-benchmark/roles/netbench | 323 | [
"permissive"
] | [
{
"path": "ansible_tools/iperf-benchmark/roles/netbench/vars/main.yml",
"content": "---\n\ntest_count: 10",
"license_type": "permissive",
"detected_licenses": [
"Unlicense"
],
"size_bytes": 19
},
{
"path": "ansible_tools/iperf-benchmark/roles/netbench/tasks/clients.yml",
"c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 404,
"all_permissive": true
} |
ansible_role | doruardelean/nginx_ansible | d04c0d28eca17e041c6e57a28716f7da8ca63f14 | 0 | roles/app | 323 | [
"no_license"
] | [
{
"path": "roles/app/tasks/main.yml",
"content": "- name: Clone linux_tweet_app\n git:\n repo: \"{{ app_repo }}\"\n dest: \"{{ app_dest }}\"\n\n- name: Run the app with Docker\n shell: |\n docker ps --filter \"name={{ app_container_name }}\" --format \"{{'{{'}}.Names{{'}}'}}\" | grep -w {{ app_co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 412,
"all_permissive": false
} |
ansible_role | doruardelean/nginx_ansible | d04c0d28eca17e041c6e57a28716f7da8ca63f14 | 0 | roles/docker | 323 | [
"no_license"
] | [
{
"path": "roles/docker/handlers/main.yml",
"content": "- name: Restart Docker\n block:\n - name: Reload systemd configuration\n command: systemctl daemon-reload\n become: yes\n\n - name: Restart Docker service\n service:\n name: docker\n state: restarted\n become: y... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 439,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.