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 | Code-Poets/project-liberation | 18da96b2ed3bf9fe0384c3970c0e73d0a7509ac3 | 0 | project_liberation_deployment/roles/configure_project_liberation_environment | 2,758 | [
"no_license"
] | [
{
"path": "project_liberation_deployment/roles/configure_project_liberation_environment/tasks/generate-static-files.yml",
"content": "- become: yes\n become_user: project_liberation\n block:\n - name: Check if project-liberation repository exist\n stat:\n path: \"{{ project_liberation_... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 7889,
"all_permissive": false
} |
ansible_role | Code-Poets/project-liberation | 18da96b2ed3bf9fe0384c3970c0e73d0a7509ac3 | 0 | project_liberation_deployment/roles/install_dependencies_and_basic_configuration | 2,758 | [
"no_license"
] | [
{
"path": "project_liberation_deployment/roles/install_dependencies_and_basic_configuration/tasks/main.yml",
"content": "- become: yes\n become_user: root\n block:\n - name: Install required packages for apt_key and apt_repository\n apt:\n name:\n - apt-transport-https\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1695,
"all_permissive": false
} |
ansible_role | Code-Poets/project-liberation | 18da96b2ed3bf9fe0384c3970c0e73d0a7509ac3 | 0 | project_liberation_deployment/roles/maintenance_mode | 2,758 | [
"no_license"
] | [
{
"path": "project_liberation_deployment/roles/maintenance_mode/tasks/enable-maintenance-mode.yml",
"content": "- become: yes\n become_user: root\n block:\n - name: Disable nginx proxy to project-liberation\n file:\n path: /etc/nginx/sites-enabled/project-liberation\n state: ab... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1236,
"all_permissive": false
} |
ansible_role | vadimtk/terraform-ansible-percona | 0fd856353a77f95ba7bafae83c5ee5509f4ca478 | 3 | ansible-mysql/roles/iotest | 2,758 | [
"no_license"
] | [
{
"path": "ansible-mysql/roles/iotest/tasks/main.yml",
"content": "---\n - name: Install sysbench\n yum:\n name: https://packagecloud.io/akopytov/sysbench/packages/el/7/sysbench-1.0.15-1.el7.centos.x86_64.rpm/download.rpm\n state: present\n\n - name: Install prepare file\n copy... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 777,
"all_permissive": false
} |
ansible_role | vadimtk/terraform-ansible-percona | 0fd856353a77f95ba7bafae83c5ee5509f4ca478 | 3 | ansible-mysql/roles/mysql | 2,758 | [
"no_license"
] | [
{
"path": "ansible-mysql/roles/mysql/templates/mysql-rocksdb.cnf.j2",
"content": "[mysqld]\n\n\ndatadir={{ mysqldir }}\nsocket=/tmp/mysql.sock\nlog-error=error.log\n\nssl=0\nlog-bin=mysql-bin\nserver-id=1721604\nbinlog_format = 'ROW'\nbinlog_row_image=minimal\nsync_binlog=1000\n\n\n# Disabling symbolic-link... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 5595,
"all_permissive": false
} |
ansible_role | vadimtk/terraform-ansible-percona | 0fd856353a77f95ba7bafae83c5ee5509f4ca478 | 3 | ansible/roles/mysql | 2,758 | [
"no_license"
] | [
{
"path": "ansible/roles/mysql/templates/mysql.cnf.j2",
"content": "[mysqld]\n\n{% if enable_vault_plugin %}\nearly-plugin-load=\"keyring_vault=keyring_vault.so\" \nloose-keyring_vault_config=\"/var/lib/mysql-keyring/keyring_vault.conf\"\n{% endif %}\n\ndatadir={{ mysqldir }}\nsocket=/tmp/mysql.sock\nlog-er... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4248,
"all_permissive": false
} |
ansible_role | vadimtk/terraform-ansible-percona | 0fd856353a77f95ba7bafae83c5ee5509f4ca478 | 3 | ansible/roles/restorebackup | 2,758 | [
"no_license"
] | [
{
"path": "ansible/roles/restorebackup/tasks/main.yml",
"content": "---\n\n- name: Mount FS\n mount:\n path: /mnt/backup\n src: /dev/nvme2n1\n fstype: ext4\n state: mounted\n\n- name: Stop MySQL\n systemd:\n name: mysqld\n state: stopped\n\n- name: Remove datadir\n file:\n path: \"{{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 566,
"all_permissive": false
} |
ansible_role | vadimtk/terraform-ansible-percona | 0fd856353a77f95ba7bafae83c5ee5509f4ca478 | 3 | ansible/roles/sysbench | 2,758 | [
"no_license"
] | [
{
"path": "ansible/roles/sysbench/tasks/main.yml",
"content": "---\n - name: Install sysbench\n yum:\n name: https://packagecloud.io/akopytov/sysbench/packages/el/7/sysbench-1.0.15-1.el7.centos.x86_64.rpm/download.rpm\n state: present\n\n - name: Install git\n yum:\n nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 929,
"all_permissive": false
} |
ansible_role | vadimtk/terraform-ansible-percona | 0fd856353a77f95ba7bafae83c5ee5509f4ca478 | 3 | cluster-bare-metal/roles/sysbench | 2,758 | [
"no_license"
] | [
{
"path": "cluster-bare-metal/roles/sysbench/files/run.tpcc.sysbench.sh",
"content": "HOST=\"--mysql-socket=/tmp/mysql.sock\"\n#HOST=\"--mysql-host=127.0.0.1\"\nMYSQLDIR=/mnt/data/vadim/servers/mysql-8.0.21-linux-glibc2.12-x86_64\nDATADIR=/data/mariadb-10.5.4\nBACKUPDIR=/mnt/data/mariadb-10.5.4-copy\nCONFIG... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5885,
"all_permissive": false
} |
ansible_role | alexoslabs2/udemy | 12c9f605b8aafb48d225e82e8d88df6ce64fe0ea | 0 | Monitoramento/ansible/webserver/roles/apache | 2,758 | [
"no_license"
] | [
{
"path": "Monitoramento/ansible/webserver/roles/apache/files/ecomme.conf.j2",
"content": "<VirtualHost *:{{ http_port }}>\nDocumentRoot /var/www/html/{{ http_host }}\nErrorLog ${APACHE_LOG_DIR}/error.log\nCustomLog ${APACHE_LOG_DIR}/access.log combined\n</VirtualHost>\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2066,
"all_permissive": false
} |
ansible_role | alexoslabs2/udemy | 12c9f605b8aafb48d225e82e8d88df6ce64fe0ea | 0 | Monitoramento/ansible/webserver/roles/mariadb | 2,758 | [
"no_license"
] | [
{
"path": "Monitoramento/ansible/webserver/roles/mariadb/tasks/main.yml",
"content": "--- \n - name: Install MariaDB Packages\n apt: name={{ item }} update_cache=yes state=latest\n loop: [ 'mariadb-server', 'python3-pymysql' ]\n\n - name: Start MariaDB service\n systemd:\n name: mariadb\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1340,
"all_permissive": false
} |
ansible_role | schaertelr/ansible-1 | 9f54d4ccf0774870bbff3cee3a5fc202f19d62b7 | 0 | roles/test_server | 2,758 | [
"no_license"
] | [
{
"path": "roles/test_server/handlers/main.yml",
"content": "- name: restart_apache\n service: \n name: \"{{ apache_service }}\"\n service: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
},
{
"path": "roles/test_server/tasks/main.yml",
"c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 843,
"all_permissive": false
} |
ansible_role | mukopikmin/interphone-watcher | 96467f51585418d56866a4077c227f114101dd58 | 0 | device/ansible/roles/common | 2,758 | [
"no_license"
] | [
{
"path": "device/ansible/roles/common/tasks/main.yml",
"content": "- name: Set daily reboot\n ansible.builtin.cron:\n name: 'daily reboot'\n minute: '0'\n hour: '2'\n job: 'touch /home/pi/rebooted && reboot'\n- name: Set timezone to Asia/Tokyo\n become: yes\n community.general.timezone:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 459,
"all_permissive": false
} |
ansible_role | mukopikmin/interphone-watcher | 96467f51585418d56866a4077c227f114101dd58 | 0 | device/ansible/roles/seed-voicecard | 2,758 | [
"no_license"
] | [
{
"path": "device/ansible/roles/seed-voicecard/tasks/main.yml",
"content": "- name: Clone Seeed_Python_DH\n ansible.builtin.git:\n repo: https://github.com/Seeed-Studio/Seeed_Python_DHT.git\n dest: /home/pi/Seeed_Python_DHT\n- name: Install Seeed_Python_DH\n become: yes\n ansible.builtin.shell: /ho... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 276,
"all_permissive": false
} |
ansible_role | mukopikmin/interphone-watcher | 96467f51585418d56866a4077c227f114101dd58 | 0 | device/ansible/roles/sound-agent | 2,758 | [
"no_license"
] | [
{
"path": "device/ansible/roles/sound-agent/tasks/main.yml",
"content": "- name: Install libatlas-base-dev\n apt:\n name: libatlas-base-dev\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 88
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 88,
"all_permissive": false
} |
ansible_role | mukopikmin/interphone-watcher | 96467f51585418d56866a4077c227f114101dd58 | 0 | device/ansible/roles/temperature-agent | 2,758 | [
"no_license"
] | [
{
"path": "device/ansible/roles/temperature-agent/tasks/main.yml",
"content": "- name: Clone a repo\n ansible.builtin.git:\n repo: https://github.com/mukopikmin/interphone-watcher.git\n dest: /home/pi/interphone-watcher\n update: yes\n- name: Create venv\n ansible.builtin.shell:\n cmd: python3... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1444,
"all_permissive": false
} |
ansible_role | ParaLock/ansible-playbooks | 9cb605cf27ba36592e69a8bae64b79dc9fa5b7c8 | 0 | roles/container | 2,758 | [
"no_license"
] | [
{
"path": "roles/container/tasks/main.yaml",
"content": "- name: Prepare vars file from template.\n template:\n src: vars/main.j2\n dest: /tmp/vars.yaml\n lstrip_blocks: true\n trim_blocks: true\n when: operation not in ['restart']\n\n- name: Include vars\n include_vars: \"/tmp/vars.yaml\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5728,
"all_permissive": false
} |
ansible_role | ParaLock/ansible-playbooks | 9cb605cf27ba36592e69a8bae64b79dc9fa5b7c8 | 0 | roles/environment | 2,758 | [
"no_license"
] | [
{
"path": "roles/environment/linux-arch/data/xserver/start-xserver.sh",
"content": "startx & disown; exit",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 21
},
{
"path": "roles/environment/linux-common/i3@tasks.yaml",
"content": "- name: i3 stuff\n debug:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 12,
"total_bytes": 12135,
"all_permissive": false
} |
ansible_role | gitaccountforprashant/k8 | 07076d5ee0e1136e2684b6c3eb7fa7553b94936d | 0 | roles/common | 2,758 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "\n - name: install apt-transport-https\n apt:\n name: apt-transport-https\n update_cache: yes\n - name: add key\n apt_key: \n url: https://packages.cloud.google.com/apt/doc/apt-key.gpg\n state: present\n - name: create file\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 631,
"all_permissive": false
} |
ansible_role | gitaccountforprashant/k8 | 07076d5ee0e1136e2684b6c3eb7fa7553b94936d | 0 | roles/getnodes | 2,758 | [
"no_license"
] | [
{
"path": "roles/getnodes/tasks/main.yml",
"content": "- name: 3 minutes pause\n pause: \n minutes: 3\n prompt: To continue early> press ctrl+c and then c. To abort a playbook> press ctrl+c and then a.\n\n- name: kubectl get nodes\n shell: kubectl get nodes\n register: getnode\n\n- name: check node... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 284,
"all_permissive": false
} |
ansible_role | gitaccountforprashant/k8 | 07076d5ee0e1136e2684b6c3eb7fa7553b94936d | 0 | roles/master | 2,758 | [
"no_license"
] | [
{
"path": "roles/master/tasks/main.yml",
"content": "\n- name: kube init\n shell:\n kubeadm init | grep \"kubeadm join --token\"| sed -e 's/^[ \\t]*//'\n #cat hi.txt\n register: cmd_token\n become: yes\n\n- block:\n - name: make .kube\n file: \n path: $HOME/.kube\n state: dire... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1007,
"all_permissive": false
} |
ansible_role | gitaccountforprashant/k8 | 07076d5ee0e1136e2684b6c3eb7fa7553b94936d | 0 | roles/nodes | 2,758 | [
"no_license"
] | [
{
"path": "roles/nodes/tasks/main.yml",
"content": "\n- name: run token command\n shell:\n #\"{{ cmd_token.stdout }}\"\n \"{{ hostvars['192.168.3.11']['cmd_token']['stdout'] }}\"\n become: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 139
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 139,
"all_permissive": false
} |
ansible_role | mcg/infra-homework | c96b46647cec9b52b310ad90be6254b4a1523ef0 | 0 | provision/roles/base | 2,758 | [
"no_license"
] | [
{
"path": "provision/roles/base/tasks/main.yml",
"content": "---\n- name: build base image\n docker_image: path=\"/vagrant/docker/base\" name=\"homework/base\" state=build",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 105
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 105,
"all_permissive": false
} |
ansible_role | mcg/infra-homework | c96b46647cec9b52b310ad90be6254b4a1523ef0 | 0 | provision/roles/haproxy | 2,758 | [
"no_license"
] | [
{
"path": "provision/roles/haproxy/tasks/main.yml",
"content": "---\n- name: build haproxy config\n template: src=haproxy.cfg.j2 dest=/vagrant/docker/haproxy/haproxy.cfg\n\n- name: build haproxy image\n docker_image: path=\"/vagrant/docker/haproxy\" name=\"homework/haproxy\" state=build\n\n- name: start l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 395,
"all_permissive": false
} |
ansible_role | mcg/infra-homework | c96b46647cec9b52b310ad90be6254b4a1523ef0 | 0 | provision/roles/nginx | 2,758 | [
"no_license"
] | [
{
"path": "provision/roles/nginx/tasks/main.yml",
"content": "---\n- name: build nginx image\n docker_image: path=\"/vagrant/docker/nginx\" name=\"homework/nginx\" state=build\n\n- name: build static-site image\n docker_image: path=\"/vagrant/docker/static-site\" name=\"homework/static-site\" state=build\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 553,
"all_permissive": false
} |
ansible_role | lfergar/ics-ans-devenv | a3177b7200c386ed4e678c2e6f2da31500e3355f | 0 | roles/EEEautofs | 2,758 | [
"no_license"
] | [
{
"path": "roles/EEEautofs/defaults/main.yml",
"content": "---\nDIR1: \"epics\"\nDIR2: \"eldk-5.6\"\nSERVER: \"ics-boot-01.esss.lu.se\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
},
{
"path": "roles/EEEautofs/tasks/main.yml",
"content": "---\n - name... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 971,
"all_permissive": false
} |
ansible_role | lfergar/ics-ans-devenv | a3177b7200c386ed4e678c2e6f2da31500e3355f | 0 | roles/cs-studio | 2,758 | [
"no_license"
] | [
{
"path": "roles/cs-studio/defaults/main.yml",
"content": "JDK_VERSION: \"8u40\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 20
},
{
"path": "roles/cs-studio/tasks/main.yml",
"content": " - name: Download packaged cs-studio\n get_url: url=\"https://ar... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 604,
"all_permissive": false
} |
ansible_role | lfergar/ics-ans-devenv | a3177b7200c386ed4e678c2e6f2da31500e3355f | 0 | roles/ipython-notebook | 2,758 | [
"no_license"
] | [
{
"path": "roles/ipython-notebook/files/ipythond",
"content": "#!/bin/sh\n# chkconfig: 345 60 40\n\nPROCESS=\"$(pgrep -x ipython)\"\n\ndo_start()\n{\n if [ \"$PROCESS\" = \"\" ] ; then\n \t echo \"Starting ipython...\";\n \t systemctl stop firewalld.service\n \t ipython notebook --notebook-dir... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 16370,
"all_permissive": false
} |
ansible_role | lfergar/ics-ans-devenv | a3177b7200c386ed4e678c2e6f2da31500e3355f | 0 | roles/openxal | 2,758 | [
"no_license"
] | [
{
"path": "roles/openxal/tasks/main.yml",
"content": "---\n- name: installing git\n yum: name=git state=present \n# Download and install Oracle JDK\n- debug: msg=\"url=http://download.oracle.com/otn-pub/java/jdk/{{ JDK_VERSION }}-{{ JDK_BUILD_VERSION }}/jdk-{{ JDK_VERSION }}-linux-x64.rpm\"\n#- shell: >\n#... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1660,
"all_permissive": false
} |
ansible_role | lfergar/ics-ans-devenv | a3177b7200c386ed4e678c2e6f2da31500e3355f | 0 | roles/oracleJDK | 2,758 | [
"no_license"
] | [
{
"path": "roles/oracleJDK/tasks/main.yml",
"content": " - name: Check if oracleJDK already installed\n shell: rpm -qa jdk*\n register: oracle_check\n\n - name: Remote download oracleJDK\n shell: >\n curl -LO \"http://download.oracle.com/otn-pub/java/jdk/{{ JDK_VERSION }}-{{ JDK_BUILD_VERSIO... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1382,
"all_permissive": false
} |
ansible_role | lfergar/ics-ans-devenv | a3177b7200c386ed4e678c2e6f2da31500e3355f | 0 | roles/sssd | 2,758 | [
"no_license"
] | [
{
"path": "roles/sssd/tasks/main.yml",
"content": " - name: Disable selinux\n shell: setenforce 0\n ignore_errors: true\n\n - name: Disable selinux permanently\n selinux: state=disabled\n\n - name: Install sssd and authconfig\n yum: name={{item}} state=latest\n with_items:\n - sssd\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 808,
"all_permissive": false
} |
ansible_role | jarryDk/ansible | 9db8409365b4728decf4d147e0010fa0487a3e76 | 0 | postgress-install/roles/config | 2,758 | [
"permissive"
] | [
{
"path": "postgress-install/roles/config/templates/postgres.services.j2",
"content": "# It's not recommended to modify this file in-place, because it will be\n# overwritten during package upgrades. It is recommended to use systemd\n# \"dropin\" feature; i.e. create file with suffix .conf under\n# /etc/sy... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1917,
"all_permissive": true
} |
ansible_role | jarryDk/ansible | 9db8409365b4728decf4d147e0010fa0487a3e76 | 0 | postgress-install/roles/install | 2,758 | [
"permissive"
] | [
{
"path": "postgress-install/roles/install/tasks/main.yaml",
"content": "- name: Install postgresql\n yum:\n name: \n - postgresql-server\n state: present",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 94
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 94,
"all_permissive": true
} |
ansible_role | jarryDk/ansible | 9db8409365b4728decf4d147e0010fa0487a3e76 | 0 | postgress-install/roles/selinux | 2,758 | [
"permissive"
] | [
{
"path": "postgress-install/roles/selinux/tasks/main.yaml",
"content": "- name: Set the SELinux policy for the Postgres data directory\n command: semanage fcontext -a -t postgresql_db_t \"{{ pg_data_base }}/data-{{ pg_instance_name }}(/.*)?\"\n\n- name: Set the SELinux policy for the Postgres port\n comm... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 292,
"all_permissive": true
} |
ansible_role | jarryDk/ansible | 9db8409365b4728decf4d147e0010fa0487a3e76 | 0 | postgress-install/roles/service | 2,758 | [
"permissive"
] | [
{
"path": "postgress-install/roles/service/tasks/main.yaml",
"content": "- name: Enable service postgresql, and not touch the state\n ansible.builtin.service:\n name: postgresql-{{ pg_instance_name }}\n enabled: yes\n\n- name: Start service postgresql, if not started\n ansible.builtin.service:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 286,
"all_permissive": true
} |
ansible_role | 45Drives/terraform-ansible-demo | fc2c30b7c600b85b08c83ab619c47f88e8f164ea | 68 | roles/gateway-base | 2,818 | [
"no_license"
] | [
{
"path": "roles/gateway-base/tasks/main.yml",
"content": "---\n- name: web endpoints\n include_tasks: \"gateway.yml\"\n loop: \"{{ gateways }}\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 81
},
{
"path": "roles/gateway-base/tasks/gateway.yml",
"content"... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3235,
"all_permissive": false
} |
ansible_role | 45Drives/terraform-ansible-demo | fc2c30b7c600b85b08c83ab619c47f88e8f164ea | 68 | roles/gateway-cleanup | 2,818 | [
"no_license"
] | [
{
"path": "roles/gateway-cleanup/tasks/main.yml",
"content": "## Loop through stop-gateways.yml\n- name: loop through gateways\n include_tasks: \"cleanup.yml\"\n loop: \"{{ gateways }}\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 119
},
{
"path": "roles/gate... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1631,
"all_permissive": false
} |
ansible_role | 45Drives/terraform-ansible-demo | fc2c30b7c600b85b08c83ab619c47f88e8f164ea | 68 | roles/initialize-base | 2,818 | [
"no_license"
] | [
{
"path": "roles/initialize-base/tasks/main.yml",
"content": "---\n- include_tasks: ssh.yml\n- include_tasks: terraform.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 59
},
{
"path": "roles/initialize-base/files/provider.tf",
"content": "# Proxmox Provider... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3663,
"all_permissive": false
} |
ansible_role | MaxTyutyunnikov/home-ansible | bd994200fc92b90ea016c865848da9ffbe89787e | 0 | roles/bootstrap_vault | 2,818 | [
"no_license"
] | [
{
"path": "roles/bootstrap_vault/defaults/main.yml",
"content": "---\n\nvault_secret: secret\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 26
},
{
"path": "roles/bootstrap_vault/tasks/main.yml",
"content": "---\n\n- name: vault container\n docker_container... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2809,
"all_permissive": false
} |
ansible_role | MaxTyutyunnikov/home-ansible | bd994200fc92b90ea016c865848da9ffbe89787e | 0 | roles/certs | 2,818 | [
"no_license"
] | [
{
"path": "roles/certs/defaults/main.yml",
"content": "---\n\nprefix: ''\ngenerate_certs: True\nregenerate_certs: False\nroll_ca: False\ncerts_path: /etc/certs/{{ prefix }}{{ service }}\nremove_old_ca_certs: False\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 152
},
... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 5591,
"all_permissive": false
} |
ansible_role | MaxTyutyunnikov/home-ansible | bd994200fc92b90ea016c865848da9ffbe89787e | 0 | roles/common | 2,818 | [
"no_license"
] | [
{
"path": "roles/common/tasks/configs.yml",
"content": "---\n\n- name: Setup inputrc\n copy:\n dest: /etc/inputrc\n content: |\n set input-meta on\n set output-meta on\n $if mode=emacs\n \"\\e[1~\": beginning-of-line\n \"\\e[4~\": end-of-line\n \"\\e[3~\": delete-char\n ... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 3694,
"all_permissive": false
} |
ansible_role | MaxTyutyunnikov/home-ansible | bd994200fc92b90ea016c865848da9ffbe89787e | 0 | roles/etcd | 2,818 | [
"no_license"
] | [
{
"path": "roles/etcd/defaults/main.yml",
"content": "---\n\ncert_prefix: ''\nclient_port: 2379\npeer_port: 2380\ncluster_token: <PASSWORD>\ncerts_path: /etc/certs/{{ cert_prefix }}etcd\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 126
},
{
"path": "roles/etcd/... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2439,
"all_permissive": false
} |
ansible_role | MaxTyutyunnikov/home-ansible | bd994200fc92b90ea016c865848da9ffbe89787e | 0 | roles/haproxy | 2,818 | [
"no_license"
] | [
{
"path": "roles/haproxy/files/keepalived/Dockerfile",
"content": "FROM ubuntu:18.04\n\nSHELL [\"/bin/bash\", \"-c\"]\n\nRUN set -eux; \\\n apt-get update; \\\n apt-get install --no-install-recommends -y keepalived; \\\n rm -rf /var/lib/apt/lists/* /etc/keepalived/*\n\nCOPY start.sh /\nCOPY keepali... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 8739,
"all_permissive": false
} |
ansible_role | MaxTyutyunnikov/home-ansible | bd994200fc92b90ea016c865848da9ffbe89787e | 0 | roles/rabbitmq | 2,818 | [
"no_license"
] | [
{
"path": "roles/rabbitmq/templates/rabbitmq.conf.j2",
"content": "hipe_compile = true\ncluster_partition_handling = autoheal\n\ncluster_formation.peer_discovery_backend = rabbit_peer_discovery_classic_config\n{% for host in groups['controllers'] %}\ncluster_formation.classic_config.nodes.{{ loop.index0 }} ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 1996,
"all_permissive": false
} |
ansible_role | MaxTyutyunnikov/home-ansible | bd994200fc92b90ea016c865848da9ffbe89787e | 0 | roles/vault | 2,818 | [
"no_license"
] | [
{
"path": "roles/vault/defaults/main.yml",
"content": "---\n\ncerts_path: /etc/certs/vault\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "roles/vault/handlers/main.yml",
"content": "---\n\n- name: Restart vault\n docker_container:\n name... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2945,
"all_permissive": false
} |
ansible_role | lathk/AnsibleRole_Docker_Kubernetes | e77bc203b6ade39b52633e8d399f44c4b8007e40 | 0 | roles/kube-master | 2,818 | [
"no_license"
] | [
{
"path": "roles/kube-master/tasks/main.yml",
"content": "---\n# tasks file for kube-master\n - name: initialize the cluster\n shell: kubeadm init --pod-network-cidr=192.168.0.0/16\n args:\n chdir: $HOME\n creates: cluster_initialized.txt\n\n - name: create .kube directory\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1135,
"all_permissive": false
} |
ansible_role | malashkovv/playground | ba3c532124d592c29b2e05d065e79303870728b8 | 0 | ansible/roles/webservers | 2,818 | [
"no_license"
] | [
{
"path": "ansible/roles/webservers/tasks/main.yml",
"content": "---\n- name: Install Apache\n yum: \n name: httpd \n state: present\n when: ansible_os_family == \"RedHat\"\n\n- name: Deploy conf file\n template: \n src: httpd.conf \n dest: /etc/httpd/conf/httpd.conf\n notify: \n - Restar... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 347,
"all_permissive": false
} |
ansible_role | jbrogers63/personal-infra | b8a635dc46cd82d888d544abb15f6f99771f5c26 | 0 | roles/add-user | 2,818 | [
"no_license"
] | [
{
"path": "roles/add-user/tasks/main.yml",
"content": "---\n- name: Add a user's primary group\n group:\n name: \"{{ item.name }}\"\n gid: \"{{ item.ugid }}\"\n state: present\n system: no\n with_items:\n - \"{{ users }}\"\n\n- name: Add users (OpenBSD)\n user:\n name: \"{{ item.name }}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1014,
"all_permissive": false
} |
ansible_role | jbrogers63/personal-infra | b8a635dc46cd82d888d544abb15f6f99771f5c26 | 0 | roles/router | 2,818 | [
"no_license"
] | [
{
"path": "roles/router/defaults/main.yml",
"content": "---\nmartians: |\n table <martians> { 0.0.0.0/8 10.0.0.0/8 127.0.0.0/8 169.254.0.0/16 \\\n 172.16.0.0/12 192.0.0.0/24 192.0.2.0/24 192.168.3.11/3 \\\n 192.168.0.0/16 198.18.0.0/15 198.51.100.0/24 \\\n 203.0.113.0/24 }\n\nd... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2058,
"all_permissive": false
} |
ansible_role | jbrogers63/personal-infra | b8a635dc46cd82d888d544abb15f6f99771f5c26 | 0 | roles/setup-dhcpd | 2,818 | [
"no_license"
] | [
{
"path": "roles/setup-dhcpd/tasks/OpenBSD-dhcpd.yml",
"content": "---\n- name: Enable the DHCPD service\n shell: rcctl enable dhcpd\n\n- name: Set DHCPD flags\n shell: rcctl set dhcpd flags {{ dhcp_interfaces }}\n\n- name: Configure the DHCPD service\n template: src=\"{{ ansible_distribution }}-dhcpd.co... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 678,
"all_permissive": false
} |
ansible_role | jbrogers63/personal-infra | b8a635dc46cd82d888d544abb15f6f99771f5c26 | 0 | roles/setup-interfaces | 2,818 | [
"no_license"
] | [
{
"path": "roles/setup-interfaces/tasks/OpenBSD-interfaces.yml",
"content": "---\n- name: Create interface files\n template: \n src: OpenBSD-interface-config.j2 \n dest: /etc/hostname.{{ item.interface }}\n mode: 0640\n loop: \"{{ networks }}\"\n\n",
"license_type": "no_license",
"detecte... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 266,
"all_permissive": false
} |
ansible_role | jbrogers63/personal-infra | b8a635dc46cd82d888d544abb15f6f99771f5c26 | 0 | roles/tftpd | 2,818 | [
"no_license"
] | [
{
"path": "roles/tftpd/templates/preseed.cfg.j2",
"content": "# Ansible managed\n# DO NOT Edit by hand\n\n# Full disk install, no LUKS or LVM, single partition\n# ARCH: {{ item.0 }}\n# Desktop: {{ item.1 }}\n\n#_preseed_V1\n#### Contents of the preconfiguration file (for bullseye)\n### Localization\n# Prese... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 8918,
"all_permissive": false
} |
ansible_role | mnyhrt/QO0DT1_hrm_beadando | c4c2e4d3f0b9ac7564d572968969e0e6484758dc | 0 | roles/task1 | 2,818 | [
"no_license"
] | [
{
"path": "roles/task1/handlers/main.yml",
"content": "---\n# handlers file for task1\n- name: Restart Apache\n service:\n name: \"{{ srv }}\"\n state: restarted\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
},
{
"path": "roles/task1/tasks/main.yml... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2306,
"all_permissive": false
} |
ansible_role | mnyhrt/QO0DT1_hrm_beadando | c4c2e4d3f0b9ac7564d572968969e0e6484758dc | 0 | roles/task2 | 2,818 | [
"no_license"
] | [
{
"path": "roles/task2/handlers/main.yml",
"content": "---\n# handlers file for task2\n- name: Restart sshd\n service:\n name: sshd.service\n state: restarted\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 107
},
{
"path": "roles/task2/vars/main.yml",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 981,
"all_permissive": false
} |
ansible_role | pullyvan/ansible-windows-vagrant | a06f78362b5b433185800e6b491b9afb2fe0e4f8 | 0 | roles/software | 2,818 | [
"no_license"
] | [
{
"path": "roles/software/tasks/main.yml",
"content": "---\n# tasks file for software\n- name: Ensure 7-Zip is installed through Chocolatey\n win_chocolatey:\n name: 7zip\n state: present\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 137
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 137,
"all_permissive": false
} |
ansible_role | sklknn/playsdev-trainee-configs | 2cb4b115b7994d38e7599a9206bd35ba50a11f1a | 0 | task15/ansible/roles/install-docker | 2,818 | [
"no_license"
] | [
{
"path": "task15/ansible/roles/install-docker/tasks/docker-ubuntu.yml",
"content": "---\n- name: Ubuntu install docker\n when: ansible_distribution == \"Ubuntu\"\n become: true\n block:\n - name: Ubuntu dependencies\n apt:\n name: \n - ca-certificates\n - curl \n ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1756,
"all_permissive": false
} |
ansible_role | KleinenberG/DevOps | 6d2a8e970dc2845913247a3c8b336ef34d3f11e1 | 0 | lesson_9/homework/roles/build | 2,878 | [
"no_license"
] | [
{
"path": "lesson_9/homework/roles/build/tasks/main.yml",
"content": "---\n- name: install pkg\n apt: name={{ item }} state=installed update_cache=true\n with_items:\n - openjdk-8-jdk\n - git\n - maven \n- name: clone repo\n git: \n repo: 'https://github.com/boxfuse/boxfuse-sample-java-war-he... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 510,
"all_permissive": false
} |
ansible_role | KleinenberG/DevOps | 6d2a8e970dc2845913247a3c8b336ef34d3f11e1 | 0 | lesson_9/homework/roles/prod | 2,878 | [
"no_license"
] | [
{
"path": "lesson_9/homework/roles/prod/tasks/main.yml",
"content": "---\n# tasks file for prod\n- name: install tomcat\n apt: name=tomcat8 state=installed update_cache=true\n\n- name: Copy war_file\n copy: src=hello-1.0.war dest=/var/lib/tomcat8/webapps/\n notify: restart tomcat\n",
"license_type": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 208,
"all_permissive": false
} |
ansible_role | KleinenberG/DevOps | 6d2a8e970dc2845913247a3c8b336ef34d3f11e1 | 0 | lesson_9/roles/common | 2,878 | [
"no_license"
] | [
{
"path": "lesson_9/roles/common/tasks/main.yml",
"content": "---\n- name: install pkg\n apt: name={{ item }} state=installed\n with_items:\n - mc\n - tree\n - htop\n - ncdu\n - links\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 131
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 131,
"all_permissive": false
} |
ansible_role | KleinenberG/DevOps | 6d2a8e970dc2845913247a3c8b336ef34d3f11e1 | 0 | lesson_9/roles/webserver | 2,878 | [
"no_license"
] | [
{
"path": "lesson_9/roles/webserver/defaults/main.yml",
"content": "---\ndest_folder: /var/www/html\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "lesson_9/roles/webserver/tasks/main.yml",
"content": "---\n- name: install nginx\n apt: name=... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 215,
"all_permissive": false
} |
ansible_role | NimaIT/ansible | 0a82cc7b4b7a9b5d58aa7f6563daaf42ce5d7264 | 0 | roles/elastic | 2,878 | [
"no_license"
] | [
{
"path": "roles/elastic/tasks/install.yml",
"content": "---\r\n\r\n- name: Add Elasticsearch GPG Key\r\n apt_key:\r\n url: https://artifacts.elastic.co/GPG-KEY-elasticsearch\r\n state: present\r\n\r\n- name: Add Elasticsearch APT Repository\r\n apt_repository:\r\n repo: \"deb https://artifacts.e... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 711,
"all_permissive": false
} |
ansible_role | NimaIT/ansible | 0a82cc7b4b7a9b5d58aa7f6563daaf42ce5d7264 | 0 | roles/kibana | 2,878 | [
"no_license"
] | [
{
"path": "roles/kibana/defaults/main.yml",
"content": "---\r\n\r\nKIBANA_DIR: \"/usr/share/kibana\"\r\n\r\n...",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 45
},
{
"path": "roles/kibana/tasks/main.yml",
"content": "---\r\n\r\n- import_tasks: install.yml\r\n... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 320,
"all_permissive": false
} |
ansible_role | NimaIT/ansible | 0a82cc7b4b7a9b5d58aa7f6563daaf42ce5d7264 | 0 | roles/logstash | 2,878 | [
"no_license"
] | [
{
"path": "roles/logstash/tasks/configure.yml",
"content": "---\r\n\r\n- name: Copy logstash.conf to Logstash configuration directory\r\n copy:\r\n src: logstash.conf\r\n dest: \"{{ LOGSTASH_CONF_DIR }}/logstash.conf\"\r\n owner: logstash\r\n group: logstash\r\n mode: '0644'\r\n\r\n- name: R... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1590,
"all_permissive": false
} |
ansible_role | AnnaKlyshnikova/task3_ansible | a334298e92e5b8afea7d5fcb423a02da3b61554d | 0 | roles/tradeoffer | 2,878 | [
"no_license"
] | [
{
"path": "roles/tradeoffer/vars/main.yml",
"content": "---\n# vars file for roles/tradeoffer\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "roles/tradeoffer/tasks/main.yml",
"content": "---\n# tasks file for roles/tradeoffer\n- name: Ensure... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 882,
"all_permissive": false
} |
ansible_role | freeCodeCamp/outreach-for-good | 28e9c617ccbc69f76469964b8c15fddaa1473219 | 15 | tools/vagrant/provisioning/roles/cleanup | 2,878 | [
"no_license"
] | [
{
"path": "tools/vagrant/provisioning/roles/cleanup/tasks/main.yml",
"content": "---\n- name: Check if packages need to be autoremoved\n command: apt-get --dry-run autoremove\n register: check_autoremove\n changed_when: False\n \n- name: Autoremove unused packages\n command: apt-get -y autoremove\n wh... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 279,
"all_permissive": false
} |
ansible_role | freeCodeCamp/outreach-for-good | 28e9c617ccbc69f76469964b8c15fddaa1473219 | 15 | tools/vagrant/provisioning/roles/common | 2,878 | [
"no_license"
] | [
{
"path": "tools/vagrant/provisioning/roles/common/tasks/main.yml",
"content": "---\n- name: Update apt cache\n sudo: yes\n apt: update_cache=yes cache_valid_time=43200\n tags: common\n\n- name: Update language\n sudo: yes\n apt: pkg=language-pack-en\n tags: common\n\n- name: Install packages\n apt: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 430,
"all_permissive": false
} |
ansible_role | freeCodeCamp/outreach-for-good | 28e9c617ccbc69f76469964b8c15fddaa1473219 | 15 | tools/vagrant/provisioning/roles/linconf.nvm | 2,878 | [
"no_license"
] | [
{
"path": "tools/vagrant/provisioning/roles/linconf.nvm/meta/main.yml",
"content": "---\ndependencies: []\n\ngalaxy_info:\n author: \"<NAME>\"\n description: \"NVM Install / Management for Debian/Ubuntu\"\n company: \"LinConf\"\n license: \"MIT\"\n min_ansible_version: 2.0\n platforms:\n - name: De... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 6516,
"all_permissive": false
} |
ansible_role | freeCodeCamp/outreach-for-good | 28e9c617ccbc69f76469964b8c15fddaa1473219 | 15 | tools/vagrant/provisioning/roles/mongodb | 2,878 | [
"no_license"
] | [
{
"path": "tools/vagrant/provisioning/roles/mongodb/templates/mongod.conf.j2",
"content": "smallfiles=true\nnojournal = true\n\ndbpath={{ mongodb_path }}\n\nlogpath=/var/log/mongodb/mongodb.log\nlogappend=true\n\nbind_ip = 0.0.0.0\nport = 27017\n",
"license_type": "no_license",
"detected_licenses": ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2233,
"all_permissive": false
} |
ansible_role | freeCodeCamp/outreach-for-good | 28e9c617ccbc69f76469964b8c15fddaa1473219 | 15 | tools/vagrant/provisioning/roles/web | 2,878 | [
"no_license"
] | [
{
"path": "tools/vagrant/provisioning/roles/web/templates/gconfig.j2",
"content": "[user]\n\tname = {{ git_username }}\n\temail = {{ git_email }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 59
},
{
"path": "tools/vagrant/provisioning/roles/web/tasks/heroku.ym... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2568,
"all_permissive": false
} |
ansible_role | arianitu/setup-my-environment | c6d3991cafc76ba5e95f8b87cdcacd369567aafc | 13 | roles/common | 2,878 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n\n- name: Tap homebrew \n homebrew_tap: tap={{ item }} state=present\n with_items: \"{{homebrew_taps}}\"\n\n- name: Install wget\n homebrew: name=wget state=latest update_homebrew=yes\n \n- name: Install zsh\n shell: wget https://raw.github.com/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2494,
"all_permissive": false
} |
ansible_role | arianitu/setup-my-environment | c6d3991cafc76ba5e95f8b87cdcacd369567aafc | 13 | roles/config | 2,878 | [
"no_license"
] | [
{
"path": "roles/config/vars/main.yml",
"content": "---\n\ndev_directories:\n - ~/Development\n - ~/Development/personal\n - ~/Development/www\n - ~/Development/go\n - ~/Development/go/bin\n - ~/Development/go/pkg\n - ~/Development/go/src",
"license_type": "no_license",
"detected_licenses": [... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 897,
"all_permissive": false
} |
ansible_role | annict/image2 | 768f5f043ab9f917260af8e403d00579b3d6d26e | 4 | roles/apt | 2,878 | [
"no_license"
] | [
{
"path": "roles/apt/tasks/main.yml",
"content": "- name: apt-get update\n apt:\n update_cache: yes\n\n- name: apt-get upgrade\n apt:\n upgrade: full\n\n- name: 必要そうなパッケージをインストールする\n apt:\n pkg: '{{ item }}'\n state: installed\n with_items:\n - build-essential\n - curl\n - g++\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 261,
"all_permissive": false
} |
ansible_role | annict/image2 | 768f5f043ab9f917260af8e403d00579b3d6d26e | 4 | roles/imagemagick | 2,878 | [
"no_license"
] | [
{
"path": "roles/imagemagick/tasks/main.yml",
"content": "- name: imagemagickをインストールする\n apt:\n name: imagemagick\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 78
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 78,
"all_permissive": false
} |
ansible_role | annict/image2 | 768f5f043ab9f917260af8e403d00579b3d6d26e | 4 | roles/ngx_small_light | 2,878 | [
"no_license"
] | [
{
"path": "roles/ngx_small_light/templates/nginx.conf",
"content": "# クリティカルなエラーのみログに出力する\nerror_log /var/log/nginx/error.log crit;\n\npid /var/run/nginx.pid;\n\n# ワーカの数を指定する\n# auto: CPUのコア数をもとに自動的に調整する\nworker_processes auto;\n\n# 各ワーカがオープンできるファルディスクリプタの最大数\n# 大量のファイルを処理させる場合には、この値を大きくする\nworker_rlimit_no... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 4715,
"all_permissive": false
} |
ansible_role | carlotagouveia/ansible-terraform-aws | 1b91465c45a1da1f2ed5734166a8d05814795cde | 0 | roles/nginx | 2,878 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yaml",
"content": "- name: Make sure Nginx is in its latest version\n apt:\n name: nginx\n state: latest\n- name: Make sure Nginx is running\n systemd:\n state: started\n name: nginx",
"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": 170,
"all_permissive": false
} |
ansible_role | hectorvent/java-dominicano-monthly-talks | 74c4d5fb8983d15ada4256c15d908388a9fbe9bc | 1 | ansible/roles/haproxy | 2,878 | [
"no_license"
] | [
{
"path": "ansible/roles/haproxy/tasks/main.yml",
"content": "---\n# tasks file for haproxy\n- name: Install HAProxy\n apt:\n update_cache: yes\n pkg:\n - haproxy\n\n- name: Setup HAProxy\n template:\n src: haproxy.cfg.j2\n dest: /etc/haproxy/haproxy.cfg\n notify:\n - Restart HAProxy\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 233,
"all_permissive": false
} |
ansible_role | hectorvent/java-dominicano-monthly-talks | 74c4d5fb8983d15ada4256c15d908388a9fbe9bc | 1 | ansible/roles/nginx | 2,878 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": "---\n# tasks file for nginx\n- name: Install Nginx web server\n apt:\n update_cache: yes\n pkg:\n - nginx\n\n- name: Copy favicon\n copy:\n src: favicon.ico\n dest: /var/www/html\n\n- name: Render index template\n template:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 839,
"all_permissive": false
} |
ansible_role | apecnascimento/docker-service-catalog | 55fd4f02e3fffa547fa0a9989d918ad3aa68cc4e | 0 | roles/base | 2,878 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yaml",
"content": "---\r\n- name: Create stack directory\r\n file:\r\n path: \"{{ stack_path }}\"\r\n state: directory\r\n\r\n\r\n\r\n\r\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 106
},
{
"path": "roles/base/defaults/... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 199,
"all_permissive": false
} |
ansible_role | apecnascimento/docker-service-catalog | 55fd4f02e3fffa547fa0a9989d918ad3aa68cc4e | 0 | roles/drone | 2,878 | [
"no_license"
] | [
{
"path": "roles/drone/defaults/main.yaml",
"content": "---\n# Bitbucket integration\ndrone_bitbucket_client_id: \"\"\ndrone_bitbucket_client_secret: \"\"\n\n# Github integration\ndrone_github_client_id: \"\"\ndrone_github_client_secret: \"\"\n\n# Gitlab integration\ndrone_gitlab_server: \"\"\ndrone_gitlab_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2851,
"all_permissive": false
} |
ansible_role | apecnascimento/docker-service-catalog | 55fd4f02e3fffa547fa0a9989d918ad3aa68cc4e | 0 | roles/jenkins | 2,878 | [
"no_license"
] | [
{
"path": "roles/jenkins/templates/jenkins-service.yaml",
"content": "version: '3'\n\nnetworks:\n traefik-public:\n external: true\n\nservices:\n server:\n image: jenkins-blueocean\n privileged: true\n user: root\n volumes:\n - /var/run/docker.sock:/var/run/docker.sock\n - {{ stac... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1897,
"all_permissive": false
} |
ansible_role | apecnascimento/docker-service-catalog | 55fd4f02e3fffa547fa0a9989d918ad3aa68cc4e | 0 | roles/registry | 2,878 | [
"no_license"
] | [
{
"path": "roles/registry/tasks/main.yaml",
"content": "---\n- name: Create registry directory\n file:\n path: \"{{ stack_path }}/registry\"\n state: directory \n\n- name: Create registry data directory\n file:\n path: \"{{ stack_path }}/registry/data\"\n state: directory\n mode: 0777\n\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3426,
"all_permissive": false
} |
ansible_role | apecnascimento/docker-service-catalog | 55fd4f02e3fffa547fa0a9989d918ad3aa68cc4e | 0 | roles/system | 2,878 | [
"no_license"
] | [
{
"path": "roles/system/tasks/main.yaml",
"content": "---\n- name: Add Epel repository\n package:\n name: epel-release\n state: present\n when: ansible_distribution == 'CentOS' or ansible_distribution == 'Red Hat Enterprise Linux'\n\n- name: Add httpd-tools\n package:\n name: httpd-tools\n st... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1058,
"all_permissive": false
} |
ansible_role | apecnascimento/docker-service-catalog | 55fd4f02e3fffa547fa0a9989d918ad3aa68cc4e | 0 | roles/traefik | 2,878 | [
"no_license"
] | [
{
"path": "roles/traefik/defaults/main.yaml",
"content": "---\r\n# Traefik ashboard vars\r\ntraefik_dashboard_admin: admin\r\ntraefik_dashboard_pwd: <PASSWORD>\r\n\r\n#Docker swarm files vars\r\ntraefik_dashboad_name: traefik\r\n\r\n\r\n# Pometheus metrics\r\nmetrics: true\r\n\r\n\r\n# Jaeger tracing\r\ntra... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4031,
"all_permissive": false
} |
ansible_role | ahaydon/ansible-semaphore-collection | a86c619786b4e0b670274d9aa25cd308dd8e28f1 | 0 | roles/semaphore_podman | 2,878 | [
"no_license"
] | [
{
"path": "roles/semaphore_podman/meta/argument_specs.yml",
"content": "---\nargument_specs:\n main:\n short_description: Main entrypoint for the semaphore_podman role\n description:\n - This is the main entrypoint for the C(semaphore_podman) role.\n author: <NAME>\n options:\n semaph... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 6845,
"all_permissive": false
} |
ansible_role | vivek425ster/ansible-playbook | d9fbfef12b3beba0066d94b62094e7af81f888b0 | 0 | roles/mysql | 2,878 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n# tasks file for mysql\n- name: Install MySQL\n yum: name={{ item }} update_cache=yes state=present\n sudo: yes\n with_items:\n - mysql-server\n - MySQL-python.x86_64\n\n- name: Start mysql service\n service: name=mysqld state=started enable... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 488,
"all_permissive": false
} |
ansible_role | vivek425ster/ansible-playbook | d9fbfef12b3beba0066d94b62094e7af81f888b0 | 0 | roles/php | 2,878 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yml",
"content": "---\n- name: Install php extensions\n yum: name={{ item }} state=present\n sudo: yes\n with_items:\n - php-gd \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 | vivek425ster/ansible-playbook | d9fbfef12b3beba0066d94b62094e7af81f888b0 | 0 | roles/server | 2,878 | [
"no_license"
] | [
{
"path": "roles/server/tasks/main.yml",
"content": "---\n- name: Update apt cache\n yum: name=* state=present\n sudo: yes\n\n- name: Install required software\n yum: name={{ item }} state=present\n sudo: yes\n with_items:\n - httpd\n - mysql-server\n - php-mysql\n - php\n - libselinux-p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 392,
"all_permissive": false
} |
ansible_role | vivek425ster/ansible-playbook | d9fbfef12b3beba0066d94b62094e7af81f888b0 | 0 | roles/wordpress | 2,878 | [
"no_license"
] | [
{
"path": "roles/wordpress/tasks/main.yml",
"content": "---\n- name: Download WordPress\n get_url:\n url=https://wordpress.org/latest.tar.gz \n dest=/tmp/wordpress.tar.gz\n validate_certs=no\n\n- name: Extract WordPress\n command: \"tar xzf /tmp/wordpress.tar.gz -C /var/www/html --strip-component... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 996,
"all_permissive": false
} |
ansible_role | sugitk/ansible-oracle19c | 7fdb86506164dfdd3fc6dc1783eae390133f7617 | 2 | roles/dbca | 2,878 | [
"no_license"
] | [
{
"path": "roles/dbca/tasks/main.yml",
"content": "---\n#\n# create database\n#\n- block:\n - name: copy response file for silent install\n template: src=dbca.rsp.j2 dest=/home/{{ oracle_user }}/dbca.rsp\n\n - name: dbca\n command: bin/dbca -silent -createDatabase -responseFile /home/{{ oracle_user ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 460,
"all_permissive": false
} |
ansible_role | sugitk/ansible-oracle19c | 7fdb86506164dfdd3fc6dc1783eae390133f7617 | 2 | roles/oracle19c | 2,878 | [
"no_license"
] | [
{
"path": "roles/oracle19c/tasks/main.yml",
"content": "---\n- name: install x86_64 oracle dependencies\n yum:\n name: \"{{ packages }}\"\n update_cache: yes\n vars:\n packages:\n - bc\n - binutils\n - compat-libcap1\n - compat-libstdc++-33*x86_64\n - compat-libstdc++-33\n - elf... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 5713,
"all_permissive": false
} |
ansible_role | Tippu0813/Devops_code | 5149b4b431c2782082aa7af69f3e0a1c9267f98a | 0 | roles/GIT | 2,878 | [
"no_license"
] | [
{
"path": "roles/GIT/tasks/main.yml",
"content": "---\n# tasks file for GIT\n- import_tasks: tasks.yaml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 52
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 52,
"all_permissive": false
} |
ansible_role | Tippu0813/Devops_code | 5149b4b431c2782082aa7af69f3e0a1c9267f98a | 0 | roles/wget | 2,878 | [
"no_license"
] | [
{
"path": "roles/wget/tasks/main.yml",
"content": "---\n- name: install ntp wget\n yum: \n name: \n - ntp \n - wget \n state: present\n notify:\n - restart ntp\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 122
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 122,
"all_permissive": false
} |
ansible_role | dzanto/vm | 20b9d9b47ec97c9a754b8c5fb1cfa43e4978b67e | 0 | ansible/roles/docker-install | 2,878 | [
"no_license"
] | [
{
"path": "ansible/roles/docker-install/tasks/main.yml",
"content": "---\n- name: Install required packages\n apt:\n update_cache: yes\n pkg:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg\n - lsb-release\n\n- name: Add Docker’s official GPG key\n ansible.builtin.apt_k... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1228,
"all_permissive": false
} |
ansible_role | dzanto/vm | 20b9d9b47ec97c9a754b8c5fb1cfa43e4978b67e | 0 | ansible/roles/k8s | 2,878 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s/defaults/main.yml",
"content": "---\n# defaults file for k8s\nkernel_modules:\n - br_netfilter\n # - ip6_udp_tunnel\n # - ip_set\n # - ip_set_hash_ip\n # - ip_set_hash_net\n # - iptable_mangle\n # - iptable_raw\n # - nf_conntrack\n # - nf_nat\n # - udp_tunnel\n # - ve... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1002,
"all_permissive": false
} |
ansible_role | parshyn-dima/linux_admin | 62fe74554c39001103d672647f8b8fcee524600f | 1 | Lesson_10/roles/deploy_nginx | 2,918 | [
"no_license"
] | [
{
"path": "Lesson_10/roles/deploy_nginx/defaults/main.yml",
"content": "---\r\n# defaults file for delpoy_nginx\r\nnginx_listen_port: 8080",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 62
},
{
"path": "Lesson_10/roles/deploy_nginx/tasks/main.yml",
"content": ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 709,
"all_permissive": false
} |
ansible_role | parshyn-dima/linux_admin | 62fe74554c39001103d672647f8b8fcee524600f | 1 | Lesson_16/roles/auditd-client | 2,918 | [
"no_license"
] | [
{
"path": "Lesson_16/roles/auditd-client/handlers/main.yml",
"content": "---\n# handlers file for auditd-client\n- name: restart auditd\n command: service auditd restart",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 94
},
{
"path": "Lesson_16/roles/auditd-client... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1217,
"all_permissive": false
} |
ansible_role | parshyn-dima/linux_admin | 62fe74554c39001103d672647f8b8fcee524600f | 1 | Lesson_16/roles/auditd-server | 2,918 | [
"no_license"
] | [
{
"path": "Lesson_16/roles/auditd-server/handlers/main.yml",
"content": "---\n# handlers file for auditd-server\n- name: restart auditd\n systemd:\n name: auditd\n state: restarted\n enabled: yes\n\n- name: restart auditd service\n command: service auditd restart",
"license_type": "no_l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 526,
"all_permissive": false
} |
ansible_role | parshyn-dima/linux_admin | 62fe74554c39001103d672647f8b8fcee524600f | 1 | Lesson_16/roles/config-rsyslog-client | 2,918 | [
"no_license"
] | [
{
"path": "Lesson_16/roles/config-rsyslog-client/templates/nginx.conf.j2",
"content": "user nginx;\r\nworker_processes auto;\r\nerror_log /var/log/nginx/error.log;\r\npid /run/nginx.pid;\r\nevents {\r\n worker_connections 1024;\r\n}\r\n\r\nhttp {\r\n log_format main '$remote_addr - $remote_user [$ti... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2421,
"all_permissive": false
} |
ansible_role | parshyn-dima/linux_admin | 62fe74554c39001103d672647f8b8fcee524600f | 1 | Lesson_16/roles/deploy-rsyslog | 2,918 | [
"no_license"
] | [
{
"path": "Lesson_16/roles/deploy-rsyslog/tasks/main.yml",
"content": "---\n# tasks file for deploy-rsyslog\n- name: RSYSLOG | install rsyslog\n yum:\n name: rsyslog\n state: present\n notify:\n - restart rsyslog\n tags:\n - rsyslog-package\n - packages\n\n- name: RSYSLOG | Configure rsysl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 529,
"all_permissive": false
} |
ansible_role | parshyn-dima/linux_admin | 62fe74554c39001103d672647f8b8fcee524600f | 1 | Lesson_17/roles/install-borg | 2,918 | [
"no_license"
] | [
{
"path": "Lesson_17/roles/install-borg/tasks/main.yml",
"content": "---\n# tasks file for install borg\n- name: Add the user borg\n user:\n name: borg\n comment: Backup user\n \n- name: install epel\n yum:\n name: epel-release\n\n- name: Install Borg\n yum:\n name: \"{{ packages }}\"\n v... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2697,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.