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 | Leo-Mld/Projet-Ansible | bb232a3dd87810fb15e6be0386fa0ec51001b06f | 0 | ansible_lamp/roles/mysql | 495 | [
"no_license"
] | [
{
"path": "ansible_lamp/roles/mysql/tasks/debian.yml",
"content": "---\n - name: Installation php\n become_user: \"{{ user }}\"\n apt:\n name: \"mysql-server\"\n state: present\n\n\n - name: Start the MySQL service\n action: service name=mysql state=started\n \n \n\n",
"license_type": "no... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 433,
"all_permissive": false
} |
ansible_role | Leo-Mld/Projet-Ansible | bb232a3dd87810fb15e6be0386fa0ec51001b06f | 0 | ansible_lamp/roles/php | 495 | [
"no_license"
] | [
{
"path": "ansible_lamp/roles/php/tasks/redhat.yml",
"content": "---\n - name: Installation de Vim\n apt:\n name: vim\n state: present\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 77
},
{
"path": "ansible_lamp/roles/php/tasks/debian.yml",
"cont... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 813,
"all_permissive": false
} |
ansible_role | Leo-Mld/Projet-Ansible | bb232a3dd87810fb15e6be0386fa0ec51001b06f | 0 | ansible_lamp/roles/servic_user | 495 | [
"no_license"
] | [
{
"path": "ansible_lamp/roles/servic_user/tasks/main.yml",
"content": "---\n - name: \"Creating user from secret.yml\"\n user:\n name: \"{{item.name}}\"\n password: \"{{ <PASSWORD> }}\"\n system: yes\n groups: sudo\n append: no\n create_home: no\n\n loop:\n - name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 290,
"all_permissive": false
} |
ansible_role | knagamin/awx-test-playbooks | 8c77973d547f5e1fbc9bdcfcfda48e4ad0427018 | 0 | roles/aci_check_faults | 495 | [
"no_license"
] | [
{
"path": "roles/aci_check_faults/meta/main.yml",
"content": "galaxy_info: []\ndependencies: []\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "roles/aci_check_faults/defaults/main.yml",
"content": "---\n# IP Address or hostname of APIC resol... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1737,
"all_permissive": false
} |
ansible_role | mjnaderi/dotfiles | c7727b5a0b378acb3f257b3309c7702f42c287ac | 6 | roles/bluetooth | 495 | [
"no_license"
] | [
{
"path": "roles/bluetooth/tasks/main.yml",
"content": "---\n- ansible.builtin.import_tasks: bluetooth.yml\n tags: [bluetooth]\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "roles/bluetooth/tasks/bluetooth.yml",
"content": "---\n# https://w... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 362,
"all_permissive": false
} |
ansible_role | mjnaderi/dotfiles | c7727b5a0b378acb3f257b3309c7702f42c287ac | 6 | roles/docker | 495 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- ansible.builtin.import_tasks: docker.yml\n tags: [docker]\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 64
},
{
"path": "roles/docker/defaults/main.yml",
"content": "---\ndocker_registry_mirror: h... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1329,
"all_permissive": false
} |
ansible_role | mjnaderi/dotfiles | c7727b5a0b378acb3f257b3309c7702f42c287ac | 6 | roles/dotfiles | 495 | [
"no_license"
] | [
{
"path": "roles/dotfiles/tasks/terminal/main.yml",
"content": "---\n- { ansible.builtin.import_tasks: ddterm.yml, tags: [terminal/ddterm] }\n- { ansible.builtin.import_tasks: shell.yml, tags: [terminal/shell] }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 146
},
... | {
"task_files": 13,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 15,
"total_bytes": 16182,
"all_permissive": false
} |
ansible_role | mjnaderi/dotfiles | c7727b5a0b378acb3f257b3309c7702f42c287ac | 6 | roles/fonts | 495 | [
"no_license"
] | [
{
"path": "roles/fonts/handlers/main.yml",
"content": "---\n- name: update fontconfig cache\n ansible.builtin.command: fc-cache\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
},
{
"path": "roles/fonts/templates/fontconfig.xml",
"content": "<?xml version=... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3709,
"all_permissive": false
} |
ansible_role | mjnaderi/dotfiles | c7727b5a0b378acb3f257b3309c7702f42c287ac | 6 | roles/gnome | 495 | [
"no_license"
] | [
{
"path": "roles/gnome/tasks/main.yml",
"content": "---\n- ansible.builtin.import_tasks: gnome.yml\n tags: [gnome]\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 62
},
{
"path": "roles/gnome/tasks/gnome.yml",
"content": "---\n- name: install gnome-tweaks\n ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 6104,
"all_permissive": false
} |
ansible_role | mjnaderi/dotfiles | c7727b5a0b378acb3f257b3309c7702f42c287ac | 6 | roles/packages | 495 | [
"no_license"
] | [
{
"path": "roles/packages/defaults/main.yml",
"content": "---\npacman_config:\n - regexp: ^#\\s*Color$\n line: Color\n - regexp: ^#\\s*ParallelDownloads\n line: ParallelDownloads = 5\n\npackages_pacman:\n ##################################################### CLI ####################################... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 3590,
"all_permissive": false
} |
ansible_role | mjnaderi/dotfiles | c7727b5a0b378acb3f257b3309c7702f42c287ac | 6 | roles/zram | 495 | [
"no_license"
] | [
{
"path": "roles/zram/tasks/zram.yml",
"content": "---\n# Reference: https://wiki.archlinux.org/title/Zram\n\n# To verify, run \"cat /sys/module/zswap/parameters/enabled\". The output should be \"N\".\n- name: disable zswap (requires reboot)\n become: true\n ansible.builtin.lineinfile:\n path: /etc/def... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1376,
"all_permissive": false
} |
ansible_role | octo-technology-downunder/aws_ansible | caf3de60601c6f587980f97882ff8893283d0d42 | 4 | roles/aws | 495 | [
"no_license"
] | [
{
"path": "roles/aws/vars/main.yml",
"content": "---\n# ubuntu-trusty-14.04-amd64-server-20150325\naws_image: ami-d05e75b8\naws_instanceType: t2.micro\naws_keypair: era_ec2\naws_region: us-east-1\naws_private_key: /Users/erwan/.ssh/era_ec2.cer\naws_envs:\n env_a:\n count: 1\n env_b:\n count: 3",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2660,
"all_permissive": false
} |
ansible_role | octo-technology-downunder/aws_ansible | caf3de60601c6f587980f97882ff8893283d0d42 | 4 | roles/common | 495 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "- name: Gather ec2 facts\n action: ec2_facts\n\n- name: Ensure up-to-date repos\n apt: update_cache=yes cache_valid_time=300\n\n- name: Install some packages\n apt: pkg={{ item }}\n with_items:\n - git\n - htop\n - curl\n - vim\n - zip\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 381,
"all_permissive": false
} |
ansible_role | Darshil11/polkadot | b9f3e2e15575a91e5e7ad991888f430f4c1c5fbb | 0 | ansible/plays/roles/monitoring | 495 | [
"no_license"
] | [
{
"path": "ansible/plays/roles/monitoring/files/docker-compose.yml",
"content": "version: '3.7'\n\nnetworks:\n monitor-net:\n ipam:\n driver: default\n config:\n - subnet: 172.29.0.0/16\n\nservices:\n prometheus:\n image: prom/prometheus\n volumes:\n - /tmp/monitoring/promethe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2309,
"all_permissive": false
} |
ansible_role | Darshil11/polkadot | b9f3e2e15575a91e5e7ad991888f430f4c1c5fbb | 0 | ansible/plays/roles/polkadot-node | 495 | [
"no_license"
] | [
{
"path": "ansible/plays/roles/polkadot-node/vars/main.yml",
"content": "---\n# vars file for polkadot-node",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "ansible/plays/roles/polkadot-node/tasks/main.yml",
"content": "---\n# tasks file for pol... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1532,
"all_permissive": false
} |
ansible_role | dharmab/tyro | fb60f182fc4c3e5ee6af95f93cbc60ab961291bb | 0 | ansible/roles/common | 495 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n- name: install EPEL bootstrap repository\n copy: src=epel-bootstrap.repo dest=/etc/yum.repos.d/\n sudo: yes\n\n- name: install EPEL repository\n yum: name=epel-release enablerepo=epel-bootstrap\n sudo: yes\n\n- name: enable EPEL reposito... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 973,
"all_permissive": false
} |
ansible_role | dharmab/tyro | fb60f182fc4c3e5ee6af95f93cbc60ab961291bb | 0 | ansible/roles/jekyll | 495 | [
"no_license"
] | [
{
"path": "ansible/roles/jekyll/tasks/main.yml",
"content": "---\n- name: install dependeices\n yum: name={{ item }}\n with_items:\n - ruby\n - ruby-devel\n - nodejs\n sudo: yes\n\n- name: install jekyll\n gem: name=jekyll\n\n- name: open jekyll port\n firewalld: port=4000/tcp permanent=true state=e... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 280,
"all_permissive": false
} |
ansible_role | dharmab/tyro | fb60f182fc4c3e5ee6af95f93cbc60ab961291bb | 0 | ansible/roles/postgresql | 495 | [
"no_license"
] | [
{
"path": "ansible/roles/postgresql/tasks/main.yml",
"content": "---\n- name: install ansible postgresql dependencies\n yum: name=python-psycopg2\n sudo: yes\n\n- name: install postgresql\n yum: name=postgresql-server\n sudo: yes\n register: postgresql_installation\n\n- name: initialize postgresql\n c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1370,
"all_permissive": false
} |
ansible_role | dharmab/tyro | fb60f182fc4c3e5ee6af95f93cbc60ab961291bb | 0 | ansible/roles/tomcat | 495 | [
"no_license"
] | [
{
"path": "ansible/roles/tomcat/templates/tyro-redeploy.sh",
"content": "#!/bin/sh\nsudo -v\ncd /vagrant\nmvn verify &&\nsudo cp /vagrant/target/tyro.war /opt/tyro/app/app.war",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 98
},
{
"path": "ansible/roles/tomcat/tem... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2235,
"all_permissive": false
} |
ansible_role | mhikeo-samples/mo-cd-ansible | 6479808d0f8090d08ca7625da9a3a672525c81de | 0 | roles/db | 498 | [
"no_license"
] | [
{
"path": "roles/db/tasks/main.yml",
"content": "---\n- name: Download artifact from Artifactory\n get_url:\n url: \"{{ artifact_url }}\"\n dest: \"/tmp/{{ db.artifact_name }}\"\n mode: '0440'\n\n- name: Extract artifact\n unarchive:\n src: \"/tmp/{{ db.artifact_name }}\"\n dest: \"/tmp\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 427,
"all_permissive": false
} |
ansible_role | mhikeo-samples/mo-cd-ansible | 6479808d0f8090d08ca7625da9a3a672525c81de | 0 | roles/web | 498 | [
"no_license"
] | [
{
"path": "roles/web/tasks/main.yml",
"content": "---\n- name: Download artifact from Artifactory\n get_url:\n url: \"{{ artifact_url }}\"\n dest: \"/tmp/{{ web.artifact_name }}\"\n mode: '0440'\n\n- name: Extract artifact\n unarchive:\n src: \"/tmp/{{ web.artifact_name }}\"\n dest: \"/tmp\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 431,
"all_permissive": false
} |
ansible_role | fcarrus/ocp4_deployment | 84087387e1f5ad1741592a2494c8839aa3806853 | 0 | roles/configure | 498 | [
"no_license"
] | [
{
"path": "roles/configure/templates/storagecluster-localstorage.j2",
"content": "items:\n\n- apiVersion: odf.openshift.io/v1alpha1\n kind: StorageSystem\n metadata:\n name: ocs-storagecluster-storagesystem\n namespace: openshift-storage\n spec:\n kind: storagecluster.ocs.openshift.io/v1\n na... | {
"task_files": 23,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 41,
"total_bytes": 52316,
"all_permissive": false
} |
ansible_role | fcarrus/ocp4_deployment | 84087387e1f5ad1741592a2494c8839aa3806853 | 0 | roles/deploy_vmware | 498 | [
"no_license"
] | [
{
"path": "roles/deploy_vmware/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - deploy_vmware\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
},
{
"path": "roles/deploy_vmware/tasks/power.yml",
"content": "- name: ... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 10987,
"all_permissive": false
} |
ansible_role | fcarrus/ocp4_deployment | 84087387e1f5ad1741592a2494c8839aa3806853 | 0 | roles/prepare | 498 | [
"no_license"
] | [
{
"path": "roles/prepare/tasks/main.yml",
"content": "- name: Create installation dirs\n ansible.builtin.file:\n state: directory\n path: \"{{ item }}\"\n loop:\n - \"{{ __ocp4_deployment_install_path }}/install\"\n\n- name: Include mirror configuration\n when: ocp4_deployment_cluster_configure_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 14,
"total_bytes": 15624,
"all_permissive": false
} |
ansible_role | allotmentandy/ansible-debian-install-desktop | cc058f29ddbf24de43f30e4420ef6304d9464639 | 3 | roles/aws | 498 | [
"no_license"
] | [
{
"path": "roles/aws/tasks/main.yml",
"content": "\n# https://subok-tech.com/installing-kubernetes-using-ansible-on-ubuntu-20-04/\n\n- name: Add Google official GPG key\n apt_key:\n url: https://packages.cloud.google.com/apt/doc/apt-key.gpg\n state: present\n tags: aws\n become: yes\n\n# - name: Ad... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1386,
"all_permissive": false
} |
ansible_role | allotmentandy/ansible-debian-install-desktop | cc058f29ddbf24de43f30e4420ef6304d9464639 | 3 | roles/browsers | 498 | [
"no_license"
] | [
{
"path": "roles/browsers/tasks/main.yml",
"content": "---\n\n- name: Google Chrome | Pre requirements\n apt:\n name: gnupg\n state: present\n become: true\n become_method: su\n\n- name: Google Chrome | Add gpg\n apt_key:\n url: https://dl.google.com/linux/linux_signing_key.pub\n state: pres... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2268,
"all_permissive": false
} |
ansible_role | allotmentandy/ansible-debian-install-desktop | cc058f29ddbf24de43f30e4420ef6304d9464639 | 3 | roles/common | 498 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n\n# - name: Run \"apt-get update, upgrade and autoremove\".\n# become: yes\n# become_method: su\n# apt:\n# update_cache: yes\n# upgrade: yes\n# autoremove: yes\n\n- name: Package | Install lists packages\n apt:\n name:\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3551,
"all_permissive": false
} |
ansible_role | allotmentandy/ansible-debian-install-desktop | cc058f29ddbf24de43f30e4420ef6304d9464639 | 3 | roles/composer | 498 | [
"no_license"
] | [
{
"path": "roles/composer/tasks/main.yml",
"content": "---\n\n- name: Composer\n apt:\n name:\n - composer\n state: latest\n become: yes\n become_method: su",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 107
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 107,
"all_permissive": false
} |
ansible_role | allotmentandy/ansible-debian-install-desktop | cc058f29ddbf24de43f30e4420ef6304d9464639 | 3 | roles/design | 498 | [
"no_license"
] | [
{
"path": "roles/design/tasks/main.yml",
"content": "---\n\n# - name: Scribus | Install package\n# apt: pkg=scribus state=present\n\n- name: Gimp | Install package\n apt:\n name:\n - gimp\n state: latest\n become: yes\n become_method: su\n\n- name: Inkscape | Install package\n apt:\n nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 428,
"all_permissive": false
} |
ansible_role | allotmentandy/ansible-debian-install-desktop | cc058f29ddbf24de43f30e4420ef6304d9464639 | 3 | roles/dev | 498 | [
"no_license"
] | [
{
"path": "roles/dev/tasks/main.yml",
"content": "---\n- name: Install X11 libs\n apt:\n name:\n - build-essential\n - libx11-dev\n - libxcursor-dev \n - libxrandr-dev\n - libxinerama-dev\n - libxi-dev\n - libgl1-mesa-dev\n - g++\n - libsdl2-gfx-dev\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2931,
"all_permissive": false
} |
ansible_role | allotmentandy/ansible-debian-install-desktop | cc058f29ddbf24de43f30e4420ef6304d9464639 | 3 | roles/multimedia | 498 | [
"no_license"
] | [
{
"path": "roles/multimedia/tasks/main.yml",
"content": "---\n\n- name: Package | Install lists packages\n apt:\n name:\n - mpv\n #- webp-pixbuf-loader\n - webp\n - gthumb\n - lmms\n - ffmpeg\n - x264\n - x265\n - audacity\n - transmission\n - cle... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 543,
"all_permissive": false
} |
ansible_role | allotmentandy/ansible-debian-install-desktop | cc058f29ddbf24de43f30e4420ef6304d9464639 | 3 | roles/mysql | 498 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n- name: install packages\n apt:\n name:\n - default-mysql-server\n - python3-pymysql\n - php-mysql\n state: present\n cache_valid_time: 3600\n become: True\n\n- name: enable mysql service\n service:\n name: mysql\n sta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2070,
"all_permissive": false
} |
ansible_role | allotmentandy/ansible-debian-install-desktop | cc058f29ddbf24de43f30e4420ef6304d9464639 | 3 | roles/nodejs | 498 | [
"no_license"
] | [
{
"path": "roles/nodejs/tasks/main.yml",
"content": "---\n# - name: Add gpg key to Yarn\n# shell: curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add \n# become: yes\n# become_method: su\n\n# - name: Add Yarn repo\n# shell: echo \"deb https://dl.yarnpkg.com/debian/ stable main\" > /... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1393,
"all_permissive": false
} |
ansible_role | allotmentandy/ansible-debian-install-desktop | cc058f29ddbf24de43f30e4420ef6304d9464639 | 3 | roles/php | 498 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yml",
"content": "---\n- name: install packages\n apt:\n name:\n - apache2\n - default-mysql-server\n - python3-pymysql\n - php\n - php-mysql\n - libapache2-mod-php\n - ufw\n - php-mbstring\n - php-bcmath\n - php-xml \n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3782,
"all_permissive": false
} |
ansible_role | allotmentandy/ansible-debian-install-desktop | cc058f29ddbf24de43f30e4420ef6304d9464639 | 3 | roles/sublime | 498 | [
"no_license"
] | [
{
"path": "roles/sublime/tasks/main.yml",
"content": "- name: Add Sublime Text Apt signing key\n apt_key:\n url: https://download.sublimetext.com/sublimehq-pub.gpg\n state: present\n become: True\n become_method: su\n\n- name: Install apt-transport-https\n apt: name=apt-transport-https state=lates... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1177,
"all_permissive": false
} |
ansible_role | allotmentandy/ansible-debian-install-desktop | cc058f29ddbf24de43f30e4420ef6304d9464639 | 3 | roles/ufw | 498 | [
"no_license"
] | [
{
"path": "roles/ufw/tasks/main.yml",
"content": "- name: Allow SSH in the firewall\n ufw:\n rule: allow\n name: OpenSSH\n become: True\n\n- name: Open 80 on firewall\n ufw:\n rule: allow\n port: \"80\"\n proto: tcp\n become: True\n\n- name: Open 81 on firewall\n ufw:\n rule: allow\n port... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 373,
"all_permissive": false
} |
ansible_role | allotmentandy/ansible-debian-install-desktop | cc058f29ddbf24de43f30e4420ef6304d9464639 | 3 | roles/virtualization | 498 | [
"no_license"
] | [
{
"path": "roles/virtualization/tasks/main.yml",
"content": "---\n\n- name: Virtualization | Install lists packages\n apt:\n name:\n - gnome-boxes\n - vagrant\n - podman\n - buildah\n - docker\n - docker-compose\n - binutils\n - gcc\n - make\n - cmake\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 473,
"all_permissive": false
} |
ansible_role | silazare/aws-ansible | 359a39b33bb1a7ba122d6a62a3367ff121ffeada | 0 | roles/common | 498 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Update cache\n apt:\n update_cache: yes\n\n- name: Update all packages to the latest version\n apt:\n upgrade: dist\n register: apt_upgrade\n\n- name: Install prerequisite packages\n package:\n name: \"{{ item }}\"\n state: pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 390,
"all_permissive": false
} |
ansible_role | silazare/aws-ansible | 359a39b33bb1a7ba122d6a62a3367ff121ffeada | 0 | roles/ecs-alb | 498 | [
"no_license"
] | [
{
"path": "roles/ecs-alb/vars/main.yml",
"content": "---\nalb_rules:\n - Conditions:\n - Field: path-pattern\n Values:\n - \"/ui\"\n Priority: 1\n Actions:\n - TargetGroupName: \"{{ ecs_cluster_name }}-reddit-ui-target-group\"\n Type: forward\n\n - Conditions:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1191,
"all_permissive": false
} |
ansible_role | silazare/aws-ansible | 359a39b33bb1a7ba122d6a62a3367ff121ffeada | 0 | roles/ecs-cluster | 498 | [
"no_license"
] | [
{
"path": "roles/ecs-cluster/tasks/create-cluster.yml",
"content": "---\n# Cluster: A logical grouping of container instances that you can place tasks on\n- name: \"AWS | ECS | Provision {{ ecs_cluster_name }} cluster\"\n ecs_cluster:\n name: \"{{ ecs_cluster_name }}\"\n state: present\n register: e... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 15237,
"all_permissive": false
} |
ansible_role | silazare/aws-ansible | 359a39b33bb1a7ba122d6a62a3367ff121ffeada | 0 | roles/ecs-service | 498 | [
"no_license"
] | [
{
"path": "roles/ecs-service/tasks/main.yml",
"content": "---\n# Gather Task Definition facts\n- name: Gather Task Definition facts for {{ container_name }}\n ecs_taskdefinition_facts:\n task_definition: \"{{ ecs_cluster_name }}-{{ container_name }}-task\"\n register: ecs_task\n when:\n - ecs_state... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2314,
"all_permissive": false
} |
ansible_role | silazare/aws-ansible | 359a39b33bb1a7ba122d6a62a3367ff121ffeada | 0 | roles/ecs-target-group | 498 | [
"no_license"
] | [
{
"path": "roles/ecs-target-group/defaults/main.yml",
"content": "---\nhealthcheck: /\ntarget_group_protocol: http",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 46
},
{
"path": "roles/ecs-target-group/meta/main.yml",
"content": "galaxy_info:\n author: <NAME>... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1070,
"all_permissive": false
} |
ansible_role | silazare/aws-ansible | 359a39b33bb1a7ba122d6a62a3367ff121ffeada | 0 | roles/ecs-task-definition | 498 | [
"no_license"
] | [
{
"path": "roles/ecs-task-definition/defaults/main.yml",
"content": "# ALB usage for ECS services\necs_alb: false\n# Empty command\ncommand: []\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
},
{
"path": "roles/ecs-task-definition/meta/main.yml",
"content... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2028,
"all_permissive": false
} |
ansible_role | silazare/aws-ansible | 359a39b33bb1a7ba122d6a62a3367ff121ffeada | 0 | roles/nginx | 498 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: Install nginx.\n package:\n name: nginx\n state: present\n\n- name: Create website directory\n file:\n path: \"/var/www/{{ site_name }}\"\n state: directory\n mode: 0755\n\n- name: Create main nginx config file\n template:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 870,
"all_permissive": false
} |
ansible_role | stepan111/ansible | 03d6b988387d883ceda8c6625371409804fb9fc4 | 0 | provisioning/roles/common | 498 | [
"no_license"
] | [
{
"path": "provisioning/roles/common/templates/rc.firewall",
"content": "#!/bin/sh\n# Start/stop/restart the secure shell server:\n\niptables_start() {\n# Restore rules\n/usr/sbin/iptables-restore < /etc/iptables.save\n}\n\n\n\ncase \"$1\" in\n'start')\n iptables_start\n ;;\n'restart')\n iptables_start\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 4334,
"all_permissive": false
} |
ansible_role | stepan111/ansible | 03d6b988387d883ceda8c6625371409804fb9fc4 | 0 | provisioning/roles/mysql | 498 | [
"no_license"
] | [
{
"path": "provisioning/roles/mysql/vars/main.yml",
"content": "\nmysql_root_password: \"<PASSWORD>\" \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "provisioning/roles/mysql/tasks/main.yml",
"content": "---\n\n# Install mysqld and libaio an... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4498,
"all_permissive": false
} |
ansible_role | stepan111/ansible | 03d6b988387d883ceda8c6625371409804fb9fc4 | 0 | provisioning/roles/ntpd | 498 | [
"no_license"
] | [
{
"path": "provisioning/roles/ntpd/tasks/main.yml",
"content": "---\n# Install ntpd\n - name: Inastall mysql\n slackpkg: name=\"{{ item }}\" state=present update_cache=yes\n with_items:\n - ntp\n\n# Copy ntp.conf\n - name: Copy ntpd conf\n template: src=ntp.conf dest=/etc/ntp.conf\n\n# Create ntp d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 654,
"all_permissive": false
} |
ansible_role | stepan111/ansible | 03d6b988387d883ceda8c6625371409804fb9fc4 | 0 | provisioning/roles/ssh | 498 | [
"no_license"
] | [
{
"path": "provisioning/roles/ssh/tasks/main.yml",
"content": "---\n# configure ssh\n - name: sshd disable root\n lineinfile: dest=/etc/ssh/sshd_config regexp=PermitRootLogin line='PermitRootLogin no'\n\n - name: sshd disable password auth\n lineinfile: dest=/etc/ssh/sshd_config regexp=PasswordAuthentic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 573,
"all_permissive": false
} |
ansible_role | stepan111/ansible | 03d6b988387d883ceda8c6625371409804fb9fc4 | 0 | teradek_demo/ansible/roles/nginx | 498 | [
"no_license"
] | [
{
"path": "teradek_demo/ansible/roles/nginx/tasks/main.yml",
"content": "- name: Install nginx\n apt:\n name: nginx\n update_cache: yes\n state: present\n\n- name: configure nginx.conf\n replace:\n path: \"/etc/nginx/nginx.conf\"\n regexp: '(\\s+)worker_connections.*$'\n replace: '\\1wor... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1370,
"all_permissive": false
} |
ansible_role | stepan111/ansible | 03d6b988387d883ceda8c6625371409804fb9fc4 | 0 | teradek_demo/ansible/roles/python-web | 498 | [
"no_license"
] | [
{
"path": "teradek_demo/ansible/roles/python-web/templates/python-web.j2",
"content": "[Unit]\nDescription=simple Http service\nWants=network.target\nAfter=network.target\n\n[Service]\nType=simple\nUser=python\nWorkingDirectory=/var/www/html\nExecStart=/usr/bin/python -m SimpleHTTPServer\n# https://www.free... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 709,
"all_permissive": false
} |
ansible_role | stepan111/ansible | 03d6b988387d883ceda8c6625371409804fb9fc4 | 0 | teradek_demo/ansible/roles/ssl | 498 | [
"no_license"
] | [
{
"path": "teradek_demo/ansible/roles/ssl/defaults/main.yml",
"content": "self_signed_subj:\n country_name: \"UA\"\n state: \"Odessa\"\n locality_name: \"Odessa\"\n org_unit: \"test\"\n common_name: \"localhost\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 129
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 887,
"all_permissive": false
} |
ansible_role | maxbur89/sausage-store-terraform | c6821365df4367fd816922cb605b89264d247370 | 0 | ansible/roles/sausage | 498 | [
"no_license"
] | [
{
"path": "ansible/roles/sausage/tasks/main.yml",
"content": "---\n# tasks file for base_debian\n\n- name: Install base packets\n apt:\n update_cache: yes\n state: present\n pkg:\n - sssd\n - npm\n - nodejs\n - openjdk-16-jdk\n - maven\n\n- name: Add the user jarservice\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 546,
"all_permissive": false
} |
ansible_role | Suirus777/Ansible_B6.9.2 | f0bd9a38e4ad6643490e3abcd693fe81ca36781a | 0 | roles/dnsmasq | 498 | [
"no_license"
] | [
{
"path": "roles/dnsmasq/templates/dnsmasq.j2",
"content": "#/etc/dnsmasq.conf\nport=53\ndomain-needed\nbogus-priv\nlisten-address=127.0.0.1,192.168.200.110\nexpand-hosts\ncache-size=1000\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 122
},
{
"path": "roles/dns... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1007,
"all_permissive": false
} |
ansible_role | Suirus777/Ansible_B6.9.2 | f0bd9a38e4ad6643490e3abcd693fe81ca36781a | 0 | roles/nginx | 498 | [
"no_license"
] | [
{
"path": "roles/nginx/handlers/main.yml",
"content": "---\n# handlers file for nginx\n- name: Restart NGINX Web server\n ansible.builtin.service:\n name: nginx\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 127
},
{
"path": "roles/ngin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2587,
"all_permissive": false
} |
ansible_role | cormon1976/pi_ansible_cookbook | b1f535cbf468065bf110273e3c9be1471010b3bc | 0 | roles/common | 498 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "- name: Let's update the apt cache.\n apt: update_cache=yes\n sudo: yes\n \n- name: Now we need to update the Raspbian distribution.\n apt: upgrade=yes\n sudo: yes\n\n- name: We are setting our new hostname.\n hostname: name={{ hostname }}\n sudo: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1563,
"all_permissive": false
} |
ansible_role | cormon1976/pi_ansible_cookbook | b1f535cbf468065bf110273e3c9be1471010b3bc | 0 | roles/media | 498 | [
"no_license"
] | [
{
"path": "roles/media/tasks/main.yml",
"content": "- name: Install list of packages\n apt: pkg={{item}} state=installed\n with_items:\n - vim\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 95
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 95,
"all_permissive": false
} |
ansible_role | cormon1976/pi_ansible_cookbook | b1f535cbf468065bf110273e3c9be1471010b3bc | 0 | roles/nas | 498 | [
"no_license"
] | [
{
"path": "roles/nas/handlers/main.yml",
"content": "---\n\n- name: Start Samba\n service: name=samba state=started\n\n- name: Reload Samba\n service: name=samba state=reloaded\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 120
},
{
"path": "roles/nas/tasks/ma... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1517,
"all_permissive": false
} |
ansible_role | cormon1976/pi_ansible_cookbook | b1f535cbf468065bf110273e3c9be1471010b3bc | 0 | roles/osmc | 498 | [
"no_license"
] | [
{
"path": "roles/osmc/tasks/main.yml",
"content": "\n - name: add a generic account\n user: name=cormon update_password=always password=\"<PASSWORD>/\"\n\n - name: Change osmc default password\n user: name=osmc password=\"<PASSWORD>\"\n\n - name: Check mounted files existance\n stat: path=/media/1Gig\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 571,
"all_permissive": false
} |
ansible_role | cormon1976/pi_ansible_cookbook | b1f535cbf468065bf110273e3c9be1471010b3bc | 0 | roles/secure | 498 | [
"no_license"
] | [
{
"path": "roles/secure/README.md",
"content": "### Ansible Code base to build out a cluster of media based raspberry pi devices.\n\n\nThere are five roles in total _nas_ , _osmc_ , _common_, _secure_, _media_\n\nNotes: \n\nDhcp must be mapped via mac-address on router (ips are hardcoded in these templates)... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 582,
"all_permissive": false
} |
ansible_role | stephencheng/docker-centos-base | d4f312a89b8a43297b586d7f3c2e23a7f7f47719 | 0 | roles/centos-base | 498 | [
"no_license"
] | [
{
"path": "roles/centos-base/tasks/main.yml",
"content": "---\n- name: install common packages \n yum: name={{ item }} state=present\n with_items:\n - tar\n - bzip2\n - zip\n - unzip\n - htop\n - telnet\n\n- name: generate SSH keys\n command: /usr/bin/ssh-keygen -A\n",
"license_type... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 217,
"all_permissive": false
} |
ansible_role | jmarin/container_sec | e9d895c90d8921b8c8256be585f38416e59e35a5 | 0 | roles/common | 498 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: download epel repo\n get_url: url=http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm dest=/tmp/epel-release-7-5.noarch.rpm\n\n- name: install epel repo\n command: rpm -Uvh /tmp/epel-release-7-5.noarch.rpm creates=/e... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 446,
"all_permissive": false
} |
ansible_role | jmarin/container_sec | e9d895c90d8921b8c8256be585f38416e59e35a5 | 0 | roles/docker | 498 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: update device-mapper\n yum: name=device-mapper state=latest\n\n- name: Add docker repo\n template: src=docker-repo.js2 dest=/etc/yum.repos.d/docker.repo\n\n- name: Install Docker\n yum: name=docker-engine state=latest\n notify: restart do... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 355,
"all_permissive": false
} |
ansible_role | jmarin/container_sec | e9d895c90d8921b8c8256be585f38416e59e35a5 | 0 | roles/openscap | 498 | [
"no_license"
] | [
{
"path": "roles/openscap/tasks/main.yml",
"content": "---\n- name: Download openscap source code\n get_url: url=https://github.com/OpenSCAP/openscap/releases/download/1.2.5/openscap-1.2.5.tar.gz dest=/tmp/openscap-1.2.5.tar.gz\n\n- name: Unzip openscap source code\n shell: 'cd /tmp; tar zxvf openscap-1.2... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1580,
"all_permissive": false
} |
ansible_role | Kondarao1506/ansible3 | 888fa8311510d44a2211f3b972c5f1fe608f62df | 0 | ansible_expense_roles/roles/backend | 498 | [
"no_license"
] | [
{
"path": "ansible_expense_roles/roles/backend/vars/main.yaml",
"content": "db_user: root\nmysql_host: mysql.kondarao.online\napp_location: /app\ncomponent: backend",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 85
},
{
"path": "ansible_expense_roles/roles/backend... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1468,
"all_permissive": false
} |
ansible_role | Kondarao1506/ansible3 | 888fa8311510d44a2211f3b972c5f1fe608f62df | 0 | ansible_expense_roles/roles/frontend | 498 | [
"no_license"
] | [
{
"path": "ansible_expense_roles/roles/frontend/vars/main.yaml",
"content": "backend_host: backend.kondarao.online\napp_location: \"/usr/share/nginx/html\"\ncomponent: \"frontend\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 97
},
{
"path": "ansible_expense_rol... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1442,
"all_permissive": false
} |
ansible_role | Kondarao1506/ansible3 | 888fa8311510d44a2211f3b972c5f1fe608f62df | 0 | ansible_expense_roles/roles/mysql | 498 | [
"no_license"
] | [
{
"path": "ansible_expense_roles/roles/mysql/tasks/main.yaml",
"content": "- name: ansible to install pymysql\n ansible.builtin.pip:\n name:\n - PyMySQL\n - cryptography\n executable: pip3.9\n\n- name: \"installing mysql server package\"\n ansible.builtin.package:\n name: mysql-server\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 864,
"all_permissive": false
} |
ansible_role | iExecBlockchainComputing/bench | 05fa38f26f747b62674923b64e82e71f23201b06 | 0 | server/scenariosTpl/microClients/roles/transactionSender | 498 | [
"no_license"
] | [
{
"path": "server/scenariosTpl/microClients/roles/transactionSender/templates/txPerSec.js.j2",
"content": "const fs = require('fs');\nconst ethers = require(\"ethers\");\nconst { resolve } = require('path');\n\nvar args = process.argv.slice(2);\nvar timing = args[0];\nvar delay = parseInt(args[1]);\nconst S... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2562,
"all_permissive": false
} |
ansible_role | johanekstroms/johanekstroms.contentmirror | b67a4ed6463fd78cdde08fbf481b34f966d59c85 | 0 | roles/oci | 498 | [
"permissive"
] | [
{
"path": "roles/oci/defaults/main.yml",
"content": "---\n# defaults file for oci\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 28
},
{
"path": "roles/oci/meta/argument_specs.yml",
"content": "---\nargument_specs:\n # anchor definit... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2104,
"all_permissive": true
} |
ansible_role | johanekstroms/johanekstroms.contentmirror | b67a4ed6463fd78cdde08fbf481b34f966d59c85 | 0 | roles/raw | 498 | [
"permissive"
] | [
{
"path": "roles/raw/vars/main.yml",
"content": "---\n# vars file for raw\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 24
},
{
"path": "roles/raw/molecule/default/inventory.yml",
"content": "---\ncreate:\n hosts:\n create_instan... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 15,
"total_bytes": 12073,
"all_permissive": true
} |
ansible_role | aandolg/yorubaname-website-env | 25b8f3fc4ab33e0c98db9d7389e8b2be0df939a6 | 0 | ansible/roles/geerlingguy.jenkins | 498 | [
"no_license"
] | [
{
"path": "ansible/roles/geerlingguy.jenkins/tasks/settings.yml",
"content": "---\n- name: Check if jenkins_init_file exists.\n stat:\n path: \"{{ jenkins_init_file }}\"\n register: jenkins_init_file_stat\n\n- name: Ensure jenkins_init_file exists.\n file:\n path: \"{{ jenkins_init_file }}\"\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3317,
"all_permissive": false
} |
ansible_role | fanxeon/TwitterAPI | 28da96ac5cc859b971e2b4e2d4fe0997166db3df | 1 | devops/archive/coreos/ansible/roles/coreos | 498 | [
"no_license"
] | [
{
"path": "devops/archive/coreos/ansible/roles/coreos/tasks/main.yml",
"content": "---\n- name: ensure weave service installation\n template:\n src: install-weave.service.j2\n dest: /etc/systemd/system/install-weave.service\n\n- name: ensure weave service\n template:\n src: weave.service.j2\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 2478,
"all_permissive": false
} |
ansible_role | fanxeon/TwitterAPI | 28da96ac5cc859b971e2b4e2d4fe0997166db3df | 1 | devops/platform/chirp/ansible/roles/azavea.unzip | 498 | [
"no_license"
] | [
{
"path": "devops/platform/chirp/ansible/roles/azavea.unzip/meta/main.yml",
"content": "---\ngalaxy_info:\n author: <NAME>\n description: An Ansible role for installing unzip.\n company: Azavea Inc.\n license: Apache\n min_ansible_version: 1.2\n platforms:\n - name: Ubuntu\n versions:\n - trust... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 628,
"all_permissive": false
} |
ansible_role | fanxeon/TwitterAPI | 28da96ac5cc859b971e2b4e2d4fe0997166db3df | 1 | devops/platform/chirp/ansible/roles/chirp-apps | 498 | [
"no_license"
] | [
{
"path": "devops/platform/chirp/ansible/roles/chirp-apps/tasks/main.yml",
"content": "---\n- name: install python dev\n apt: name=python-dev\n- name: install python setup tools\n apt: name=python-setuptools\n- name: install pip\n easy_install: name=pip\n- name: install requests\n pip: name=requests\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 8842,
"all_permissive": false
} |
ansible_role | fanxeon/TwitterAPI | 28da96ac5cc859b971e2b4e2d4fe0997166db3df | 1 | devops/platform/chirp/ansible/roles/chirp-couchdb | 498 | [
"no_license"
] | [
{
"path": "devops/platform/chirp/ansible/roles/chirp-couchdb/tasks/main.yml",
"content": "---\n- name: install httplib2\n apt: name=python-httplib2\n\n- name: wait for all couchdb services to start\n wait_for: host=\"{{ hostvars[item]['ansible_eth0']['ipv4']['address'] }}\" port=5984\n with_items: \"{{ g... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 7539,
"all_permissive": false
} |
ansible_role | fanxeon/TwitterAPI | 28da96ac5cc859b971e2b4e2d4fe0997166db3df | 1 | devops/platform/chirp/ansible/roles/chirp-haproxy | 498 | [
"no_license"
] | [
{
"path": "devops/platform/chirp/ansible/roles/chirp-haproxy/tasks/main.yml",
"content": "---\n- name: establish haproxy repository\n apt_repository: repo=ppa:vbernat/haproxy-1.5 state=present\n- name: install haproxy\n apt: name=haproxy\n- name: configure haproxy\n notify: restart haproxy\n template: s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2838,
"all_permissive": false
} |
ansible_role | fanxeon/TwitterAPI | 28da96ac5cc859b971e2b4e2d4fe0997166db3df | 1 | devops/platform/chirp/ansible/roles/chirp-monit | 498 | [
"no_license"
] | [
{
"path": "devops/platform/chirp/ansible/roles/chirp-monit/tasks/main.yml",
"content": "---\n- name: configure monit for application\n template: src=monit.j2 dest=/etc/monit/conf.d/{{item.name}} mode=0644\n with_items: apps\n notify: reload monit\n- name: configure monit for system services\n template: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 579,
"all_permissive": false
} |
ansible_role | fanxeon/TwitterAPI | 28da96ac5cc859b971e2b4e2d4fe0997166db3df | 1 | devops/platform/chirp/ansible/roles/chirp-persist-vol | 498 | [
"no_license"
] | [
{
"path": "devops/platform/chirp/ansible/roles/chirp-persist-vol/tasks/main.yml",
"content": "---\n- name: create ext4 filesystem on /dev/vdc\n filesystem: fstype=ext4 dev=\"/dev/vdc\"\n- name: mount persistent filesystem\n mount: \n name: \"{{ persist_mount }}\"\n src: \"/dev/vdc\"\n opts: rw\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 265,
"all_permissive": false
} |
ansible_role | fanxeon/TwitterAPI | 28da96ac5cc859b971e2b4e2d4fe0997166db3df | 1 | devops/platform/chirp/ansible/roles/geerlingguy.apache | 498 | [
"no_license"
] | [
{
"path": "devops/platform/chirp/ansible/roles/geerlingguy.apache/tasks/setup-Debian.yml",
"content": "---\n- name: Ensure Apache is installed.\n apt: \"name={{ item }} state=installed\"\n with_items: apache_packages\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 111
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 111,
"all_permissive": false
} |
ansible_role | automationiberia/controller_casc | 1e755b9d31284d33710fb139f09960a34ce559bf | 8 | roles/controller_casc_desired_state | 498 | [
"no_license"
] | [
{
"path": "roles/controller_casc_desired_state/tasks/user_accounts_desired_state.yml",
"content": "---\n# tasks file for controller_ldap_settings\n- block:\n - name: \"Read User Accounts definitions\"\n include_vars:\n file: \"{{ item.src }}\"\n with_filetree: \"{{ dir_orgs_vars }}/{{ orgs }}/en... | {
"task_files": 15,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 20,
"total_bytes": 52832,
"all_permissive": false
} |
ansible_role | automationiberia/controller_casc | 1e755b9d31284d33710fb139f09960a34ce559bf | 8 | roles/controller_casc_implementation | 498 | [
"no_license"
] | [
{
"path": "roles/controller_casc_implementation/tests/test.yml",
"content": "---\n- hosts: controller\n connection: local\n gather_facts: false\n collections:\n - ansible.controller\n - redhat_cop.controller_configuration\n - redhat_cop.controller_casc\n roles:\n - controller_casc_implementa... | {
"task_files": 32,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 36,
"total_bytes": 46600,
"all_permissive": false
} |
ansible_role | coopdevs/coopdevs-provisioning | 54b53c8fd66528927d8e02c923a0e9b44a998027 | 0 | roles/common | 503 | [
"no_license"
] | [
{
"path": "roles/common/tasks/secrets.yml",
"content": "---\n- name: Write coopdevs.org secrets\n template:\n src: secret_coopdevs.j2\n dest: /etc/default/coopdevs\n group: coopdevs\n mode: 0640\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 146
},
{
... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 1951,
"all_permissive": false
} |
ansible_role | coopdevs/coopdevs-provisioning | 54b53c8fd66528927d8e02c923a0e9b44a998027 | 0 | roles/coopdevs.org | 503 | [
"no_license"
] | [
{
"path": "roles/coopdevs.org/tasks/file_system.yml",
"content": "---\n- name: Create site directory\n file: path=/opt/sites/coopdevs state=directory group=coopdevs owner=ubuntu mode=2775\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 121
},
{
"path": "roles/co... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 951,
"all_permissive": false
} |
ansible_role | coopdevs/coopdevs-provisioning | 54b53c8fd66528927d8e02c923a0e9b44a998027 | 0 | roles/discourse | 503 | [
"no_license"
] | [
{
"path": "roles/discourse/tasks/main.yml",
"content": "---\n- name: Create Nginx configuration\n template:\n src: discourse_nginx.conf.j2\n dest: /etc/nginx/sites-available/discourse.conf\n\n- name: Enable Nginx configuration\n file:\n src: /etc/nginx/sites-available/discourse.conf\n dest: /e... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1037,
"all_permissive": false
} |
ansible_role | coopdevs/coopdevs-provisioning | 54b53c8fd66528927d8e02c923a0e9b44a998027 | 0 | roles/http-server | 503 | [
"no_license"
] | [
{
"path": "roles/http-server/tasks/main.yml",
"content": "---\n- include: install_packages.yml\n\n- name: Write nginx.conf\n copy:\n src: roles/http-server/files/nginx.conf\n dest: /etc/nginx/nginx.conf\n\n- name: Create shared nginx directory\n file:\n path: /home/ubuntu/shared/nginx\n state:... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 987,
"all_permissive": false
} |
ansible_role | coopdevs/coopdevs-provisioning | 54b53c8fd66528927d8e02c923a0e9b44a998027 | 0 | roles/letsencrypt | 503 | [
"no_license"
] | [
{
"path": "roles/letsencrypt/tasks/main.yml",
"content": "---\n- name: Install SSL certificates\n include_role:\n name: vendor/coopdevs.certbot_nginx\n tasks_from: certificate.yml\n with_items: \"{{ domain_names }}\"\n loop_control:\n loop_var: domain_name\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 202,
"all_permissive": false
} |
ansible_role | coopdevs/coopdevs-provisioning | 54b53c8fd66528927d8e02c923a0e9b44a998027 | 0 | roles/limesurvey | 503 | [
"no_license"
] | [
{
"path": "roles/limesurvey/tasks/main.yml",
"content": "---\n- name: Download limesurvey compressed archive\n get_url:\n url: https://www.limesurvey.org/stable-release?download=2149:limesurvey2722%20171017targz\n dest: /tmp/limesurvey.tar.gz\n checksum: sha256:fdca4c9193447277afeedd70b9ddad91b8e4... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2286,
"all_permissive": false
} |
ansible_role | FabBodson/Master1 | bea5801365f8934770747da81e08ffc56de3a1af | 0 | OS/Projet/Ansible/roles/deploy | 503 | [
"no_license"
] | [
{
"path": "OS/Projet/Ansible/roles/deploy/files/mk-users-and-groups.py",
"content": "import random\nimport os\n\n\ndef create_group(groupname, gid_number):\n return os.popen(f'samba-tool group add {groupname} --gid-number {gid_number} --nis-domain SUPERCOMPTA').read()\n\n\ndef create_user(name, firstname... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 8556,
"all_permissive": false
} |
ansible_role | FabBodson/Master1 | bea5801365f8934770747da81e08ffc56de3a1af | 0 | OS/Projet/Ansible/roles/install_docker | 503 | [
"no_license"
] | [
{
"path": "OS/Projet/Ansible/roles/install_docker/tasks/main.yml",
"content": "---\n- block:\n - name: \"Update des packages\"\n apt:\n update_cache: yes\n upgrade: yes\n install_recommends: yes\n\n - name: \"Check si reboot necessaire\"\n register: reboot_required_file\n stat: pat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2227,
"all_permissive": false
} |
ansible_role | FabBodson/Master1 | bea5801365f8934770747da81e08ffc56de3a1af | 0 | OS/Projet/Ansible/roles/install_services | 503 | [
"no_license"
] | [
{
"path": "OS/Projet/Ansible/roles/install_services/files/Docker/src/test/java/com/supercompta/manageldap/GestionUserApplicationTests.java",
"content": "package com.supercompta.manageldap;\n\nimport org.junit.jupiter.api.Test;\nimport org.springframework.boot.test.context.SpringBootTest;\n\n@SpringBootTest\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 15795,
"all_permissive": false
} |
ansible_role | danielsbezerra/glpi-atualizado | fa4853193f9951fb16be174d79e14369487b0d4c | 0 | roles/dbtier | 503 | [
"no_license"
] | [
{
"path": "roles/dbtier/files/mail_notif_disable.sql",
"content": "use glpi;\n\nUPDATE glpi.glpi_mailcollectors\nSET is_active = 0\nwhere name = '<EMAIL>';\n\nUPDATE glpi.glpi_configs\nSET value = 0\nwhere name = 'notifications_mailing';",
"license_type": "no_license",
"detected_licenses": [],
"... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 7176,
"all_permissive": false
} |
ansible_role | danielsbezerra/glpi-atualizado | fa4853193f9951fb16be174d79e14369487b0d4c | 0 | roles/glpi | 503 | [
"no_license"
] | [
{
"path": "roles/glpi/tasks/main.yml",
"content": "---\n- include_tasks: prerequisites.yml\n- include_tasks: install.yml\n- include_tasks: config.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 95
},
{
"path": "roles/glpi/tasks/prerequisites.yml",
"content"... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3364,
"all_permissive": false
} |
ansible_role | F-Fx/my_own_collection | a439339f056013e98bb758177babdf1a37a460ea | 0 | my_own_namespace/yandex_cloud_elk/roles/create_file | 503 | [
"no_license"
] | [
{
"path": "my_own_namespace/yandex_cloud_elk/roles/create_file/tasks/main.yml",
"content": "---\n- name: Create file\n my_own_module:\n path: \"{{ default_path }}\"\n content: \"{{ default_content }}\"\n ",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 111
},
{... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 279,
"all_permissive": false
} |
ansible_role | Terry-Shi/kubernetes-ansible | 55730400d33532d4f55a1ac6cca1277592ae57ba | 0 | roles/common | 503 | [
"permissive"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n# ----------------binary file----------------------------\n# install docker \n#- name: Create /tmp/k8s/docker directory locally\n# file:\n# path: \"/tmp/k8s/\"\n# state: \"directory\"\n# delegate_to: localhost \n\n#- name: Download... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3632,
"all_permissive": true
} |
ansible_role | Terry-Shi/kubernetes-ansible | 55730400d33532d4f55a1ac6cca1277592ae57ba | 0 | roles/master | 503 | [
"permissive"
] | [
{
"path": "roles/master/templates/shellscript/controller-manager.sh",
"content": "#!/bin/bash\n\ndocker run -d \\\n --name=controller-manager \\\n --restart=always \\\n --net=host \\\n -v /etc/kubernetes:/etc/kubernetes \\\n gcr.io/google_containers/kube-controller-manager-amd64:v1.6.0 \\\n kube-contr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 7058,
"all_permissive": true
} |
ansible_role | sebt3/diaspora-pi | cdc34e3c8e500780d3645e5b489e4c41c1fee377 | 2 | roles/diaspora | 503 | [
"no_license"
] | [
{
"path": "roles/diaspora/templates/compose.yaml.j2",
"content": "version: '3.3'\nconfigs:\n nginx:\n file: nginx.conf\n\nvolumes:\n data:\n database:\n\nnetworks:\n diaspora:\n public:\n external: true\n\nservices:\n nginx:\n image: nginx:latest\n configs:\n - source: nginx\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4495,
"all_permissive": false
} |
ansible_role | sebt3/diaspora-pi | cdc34e3c8e500780d3645e5b489e4c41c1fee377 | 2 | roles/docker | 503 | [
"no_license"
] | [
{
"path": "roles/docker/defaults/main.yml",
"content": "---\narray_arch:\n armv7l: \"armhf\"\n x86_64: \"amd64\"\n\narch: \"{{ array_arch[ansible_architecture] }}\"\n\nedition: \"ce\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 115
},
{
"path": "roles/docke... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1901,
"all_permissive": false
} |
ansible_role | sebt3/diaspora-pi | cdc34e3c8e500780d3645e5b489e4c41c1fee377 | 2 | roles/traefik | 503 | [
"no_license"
] | [
{
"path": "roles/traefik/templates/compose.yaml.j2",
"content": "version: '3'\n\nservices:\n traefik:\n image: traefik:v2.1\n command: |-\n --api\n --api.insecure\n --entryPoints.web.address=:80\n --entryPoints.websecure.address=:443\n --certificatesresolvers.le.acme.email={{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1186,
"all_permissive": false
} |
ansible_role | syncopatedX/ansible | b5daea901b53ee1e50ba10cd161c9abf602e27a4 | 0 | .ansible/roles/rvm.ruby | 503 | [
"no_license"
] | [
{
"path": ".ansible/roles/rvm.ruby/tasks/rubies.yml",
"content": "---\n- name: Detect if rubies are installed\n ansible.builtin.command: \"{{ rvm1_rvm }} {{ item }} do true\"\n changed_when: false\n failed_when: false\n register: detect_rubies\n with_items: \"{{ rvm1_rubies }}\"\n when: rvm1_rubies\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2843,
"all_permissive": false
} |
ansible_role | syncopatedX/ansible | b5daea901b53ee1e50ba10cd161c9abf602e27a4 | 0 | roles/audio | 503 | [
"no_license"
] | [
{
"path": "roles/audio/tasks/tuning.yml",
"content": "---\n- block:\n - name: Ensure user belongs to audio group\n ansible.builtin.user:\n name: \"{{ user.name }}\"\n groups: \"audio\"\n append: true\n\n - name: Ensure /etc/security/limits.d directory exists\n ansible.bu... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 17,
"total_bytes": 55187,
"all_permissive": false
} |
ansible_role | syncopatedX/ansible | b5daea901b53ee1e50ba10cd161c9abf602e27a4 | 0 | roles/base | 503 | [
"no_license"
] | [
{
"path": "roles/base/README.md",
"content": "# Base Role\n\nThis role orchestrates the foundational system setup by coordinating multiple specialized roles for repository management, system configuration, user management, and package installation.\n\n## Purpose\n\nThe `base` role serves as an orchestration... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 15,
"total_bytes": 40932,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.