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 | jameskerr/hacker_mail | ce15acb62752ad7d6b20e0b1d34104837ce4c19c | 3 | ops/roles/user | 244 | [
"no_license"
] | [
{
"path": "ops/roles/user/tasks/main.yml",
"content": "- name: sudo without password for deploy user\n copy:\n content: \"deploy ALL=(ALL:ALL) NOPASSWD:ALL\"\n dest: /etc/sudoers.d/deploy_nopasswd\n mode: 0440\n\n- name: create deploy user\n user:\n name: deploy\n shell: /bin/bash\n\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 352,
"all_permissive": false
} |
ansible_role | jameskerr/hacker_mail | ce15acb62752ad7d6b20e0b1d34104837ce4c19c | 3 | ops/roles/webserver | 244 | [
"no_license"
] | [
{
"path": "ops/roles/webserver/tasks/main.yml",
"content": "- name: create deploy directory\n file:\n path: /app\n owner: deploy\n group: deploy\n state: directory\n mode: 0775\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 127
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 127,
"all_permissive": false
} |
ansible_role | aryklein/mylab | 280f5349beb73899105ea9a344d9b02e15850833 | 0 | ansible/production/roles/common | 244 | [
"no_license"
] | [
{
"path": "ansible/production/roles/common/tasks/ubuntu-setup.yml",
"content": "\n- name: Update all packages to the latest version\n apt: upgrade=dist update_cache=yes\n\n# Fully quoted because of the ': ' on the line. See the Gotchas in the YAML docs.\n- name: Remove password prompt for sudo\n lineinfil... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 931,
"all_permissive": false
} |
ansible_role | aryklein/mylab | 280f5349beb73899105ea9a344d9b02e15850833 | 0 | ansible/production/roles/installdocker | 244 | [
"no_license"
] | [
{
"path": "ansible/production/roles/installdocker/tasks/main.yml",
"content": "---\n\n- name: Install packages to allow apt to use a repository over HTTPS\n apt: \n name: \"{{ item }}\"\n state: latest\n update_cache: yes\n with_items:\n - apt-transport-https\n - ca-certificates\n - curl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 988,
"all_permissive": false
} |
ansible_role | aryklein/mylab | 280f5349beb73899105ea9a344d9b02e15850833 | 0 | ansible/production/roles/users | 244 | [
"no_license"
] | [
{
"path": "ansible/production/roles/users/defaults/main.yml",
"content": "---\n\n# default values\ndefault_groups: []\ndefault_shell: /bin/bash\ncreate_home: yes\n\n# list of users to add\nusers_to_add: []\n\n# list of groups to add\ngroups_to_add: []\n\n\n# An example of a user to add entry. Everything exc... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1534,
"all_permissive": false
} |
ansible_role | abdo14m1/Ansible_Podman_MariaDB | c168f5dff07b30acd2b1236c5964a3830de02b49 | 0 | roles/run_mariadb_containers | 244 | [
"no_license"
] | [
{
"path": "roles/run_mariadb_containers/tasks/main.yml",
"content": "---\n- name: create database files if not present\n ansible.builtin.file:\n path: \"/db{{item}}/data\"\n state: directory\n with_sequence: start=1 end=3\n\n- name: create backup files if not present\n ansible.builtin.file:\n pa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1064,
"all_permissive": false
} |
ansible_role | musllim/homelab | 2a71656f4ae49f019bd02dfcd80895fc203fc738 | 0 | playbooks/roles/dockerd | 249 | [
"no_license"
] | [
{
"path": "playbooks/roles/dockerd/tasks/main.yml",
"content": "---\n- name: Install required system packages\n apt:\n pkg:\n - docker.io\n - docker-compose\n state: latest\n update_cache: true\n \n- name: Stop service docker, if started\n ansible.builtin.service:\n name: docker\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 672,
"all_permissive": false
} |
ansible_role | musllim/homelab | 2a71656f4ae49f019bd02dfcd80895fc203fc738 | 0 | playbooks/roles/jellyfin | 249 | [
"no_license"
] | [
{
"path": "playbooks/roles/jellyfin/tasks/main.yml",
"content": "---\n- name: Install required system packages (curl)\n apt:\n pkg:\n - curl\n state: latest\n update_cache: true\n\n- name: install jellyfin media server\n vars:\n users:\n - name: root\n passwd: <PASSWORD>\n sh... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 304,
"all_permissive": false
} |
ansible_role | musllim/homelab | 2a71656f4ae49f019bd02dfcd80895fc203fc738 | 0 | playbooks/roles/nodes | 249 | [
"no_license"
] | [
{
"path": "playbooks/roles/nodes/tasks/create_node.yml",
"content": "# - name: Download LXC template Debian 11\n# community.general.proxmox_template:\n# node: \"{{ item }}\"\n# api_host: pve3.local\n# api_user: \"{{ proxmox_api_user }}\"\n# api_token_id: \"{{ proxmox_token_id }}\"\n# a... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1694,
"all_permissive": false
} |
ansible_role | musllim/homelab | 2a71656f4ae49f019bd02dfcd80895fc203fc738 | 0 | playbooks/roles/samba | 249 | [
"no_license"
] | [
{
"path": "playbooks/roles/samba/tasks/main.yml",
"content": "---\n- name: Install Samba\n package:\n name: samba\n state: present\n when: ansible_facts['os_family'] == \"Debian\"\n- name: Configure smb.conf\n template:\n src: ../templates/smb.conf\n dest: /etc/samba/smb.conf.tail\n notify: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 692,
"all_permissive": false
} |
ansible_role | matibbaez/UTNFRA_SO_2do_Parcial_Baez | d5b524ee7f6ea7bfe28b4059d87e9b1353516a88 | 0 | 202406/ansible/roles/2do_parcial | 249 | [
"no_license"
] | [
{
"path": "202406/ansible/roles/2do_parcial/vars/main.yml",
"content": "---\n # vars file for 2do_parcial\n NOMBRE: \"Matias\"\n APELLIDO: \"Baez\"\n DIVISION: \"116\"\n EQUIPO_IP: \"192.168.56.3\"\n EQUIPO_DISTRO: \"Ubuntu 22.04.4 LTS\"\n EQUIPO_CORES: \"2\"\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 929,
"all_permissive": false
} |
ansible_role | czvl/portal | 238ab228f5a8af27cb831bce5e61a546e9cd50cb | 2 | playbooks/roles/common | 249 | [
"no_license"
] | [
{
"path": "playbooks/roles/common/tasks/main.yml",
"content": "---\n- name: Update system packages headers\n apt: update_cache=yes cache_valid_time=3600\n\n- name: Install additional packages\n apt: pkg={{ item }} state=latest force=yes update_cache=yes\n with_items:\n - curl\n - git\n - python-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 256,
"all_permissive": false
} |
ansible_role | czvl/portal | 238ab228f5a8af27cb831bce5e61a546e9cd50cb | 2 | playbooks/roles/init | 249 | [
"no_license"
] | [
{
"path": "playbooks/roles/init/tasks/main.yml",
"content": "---\n- name: Init runtime directory\n shell: mkdir -p {{ runtime_dir }};\n\n- name: Init assets directory\n shell: mkdir -p {{ assets_dir }};\n",
"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 | czvl/portal | 238ab228f5a8af27cb831bce5e61a546e9cd50cb | 2 | playbooks/roles/memcached | 249 | [
"no_license"
] | [
{
"path": "playbooks/roles/memcached/tasks/main.yml",
"content": "---\n - name: Memcached | Install packages\n action: apt pkg={{ item }} state=installed\n with_items:\n - memcached\n\n - name: Memcached | Config file\n action: template src=etc-memcached-conf.j2 dest=/etc/memcached.conf\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 461,
"all_permissive": false
} |
ansible_role | czvl/portal | 238ab228f5a8af27cb831bce5e61a546e9cd50cb | 2 | playbooks/roles/mysql | 249 | [
"no_license"
] | [
{
"path": "playbooks/roles/mysql/tasks/main.yml",
"content": "---\n- name: Install mysql\n apt: pkg={{ item }} state=latest force=yes update_cache=yes\n with_items:\n - mysql-server\n - php5-mysql\n\n- name: Create mysql database\n shell: mysql -u {{ mysql_db_user }} -e \"create database if not exi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 263,
"all_permissive": false
} |
ansible_role | czvl/portal | 238ab228f5a8af27cb831bce5e61a546e9cd50cb | 2 | playbooks/roles/nginx | 249 | [
"no_license"
] | [
{
"path": "playbooks/roles/nginx/defaults/main.yml",
"content": "---\nnginx_port: 80\nnginx_fastcgi: unix:/var/run/php5-fpm.sock\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 62
},
{
"path": "playbooks/roles/nginx/templates/default.conf.j2",
"content": "ser... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 714,
"all_permissive": false
} |
ansible_role | czvl/portal | 238ab228f5a8af27cb831bce5e61a546e9cd50cb | 2 | playbooks/roles/php | 249 | [
"no_license"
] | [
{
"path": "playbooks/roles/php/tasks/main.yml",
"content": "---\n- name: add repository\n apt_repository: repo='ppa:ondrej/php5' state=present\n\n- name: install php packages\n apt: pkg={{ item }} state=latest force=yes update_cache=yes\n with_items:\n - php5-cli\n - php5-fpm\n - php5-intl\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 401,
"all_permissive": false
} |
ansible_role | Gopikrishna242/ansible | 3ec9d352e0dd21b6e2ab82ea3de40ce9cfc5b207 | 0 | roles/frontend | 249 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/main.yml",
"content": "- name: Install Nginx\n apt:\n name: nginx\n update_cache: yes\n state: present\n\n- name: Download Frontend from Nexus\n get_url:\n url: http://172.31.11.10:8081/repository/frontendd/frontendd-{{APP_VERSION}}.zip\n dest: /tmp/frontendd... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 896,
"all_permissive": false
} |
ansible_role | nikoren/k8 | 0b12940d31ee6750d73dc118cf43005538ec4af9 | 0 | ansible/roles/common | 249 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "- name: Remove swapfile from /etc/fstab\n mount:\n name: swap\n fstype: swap\n state: absent\n\n- name: Disable swap\n command: swapoff -a\n when: ansible_swaptotal_mb > 0\n\n\n- name: Put SELinux in permissive mode\n selinux:\n po... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 392,
"all_permissive": false
} |
ansible_role | nikoren/k8 | 0b12940d31ee6750d73dc118cf43005538ec4af9 | 0 | ansible/roles/docker_ce | 249 | [
"no_license"
] | [
{
"path": "ansible/roles/docker_ce/tasks/main.yml",
"content": "- name: Remove older versions of docker if installed\n yum:\n name: \"{{ item }}\"\n state: 'absent'\n with_items:\n - docker\n - docker-client\n - docker-client-latest\n - docker-latest-logrotate\n - docker-logrotate\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1055,
"all_permissive": false
} |
ansible_role | nikoren/k8 | 0b12940d31ee6750d73dc118cf43005538ec4af9 | 0 | ansible/roles/k8 | 249 | [
"no_license"
] | [
{
"path": "ansible/roles/k8/tasks/common.yml",
"content": "\n- name: Enable kubernetes repo\n yum_repository:\n name: Kubernetes\n description: Official K8 repo\n enabled: yes\n gpgcheck: yes\n repo_gpgcheck: yes\n baseurl: https://packages.cloud.google.com/yum/repos/kubernetes-el7-x86_64... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 5537,
"all_permissive": false
} |
ansible_role | iamakshu29/Ansible-Playbooks | 788ff21eec5691250b694ac6c8d16106479318d9 | 0 | Ansible_Hands_on/exercises/exercise14/roles/post-install | 249 | [
"no_license"
] | [
{
"path": "Ansible_Hands_on/exercises/exercise14/roles/post-install/tasks/main.yml",
"content": "---\n# tasks file for post-install\n- name: Install NTP agents on centos\n ansible.builtin.yum:\n name: \" {{item}} \"\n state: present\n when: ansible_distribution == \"Fedora\"\n loop:\n - chrony\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1439,
"all_permissive": false
} |
ansible_role | iamakshu29/Ansible-Playbooks | 788ff21eec5691250b694ac6c8d16106479318d9 | 0 | vprofile_project/roles/memcache | 249 | [
"no_license"
] | [
{
"path": "vprofile_project/roles/memcache/templates/memcache.j2",
"content": "# memcached.j2\n\n# memory to use (in MB)\n-m {{ memcached_memory | default(64) }}\n\n# default port\n-p {{ memcached_port | default(11211) }}\n\n# user to run as\n-u memcache\n\n# connection limit\n-c {{ connection_limit | defau... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 998,
"all_permissive": false
} |
ansible_role | iamakshu29/Ansible-Playbooks | 788ff21eec5691250b694ac6c8d16106479318d9 | 0 | vprofile_project/roles/mysql | 249 | [
"no_license"
] | [
{
"path": "vprofile_project/roles/mysql/handlers/main.yml",
"content": "---\n# handlers file for mysql\n- name: Restart mariadb service\n ansible.builtin.service:\n name: mariadb\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 128
},
{
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2427,
"all_permissive": false
} |
ansible_role | iamakshu29/Ansible-Playbooks | 788ff21eec5691250b694ac6c8d16106479318d9 | 0 | vprofile_project/roles/rabbitmq | 249 | [
"no_license"
] | [
{
"path": "vprofile_project/roles/rabbitmq/tasks/main.yml",
"content": "---\n# tasks file for rabbitmq\n- name: Update OS with latest package \" apt update and apt upgrade\"\n ansible.builtin.apt:\n update_cache: yes\n upgrade: dist\n \n- name: Install wget\n ansible.builtin.apt:\n name: wget\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1576,
"all_permissive": false
} |
ansible_role | iamakshu29/Ansible-Playbooks | 788ff21eec5691250b694ac6c8d16106479318d9 | 0 | vprofile_project/roles/tomcat | 249 | [
"no_license"
] | [
{
"path": "vprofile_project/roles/tomcat/tasks/main.yml",
"content": "---\n# tasks file for tomcat\n- name: Update and upgrade apt services\n ansible.builtin.apt:\n # update_cache: yes\n # upgrade: dist\n\n- name: Install OpenJDK 17 JDK\n ansible.builtin.apt:\n name: \n - openjdk-17-jdk\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3352,
"all_permissive": false
} |
ansible_role | gregsowell/ansible-satellite-azure | 892b471efe6744c7871020b1b2f3b57f5781dcf7 | 0 | roles/ansible-role-satellite | 249 | [
"no_license"
] | [
{
"path": "roles/ansible-role-satellite/tasks/satellite.yml",
"content": "---\n# tasks file for updating host and install satellite\n\n- name: Upgrade all host packages\n yum:\n name: '*'\n state: latest\n\n- name: Install the latest version of Satellite\n yum:\n name: satellite\n state: lates... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3137,
"all_permissive": false
} |
ansible_role | Tisona/oci-openvpn-terraform | 399cb671df9fe786049830969659fd7de58d1d0e | 1 | ansible/roles/iptables | 249 | [
"no_license"
] | [
{
"path": "ansible/roles/iptables/tasks/main.yml",
"content": "- name: Create /etc/iptables dir\n file: \n path: /etc/iptables\n state: directory\n\n- name: Install iptables-persistent\n apt:\n name: ['iptables-persistent']\n state: present\n\n- name: Enable OpenVPN in iptables\n shell: \"{{ ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 807,
"all_permissive": false
} |
ansible_role | Tisona/oci-openvpn-terraform | 399cb671df9fe786049830969659fd7de58d1d0e | 1 | ansible/roles/openvpn | 249 | [
"no_license"
] | [
{
"path": "ansible/roles/openvpn/defaults/main.yml",
"content": "ovpn_version: '2.*'\r\novpn_proto: 'tcp'\r\n\r\neasyrsa_version: 'v3.0.7'\r\n\r\neasyrsa_dn: 'cn_only'\r\neasyrsa_req_country: 'US'\r\neasyrsa_req_province: 'California'\r\neasyrsa_req_city: 'San Francisco'\r\neasyrsa_req_org: 'My Organization... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 5231,
"all_permissive": false
} |
ansible_role | badr-sl/Projet_Configuration-de-la-s-curit-r-seau-pour-Kubernetes-avec-Ansible | cac6449230de9440b02423f478b5a1b83dd48dc5 | 0 | ansible/roles/deploy-app | 249 | [
"no_license"
] | [
{
"path": "ansible/roles/deploy-app/tasks/main.yaml",
"content": "---\n# tasks file for deploy-app\n- name: Deploy Application Deployment\n command: kubectl apply -f {{ playbook_dir }}/kubernetes/deployments/web-deployment.yaml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_by... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 160,
"all_permissive": false
} |
ansible_role | badr-sl/Projet_Configuration-de-la-s-curit-r-seau-pour-Kubernetes-avec-Ansible | cac6449230de9440b02423f478b5a1b83dd48dc5 | 0 | ansible/roles/deploy-service | 249 | [
"no_license"
] | [
{
"path": "ansible/roles/deploy-service/tasks/main.yaml",
"content": "---\n# tasks file for deploy-service\n- name: Deploy Application Service\n command: kubectl apply -f {{ playbook_dir }}/kubernetes/services/web-service.yaml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 155,
"all_permissive": false
} |
ansible_role | siiieyy/CPE_MIDEXAM_NIEMO | 132bf89b14c0d2f10c539e4fb268d49710e2b8a0 | 0 | roles/task2 | 249 | [
"no_license"
] | [
{
"path": "roles/task2/tasks/main.yml",
"content": "---\n- name: influxdb - create folders\n file: \n path: ~/rpm \n state: directory \n mode: 0755\n when: ansible_distribution == 'CentOS'\n\n- name: influxdb - install\n yum:\n name: /{{ ansible_env.HOME}}/rpm/{{ INFLUXDB_RPM_FILENAME }}\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1886,
"all_permissive": false
} |
ansible_role | dldperez/HOA_10.1 | 5128442bf9abfa77269593eee72ad55d9c0938b9 | 0 | roles/elasticsearch | 249 | [
"no_license"
] | [
{
"path": "roles/elasticsearch/meta/main.yml",
"content": "# meta/main.yml\n\ndependencies: []\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "roles/elasticsearch/tasks/main.yml",
"content": "\n---\n#- name: Add Elasticsearch GPG key for Ubun... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2640,
"all_permissive": false
} |
ansible_role | dldperez/HOA_10.1 | 5128442bf9abfa77269593eee72ad55d9c0938b9 | 0 | roles/kibana | 249 | [
"no_license"
] | [
{
"path": "roles/kibana/tasks/main.yml",
"content": "---\n- name: Install Kibana on Ubuntu\n apt:\n name: kibana\n state: present\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\"\n\n- name: Install Kibana on CentOS\n yum:\n name: kibana\n state: present\n update_cache: yes... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 380,
"all_permissive": false
} |
ansible_role | dldperez/HOA_10.1 | 5128442bf9abfa77269593eee72ad55d9c0938b9 | 0 | roles/logstash | 249 | [
"no_license"
] | [
{
"path": "roles/logstash/defaults/main.yml",
"content": "logstash_major_version: \"7\"\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "roles/logstash/tasks/main.yml",
"content": "---\n# tasks to install and configure Logstash for Ubuntu an... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3384,
"all_permissive": false
} |
ansible_role | ABit908/Ansible-Bookshelf | 802a3ff3821714e1348b41686d935350bd9cceb3 | 0 | roles/app | 249 | [
"no_license"
] | [
{
"path": "roles/app/templates/config.py.j2",
"content": "PROJECT_ID = '{{ PROJECT_ID }}'\nCLOUDSQL_USER = '{{ CLOUDSQL_USER }}'\nCLOUDSQL_PASSWORD = '{{ <PASSWORD> }}'\nCLOUDSQL_DATABASE = '{{ CLOUDSQL_DATABASE }}'\nCLOUDSQL_CONNECTION_NAME = '{{ CLOUDSQL_CONNECTION_NAME }}'\nCLOUD_STORAGE_BUCKET = '{{ CLO... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3790,
"all_permissive": false
} |
ansible_role | ABit908/Ansible-Bookshelf | 802a3ff3821714e1348b41686d935350bd9cceb3 | 0 | roles/cloudsql | 249 | [
"no_license"
] | [
{
"path": "roles/cloudsql/tasks/main.yml",
"content": "- name: Download Cloud SQL Proxy\n get_url:\n url: https://dl.google.com/cloudsql/cloud_sql_proxy.linux.amd64\n dest: /usr/local/bin/cloud_sql_proxy\n mode: '0755'\n\n- name: Start Cloud SQL Proxy\n shell: |\n mkdir -p /cloudsql\n nohup... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 553,
"all_permissive": false
} |
ansible_role | ABit908/Ansible-Bookshelf | 802a3ff3821714e1348b41686d935350bd9cceb3 | 0 | roles/common | 249 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "- name: Install build dependencies for Python (for pyenv)\n apt:\n name:\n - make\n - build-essential\n - libssl-dev\n - zlib1g-dev\n - libbz2-dev\n - libreadline-dev\n - libsqlite3-dev\n - wget\n - curl\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1058,
"all_permissive": false
} |
ansible_role | ABit908/Ansible-Bookshelf | 802a3ff3821714e1348b41686d935350bd9cceb3 | 0 | roles/supervisor | 249 | [
"no_license"
] | [
{
"path": "roles/supervisor/tasks/main.yml",
"content": "- name: Install Supervisor\n apt:\n name: supervisor\n state: present\n\n- name: Add application supervisor config\n copy:\n dest: /etc/supervisor/conf.d/bookshelf.conf\n content: |\n [program:bookshelf]\n command={{ virtualenv... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 624,
"all_permissive": false
} |
ansible_role | shubham823/play | ddaaf9170196edaa30faf98b9ed3bb25de5d5794 | 0 | roles/check | 251 | [
"no_license"
] | [
{
"path": "roles/check/tasks/main.yml",
"content": "---\n# tasks file for check\n- name: check java version\n shell: java -version 2>&1 | grep version | awk '{print $3}' | sed 's/\"//g'\n register: checkjava\n ignore_errors: yes\n- debug: msg=\"{{ checkjava.stdout }}\"\n#- name: check java\n# package_fa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 880,
"all_permissive": false
} |
ansible_role | shubham823/play | ddaaf9170196edaa30faf98b9ed3bb25de5d5794 | 0 | roles/java | 251 | [
"no_license"
] | [
{
"path": "roles/java/tasks/main.yml",
"content": "---\n# tasks file for java\n#- name: insatll java\n# yum: \n# name: java-1.8.0-openjdk-devel\n# state: present\n- name: creating binaries\n file:\n path: /usr/java\n state: directory\n mode: 0777\n- name: copy \n copy:\n src: jdk-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 640,
"all_permissive": false
} |
ansible_role | shubham823/play | ddaaf9170196edaa30faf98b9ed3bb25de5d5794 | 0 | roles/tomcat | 251 | [
"no_license"
] | [
{
"path": "roles/tomcat/templates/setenv.j2",
"content": "#!/bin/sh\n\nexport JAVA_HOME=$JRE_HOME\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "roles/tomcat/vars/main.yml",
"content": "---\n# vars file for tom\ntomcat_dir: /opt/tomcat\ntomc... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3511,
"all_permissive": false
} |
ansible_role | versionsix/ansible-libvirt | 94d7110b179194d5c87c2cfc0e0a50dcd5fbe39e | 0 | roles/libvirt_template | 251 | [
"permissive"
] | [
{
"path": "roles/libvirt_template/tasks/create.yml",
"content": "---\n- name: Download qcow image\n get_url:\n url: \"{{libvirt_templates[template.item]['image_url']}}\"\n dest: \"{{libvirt_storage}}/{{libvirt_templates[template.item]['image_template']}}\"\n\n- name: run virt-customize with network\n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1594,
"all_permissive": true
} |
ansible_role | versionsix/ansible-libvirt | 94d7110b179194d5c87c2cfc0e0a50dcd5fbe39e | 0 | roles/libvirt_virtualmachine | 251 | [
"permissive"
] | [
{
"path": "roles/libvirt_virtualmachine/templates/user-data.j2",
"content": "#cloud-config\npackage_update: true\npackage_upgrade: true\n\nusers:\n - default\n - name: cloud\n groups: sudo\n shell: /bin/bash\n sudo: ALL=(ALL) NOPASSWD:ALL\n lock_passwd: false\n passwd: <PASSWORD> # openssl... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2613,
"all_permissive": true
} |
ansible_role | sephvelasco/ASM_7.1 | b60ea580f8e3fa30120b9a4a8e0b354369e4b2f8 | 0 | roles/db_servers | 251 | [
"no_license"
] | [
{
"path": "roles/db_servers/tasks/main.yml",
"content": "---\n- name: install updates (CentOS)\n tags: always\n yum:\n update_only: yes\n update_cache: yes\n when: ansible_distribution == \"CentOS\"\n\n- name: install updates (Ubuntu)\n tags: always\n apt:\n upgrade: dist\n update_cache: ye... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 707,
"all_permissive": false
} |
ansible_role | sephvelasco/ASM_7.1 | b60ea580f8e3fa30120b9a4a8e0b354369e4b2f8 | 0 | roles/web_servers | 251 | [
"no_license"
] | [
{
"path": "roles/web_servers/tasks/main.yml",
"content": "---\n- name: install updates (CentOS)\n tags: always\n yum:\n update_only: yes\n update_cache: yes\n when: ansible_distribution == \"CentOS\"\n\n- name: install updates (Ubuntu)\n tags: always\n apt:\n upgrade: dist\n update_cache: y... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 986,
"all_permissive": false
} |
ansible_role | sephvelasco/ASM_7.1 | b60ea580f8e3fa30120b9a4a8e0b354369e4b2f8 | 0 | roles/workstations | 251 | [
"no_license"
] | [
{
"path": "roles/workstations/tasks/main.yml",
"content": "---\n- name: install updates (CentOS)\n tags: always\n yum:\n update_only: yes\n update_cache: yes\n when: ansible_distribution == \"CentOS\"\n\n- name: install updates (Ubuntu)\n tags: always\n apt:\n upgrade: dist\n update_cache: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 554,
"all_permissive": false
} |
ansible_role | nevivurn/devenv | 3bccf40c6d4a93cf1ce84d3c6070dc52966cc3c2 | 0 | roles/awscli | 251 | [
"no_license"
] | [
{
"path": "roles/awscli/files/env.sh",
"content": "#!/usr/bin/env bash\n\nDEVENV_AWSCLI_BIN=\"${DEVENV_ROOT}/awscli/current\"\n\nif [[ -n \"${DEVENV_DEBUG}\" ]]; then\n\techo \"[devenv/awscli] awscli version: $(\"${DEVENV_AWSCLI_BIN}/aws\" --version)\"\nfi\n\ncomplete -C \"${DEVENV_AWSCLI_BIN}/aws_completer... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1658,
"all_permissive": false
} |
ansible_role | nevivurn/devenv | 3bccf40c6d4a93cf1ce84d3c6070dc52966cc3c2 | 0 | roles/common | 251 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yaml",
"content": "---\n- name: 'Ensure devenv directory'\n file:\n path: '{{ devenv_root }}'\n state: 'directory'\n- name: 'Ensure devenv envdir'\n file:\n path: '{{ devenv_root }}/envs'\n state: 'directory'\n- name: 'Ensure devenv envfile'\n template:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 598,
"all_permissive": false
} |
ansible_role | nevivurn/devenv | 3bccf40c6d4a93cf1ce84d3c6070dc52966cc3c2 | 0 | roles/gcloud | 251 | [
"no_license"
] | [
{
"path": "roles/gcloud/files/env.sh",
"content": "#!/usr/bin/env bash\n\nDEVENV_GCLOUD_BIN=\"${DEVENV_ROOT}/gcloud/current/bin\"\n\nif [[ -n \"${DEVENV_DEBUG}\" ]]; then\n\techo \"[devenv/gcloud] gcloud version: $(\"${DEVENV_GCLOUD_BIN}/gcloud\" version)\"\nfi\n\nsource \"${DEVENV_ROOT}/gcloud/current/comp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1409,
"all_permissive": false
} |
ansible_role | nevivurn/devenv | 3bccf40c6d4a93cf1ce84d3c6070dc52966cc3c2 | 0 | roles/golang | 251 | [
"no_license"
] | [
{
"path": "roles/golang/files/env.sh",
"content": "#!/usr/bin/env bash\n\nexport GOROOT=\"${DEVENV_ROOT}/golang/current\"\nexport GOPATH=\"${DEVENV_ROOT}/golang/gopath\"\nexport GO111MODULE=on\n\nif [[ -n \"${DEVENV_DEBUG}\" ]]; then\n\techo \"[devenv/golang] golang version: $(\"${GOROOT}/bin/go\" version)\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1461,
"all_permissive": false
} |
ansible_role | nevivurn/devenv | 3bccf40c6d4a93cf1ce84d3c6070dc52966cc3c2 | 0 | roles/helm | 251 | [
"no_license"
] | [
{
"path": "roles/helm/files/env.sh",
"content": "#!/usr/bin/env bash\n\nDEVENV_HELM_BIN=\"${DEVENV_ROOT}/helm/current\"\n\nif [[ -n \"${DEVENV_DEBUG}\" ]]; then\n\techo \"[devenv/helm] helm version: $(\"${DEVENV_HELM_BIN}/helm\" version)\"\nfi\n\nif [[ -z \"$DEVENV_HELM_SETUP\" ]]; then\n\texport PATH=\"${D... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1400,
"all_permissive": false
} |
ansible_role | nevivurn/devenv | 3bccf40c6d4a93cf1ce84d3c6070dc52966cc3c2 | 0 | roles/hugo | 251 | [
"no_license"
] | [
{
"path": "roles/hugo/tasks/main.yaml",
"content": "---\n- name: 'Ensure hugo directory'\n file:\n path: '{{ devenv_root }}/hugo'\n state: 'directory'\n- name: 'Ensure hugo current directory'\n file:\n path: '{{ devenv_root }}/hugo/current'\n state: 'directory'\n- name: 'Ensure hugo version di... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1381,
"all_permissive": false
} |
ansible_role | nevivurn/devenv | 3bccf40c6d4a93cf1ce84d3c6070dc52966cc3c2 | 0 | roles/istioctl | 251 | [
"no_license"
] | [
{
"path": "roles/istioctl/tasks/main.yaml",
"content": "---\n- name: 'Ensure istioctl directory'\n file:\n path: '{{ devenv_root }}/istioctl'\n state: 'directory'\n- name: 'Ensure istioctl version directory'\n file:\n path: '{{ devenv_root }}/istioctl/{{ devenv_istioctl_version }}'\n state: 'd... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1482,
"all_permissive": false
} |
ansible_role | nevivurn/devenv | 3bccf40c6d4a93cf1ce84d3c6070dc52966cc3c2 | 0 | roles/kubectl | 251 | [
"no_license"
] | [
{
"path": "roles/kubectl/tasks/main.yaml",
"content": "---\n- name: 'Ensure kubectl directory'\n file:\n path: '{{ devenv_root }}/kubectl'\n state: 'directory'\n- name: 'Ensure kubectl current directory'\n file:\n path: '{{ devenv_root }}/kubectl/current'\n state: 'directory'\n- name: 'Downloa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1187,
"all_permissive": false
} |
ansible_role | nevivurn/devenv | 3bccf40c6d4a93cf1ce84d3c6070dc52966cc3c2 | 0 | roles/kustomize | 251 | [
"no_license"
] | [
{
"path": "roles/kustomize/tasks/main.yaml",
"content": "---\n- name: 'Ensure kustomize directory'\n file:\n path: '{{ devenv_root }}/kustomize'\n state: 'directory'\n- name: 'Ensure kustomize current directory'\n file:\n path: '{{ devenv_root }}/kustomize/current'\n state: 'directory'\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1623,
"all_permissive": false
} |
ansible_role | nevivurn/devenv | 3bccf40c6d4a93cf1ce84d3c6070dc52966cc3c2 | 0 | roles/nodejs | 251 | [
"no_license"
] | [
{
"path": "roles/nodejs/tasks/main.yaml",
"content": "---\n- name: 'Ensure nodejs directory'\n file:\n path: '{{ devenv_root }}/nodejs'\n state: 'directory'\n- name: 'Ensure nodepath directory'\n file:\n path: '{{ devenv_root }}/nodejs/nodepath'\n state: 'directory'\n- name: 'Ensure nodejs ver... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1733,
"all_permissive": false
} |
ansible_role | nevivurn/devenv | 3bccf40c6d4a93cf1ce84d3c6070dc52966cc3c2 | 0 | roles/restic | 251 | [
"no_license"
] | [
{
"path": "roles/restic/tasks/main.yaml",
"content": "---\n- name: 'Ensure restic directory'\n file:\n path: '{{ devenv_root }}/restic'\n state: 'directory'\n- name: 'Ensure restic current directory'\n file:\n path: '{{ devenv_root }}/restic/current'\n state: 'directory'\n- name: 'Ensure resti... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1653,
"all_permissive": false
} |
ansible_role | nevivurn/devenv | 3bccf40c6d4a93cf1ce84d3c6070dc52966cc3c2 | 0 | roles/terraform | 251 | [
"no_license"
] | [
{
"path": "roles/terraform/tasks/main.yaml",
"content": "---\n- name: 'Ensure terraform directory'\n file:\n path: '{{ devenv_root }}/terraform'\n state: 'directory'\n- name: 'Ensure terraform cache directory'\n file:\n path: '{{ devenv_root }}/terraform/plugin-cache'\n state: 'directory'\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1647,
"all_permissive": false
} |
ansible_role | nevivurn/devenv | 3bccf40c6d4a93cf1ce84d3c6070dc52966cc3c2 | 0 | roles/ytdl | 251 | [
"no_license"
] | [
{
"path": "roles/ytdl/files/env.sh",
"content": "#!/usr/bin/env bash\n\nDEVENV_YTDL_BIN=\"${DEVENV_ROOT}/ytdl/current\"\n\nif [[ -n \"${DEVENV_DEBUG}\" ]]; then\n\techo \"[devenv/ytdl] ytdl version: $(\"${DEVENV_YTDL_BIN}/youtube-dl\" --version)\"\nfi\n\nif [[ -z \"$DEVENV_YTDL_SETUP\" ]]; then\n\texport PA... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1051,
"all_permissive": false
} |
ansible_role | abhilashabrgowda/my-ansible | ae83a06ae1148239c972066a3ff7c75786a57c57 | 0 | ansible_project/roles/install_packages | 251 | [
"no_license"
] | [
{
"path": "ansible_project/roles/install_packages/vars/secrets.yml",
"content": "secre_password: \"<PASSWORD>\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 28
},
{
"path": "ansible_project/roles/install_packages/tasks/main.yml",
"content": "# tasks file for... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 577,
"all_permissive": false
} |
ansible_role | rh-ove-webinars/ove-aap-automation | 35d6de4a7e4cc28e8c2022060ce767300051db1c | 2 | collections/ansible_collections/rhwebinar/ove_vm_management/roles/rhsm_subscription | 251 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/rhwebinar/ove_vm_management/roles/rhsm_subscription/tasks/main.yml",
"content": "---\n# tasks/main.yml\n- name: wait for the VMs to respond\n ansible.builtin.wait_for_connection:\n timeout: 900\n become: false\n\n- name: Gather facts\n ansible.builtin.setup:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1731,
"all_permissive": false
} |
ansible_role | rh-ove-webinars/ove-aap-automation | 35d6de4a7e4cc28e8c2022060ce767300051db1c | 2 | collections/ansible_collections/rhwebinar/ove_vm_management/roles/vm_management | 251 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/rhwebinar/ove_vm_management/roles/vm_management/vars/main.yml",
"content": "---\n# vars file for vm_management\nssh_pub_key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABA.................................. user@bastion\n",
"license_type": "no_license",
"detected_licens... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4444,
"all_permissive": false
} |
ansible_role | rh-ove-webinars/ove-aap-automation | 35d6de4a7e4cc28e8c2022060ce767300051db1c | 2 | collections/ansible_collections/rhwebinar/ove_vm_management/roles/vm_ops | 251 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/rhwebinar/ove_vm_management/roles/vm_ops/tasks/main.yml",
"content": "---\n# tasks file for vm_ops\n- name: Run the specific vm_ops task\n include_tasks: \"{{ task_file }}\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 99
},... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 432,
"all_permissive": false
} |
ansible_role | S-Zakhar/tm-project | f4be7b072a967ea7c680dcdfe2522c44035a1ac6 | 0 | roles/certbot | 251 | [
"no_license"
] | [
{
"path": "roles/certbot/tasks/install.yml",
"content": "- name: Установка Certbot\n apt:\n update_cache: true\n cache_valid_time: 3600\n name: certbot\n state: latest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 119
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 119,
"all_permissive": false
} |
ansible_role | S-Zakhar/tm-project | f4be7b072a967ea7c680dcdfe2522c44035a1ac6 | 0 | roles/common | 251 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n\n- name: Установка базовых программ\n apt:\n update_cache: true\n cache_valid_time: 3600\n name: \"{{ item }}\"\n state: latest\n loop:\n - wget\n - curl\n - tree\n - zip\n - iotop\n - net-tools\n - tzdata\n - m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 351,
"all_permissive": false
} |
ansible_role | S-Zakhar/tm-project | f4be7b072a967ea7c680dcdfe2522c44035a1ac6 | 0 | roles/grafana | 251 | [
"no_license"
] | [
{
"path": "roles/grafana/handlers/main.yml",
"content": "---\n\n- name: grafana systemd\n systemd:\n name: grafana-server\n enabled: true\n state: started\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 102
},
{
"path": "roles/grafana/tasks/main.yml",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 478,
"all_permissive": false
} |
ansible_role | S-Zakhar/tm-project | f4be7b072a967ea7c680dcdfe2522c44035a1ac6 | 0 | roles/iptables | 251 | [
"no_license"
] | [
{
"path": "roles/iptables/tasks/package-install-iptables-persistent.yml",
"content": "- name: Установка iptables-persistent\n apt:\n update_cache: true\n cache_valid_time: 3600\n name: iptables-persistent\n state: latest\n tags: iptables\n",
"license_type": "no_license",
"detected_lice... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 392,
"all_permissive": false
} |
ansible_role | S-Zakhar/tm-project | f4be7b072a967ea7c680dcdfe2522c44035a1ac6 | 0 | roles/nginx | 251 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/package-install-nginx.yml",
"content": "- name: Установка Nginx\n apt:\n update_cache: true\n cache_valid_time: 3600\n name: nginx\n state: latest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 115
},
{
"path": "roles/ng... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1682,
"all_permissive": false
} |
ansible_role | S-Zakhar/tm-project | f4be7b072a967ea7c680dcdfe2522c44035a1ac6 | 0 | roles/telegraf | 251 | [
"no_license"
] | [
{
"path": "roles/telegraf/handlers/main.yml",
"content": "- name: Перезапуск Telegraf\n service:\n name: telegraf\n state: restarted\n enabled: true\n listen: telegraf-config:restart\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 131
},
{
"path": "rol... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 926,
"all_permissive": false
} |
ansible_role | S-Zakhar/tm-project | f4be7b072a967ea7c680dcdfe2522c44035a1ac6 | 0 | roles/unison | 251 | [
"no_license"
] | [
{
"path": "roles/unison/tasks/install.yml",
"content": "---\n- name: install unison\n apt:\n update_cache: true\n cache_valid_time: 3600\n name: unison\n state: latest\n\n- name: create group www-data\n group:\n name: www-data\n state: present\n\n- name: create user backup-data\n user:\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1329,
"all_permissive": false
} |
ansible_role | S-Zakhar/tm-project | f4be7b072a967ea7c680dcdfe2522c44035a1ac6 | 0 | roles/users | 251 | [
"no_license"
] | [
{
"path": "roles/users/tasks/main.yml",
"content": "---\n# tasks file for roles/users\n\n\n- name: add system user\n user:\n name: \"{{item.0.name}}\"\n shell: \"{{item.1.shell}}\"\n groups: \"{{item.0.groups}}\"\n password: \"{{item.1.password}}\"\n with_nested:\n - \"{{access_map[target]}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1082,
"all_permissive": false
} |
ansible_role | Serrgia/Ansible | 05046475ac7a5639103edebb7f8db7ff1a2a48ae | 0 | roles/ansible_LAMP | 251 | [
"no_license"
] | [
{
"path": "roles/ansible_LAMP/defaults/main.yml",
"content": "---\n# defaults file for ansible_LAMP\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "roles/ansible_LAMP/tasks/main.yml",
"content": "---\n# tasks file for ansible_LAMP\n\n - na... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2414,
"all_permissive": false
} |
ansible_role | ippontech/spark-handson | 399337231db7175f137ed7a3f6c1bee1646c29ae | 2 | roles/cassandra | 251 | [
"no_license"
] | [
{
"path": "roles/cassandra/tasks/main.yml",
"content": "#- name: install java\n# apt: name=openjdk-7-jre state=present update_cache=yes \n\n#- name: add cassandra debian repository\n# apt_repository: repo='deb http://www.apache.org/dist/cassandra/debian 21x main' state=present\n#\n#- name: add the... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1801,
"all_permissive": false
} |
ansible_role | ippontech/spark-handson | 399337231db7175f137ed7a3f6c1bee1646c29ae | 2 | roles/elasticsearch | 251 | [
"no_license"
] | [
{
"path": "roles/elasticsearch/vars/main.yml",
"content": "elasticsearch_version: 1.7.2\nelasticsearch_dir: /home/{{user}}/elasticsearch-{{elasticsearch_version}}\nelasticsearch_download_url: https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-{{elasticsearch_version}}.tar.gz\n",
"lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 969,
"all_permissive": false
} |
ansible_role | ippontech/spark-handson | 399337231db7175f137ed7a3f6c1bee1646c29ae | 2 | roles/hadoop | 251 | [
"no_license"
] | [
{
"path": "roles/hadoop/tasks/main.yml",
"content": "- name: Check that Hadoop is installed\n stat:\n path={{hadoop_dir}}/bin\n register: st\n\n- name: Download Hadoop\n get_url:\n url={{hadoop_download_url}}\n dest=/tmp/apache-hadoop-{{hadoop_version}}-bin.tar.gz\n timeout=60\n when: not st... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1014,
"all_permissive": false
} |
ansible_role | ippontech/spark-handson | 399337231db7175f137ed7a3f6c1bee1646c29ae | 2 | roles/handson | 251 | [
"no_license"
] | [
{
"path": "roles/handson/tasks/main.yml",
"content": "- name: Copy the data\n copy: src=data dest=/\n sudo: true\n\n- name: Copy Notebooks\n copy: src=notebook dest={{zeppelin_dir}}/\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 127
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 127,
"all_permissive": false
} |
ansible_role | ippontech/spark-handson | 399337231db7175f137ed7a3f6c1bee1646c29ae | 2 | roles/kibana | 251 | [
"no_license"
] | [
{
"path": "roles/kibana/tasks/main.yml",
"content": "- name: Check that Kibana is installed\n stat:\n path={{kibana_dir}}/bin\n register: st\n\n- name: Download Kibana\n get_url:\n url={{kibana_download_url}}\n dest=/tmp/kibana-{{kibana_version}}-bin.tar.gz\n timeout=60\n when: not st.stat.e... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 821,
"all_permissive": false
} |
ansible_role | ippontech/spark-handson | 399337231db7175f137ed7a3f6c1bee1646c29ae | 2 | roles/swap_file | 251 | [
"no_license"
] | [
{
"path": "roles/swap_file/vars/main.yml",
"content": "swap_file: /file.swap\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 22
},
{
"path": "roles/swap_file/tasks/main.yml",
"content": "- name: Create a swap file\n shell: fallocate -l 8192m {{swap_file}} cr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 479,
"all_permissive": false
} |
ansible_role | ippontech/spark-handson | 399337231db7175f137ed7a3f6c1bee1646c29ae | 2 | roles/training | 251 | [
"no_license"
] | [
{
"path": "roles/training/tasks/main.yml",
"content": "- name: Remove the source code from the home\n file:\n path={{training_home_dir}}\n state=absent\n\n- name: Copy the source code\n copy:\n src=\"../spark-training/{{item}}\"\n dest={{training_home_dir}}\n with_items:\n - src\n - pom... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 514,
"all_permissive": false
} |
ansible_role | ippontech/spark-handson | 399337231db7175f137ed7a3f6c1bee1646c29ae | 2 | roles/zeppelin | 251 | [
"no_license"
] | [
{
"path": "roles/zeppelin/vars/main.yml",
"content": "zeppelin_version: 0.5.6-incubating\nzeppelin_dir: /home/{{user}}/zeppelin-{{zeppelin_version}}\nzeppelin_download_url: http://wwwftp.ciril.fr/pub/apache/incubator/zeppelin/{{zeppelin_version}}/zeppelin-{{zeppelin_version}}-bin-all.tgz\n",
"license_ty... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4346,
"all_permissive": false
} |
ansible_role | manikandarajzma/cumulus-ansible | 98692b8a95b38c7ad346073956e852130dda729b | 0 | cumulus-fabric/roles/all | 251 | [
"no_license"
] | [
{
"path": "cumulus-fabric/roles/all/tasks/main.yaml",
"content": "---\n- name: hostname\n nclu:\n commands:\n - add hostname {{ config[inventory_hostname].hostname }}\n\n commit: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 121
},
{
"path": "cumul... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 369,
"all_permissive": false
} |
ansible_role | manikandarajzma/cumulus-ansible | 98692b8a95b38c7ad346073956e852130dda729b | 0 | cumulus-ospf-ansible/roles/ospf | 251 | [
"no_license"
] | [
{
"path": "cumulus-ospf-ansible/roles/ospf/tasks/main.yaml",
"content": "---\n- name: Enable OSPF\n nclu:\n commands:\n - add ospf router-id {{ routerid[inventory_hostname].rid }}\n - add ospf network {{item.prefix}} area {{item.area}}\n loop:\n - { prefix: 192.168.0.0/16,area: 0.0.0.0}\n "... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 226,
"all_permissive": false
} |
ansible_role | venkatalokeshanne/ansible | 83dfa5f68bca98abd9b08ead28f875ef3d8b5613 | 0 | roles/docker | 251 | [
"no_license"
] | [
{
"path": "roles/docker/defaults/main.yaml",
"content": "docker_gpg_key_url: https://download.docker.com/linux/ubuntu/gpg\ndocker_repo_template: |\n deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu {{ ansible_lsb.codename }} stable\n",
"license_type": "no... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1060,
"all_permissive": false
} |
ansible_role | LeoVerto/jellyfin-hcloud | c40d8852d19ff02b48826e67081719aa167ca8b7 | 7 | ansible/roles/debian_base | 251 | [
"no_license"
] | [
{
"path": "ansible/roles/debian_base/tasks/main.yml",
"content": "---\n- include_tasks: packages.yml\n- include_tasks: user.yml\n- include_tasks: firewall.yml\n- include_tasks: hardening.yml\n- include_tasks: unattended-upgrades.yml\n- include_tasks: docker.yml\n when: install_docker|bool\n",
"license_... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2821,
"all_permissive": false
} |
ansible_role | LeoVerto/jellyfin-hcloud | c40d8852d19ff02b48826e67081719aa167ca8b7 | 7 | ansible/roles/jellyfin | 251 | [
"no_license"
] | [
{
"path": "ansible/roles/jellyfin/defaults/main.yml",
"content": "---\nrestart_traefik: false\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 27
},
{
"path": "ansible/roles/jellyfin/templates/traefik-provider.toml",
"content": "# Set secure options by disabli... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 7140,
"all_permissive": false
} |
ansible_role | TechTribeOne/iac | 3b797584be67cbbfc351acc2141105e6cd5343d5 | 0 | ansible/ansible-control/roles/myorg.common | 251 | [
"no_license"
] | [
{
"path": "ansible/ansible-control/roles/myorg.common/environments/dev/hosts",
"content": "myorg ansible_connection=local\n\n[servers]\nmyorg\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 48
},
{
"path": "ansible/ansible-control/roles/myorg.common/environments/... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 15,
"total_bytes": 3619,
"all_permissive": false
} |
ansible_role | fadetempest/ansible-train | 4ee61e3d881eaa276462045ee5499961f0441320 | 0 | roles/deploy_apache_web | 251 | [
"no_license"
] | [
{
"path": "roles/deploy_apache_web/defaults/main.yml",
"content": "---\n# defaults file for deploy_apache_web\n\ndest_file: /var/www/html\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
},
{
"path": "roles/deploy_apache_web/tasks/main.yml",
"content": "---... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 789,
"all_permissive": false
} |
ansible_role | open-orchestra/open-orchestra-provision | 2bae33831a76d97e760c09d89e8949b5bce80568 | 0 | roles/common | 251 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n - include: add_default_locale.yml\n - include: base_packages.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 69
},
{
"path": "roles/common/tasks/add_default_locale.yml",
"content": "---\n- name: a... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 656,
"all_permissive": false
} |
ansible_role | open-orchestra/open-orchestra-provision | 2bae33831a76d97e760c09d89e8949b5bce80568 | 0 | roles/git | 251 | [
"no_license"
] | [
{
"path": "roles/git/tasks/copy_config.yml",
"content": "---\n - name: Copy .gitconfig\n template: src=gitconfig.j2 dest=~/.gitconfig\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 77
},
{
"path": "roles/git/templates/gitconfig.j2",
"content": "[push]\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 331,
"all_permissive": false
} |
ansible_role | open-orchestra/open-orchestra-provision | 2bae33831a76d97e760c09d89e8949b5bce80568 | 0 | roles/jmeter | 251 | [
"no_license"
] | [
{
"path": "roles/jmeter/meta/main.yml",
"content": "---\ndependencies:\n - { role: alban.andrieu.jmeter }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 53
},
{
"path": "roles/jmeter/vars/main.yml",
"content": "jmeter_version: \"2.13\"\njmeter_owner: \"root... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 255,
"all_permissive": false
} |
ansible_role | open-orchestra/open-orchestra-provision | 2bae33831a76d97e760c09d89e8949b5bce80568 | 0 | roles/orchestraCron | 251 | [
"no_license"
] | [
{
"path": "roles/orchestraCron/vars/main.yml",
"content": "---\nsitemap_minute: 0\nsitemap_hour: 2\nsitemap_task: '{{command_php}} {{path_front}}/app/console {{sitemap_command}} {{rm_stdout}}'\nsitemap_command: \"-e={{env}} orchestra:sitemaps:generate\"\n\nrobots_minute: 0\nrobots_hour: 2\nrobots_task: '{{c... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 2521,
"all_permissive": false
} |
ansible_role | open-orchestra/open-orchestra-provision | 2bae33831a76d97e760c09d89e8949b5bce80568 | 0 | roles/php | 251 | [
"no_license"
] | [
{
"path": "roles/php/tasks/install_imagick_extension.yml",
"content": "---\n - name: Install imagick extension\n shell: printf \"\\n\" | pecl install imagick\n register: pecl_imagick_result\n failed_when: pecl_imagick_result.rc > 1\n changed_when: \"'pecl/imagick is already installed' not in pecl_im... | {
"task_files": 16,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 19,
"total_bytes": 5751,
"all_permissive": false
} |
ansible_role | open-orchestra/open-orchestra-provision | 2bae33831a76d97e760c09d89e8949b5bce80568 | 0 | roles/users | 251 | [
"no_license"
] | [
{
"path": "roles/users/tasks/add_sudoers.yml",
"content": "---\n- name: check to make sure sudo is installed\n apt:\n pkg=sudo state=present update_cache=yes\n tags: sudo\n \n- name: add sudoer capacity on Apache\n lineinfile: dest=/etc/sudoers.d/{{item}} owner=root group=root mode=0440\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 741,
"all_permissive": false
} |
ansible_role | open-orchestra/open-orchestra-provision | 2bae33831a76d97e760c09d89e8949b5bce80568 | 0 | roles/web | 251 | [
"no_license"
] | [
{
"path": "roles/web/tasks/add_certificate.yml",
"content": "---\n - name: Check ssl conf directory\n stat: path=/usr/local/apache/conf\n register: ssl_conf_directory\n - name: Create a directory for ssl conf\n shell: mkdir -p /usr/local/apache/conf\n when: ssl_conf_directory.stat.exists == false\n ... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 4997,
"all_permissive": false
} |
ansible_role | nasry/openvpnserver-vagrant-ansible | d20658b6b8d6fece2f0706f5d2d9829f21c63683 | 0 | provision/roles/certification | 250 | [
"no_license"
] | [
{
"path": "provision/roles/certification/tasks/main.yml",
"content": "---\n# Configure and Build the Certificate Authority\n- name: copy over the Easy-RSA generation scripts.\n shell: cp -r /usr/share/easy-rsa/ /etc/openvpn # copy module does not support recursive\n\n- name: create a directory to house the... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 968,
"all_permissive": false
} |
ansible_role | nasry/openvpnserver-vagrant-ansible | d20658b6b8d6fece2f0706f5d2d9829f21c63683 | 0 | provision/roles/openvpn-server | 250 | [
"no_license"
] | [
{
"path": "provision/roles/openvpn-server/tasks/ufw.yml",
"content": "---\n# install and configure ufw\n- apt:\n name: ufw\n- ufw:\n rule: allow\n name: ssh\n- ufw:\n rule: allow\n port: 1194\n proto: udp\n- replace:\n dest: /etc/default/ufw\n regexp: 'DEFAULT_FORWARD_POLICY=\"DROP\"'\n r... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1963,
"all_permissive": false
} |
ansible_role | ShamimShahraeini/ansible-automation-repo | 4ce51fefd93594e58da0717faf23dc2a4e46c7f3 | 0 | roles/add-to-zabbix-panel | 250 | [
"no_license"
] | [
{
"path": "roles/add-to-zabbix-panel/tasks/main.yaml",
"content": "---\n\n#- name: Create a new host\n# community.zabbix.zabbix_host:\n# server_url: \"{{ zbx_url }}\"\n# login_user: \"{{ zbx_user }}\"\n# login_password: \"{{ <PASSWORD> }}\"\n# host_name: \"{{ ansible_hostname }}\"\n# visible... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1442,
"all_permissive": false
} |
ansible_role | ShamimShahraeini/ansible-automation-repo | 4ce51fefd93594e58da0717faf23dc2a4e46c7f3 | 0 | roles/install-fluentd | 250 | [
"no_license"
] | [
{
"path": "roles/install-fluentd/tasks/main.yml",
"content": "---\n\n- block:\n - include_tasks: install.yml\n - include_tasks: check.yml\n - include_tasks: default-config.yml\n tags: install\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 132
},
{
"path... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2292,
"all_permissive": false
} |
ansible_role | ShamimShahraeini/ansible-automation-repo | 4ce51fefd93594e58da0717faf23dc2a4e46c7f3 | 0 | roles/install-prometheus | 250 | [
"no_license"
] | [
{
"path": "roles/install-prometheus/templates/prometheus.yml",
"content": "global:\n scrape_interval: 60s\n\nscrape_configs:\n\n\n - job_name: 'prometheus'\n scrape_interval: 60s\n scheme: https\n static_configs:\n - targets: ['{{ prometheus_name }}:9090']\n basic_auth:\n username: u... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3871,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.