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 | dlamotta/openshift-blue | a850f5069beef0a542388b55dc1dd64bb2358591 | 0 | roles/ipafwconfig | 7,484 | [
"no_license"
] | [
{
"path": "roles/ipafwconfig/tasks/main.yml",
"content": "---\n- name: firewall services config\n firewalld:\n state: enabled\n immediate: True\n permanent: True\n port: \"{{ item }}\"\n with_items:\n - 80/tcp\n - 443/tcp\n - 88/tcp\n - 464/tcp\n - 389/tcp\n - 636/tcp\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 378,
"all_permissive": false
} |
ansible_role | dlamotta/openshift-blue | a850f5069beef0a542388b55dc1dd64bb2358591 | 0 | roles/ipainstall | 7,484 | [
"no_license"
] | [
{
"path": "roles/ipainstall/templates/dhclient.conf.j2",
"content": "interface \"eth0\" { \n prepend domain-name-servers {{ ansible_default_ipv4.address }};\n}\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
},
{
"path": "roles/ipainstall/tasks/main.yml",... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1814,
"all_permissive": false
} |
ansible_role | dlamotta/openshift-blue | a850f5069beef0a542388b55dc1dd64bb2358591 | 0 | roles/rhn | 7,484 | [
"no_license"
] | [
{
"path": "roles/rhn/tasks/main.yml",
"content": "---\n- name: register with red hat network\n become: True\n shell: |\n subscription-manager register --username={{ rhn_user }} --password={{ <PASSWORD> }} --force\n subscription-manager refresh\n subscription-manager attach --pool={{ rhn_pool }}\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 357,
"all_permissive": false
} |
ansible_role | Trev-N-T/ansible-for-rails-on-ubuntu-desktop | 9992a7fdc9da38ded037219220ce772ee2264c2d | 0 | roles/postgres | 7,484 | [
"no_license"
] | [
{
"path": "roles/postgres/tasks/main.yml",
"content": "- name: install postgres dependencies\n become: yes\n become_user: root\n apt:\n name: \"{{ item }}\"\n state: latest\n update_cache: yes\n with_items:\n - \"{{ postgres_required_packages }}\"\n tags:\n - postgres\n\n- name: get post... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1418,
"all_permissive": false
} |
ansible_role | Trev-N-T/ansible-for-rails-on-ubuntu-desktop | 9992a7fdc9da38ded037219220ce772ee2264c2d | 0 | roles/redis | 7,484 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/main.yml",
"content": "- name: install redis\n become: yes\n become_user: root\n apt:\n name: redis-server\n state: latest\n update_cache: yes\n tags:\n - redis\n\n- name: start redis\n become: yes\n become_user: root\n service:\n name: redis-server\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 293,
"all_permissive": false
} |
ansible_role | Trev-N-T/ansible-for-rails-on-ubuntu-desktop | 9992a7fdc9da38ded037219220ce772ee2264c2d | 0 | roles/ruby | 7,484 | [
"no_license"
] | [
{
"path": "roles/ruby/tasks/rbenv.yml",
"content": "- name: clone rbenv\n git:\n repo: \"{{ rbenv_repo }}\"\n dest: \"{{ home_dir }}/.rbenv\"\n tags:\n - rbenv\n\n- name: clone ruby-build repo\n git:\n repo: \"{{ ruby_build_repo }}\"\n dest: \"{{ home_dir }}/.rbenv/plugins/ruby-build\"\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1758,
"all_permissive": false
} |
ansible_role | Pavanivadaboina/ansible-roboshop-roles | 462c04aa241a7a3bbcbcbe7e90054b31bb4070fc | 0 | roles/cart | 7,484 | [
"no_license"
] | [
{
"path": "roles/cart/tasks/main.yml",
"content": "- name : setup nodejs repo\n ansible.builtin.import_role :\n name : common\n tasks_from : nodejs\n\n- name : setup user/app directory roboshop\n ansible.builtin.import_role :\n name : common\n tasks_from : setup-user\n\n- name : install nodejs... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 470,
"all_permissive": false
} |
ansible_role | Pavanivadaboina/ansible-roboshop-roles | 462c04aa241a7a3bbcbcbe7e90054b31bb4070fc | 0 | roles/catalogue | 7,484 | [
"no_license"
] | [
{
"path": "roles/catalogue/tasks/main.yml",
"content": "- name : setup nodejs repo\n ansible.builtin.import_role :\n name : common\n tasks_from : nodejs\n\n- name : setup user/app directory roboshop\n ansible.builtin.import_role :\n name : common\n tasks_from : setup-user\n\n- name : install n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 583,
"all_permissive": false
} |
ansible_role | Pavanivadaboina/ansible-roboshop-roles | 462c04aa241a7a3bbcbcbe7e90054b31bb4070fc | 0 | roles/common | 7,484 | [
"no_license"
] | [
{
"path": "roles/common/tasks/systemd-setup.yml",
"content": "- name : copy {{component}}.service\n ansible.builtin.copy :\n src : \"{{component}}.service\"\n dest : /etc/systemd/system/{{component}}.service\n\n- name : daemon reload and restart the service\n ansible.builtin.systemd:\n daemon_rel... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1818,
"all_permissive": false
} |
ansible_role | Pavanivadaboina/ansible-roboshop-roles | 462c04aa241a7a3bbcbcbe7e90054b31bb4070fc | 0 | roles/payment | 7,484 | [
"no_license"
] | [
{
"path": "roles/payment/tasks/main.yml",
"content": "- name : Install Python\n ansible.builtin.import_role :\n name : common\n tasks_from : python-install\n\n- name : setup user/app directory roboshop\n ansible.builtin.import_role :\n name : common\n tasks_from : setup-user\n\n- name : Instal... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 463,
"all_permissive": false
} |
ansible_role | Pavanivadaboina/ansible-roboshop-roles | 462c04aa241a7a3bbcbcbe7e90054b31bb4070fc | 0 | roles/shipping | 7,484 | [
"no_license"
] | [
{
"path": "roles/shipping/tasks/main.yml",
"content": "- name : Install Maven\n ansible.builtin.import_role :\n name : common\n tasks_from : maven-install\n\n- name : setup user/app directory roboshop\n ansible.builtin.import_role :\n name : common\n tasks_from : setup-user\n\n- name : Install... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 807,
"all_permissive": false
} |
ansible_role | msavdert/ansible-examples | 845ab1aa0edc57d15751c146a31466489003e905 | 0 | roles/add-repository | 7,484 | [
"no_license"
] | [
{
"path": "roles/add-repository/tasks/main.yml",
"content": "---\n\n- block: # RedHat/CentOS\n # Install Epel Repository\n - name: Get epel-release-latest rpm package\n ansible.builtin.get_url:\n url: \"https://dl.fedoraproject.org/pub/epel/epel-release-latest-{{ ansible_distribution_majo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1627,
"all_permissive": false
} |
ansible_role | msavdert/ansible-examples | 845ab1aa0edc57d15751c146a31466489003e905 | 0 | roles/packages | 7,484 | [
"no_license"
] | [
{
"path": "roles/packages/tasks/main.yml",
"content": "---\n- block: # RedHat (update cache)\n - name: Update yum cache\n ansible.builtin.shell: yum clean all && yum -y makecache\n args:\n executable: /bin/bash\n when: ansible_distribution_major_version == '7'\n\n - name: Update ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3944,
"all_permissive": false
} |
ansible_role | jtheo/ubuntu_wp_ha | 99640be7785d3e84b62a08c38ee7f78bf8a49d40 | 0 | ansible/roles/apache | 7,484 | [
"no_license"
] | [
{
"path": "ansible/roles/apache/templates/httpd.conf.j2",
"content": "#\n# {{ ansible_managed }}\n#\n\n######### Conf ######################\nServerTokens ProductOnly\nKeepAlive On\nMaxKeepAliveRequests 500\nKeepAliveTimeout 5\n\n####### Prefork MPM #########################\n<IfModule prefork.c>\nStartServ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4433,
"all_permissive": false
} |
ansible_role | jtheo/ubuntu_wp_ha | 99640be7785d3e84b62a08c38ee7f78bf8a49d40 | 0 | ansible/roles/haproxy | 7,484 | [
"no_license"
] | [
{
"path": "ansible/roles/haproxy/tasks/main.yml",
"content": "---\n- name: Install HAProxy\n apt:\n name: \"{{ item }}\"\n state: installed\n with_items: \n ['hatop', 'haproxy']\n\n\n- name: Enable haproxy\n lineinfile:\n dest: /etc/default/haproxy\n regexp: \"^ENABLED.+$\"\n line: \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 559,
"all_permissive": false
} |
ansible_role | jtheo/ubuntu_wp_ha | 99640be7785d3e84b62a08c38ee7f78bf8a49d40 | 0 | ansible/roles/memcached | 7,484 | [
"no_license"
] | [
{
"path": "ansible/roles/memcached/tasks/main.yml",
"content": "---\n\n- name: Ensure memcached is installed\n apt: \n name: memcached \n state: installed\n\n- name: Ensure memcached is started and enabled on boot.\n service: name=memcached state=started enabled=yes\n\n",
"license_type": "no_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 204,
"all_permissive": false
} |
ansible_role | jtheo/ubuntu_wp_ha | 99640be7785d3e84b62a08c38ee7f78bf8a49d40 | 0 | ansible/roles/mysql | 7,484 | [
"no_license"
] | [
{
"path": "ansible/roles/mysql/tasks/main.yml",
"content": "---\n- name: Set MySQL root password before installing\n debconf: name='mysql-server' question='mysql-server/root_password' value='{{ mysql_root_password }}' vtype='password'\n\n- name: Confirm MySQL root password before installing\n debconf: nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1421,
"all_permissive": false
} |
ansible_role | jtheo/ubuntu_wp_ha | 99640be7785d3e84b62a08c38ee7f78bf8a49d40 | 0 | ansible/roles/nfs | 7,484 | [
"no_license"
] | [
{
"path": "ansible/roles/nfs/tasks/main.yml",
"content": "---\n\n- name: Ensure nfs is installed\n apt:\n name: \"{{ item }}\"\n state: installed\n with_items:\n - nfs-common\n - nfs-kernel-server\n\n- name: Create dir for NFS Share\n file:\n path: \"{{ nfs.share }}\"\n state: directory... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 767,
"all_permissive": false
} |
ansible_role | jtheo/ubuntu_wp_ha | 99640be7785d3e84b62a08c38ee7f78bf8a49d40 | 0 | ansible/roles/ntp | 7,484 | [
"no_license"
] | [
{
"path": "ansible/roles/ntp/tasks/main.yml",
"content": "---\n- name: Configure Time Zone for London\n file: src=/usr/share/zoneinfo/Europe/London dest=/etc/localtime state=link force=yes\n\n- name: Ensure NTP and utilities are installed\n apt:\n name: \"{{ item }}\"\n state: installed\n update_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1012,
"all_permissive": false
} |
ansible_role | jtheo/ubuntu_wp_ha | 99640be7785d3e84b62a08c38ee7f78bf8a49d40 | 0 | ansible/roles/remove | 7,484 | [
"no_license"
] | [
{
"path": "ansible/roles/remove/tasks/main.yml",
"content": "---\n\n- name: Remove some useless packages\n apt:\n name: \"{{ item }}\"\n state: absent\n cache_valid_time: 3600\n update_cache: yes\n with_items:\n ['chef', 'chef-zero', 'puppet', 'puppet-common']\n\n",
"license_type": "no_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 207,
"all_permissive": false
} |
ansible_role | jtheo/ubuntu_wp_ha | 99640be7785d3e84b62a08c38ee7f78bf8a49d40 | 0 | ansible/roles/ssh | 7,484 | [
"no_license"
] | [
{
"path": "ansible/roles/ssh/tasks/main.yml",
"content": "---\n- name: Configure SSH\n template: src='sshd_config.j2' dest=/etc/ssh/sshd_config owner=root group=root mode=0644 backup=yes\n notify: restart ssh\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 150
},
{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 605,
"all_permissive": false
} |
ansible_role | jtheo/ubuntu_wp_ha | 99640be7785d3e84b62a08c38ee7f78bf8a49d40 | 0 | ansible/roles/wordpress | 7,484 | [
"no_license"
] | [
{
"path": "ansible/roles/wordpress/tasks/main.yml",
"content": "---\n\n- name: Install wpcli\n get_url:\n url: https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar\n dest: /usr/local/bin/wp-cli\n mode: 0755\n\n- name: Check if Wordpress is Installed\n command: \"sudo -u www-d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2064,
"all_permissive": false
} |
ansible_role | psvitov/devops-netology | 11a8bf73590f03eab6479864e6296bc837c80094 | 0 | Tests/CleverensSoft/задание_№1_DevOps/roles/cron_copy_files | 7,484 | [
"no_license"
] | [
{
"path": "Tests/CleverensSoft/задание_№1_DevOps/roles/cron_copy_files/defaults/main.yml",
"content": "---\n# defaults file for sa-vpn-pptp-client\n\nprofile_name: \"backups\"\nsearch_dir: \"/opt/backups\"\ntarget_dir: \"/opt/cifs/Backup\"\n\n#для разбора имени файла login_123123123_2023-05-15_08-25-38.tgz(... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 967,
"all_permissive": false
} |
ansible_role | psvitov/devops-netology | 11a8bf73590f03eab6479864e6296bc837c80094 | 0 | Tests/CleverensSoft/задание_№1_DevOps/roles/moscow_region | 7,484 | [
"no_license"
] | [
{
"path": "Tests/CleverensSoft/задание_№1_DevOps/roles/moscow_region/tasks/main.yml",
"content": "---\n# tasks file for moscow_region\n- name: set timezone to Europe/Moscow\n timezone:\n name: Europe/Moscow",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 108,
"all_permissive": false
} |
ansible_role | psvitov/devops-netology | 11a8bf73590f03eab6479864e6296bc837c80094 | 0 | Tests/CleverensSoft/задание_№1_DevOps/roles/setting_ufw | 7,484 | [
"no_license"
] | [
{
"path": "Tests/CleverensSoft/задание_№1_DevOps/roles/setting_ufw/tasks/main.yml",
"content": "---\n# tasks file\n\n- name: Install ufw\n ansible.builtin.apt:\n name: ufw\n state: present\n\n- name: Settings default policy\n ansible.builtin.command: \"{{ item }}\"\n with_items:\n - ufw default ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 475,
"all_permissive": false
} |
ansible_role | tbernacchi/kubernetes-containerd | 0e383ae39bfc7dbb6563acacd224ed790b9888d0 | 0 | ansible/roles/common | 7,484 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n# tasks file for common\n- include_tasks: adjust.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 56
},
{
"path": "ansible/roles/common/tasks/adjust.yml",
"content": "- name: Disable IPv6 wi... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 860,
"all_permissive": false
} |
ansible_role | tbernacchi/kubernetes-containerd | 0e383ae39bfc7dbb6563acacd224ed790b9888d0 | 0 | ansible/roles/containerd | 7,484 | [
"no_license"
] | [
{
"path": "ansible/roles/containerd/templates/install-containerd.yml.j2",
"content": "#!/bin/bash \n/bin/tar -xzf containerd-{{ CONTAINERD_VERSION }}-linux-arm64.tar.gz -C /usr/local/\n`which crictl` config --set runtime-endpoint=unix:///var/run/containerd/containerd.sock\n/bin/tar -xzf crictl-{{ CRICTL_VER... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2856,
"all_permissive": false
} |
ansible_role | tbernacchi/kubernetes-containerd | 0e383ae39bfc7dbb6563acacd224ed790b9888d0 | 0 | ansible/roles/kubernetes | 7,484 | [
"no_license"
] | [
{
"path": "ansible/roles/kubernetes/tasks/kernel.yml",
"content": "- name: Template /etc/modules-load.d/k8s.conf\n template:\n src: ../templates/k8s.conf\n dest: /etc/modules-load.d/k8s.conf\n owner: root\n group: root\n mode: '0755'\n \n- name: Template /etc/sysctl.d/k8s.conf\n template:\n... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1223,
"all_permissive": false
} |
ansible_role | tbernacchi/kubernetes-containerd | 0e383ae39bfc7dbb6563acacd224ed790b9888d0 | 0 | ansible/roles/master | 7,484 | [
"no_license"
] | [
{
"path": "ansible/roles/master/tasks/kernel.yml",
"content": "- name: Disable IPv6tables and enable IPv4_forward\n sysctl: name={{ item }} value=1 state=present\n with_items:\n - net.bridge.bridge-nf-call-ip6tables \n - net.bridge.bridge-nf-call-iptables\n - net.ipv4.ip_forward\n\n- name: sysctl --... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2165,
"all_permissive": false
} |
ansible_role | tbernacchi/kubernetes-containerd | 0e383ae39bfc7dbb6563acacd224ed790b9888d0 | 0 | ansible/roles/nodes | 7,484 | [
"no_license"
] | [
{
"path": "ansible/roles/nodes/tasks/main.yml",
"content": "---\n# tasks file for nodes\n\n- name: Kubeadm reset\n shell: kubeadm reset -f >> reset.log\n args: \n chdir: $HOME\n creates: reset.log\n\n- name: Copy join-command file from buffer (local file) to nodes\n copy: src=buffer/join-command de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 427,
"all_permissive": false
} |
ansible_role | IluaRoot/devops-hometasks | c35baf78a860a1391417934a63da971e0cf698b0 | 0 | 03-puppet/roles/agents_role | 7,484 | [
"no_license"
] | [
{
"path": "03-puppet/roles/agents_role/tasks/main.yaml",
"content": " - name: Agents install\n import_tasks:\n file: agents_install.yaml\n\n - name: Agents settings up\n import_tasks:\n file: agents_setup.yaml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 14... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 763,
"all_permissive": false
} |
ansible_role | IluaRoot/devops-hometasks | c35baf78a860a1391417934a63da971e0cf698b0 | 0 | 03-puppet/roles/conf_role | 7,484 | [
"no_license"
] | [
{
"path": "03-puppet/roles/conf_role/tasks/dec_mem.yaml",
"content": " - name: Lower mem requirements for puppetserver\n replace:\n path: /etc/sysconfig/puppetserver\n regexp: 'Xms2g'\n replace: 'Xms512m'\n\n - name: Lower mem requirements for puppetserver x2\n replace:\n path: /... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1934,
"all_permissive": false
} |
ansible_role | IluaRoot/devops-hometasks | c35baf78a860a1391417934a63da971e0cf698b0 | 0 | 03-puppet/roles/debianpup_install | 7,484 | [
"no_license"
] | [
{
"path": "03-puppet/roles/debianpup_install/tasks/get_deb.yaml",
"content": " - name: Install deb puppet agent package from internet\n become: true\n apt:\n deb: https://apt.puppet.com/puppet7-release-bullseye.deb",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes"... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 416,
"all_permissive": false
} |
ansible_role | IluaRoot/devops-hometasks | c35baf78a860a1391417934a63da971e0cf698b0 | 0 | 03-puppet/roles/debianpup_setup | 7,484 | [
"no_license"
] | [
{
"path": "03-puppet/roles/debianpup_setup/tasks/main.yaml",
"content": " - name: Setup puppet agent\n import_tasks:\n file: setup_pup.yaml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "03-puppet/roles/debianpup_setup/tasks/setup_pup.yaml",... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 515,
"all_permissive": false
} |
ansible_role | IluaRoot/devops-hometasks | c35baf78a860a1391417934a63da971e0cf698b0 | 0 | 03-puppet/roles/firewall_role | 7,484 | [
"no_license"
] | [
{
"path": "03-puppet/roles/firewall_role/tasks/main.yaml",
"content": " - name: Firewall setting up\n import_tasks:\n file: firewall_rule.yaml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 81
},
{
"path": "03-puppet/roles/firewall_role/tasks/firewall_... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 288,
"all_permissive": false
} |
ansible_role | IluaRoot/devops-hometasks | c35baf78a860a1391417934a63da971e0cf698b0 | 0 | 03-puppet/roles/install_role | 7,484 | [
"no_license"
] | [
{
"path": "03-puppet/roles/install_role/tasks/r10k_inst.yaml",
"content": "# depricated\n# - name: r10k install\n# shell: /opt/puppetlabs/puppet/bin/gem install r10k -v 3.6.0\n\n - name: Installing r10k \n gem:\n name: r10k\n version: 3.6.0\n state: present\n user_install: false\n ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 727,
"all_permissive": false
} |
ansible_role | IluaRoot/devops-hometasks | c35baf78a860a1391417934a63da971e0cf698b0 | 0 | 05-jenkins/roles/install_jenkins | 7,484 | [
"no_license"
] | [
{
"path": "05-jenkins/roles/install_jenkins/tasks/install_key_n_repo.yaml",
"content": " - name: Add key for Jenkins repo\n get_url:\n url: https://pkg.jenkins.io/debian-stable/jenkins.io-2023.key\n dest: /usr/share/keyrings/jenkins-keyring.asc\n mode: '0644'\n force: true\n\n - name: Add ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 868,
"all_permissive": false
} |
ansible_role | IluaRoot/devops-hometasks | c35baf78a860a1391417934a63da971e0cf698b0 | 0 | 05-jenkins/roles/java8_install | 7,484 | [
"no_license"
] | [
{
"path": "05-jenkins/roles/java8_install/tasks/main.yaml",
"content": "- name: Java for Nexus installation\n import_tasks:\n file: install_java.yaml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 80
},
{
"path": "05-jenkins/roles/java8_install/tasks/install... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 429,
"all_permissive": false
} |
ansible_role | IluaRoot/devops-hometasks | c35baf78a860a1391417934a63da971e0cf698b0 | 0 | 05-jenkins/roles/jenkins_jobs | 7,484 | [
"no_license"
] | [
{
"path": "05-jenkins/roles/jenkins_jobs/tasks/main.yaml",
"content": " - name: Create Derictory for job\n file:\n path: /var/lib/jenkins/jobs/homeworkbuild\n state: directory\n owner: jenkins\n group: jenkins\n mode: '0755'\n\n - name: Copy XML job file\n template:\n dest: \"/va... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 375,
"all_permissive": false
} |
ansible_role | IluaRoot/devops-hometasks | c35baf78a860a1391417934a63da971e0cf698b0 | 0 | 05-jenkins/roles/setup_jenkins | 7,484 | [
"no_license"
] | [
{
"path": "05-jenkins/roles/setup_jenkins/handlers/main.yaml",
"content": " - name: Reload Jenkins\n ignore_errors: true\n service:\n name: jenkins\n daemon_reload: true\n state: restarted",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 124
},
{
"pa... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 5743,
"all_permissive": false
} |
ansible_role | IluaRoot/devops-hometasks | c35baf78a860a1391417934a63da971e0cf698b0 | 0 | 05-jenkins/roles/word_cloud | 7,484 | [
"no_license"
] | [
{
"path": "05-jenkins/roles/word_cloud/tasks/link_service_file.yaml",
"content": " - name: Copy Service file \n file:\n src: /opt/wordcloud/wordcloud.service\n dest: /etc/systemd/system/wordcloud.service\n state: link",
"license_type": "no_license",
"detected_licenses": [],
"size_b... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 857,
"all_permissive": false
} |
ansible_role | lipalipinski/vm-setup | 4d6f52c8ccda89725e16ad67dd10bb0051adb262 | 0 | ansible/roles/docker-image | 7,484 | [
"no_license"
] | [
{
"path": "ansible/roles/docker-image/tasks/main.yml",
"content": "---\n- name: ensure docker service is started\n systemd:\n name: docker.service\n state: started\n enabled: true\n\n- name: wait for docker \n wait_for:\n host: localhost\n port: 2376\n state: started\n timeout: 120\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 880,
"all_permissive": false
} |
ansible_role | lipalipinski/vm-setup | 4d6f52c8ccda89725e16ad67dd10bb0051adb262 | 0 | ansible/roles/docker-ssl | 7,484 | [
"no_license"
] | [
{
"path": "ansible/roles/docker-ssl/vars/main.yml",
"content": "---\ncert_dir: \"/etc/docker/certs.d\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "ansible/roles/docker-ssl/tasks/main.yml",
"content": "---\n- name: ensure cert dir\n file:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1320,
"all_permissive": false
} |
ansible_role | lipalipinski/vm-setup | 4d6f52c8ccda89725e16ad67dd10bb0051adb262 | 0 | ansible/roles/install-docker | 7,484 | [
"no_license"
] | [
{
"path": "ansible/roles/install-docker/tasks/main.yml",
"content": "--- \n- name: uninstall any old docker\n apt:\n name:\n - remove\n - docker \n - docker-engine \n - docker.io \n - containerd \n - runc\n state: absent\n\n- name: install gpg key\n apt_key:\n url: h... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1242,
"all_permissive": false
} |
ansible_role | lipalipinski/vm-setup | 4d6f52c8ccda89725e16ad67dd10bb0051adb262 | 0 | ansible/roles/install-jdk-11 | 7,484 | [
"no_license"
] | [
{
"path": "ansible/roles/install-jdk-11/tasks/main.yml",
"content": "---\n- name: ensure apt-transport-https\n apt:\n name: \n - apt-transport-https\n - ca-certificates\n update_cache: true\n state: latest\n\n- name: ensure keyrings dir\n file:\n path: /etc/apt/keyrings\n state: d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 748,
"all_permissive": false
} |
ansible_role | lipalipinski/vm-setup | 4d6f52c8ccda89725e16ad67dd10bb0051adb262 | 0 | ansible/roles/install-jenkins | 7,484 | [
"no_license"
] | [
{
"path": "ansible/roles/install-jenkins/vars/main.yml",
"content": "---\njenkins_home: \"/var/lib/jenkins\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "ansible/roles/install-jenkins/files/jenkins-casc.yaml",
"content": "credentials:\n sys... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 19585,
"all_permissive": false
} |
ansible_role | lipalipinski/vm-setup | 4d6f52c8ccda89725e16ad67dd10bb0051adb262 | 0 | ansible/roles/install-nexus | 7,484 | [
"no_license"
] | [
{
"path": "ansible/roles/install-nexus/tasks/main.yml",
"content": "---\n- name: Add sonatype-community repo\n apt_repository:\n repo: \"deb [arch=all trusted=yes] https://repo.sonatype.com/repository/community-apt-hosted/ bionic main\"\n state: present\n\n- name: install Nexus\n apt:\n name: nex... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4989,
"all_permissive": false
} |
ansible_role | lipalipinski/vm-setup | 4d6f52c8ccda89725e16ad67dd10bb0051adb262 | 0 | ansible/roles/install-tools | 7,484 | [
"no_license"
] | [
{
"path": "ansible/roles/install-tools/tasks/main.yml",
"content": "---\n- name: install tools\n apt:\n name:\n - ca-certificates\n - curl\n - git\n - gnupg\n - htop\n - tree\n - vim\n update_cache: true\n state: latest",
"license_type": "no_license",
"de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 184,
"all_permissive": false
} |
ansible_role | lipalipinski/vm-setup | 4d6f52c8ccda89725e16ad67dd10bb0051adb262 | 0 | ansible/roles/nexus-ssl | 7,484 | [
"no_license"
] | [
{
"path": "ansible/roles/nexus-ssl/handlers/main.yml",
"content": "---\n- name: restart nexus\n systemd:\n daemon_reload: true\n name: nexus-repository-manager.service\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 125
},
{
"path": "... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1623,
"all_permissive": false
} |
ansible_role | lipalipinski/vm-setup | 4d6f52c8ccda89725e16ad67dd10bb0051adb262 | 0 | ansible/roles/update | 7,484 | [
"no_license"
] | [
{
"path": "ansible/roles/update/tasks/main.yml",
"content": "- name: start timecyncd service\n service:\n name: systemd-timesyncd\n enabled: true\n state: started\n\n- name: apt update and upgrade\n apt:\n update_cache: true\n upgrade: \"full\"\n",
"license_type": "no_license",
"det... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 190,
"all_permissive": false
} |
ansible_role | InformatiQ/sensu-ansible | 00ede053f5ab2237fbf733b6ce2a597e89e1d077 | 26 | roles/graphite-web | 7,484 | [
"no_license"
] | [
{
"path": "roles/graphite-web/handlers/main.yml",
"content": "- name: start carbon\n service: name=carbon-cache state=started\n\n- name: update supervisor\n supervisorctl: name=graphite-web state=present\n\n- name: restart graphite-web\n supervisorctl: name=graphite-web state=restarted\n",
"license_t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1139,
"all_permissive": false
} |
ansible_role | InformatiQ/sensu-ansible | 00ede053f5ab2237fbf733b6ce2a597e89e1d077 | 26 | roles/nginx | 7,484 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "- name: Install nginx\n apt: pkg=nginx state=latest\n\n- name: Copy SSL files\n copy: src={{ item }} dest=/etc/ssl/private/\n with_items:\n - server.crt\n - server.key\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 171,
"all_permissive": false
} |
ansible_role | InformatiQ/sensu-ansible | 00ede053f5ab2237fbf733b6ce2a597e89e1d077 | 26 | roles/rabbitmq | 7,484 | [
"no_license"
] | [
{
"path": "roles/rabbitmq/tasks/main.yml",
"content": "- name: Add rabbitmq repo\n action: lineinfile dest=/etc/apt/sources.list.d/rabbitmq.list regexp=\"rabbitmq.com\" line='deb http://www.rabbitmq.com/debian/ testing main' create=yes\n register: aptrepo\n\n- name: Apt key for rabbitmq\n action: apt_key... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1531,
"all_permissive": false
} |
ansible_role | InformatiQ/sensu-ansible | 00ede053f5ab2237fbf733b6ce2a597e89e1d077 | 26 | roles/redis | 7,484 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/main.yml",
"content": " - name: Install redis\n action: apt name=redis-server state=latest\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 76,
"all_permissive": false
} |
ansible_role | InformatiQ/sensu-ansible | 00ede053f5ab2237fbf733b6ce2a597e89e1d077 | 26 | roles/sensu-checks | 7,484 | [
"no_license"
] | [
{
"path": "roles/sensu-checks/handlers/main.yml",
"content": "- name: restart server and api\n service: name={{ item }} state=restarted\n with_items:\n - sensu-api\n - sensu-server\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 123
},
{
"path": "roles/se... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 440,
"all_permissive": false
} |
ansible_role | InformatiQ/sensu-ansible | 00ede053f5ab2237fbf733b6ce2a597e89e1d077 | 26 | roles/sensu-client | 7,484 | [
"no_license"
] | [
{
"path": "roles/sensu-client/handlers/main.yml",
"content": "- name: restart sensuclient\n action: service name=sensu-client state=restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 80
},
{
"path": "roles/sensu-client/tasks/main.yml",
"content": "- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1337,
"all_permissive": false
} |
ansible_role | InformatiQ/sensu-ansible | 00ede053f5ab2237fbf733b6ce2a597e89e1d077 | 26 | roles/sensu-server | 7,484 | [
"no_license"
] | [
{
"path": "roles/sensu-server/handlers/main.yml",
"content": "- name: restart sensuserver\n action: service name=sensu-$item state=restarted\n with_items:\n - server\n - api\n - dashboard\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 133
},
{
"path... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1872,
"all_permissive": false
} |
ansible_role | mtukus/Kafkizer | 3bdfdac27e9b67aa1dcba193f852c2cf5ed4521f | 0 | roles/common | 7,484 | [
"no_license"
] | [
{
"path": "roles/common/tasks/remove-unpacked-kafka.yml",
"content": "#- name: Remove unpacked kafka\n# file:\n# path: /home/confluent/kafka-3.3.2-src\n# state: absent\n \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 105
},
{
"path": "roles/common/tasks... | {
"task_files": 11,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 4044,
"all_permissive": false
} |
ansible_role | mtukus/Kafkizer | 3bdfdac27e9b67aa1dcba193f852c2cf5ed4521f | 0 | roles/kafka_brokers | 7,484 | [
"no_license"
] | [
{
"path": "roles/kafka_brokers/tasks/create-service.yml",
"content": "---\n- name: Create Kafka service file\n become: yes\n copy:\n src: kafka.service\n dest: /etc/systemd/system/kafka.service\n \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 131
},
{
... | {
"task_files": 15,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 19,
"total_bytes": 7556,
"all_permissive": false
} |
ansible_role | mtukus/Kafkizer | 3bdfdac27e9b67aa1dcba193f852c2cf5ed4521f | 0 | roles/kafka_connect | 7,484 | [
"no_license"
] | [
{
"path": "roles/kafka_connect/handlers/main.yml",
"content": "---\n# handlers file for kafka_connect\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "roles/kafka_connect/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: roo... | {
"task_files": 12,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 17,
"total_bytes": 5206,
"all_permissive": false
} |
ansible_role | mtukus/Kafkizer | 3bdfdac27e9b67aa1dcba193f852c2cf5ed4521f | 0 | roles/schema_registry | 7,484 | [
"no_license"
] | [
{
"path": "roles/schema_registry/handlers/main.yml",
"content": "---\n# handlers file for schema_registry\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "roles/schema_registry/tasks/change-properties.yml",
"content": "- name: Replace the prop... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 1842,
"all_permissive": false
} |
ansible_role | marcosmamorim/rh-gluster | 45e73a58a81de0480b903102c200b8b9c5578249 | 2 | roles/rh-glusterfs | 7,484 | [
"no_license"
] | [
{
"path": "roles/rh-glusterfs/meta/main.yml",
"content": "---\ndependencies: [ ]\n\ngalaxy_info:\n author: <NAME>\n description: Install ands configures Glusterfs on Redhat/CentOS and Debian/Ubuntu\n license: \"license (BSD, MIT)\"\n min_ansible_version: 1.9\n platforms:\n - name: EL\n versions... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 4443,
"all_permissive": false
} |
ansible_role | marcosmamorim/rh-gluster | 45e73a58a81de0480b903102c200b8b9c5578249 | 2 | roles/rh-lvm | 7,484 | [
"no_license"
] | [
{
"path": "roles/rh-lvm/tasks/reset.yml",
"content": "---\n\n- name: unmount bricks devices\n mount:\n src: \"/dev/mapper/{{item.vg_name}}-{{item.brick_name}}\"\n name: \"{{ mount_point }}{{ item.brick_name }}\"\n opts: \"{{ mount_options_xfs }}\"\n state: absent\n fstype: xfs\n with_items:... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2457,
"all_permissive": false
} |
ansible_role | marcosmamorim/rh-gluster | 45e73a58a81de0480b903102c200b8b9c5578249 | 2 | roles/rh-network | 7,484 | [
"no_license"
] | [
{
"path": "roles/rh-network/tasks/bridge.yml",
"content": "---\n\n- name: Create the network configuration file for bridge devices\n template:\n src: bridge.j2\n dest: \"{{ net_path }}/ifcfg-{{ item.device }}\"\n with_items: network_bridge_interfaces\n when: network_bridge_interfaces is defined\n ... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 10248,
"all_permissive": false
} |
ansible_role | marcosmamorim/rh-gluster | 45e73a58a81de0480b903102c200b8b9c5578249 | 2 | roles/rh-subscribe | 7,484 | [
"no_license"
] | [
{
"path": "roles/rh-subscribe/meta/main.yml",
"content": "---\ngalaxy_info:\n author: <NAME>\n description: Register node on Red Hat Network\n license: Apache\n min_ansible_version: 1.7\n platforms:\n - name: Red Hat Enterprise 7\n versions:\n - 7.2\n categories:\n - system\n",
"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1963,
"all_permissive": false
} |
ansible_role | theprides/packer-ubuntu-20.04 | 78e76f55e1434c24992841dc5675378e69f02729 | 0 | cm/ansible/roles/base | 7,484 | [
"no_license"
] | [
{
"path": "cm/ansible/roles/base/tasks/reboot.yml",
"content": "---\n- name: reboot | Check if a reboot is required\n register: isreboot\n stat:\n path: /var/run/reboot-required\n get_md5: no\n\n\n- name: reboot | Reboot if needed\n reboot:\n msg: \"Reboot initiated by Ansible due to kernel upda... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1796,
"all_permissive": false
} |
ansible_role | ojotosin/jenkins-aws | c0ff430f1cff908e71a5fd10bcdfe906a13a40e0 | 0 | ansible/roles/jenkins-agent | 7,490 | [
"no_license"
] | [
{
"path": "ansible/roles/jenkins-agent/tasks/java.yaml",
"content": "---\n- name: Update apt cache\n apt:\n update_cache: yes\n\n- name: Fix broken packages\n apt:\n name: \"*\"\n state: latest\n force: yes\n\n- name: Add Ubuntu Focal repository\n apt_repository:\n repo: \"deb http://archi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 399,
"all_permissive": false
} |
ansible_role | ojotosin/jenkins-aws | c0ff430f1cff908e71a5fd10bcdfe906a13a40e0 | 0 | ansible/roles/jenkins-controller | 7,490 | [
"no_license"
] | [
{
"path": "ansible/roles/jenkins-controller/tasks/base.yaml",
"content": "---\n- name: Update apt cache\n apt:\n update_cache: yes\n \n- name: Install Python 3\n apt:\n name: python3\n state: present\n\n- name: Install pip\n apt:\n name: python3-pip\n state: present\n\n- name: Install b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 753,
"all_permissive": false
} |
ansible_role | vishnuhd/ssh-access | 0c056d3b80aebd974596e33663a9a93a01703347 | 2 | roles/ssh-access | 7,490 | [
"no_license"
] | [
{
"path": "roles/ssh-access/tasks/main.yml",
"content": "--- #main yaml to perform tasks based on the action\n- name: Add user tasks\n import_tasks: grant.yml\n when: action == \"grant\"\n \n- name: Remove user tasks\n import_tasks: revoke.yml\n when: action == \"revoke\"",
"license_type": "no_licen... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 963,
"all_permissive": false
} |
ansible_role | KekJaJ/playbooks | 1efa157d26803ce3d704ee6b4b9ec9fb2360d640 | 0 | reporting/roles/reporting | 7,490 | [
"no_license"
] | [
{
"path": "reporting/roles/reporting/vars/main.yml",
"content": "#variable file for roles/files reporting\r\nestructura_disco_root:\r\n - df -g\r\n - lspv\r\nreg_events_sis:\r\n - errpt\r\n - ps -ef | grep errdemon \r\nutilitarios_emc:\r\n - SYMCLI.DATA.rte \r\n - SYMCLITHINCORE.rte\r\n - SYMCLI.BASE... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 7343,
"all_permissive": false
} |
ansible_role | mfykmn/ansible-and-docker | 9df7210070873d59624ee80701d10a3e3669c02c | 0 | roles/mysql_client | 7,490 | [
"no_license"
] | [
{
"path": "roles/mysql_client/tasks/main.yml",
"content": "---\n- name: install mysql client repository\n yum:\n name: https://dev.mysql.com/get/mysql80-community-release-el7-1.noarch.rpm\n state: present\n\n- name: install mysql client\n yum:\n name: mysql-community-client",
"license_type": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 218,
"all_permissive": false
} |
ansible_role | NikitaLGit/devops-ntlg-lns | 935edd33dc0ab816adc53214b6d8a12f4514dbc5 | 1 | ansible/ansible-04-roles/roles/clickhouse | 7,490 | [
"no_license"
] | [
{
"path": "ansible/ansible-04-roles/roles/clickhouse/defaults/main.yml",
"content": "---\nclickhouse_version: \"172.16.17.32\"\ndatabase_name: \"logs\"\ntable_name: \"logs_table\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 85
},
{
"path": "ansible/ansible-04-r... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2675,
"all_permissive": false
} |
ansible_role | NikitaLGit/devops-ntlg-lns | 935edd33dc0ab816adc53214b6d8a12f4514dbc5 | 1 | ansible/ansible-04-roles/roles/lighthouse | 7,490 | [
"no_license"
] | [
{
"path": "ansible/ansible-04-roles/roles/lighthouse/README.md",
"content": "Lighthouse & Nginx\n=========\n\nThis role can install Lighthouse & Nginx on Ubuntu/ Debian\n\nRole Variables\n--------------\n\n|vars|descriptions|\n|----|------|\n|lighthouse_code_src|git link for lighthouse files downloads|\n|li... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1563,
"all_permissive": false
} |
ansible_role | NikitaLGit/devops-ntlg-lns | 935edd33dc0ab816adc53214b6d8a12f4514dbc5 | 1 | ansible/ansible-04-roles/roles/vector | 7,490 | [
"no_license"
] | [
{
"path": "ansible/ansible-04-roles/roles/vector/README.md",
"content": "Vector\n=========\n\nThis role can install vector on Ubuntu/ Debian\n\nRole Variables\n--------------\n\n|vars|descriptions|\n|----|------|\n|vector_os_arch|arch type of OS|\n|vector_data_dir|where to load vector yml file|\n\nExample P... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3916,
"all_permissive": false
} |
ansible_role | bhtj27/course2 | e4762f2d02149bcdf31b11bbed40a87a380b0b14 | 0 | roles/common | 7,490 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Stop Firewalld\n service: name=firewalld state=stopped enabled=no\n\n# ansible-doc -l | grep selinux\n- name: Disable Selinux\n selinux: state=disabled\n\n- name: Grab the swap space used (in megabytes)\n shell: free -m | grep Swap | awk '... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 437,
"all_permissive": false
} |
ansible_role | bhtj27/course2 | e4762f2d02149bcdf31b11bbed40a87a380b0b14 | 0 | roles/docker | 7,490 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: Install Docker Dependencies\n yum:\n name:\n - yum-utils\n state: present\n\n- name: Add Docker Repo\n shell: yum-config-manager --add-repo https://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo\n args:\n creates: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1128,
"all_permissive": false
} |
ansible_role | bhtj27/course2 | e4762f2d02149bcdf31b11bbed40a87a380b0b14 | 0 | roles/kubernates | 7,490 | [
"no_license"
] | [
{
"path": "roles/kubernates/tasks/main.yml",
"content": "---\n- name: Add Kubernetes repository\n copy:\n dest: /etc/yum.repos.d/kubernetes.repo\n content: |\n [kubernetes]\n name=Kubernetes\n baseurl=https://mirrors.aliyun.com/kubernetes/yum/repos/kubernetes-el7-x86_64\n enabled=... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1021,
"all_permissive": false
} |
ansible_role | gkarki/configSAP | 4a8c60cc6bd235d8911766b6c4ebddfd9d8461d5 | 0 | roles/configSAP | 7,490 | [
"no_license"
] | [
{
"path": "roles/configSAP/tasks/configureSAPparameter.yml",
"content": "---\n - name: install List of packages\n yum: pkg={{ item }} state=installed\n with_items:\n - httpd\n - libselinux-python\n - name: Enable Services for automatic start\n #action: command /sbin/chkconfig {{ item }} on\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2965,
"all_permissive": false
} |
ansible_role | shirohnimo/Projet6 | 49aed1e36ce4987226257e02c9f43e11bef9f6f2 | 0 | roles/ClearTable | 7,490 | [
"no_license"
] | [
{
"path": "roles/ClearTable/handlers/main.yml",
"content": "---\n# handlers file for ClearTable",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "roles/ClearTable/defaults/main.yml",
"content": "---\n# defaults file for ClearTable",
"license_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 518,
"all_permissive": false
} |
ansible_role | shirohnimo/Projet6 | 49aed1e36ce4987226257e02c9f43e11bef9f6f2 | 0 | roles/DropDefault | 7,490 | [
"no_license"
] | [
{
"path": "roles/DropDefault/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - AddRule",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 65
},
{
"path": "roles/DropDefault/vars/main.yml",
"content": "---\n# vars file for A... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 378,
"all_permissive": false
} |
ansible_role | shirohnimo/Projet6 | 49aed1e36ce4987226257e02c9f43e11bef9f6f2 | 0 | roles/SaveNetfilter | 7,490 | [
"no_license"
] | [
{
"path": "roles/SaveNetfilter/vars/main.yml",
"content": "---\n# vars file for SaveNetfilter",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "roles/SaveNetfilter/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 321,
"all_permissive": false
} |
ansible_role | shirohnimo/Projet6 | 49aed1e36ce4987226257e02c9f43e11bef9f6f2 | 0 | roles/client | 7,490 | [
"no_license"
] | [
{
"path": "roles/client/tasks/main.yml",
"content": "---\n# tasks file for Client\n- name: Add rule for OUTPUT chain\n iptables:\n chain: OUTPUT\n ctstate: [NEW, ESTABLISHED]\n protocol: \"{{ added_protocol | default('tcp') }}\"\n destination_port: \"{{ added_port }}\"\n source_port: \n j... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 527,
"all_permissive": false
} |
ansible_role | shirohnimo/Projet6 | 49aed1e36ce4987226257e02c9f43e11bef9f6f2 | 0 | roles/install_persistent | 7,490 | [
"no_license"
] | [
{
"path": "roles/install_persistent/tasks/main.yml",
"content": "---\n# tasks file for install_persistent\n- name: \"Install package\"\n apt:\n name: iptables-persistent\n update_cache: yes\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 144
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 342,
"all_permissive": false
} |
ansible_role | shirohnimo/Projet6 | 49aed1e36ce4987226257e02c9f43e11bef9f6f2 | 0 | roles/server | 7,490 | [
"no_license"
] | [
{
"path": "roles/server/handlers/main.yml",
"content": "---\n# handlers file for Server",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "roles/server/vars/main.yml",
"content": "---\n# vars file for Server",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 517,
"all_permissive": false
} |
ansible_role | agundy/demo_ansible | 57ef834f688025444675e90e70ce1d6c6052ec7f | 0 | roles/nginx | 7,490 | [
"no_license"
] | [
{
"path": "roles/nginx/templates/nginx.conf",
"content": "server {\n listen 0.0.0.0:{{ http_port }};\n access_log /var/log/nginx/observatory.log;\n\n location / {\n proxy_set_header X-Real-IP $remote_addr;\n proxy_set_header HOST $http_host;\n proxy_set_header X-NginX-Proxy tru... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 577,
"all_permissive": false
} |
ansible_role | agundy/demo_ansible | 57ef834f688025444675e90e70ce1d6c6052ec7f | 0 | roles/observatory | 7,490 | [
"no_license"
] | [
{
"path": "roles/observatory/tasks/main.yml",
"content": "---\n\n- apt:\n name={{ item }}\n state=present\n with_items:\n - nodejs-legacy\n - nodejs\n - npm\n\n- synchronize:\n set_remote_user=true\n mode=push\n src=/tmp/dist/\n dest=\"{{ server_dir }}\"\n recursive=yes\n \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 764,
"all_permissive": false
} |
ansible_role | NejcZupec/meetup-basket | 1d1cc84db5be4a1357f97b8156b6750fe25f51f8 | 1 | deploy/roles/db | 7,490 | [
"no_license"
] | [
{
"path": "deploy/roles/db/tasks/install_and_config_db.yml",
"content": "---\n\n- name: Ensure apt cache is up to date\n apt: update_cache=yes\n sudo: yes\n\n- name: Ensure packages are installed\n apt: name={{item}}\n sudo: yes\n with_items:\n - postgresql\n - libpq-dev\n - python-psycopg2\n\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 750,
"all_permissive": false
} |
ansible_role | NejcZupec/meetup-basket | 1d1cc84db5be4a1357f97b8156b6750fe25f51f8 | 1 | deploy/roles/db_backup | 7,490 | [
"no_license"
] | [
{
"path": "deploy/roles/db_backup/tasks/main.yml",
"content": "---\n\n- name: Create /postgresql_backup folder\n file: >\n path={{postgresql_backup_dir}}\n state=directory\n owner={{ansible_ssh_user}}\n group={{ansible_ssh_user}}\n sudo: yes\n\n- name: Create scripts folder\n file: >\n pat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1011,
"all_permissive": false
} |
ansible_role | NejcZupec/meetup-basket | 1d1cc84db5be4a1357f97b8156b6750fe25f51f8 | 1 | deploy/roles/deploy | 7,490 | [
"no_license"
] | [
{
"path": "deploy/roles/deploy/handlers/main.yml",
"content": "- name: Restart Crontab\n service: name=cron state=restarted\n sudo: yes\n\n- name: Restart Gunicorn\n service: name=gunicorn state=restarted\n sudo: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 151
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1203,
"all_permissive": false
} |
ansible_role | NejcZupec/meetup-basket | 1d1cc84db5be4a1357f97b8156b6750fe25f51f8 | 1 | deploy/roles/web | 7,490 | [
"no_license"
] | [
{
"path": "deploy/roles/web/templates/keys/id_rsa.j2",
"content": "{{ssh_private_key}}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 19
},
{
"path": "deploy/roles/web/tasks/config_web_app.yml",
"content": "---\n\n- name: Set ownership of /opt to ubuntu user\n... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 6796,
"all_permissive": false
} |
ansible_role | ostasevych/tf-nc | f9aaafe31c90c2f0b4a48975a1dbde84ad1165b6 | 0 | playbooks/roles/geerlingguy.jenkins | 7,492 | [
"permissive"
] | [
{
"path": "playbooks/roles/geerlingguy.jenkins/tasks/prepare.yml",
"content": "---\n- name: Copy private key to jenkins folder\n become: true\n shell: |\n mkdir /var/lib/jenkins/.ssh\n cp /home/ubuntu/.ssh/myKey.pem /var/lib/jenkins/.ssh/myKey.pem\n chown -R jenkins:jenkins /var/lib/jenkins/.ssh/... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5027,
"all_permissive": true
} |
ansible_role | cmeadowstech/Mastering-Ansible | 14bb3bbfaf256c93e6e7455f278f57a1f0be8044 | 0 | Ansible/roles/demo_app | 7,492 | [
"no_license"
] | [
{
"path": "Ansible/roles/demo_app/tasks/main.yml",
"content": "---\n- name: install web components\n apt: name={{item}} state=present update_cache=yes\n with_items:\n - python3-pip\n - python3-virtualenv\n - libmysqlclient-dev\n - pkg-config\n\n- name: copy demo app source\n copy: src=demo/ap... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 904,
"all_permissive": false
} |
ansible_role | cmeadowstech/Mastering-Ansible | 14bb3bbfaf256c93e6e7455f278f57a1f0be8044 | 0 | Ansible/roles/mysql | 7,492 | [
"no_license"
] | [
{
"path": "Ansible/roles/mysql/tasks/main.yml",
"content": "---\n- name: install tools\n apt: name={{item}} state=present update_cache=yes\n with_items:\n - libmysqlclient-dev\n - pkg-config\n - python3-pip\n\n- name: install mysqlclient\n pip: name=mysqlclient\n\n- name: install mysql-server\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 837,
"all_permissive": false
} |
ansible_role | jmacenka/example-setup-iot | 113e2f9f88e458d49e922cfd18c92de7af8a8f94 | 0 | deployment_automation/roles/add_ssh_key | 7,492 | [
"no_license"
] | [
{
"path": "deployment_automation/roles/add_ssh_key/tasks/main.yaml",
"content": "# Ansible role to transfer the ephemeral SSH key to the server\n# TODO: Check if even necessary as the user_config.yaml sould already do this during deployment.\n---\n- name: Add SSH key to new user \"demo\"\n authorized_key:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 296,
"all_permissive": false
} |
ansible_role | jmacenka/example-setup-iot | 113e2f9f88e458d49e922cfd18c92de7af8a8f94 | 0 | deployment_automation/roles/create_new_user | 7,492 | [
"no_license"
] | [
{
"path": "deployment_automation/roles/create_new_user/tasks/main.yaml",
"content": "# Ansible role to create a new user \"demo\" and put him in the \"SUDOERS group\"\n---\n- name: Setup a new user\n user:\n name: demo\n group: sudo\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 146,
"all_permissive": false
} |
ansible_role | jmacenka/example-setup-iot | 113e2f9f88e458d49e922cfd18c92de7af8a8f94 | 0 | deployment_automation/roles/deploy_project | 7,492 | [
"no_license"
] | [
{
"path": "deployment_automation/roles/deploy_project/tasks/main.yaml",
"content": "---\n- name: Start Project with docker-compose script\n community.docker.docker-compose:\n project_src: ~/app/docker-compose-setup/\n build: yes\n restarted: yes\n",
"license_type": "no_license",
"detected_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 167,
"all_permissive": false
} |
ansible_role | jmacenka/example-setup-iot | 113e2f9f88e458d49e922cfd18c92de7af8a8f94 | 0 | deployment_automation/roles/download_repo | 7,492 | [
"no_license"
] | [
{
"path": "deployment_automation/roles/download_repo/tasks/main.yml",
"content": "# Ansible role to clone the project repository\n---\n- name: Download the Code-Repository\n git:\n repo: 'https://git.macenka.de/JanMacenkaITConsulting/example-setup-iot' # TODO: resolve this from .env-File\n dest: ~/ap... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 280,
"all_permissive": false
} |
ansible_role | jmacenka/example-setup-iot | 113e2f9f88e458d49e922cfd18c92de7af8a8f94 | 0 | deployment_automation/roles/install_basic_dependencies | 7,492 | [
"no_license"
] | [
{
"path": "deployment_automation/roles/install_basic_dependencies/tasks/main.yaml",
"content": "# Ansible role to make sure required CLI tools are avaliable on the target system\n---\n- name: Ansible apt update cache if it is older than 1 hour\n register: updatesys\n apt:\n update_cache: yes\n cache... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 581,
"all_permissive": false
} |
ansible_role | KiFoundation/ki-tools | 17b36b312b2866831b1a9edff15745fe16e8d4cd | 14 | contrib/testnets/remote/ansible/roles/add-lcd | 7,492 | [
"no_license"
] | [
{
"path": "contrib/testnets/remote/ansible/roles/add-lcd/handlers/main.yml",
"content": "---\n\n- name: systemctl\n systemd: name=kitoolscli enabled=yes daemon_reload=yes\n\n- name: restart kitoolscli\n service: name=kitoolscli state=restarted\n\n\n",
"license_type": "no_license",
"detected_licens... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 788,
"all_permissive": false
} |
ansible_role | KiFoundation/ki-tools | 17b36b312b2866831b1a9edff15745fe16e8d4cd | 14 | contrib/testnets/remote/ansible/roles/clear-config | 7,492 | [
"no_license"
] | [
{
"path": "contrib/testnets/remote/ansible/roles/clear-config/tasks/main.yml",
"content": "---\n- name: Stop service\n service: name=kid state=stopped\n\n- name: Delete files\n file: \"path={{item}} state=absent\"\n with_items:\n - /usr/bin/kid\n - /home/kid/.kid\n",
"license_type": "no_license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 172,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.