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 | SergeyNowitzki/otus-linux-prof | 686b9f68f99aadc9077a4d81e09a1c2c523292a3 | 0 | Monitoring/Ansible/roles/install_node_exporter | 7,325 | [
"no_license"
] | [
{
"path": "Monitoring/Ansible/roles/install_node_exporter/handlers/main.yml",
"content": "---\n# handlers file for Prometheus and Granfana\n- name: Restart node_exporter\n service:\n name: node_exporter\n state: restarted\n\n- name: Reload systemd daemon\n command: systemctl daemon-reload\n\n- name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2118,
"all_permissive": false
} |
ansible_role | SergeyNowitzki/otus-linux-prof | 686b9f68f99aadc9077a4d81e09a1c2c523292a3 | 0 | Monitoring/Ansible/roles/install_prometheus | 7,325 | [
"no_license"
] | [
{
"path": "Monitoring/Ansible/roles/install_prometheus/templates/prometheus.yml.j2",
"content": "global:\n scrape_interval: 10s\n\nscrape_configs:\n - job_name: 'prometheus_master'\n scrape_interval: 5s\n static_configs:\n - targets: ['localhost:9090']\n - job_name: 'node_exporter'\n static... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2949,
"all_permissive": false
} |
ansible_role | SergeyNowitzki/otus-linux-prof | 686b9f68f99aadc9077a4d81e09a1c2c523292a3 | 0 | NFS/Ansible/roles/nfs_cln_cfg | 7,325 | [
"no_license"
] | [
{
"path": "NFS/Ansible/roles/nfs_cln_cfg/tasks/main.yml",
"content": "---\n- name: Install NFS client packages\n yum:\n name: nfs-utils\n state: present\n\n- name: Mount NFS export\n mount:\n path: \"/mnt\"\n src: \"{{ nfs_srv_ip }}:/srv/share\"\n fstype: nfs\n opts: \"vers=3,proto=udp\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 967,
"all_permissive": false
} |
ansible_role | SergeyNowitzki/otus-linux-prof | 686b9f68f99aadc9077a4d81e09a1c2c523292a3 | 0 | NFS/Ansible/roles/nfs_srv_cfg | 7,325 | [
"no_license"
] | [
{
"path": "NFS/Ansible/roles/nfs_srv_cfg/tasks/main.yml",
"content": "---\n- name: Check and print OS Version\n debug:\n var: ansible_os_family\n\n- name: Install NFS server packages\n yum:\n name:\n - nfs-utils\n - rpcbind\n state: present\n \n- name: Ensure rpcbind and nfs-server ser... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1160,
"all_permissive": false
} |
ansible_role | SergeyNowitzki/otus-linux-prof | 686b9f68f99aadc9077a4d81e09a1c2c523292a3 | 0 | OpenVPN/Ansible/roles/basic_cfg | 7,325 | [
"no_license"
] | [
{
"path": "OpenVPN/Ansible/roles/basic_cfg/tasks/main.yml",
"content": "---\n- name: Check and print OS Version\n debug:\n var: ansible_os_family\n\n- name: Install Packets\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: true\n loop:\n - traceroute\n - wget\n - net-too... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 640,
"all_permissive": false
} |
ansible_role | SergeyNowitzki/otus-linux-prof | 686b9f68f99aadc9077a4d81e09a1c2c523292a3 | 0 | OpenVPN/Ansible/roles/openvpn_cln | 7,325 | [
"no_license"
] | [
{
"path": "OpenVPN/Ansible/roles/openvpn_cln/tasks/main.yml",
"content": "---\n- name: Copy the OpenVPN key to an openvpn client\n copy:\n src: static.key\n dest: /etc/openvpn/static.key\n owner: root\n group: root\n mode: 0644\n\n- name: Copy openvpn service.unit file to the server\n copy... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1136,
"all_permissive": false
} |
ansible_role | SergeyNowitzki/otus-linux-prof | 686b9f68f99aadc9077a4d81e09a1c2c523292a3 | 0 | OpenVPN/Ansible/roles/openvpn_ras | 7,325 | [
"no_license"
] | [
{
"path": "OpenVPN/Ansible/roles/openvpn_ras/handlers/main.yml",
"content": "---\n# handlers file for openvpn ras\n- name: Restart OpenVPN service\n service:\n name: openvpn@server\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 125
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4073,
"all_permissive": false
} |
ansible_role | SergeyNowitzki/otus-linux-prof | 686b9f68f99aadc9077a4d81e09a1c2c523292a3 | 0 | OpenVPN/Ansible/roles/openvpn_srv | 7,325 | [
"no_license"
] | [
{
"path": "OpenVPN/Ansible/roles/openvpn_srv/tasks/main.yml",
"content": "---\n- name: Generate OpenVPN key\n command: openvpn --genkey secret /etc/openvpn/static.key\n args:\n creates: /etc/openvpn/static.key\n\n- name: Copy the OpenVPN key to the Ansible control node openvpn_cln role\n fetch:\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 926,
"all_permissive": false
} |
ansible_role | SergeyNowitzki/otus-linux-prof | 686b9f68f99aadc9077a4d81e09a1c2c523292a3 | 0 | RAID/Ansible/roles/adding_disk | 7,325 | [
"no_license"
] | [
{
"path": "RAID/Ansible/roles/adding_disk/tasks/main.yml",
"content": "---\n- name: Check and print OS Version\n debug:\n var: ansible_os_family\n\n# Checking for any existing raid arrays\n- name: Checking Status Of Array(s)\n shell: \"cat /proc/mdstat | grep -A1 {{ raid }}\"\n register: \"array_check... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 717,
"all_permissive": false
} |
ansible_role | SergeyNowitzki/otus-linux-prof | 686b9f68f99aadc9077a4d81e09a1c2c523292a3 | 0 | RAID/Ansible/roles/create_raid | 7,325 | [
"no_license"
] | [
{
"path": "RAID/Ansible/roles/create_raid/handlers/main.yml",
"content": "---\n# handlers file for pcs_install\n- name: yum update\n yum:\n update_cache: yes\n name: '*'\n state: latest\n cache_valid_time: 3600",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 1... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2454,
"all_permissive": false
} |
ansible_role | SergeyNowitzki/otus-linux-prof | 686b9f68f99aadc9077a4d81e09a1c2c523292a3 | 0 | RAID/Ansible/roles/destroy_raid | 7,325 | [
"no_license"
] | [
{
"path": "RAID/Ansible/roles/destroy_raid/vars/main.yml",
"content": "---\n# defaults file for ansible-mdadm\n#\n# Define Raid Arrays to manage\nmdadm_arrays:\n # Define array name\n - name: 'md127'\n # Define disk devices to assign to array\n devices:\n - '/dev/sdc'\n - '/dev/sdd'\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2855,
"all_permissive": false
} |
ansible_role | SergeyNowitzki/otus-linux-prof | 686b9f68f99aadc9077a4d81e09a1c2c523292a3 | 0 | RAID/Ansible/roles/remove_disk | 7,325 | [
"no_license"
] | [
{
"path": "RAID/Ansible/roles/remove_disk/tasks/main.yml",
"content": "---\n- name: Check and print OS Version\n debug:\n var: ansible_os_family\n\n# Checking for any existing raid arrays\n- name: Checking Status Of Array(s)\n shell: \"cat /proc/mdstat | grep -A1 {{ raid }}\"\n register: \"array_check... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 834,
"all_permissive": false
} |
ansible_role | SergeyNowitzki/otus-linux-prof | 686b9f68f99aadc9077a4d81e09a1c2c523292a3 | 0 | Systemd/Ansible/roles/spawn-fcgi-init | 7,325 | [
"no_license"
] | [
{
"path": "Systemd/Ansible/roles/spawn-fcgi-init/tasks/main.yml",
"content": "---\n- name: Check and print OS Version\n debug:\n var: ansible_os_family\n\n# Install epel-release\n- name: Installation epel-release\n yum:\n name: epel-release\n state: present\n update_cache: yes\n\n- name: Insta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1330,
"all_permissive": false
} |
ansible_role | SergeyNowitzki/otus-linux-prof | 686b9f68f99aadc9077a4d81e09a1c2c523292a3 | 0 | Systemd/Ansible/roles/unit-httpd | 7,325 | [
"no_license"
] | [
{
"path": "Systemd/Ansible/roles/unit-httpd/vars/main.yml",
"content": "---\n# defaults file for httpd-conf\n#\n# Define amoun of instances of the service\nhttpd_services:\n - name: 'first'\n listen_port: '8181'\n - name: 'second'\n listen_port: '8282'",
"license_type": "no_license",
"detect... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1995,
"all_permissive": false
} |
ansible_role | SergeyNowitzki/otus-linux-prof | 686b9f68f99aadc9077a4d81e09a1c2c523292a3 | 0 | Systemd/Ansible/roles/watchlog_service | 7,325 | [
"no_license"
] | [
{
"path": "Systemd/Ansible/roles/watchlog_service/handlers/main.yml",
"content": "---\n# reload systemctl deamon\n- name: Reload systemctl deamon\n become: true\n command: systemctl daemon-reload\n\n- name: Start watchlog.service\n service:\n name: watchlog.service\n state: started\n\n- name: Start... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1155,
"all_permissive": false
} |
ansible_role | SergeyNowitzki/otus-linux-prof | 686b9f68f99aadc9077a4d81e09a1c2c523292a3 | 0 | Vagrant/Ansible/roles/kernel_update | 7,325 | [
"no_license"
] | [
{
"path": "Vagrant/Ansible/roles/kernel_update/tasks/main.yml",
"content": "---\n- name: Check and print OS Version\n debug:\n var: ansible_os_family\n\n\n- block: #================= Block REDHAT =================\n - name: Install plugin yum-plugin-fastestmirror\n yum:\n name: yum-plugin-fa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2090,
"all_permissive": false
} |
ansible_role | SergeyNowitzki/otus-linux-prof | 686b9f68f99aadc9077a4d81e09a1c2c523292a3 | 0 | Vagrant/Ansible/roles/kernel_version | 7,325 | [
"no_license"
] | [
{
"path": "Vagrant/Ansible/roles/kernel_version/tasks/main.yml",
"content": "---\n- name: Check and print OS Version\n debug:\n var: ansible_os_family\n\n- name: generate /etc/hosts file for all hosts from host.ini file\n template:\n src: \"templates/hosts.j2\"\n dest: \"/etc/hosts\"\n mode: 0... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 868,
"all_permissive": false
} |
ansible_role | Web-networks/ops | d1950c4c316cf6d2639a1eb6fa315fafd9a62c85 | 0 | ansible/roles/k8s-cluster | 7,325 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s-cluster/tasks/main.yml",
"content": "---\n# This role is almost entirely based on documentation in\n# kubespray repo on setting up k8s cluster with vagrant:\n#\n# https://github.com/kubernetes-sigs/kubespray/blob/master/docs/vagrant.md\n\n- name: Check k8s-cluster role parameter... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3324,
"all_permissive": false
} |
ansible_role | Web-networks/ops | d1950c4c316cf6d2639a1eb6fa315fafd9a62c85 | 0 | ansible/roles/k8s-dashboard-ingress | 7,325 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s-dashboard-ingress/defaults/main.yml",
"content": "kubernetes_dashboard_hostname: bigone.demist.ru",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 47
},
{
"path": "ansible/roles/k8s-dashboard-ingress/tasks/main.yml",
"content": "---\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2190,
"all_permissive": false
} |
ansible_role | Web-networks/ops | d1950c4c316cf6d2639a1eb6fa315fafd9a62c85 | 0 | ansible/roles/nginx-letsencrypt | 7,325 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx-letsencrypt/templates/letsencrypt-challenges.conf.j2",
"content": "server_tokens off;\n\nserver {\n listen 80 default_server;\n server_name {{ domain_name }};\n access_log /var/log/letsencrypt-challenges.access.log main;\n\n location /.well-known/acme-challenge {\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2624,
"all_permissive": false
} |
ansible_role | Web-networks/ops | d1950c4c316cf6d2639a1eb6fa315fafd9a62c85 | 0 | ansible/roles/redirect-ports | 7,325 | [
"no_license"
] | [
{
"path": "ansible/roles/redirect-ports/tasks/main.yml",
"content": "---\n- name: Install rinetd\n become: yes\n apt: name=rinetd state=latest\n\n- name: Copy rinetd config\n become: true\n copy:\n src: \"{{ role_path }}/files/rinetd.conf\"\n dest: /etc/rinetd.conf\n mode: '0644'\n force: ye... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 333,
"all_permissive": false
} |
ansible_role | Web-networks/ops | d1950c4c316cf6d2639a1eb6fa315fafd9a62c85 | 0 | ansible/roles/users | 7,325 | [
"no_license"
] | [
{
"path": "ansible/roles/users/tasks/main.yml",
"content": "---\n- name: Check users role parameters\n assert: { that: \"{{ item }} is defined\" }\n with_items: \n - users\n - system_users\n\n- name: Create groups for normal and system users\n group:\n name: \"{{ item.name }}\"\n state: prese... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1074,
"all_permissive": false
} |
ansible_role | Web-networks/ops | d1950c4c316cf6d2639a1eb6fa315fafd9a62c85 | 0 | ansible/roles/vagrant | 7,325 | [
"no_license"
] | [
{
"path": "ansible/roles/vagrant/templates/config.rb.j2",
"content": "$instance_name_prefix = \"{{ vm_prefix }}\"\n$vm_cpus = {{ vm_cpus }}\n$num_instances = {{ vm_num_instances }}\n$os = \"{{ vm_os }}\"\n$subnet = \"{{ vm_subnet_prefix }}\"\n$network_plugin = \"flannel\"\n$shared_folders = { '{{ base_path ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3025,
"all_permissive": false
} |
ansible_role | vohi/minicoin | f28e5c6ac7245e9a6984d11679becef8d1d379f8 | 2 | minicoin/roles/doc-server/roles/doc-server | 7,325 | [
"no_license"
] | [
{
"path": "minicoin/roles/doc-server/roles/doc-server/tasks/main.yml",
"content": "- name: Install nginx and avahi to serve locally built documentation\n apt:\n name: ['nginx', 'avahi-daemon']\n state: present\n tags:\n - packages\n\n- name: Make nginx serve correct directory\n lineinfile:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 529,
"all_permissive": false
} |
ansible_role | sagar2911/Devops-Project | 993eadc777ebc27358c9f231196c7626dce4af48 | 0 | Project-DevOps-milestone-3/files/roles/checkbox_dependencies | 7,325 | [
"no_license"
] | [
{
"path": "Project-DevOps-milestone-3/files/roles/checkbox_dependencies/tasks/main.yml",
"content": "---\n- name: Install Python2\n raw: apt-get -y install python-simplejson\n become: yes\n\n#- name: Obtain ip address of kubernetes master\n# ec2_instance_facts:\n# filters:\n# \"tag:Name\": kubema... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3007,
"all_permissive": false
} |
ansible_role | sagar2911/Devops-Project | 993eadc777ebc27358c9f231196c7626dce4af48 | 0 | Project-DevOps-milestone-3/files/roles/docker | 7,325 | [
"no_license"
] | [
{
"path": "Project-DevOps-milestone-3/files/roles/docker/tasks/main.yml",
"content": "---\n- name: Update Cache\n become: yes\n apt:\n update_cache: yes\n\n- name: Install docker\n become: yes\n apt:\n name: docker.io\n state: present\n\n- name: Usermod Docker\n become: yes\n shell: usermod -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 232,
"all_permissive": false
} |
ansible_role | sagar2911/Devops-Project | 993eadc777ebc27358c9f231196c7626dce4af48 | 0 | Project-DevOps-milestone-3/files/roles/ec2-provision | 7,325 | [
"no_license"
] | [
{
"path": "Project-DevOps-milestone-3/files/roles/ec2-provision/tasks/main.yml",
"content": "---\n- set_fact: \n SEC_GROUP: devops_final_milestone\n aws_region: \"{{ lookup('env', 'AWS_REGION') }}\"\n#- name: Get AWS region from config\n# become: false\n# shell: grep -oP '(?<=region=).*$' /home/ubun... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 5602,
"all_permissive": false
} |
ansible_role | sagar2911/Devops-Project | 993eadc777ebc27358c9f231196c7626dce4af48 | 0 | Project-DevOps-milestone-3/files/roles/githooks | 7,325 | [
"no_license"
] | [
{
"path": "Project-DevOps-milestone-3/files/roles/githooks/templates/post-receive-iTrust",
"content": "#!/bin/sh\nGIT_WORK_TREE=/deploy/production-www/ git checkout -f\n`curl -X POST http://${JENKINS_USER}:${JENKINS_PASSWORD}@localhost:9000/job/itrust2/build -H $CRUMB`\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1854,
"all_permissive": false
} |
ansible_role | sagar2911/Devops-Project | 993eadc777ebc27358c9f231196c7626dce4af48 | 0 | Project-DevOps-milestone-3/files/roles/kubesetup-common | 7,325 | [
"no_license"
] | [
{
"path": "Project-DevOps-milestone-3/files/roles/kubesetup-common/tasks/main.yml",
"content": "---\n- name: Update Cache\n become: yes\n apt:\n update_cache: yes\n\n- name: Install apt-transport-https\n become: yes\n apt:\n name: apt-transport-https\n state: present\n\n- name: Add Kubernetes k... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 720,
"all_permissive": false
} |
ansible_role | sagar2911/Devops-Project | 993eadc777ebc27358c9f231196c7626dce4af48 | 0 | Project-DevOps-milestone-3/files/roles/kubesetup-master | 7,325 | [
"no_license"
] | [
{
"path": "Project-DevOps-milestone-3/files/roles/kubesetup-master/tasks/main.yml",
"content": "---\n\n- name: Check if the cluster has already been initialized\n become: true\n stat:\n path: /etc/kubernetes/manifests/kube-apiserver.yaml\n register: file_details\n\n#- name: Generate bootstrap token\n#... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2639,
"all_permissive": false
} |
ansible_role | sagar2911/Devops-Project | 993eadc777ebc27358c9f231196c7626dce4af48 | 0 | Project-DevOps-milestone-3/files/roles/kubesetup-nodes | 7,325 | [
"no_license"
] | [
{
"path": "Project-DevOps-milestone-3/files/roles/kubesetup-nodes/tasks/main.yml",
"content": "---\n\n#- debug: msg=\"{{ token }}\"\n#- debug: msg=\"mASTER IP IS {{ master_ip }}\"\n#- name: Join Kubernetes cluster\n# become: yes\n# shell: \"kubeadm join --token={{ token }} --discovery-token-unsafe-skip-ca... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 479,
"all_permissive": false
} |
ansible_role | sagar2911/Devops-Project | 993eadc777ebc27358c9f231196c7626dce4af48 | 0 | Project-DevOps-milestone-3/files/roles/mongodb | 7,325 | [
"no_license"
] | [
{
"path": "Project-DevOps-milestone-3/files/roles/mongodb/tasks/main.yml",
"content": "---\r\n#- import_playbook: mongodb_init.yml\r\n\r\n #gather_facts: false\r\n #become: true\r\n #become_method: sudo\r\n #vars: \r\n # admin_name: admin\r\n # admin_password: <PASSWORD>\r\n # db_name: mongodb\r\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2459,
"all_permissive": false
} |
ansible_role | sagar2911/Devops-Project | 993eadc777ebc27358c9f231196c7626dce4af48 | 0 | Project-DevOps-milestone-3/files/roles/nginx | 7,325 | [
"no_license"
] | [
{
"path": "Project-DevOps-milestone-3/files/roles/nginx/tasks/main.yml",
"content": "---\n- name: Install Nginx\n apt:\n name: nginx\n state: present\n\n- name: Adjusting firewall to allow Nginx\n become: yes\n ufw:\n name: Nginx HTTP\n rule: allow\n\n- name: Copying nginx.conf to the server\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 479,
"all_permissive": false
} |
ansible_role | sagar2911/Devops-Project | 993eadc777ebc27358c9f231196c7626dce4af48 | 0 | Project-DevOps-milestone-3/files/roles/redis | 7,325 | [
"no_license"
] | [
{
"path": "Project-DevOps-milestone-3/files/roles/redis/tasks/main.yml",
"content": "---\n- name: Add Redis to apt-repository\n become: yes\n apt_repository:\n repo: ppa:chris-lea/redis-server\n\n- name: Update cache\n become: yes\n apt:\n update_cache: yes\n\n- name: Install redis-server\n apt:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 523,
"all_permissive": false
} |
ansible_role | sagar2911/Devops-Project | 993eadc777ebc27358c9f231196c7626dce4af48 | 0 | Project-DevOps-milestone-3/roles/build_jobs | 7,325 | [
"no_license"
] | [
{
"path": "Project-DevOps-milestone-3/roles/build_jobs/templates/build_job_itrust_fuzzer.yml",
"content": "---\r\n- hosts: localhost\r\n gather_facts: no\r\n vars:\r\n iTrust_fuzzer_job: iTrust_fuzzer\r\n user_name: jenkins\r\n user_password: <PASSWORD>\r\n\r\n tasks:\r\n - name: check if iTrus... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 16298,
"all_permissive": false
} |
ansible_role | sagar2911/Devops-Project | 993eadc777ebc27358c9f231196c7626dce4af48 | 0 | Project-DevOps-milestone-3/roles/ec2-provision | 7,325 | [
"no_license"
] | [
{
"path": "Project-DevOps-milestone-3/roles/ec2-provision/tasks/main.yml",
"content": "---\n- set_fact: \n SEC_GROUP: devops_final_milestone\n aws_region: \"{{ lookup('env', 'AWS_REGION') }}\"\n\n# - name: Get AWS region from config\n# become: false\n# shell: grep -oP '(?<=region=).*$' /home/ubunt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3885,
"all_permissive": false
} |
ansible_role | sagar2911/Devops-Project | 993eadc777ebc27358c9f231196c7626dce4af48 | 0 | Project-DevOps-milestone-3/roles/envvariables | 7,325 | [
"no_license"
] | [
{
"path": "Project-DevOps-milestone-3/roles/envvariables/tasks/main.yml",
"content": "---\n - name: set GIT_EMAIL\n become: yes\n lineinfile:\n path: /etc/environment\n regexp: \"GIT_EMAIL=\"\n line: \"GIT_EMAIL={{ lookup('env','GIT_EMAIL') }}\"\n\n - name: set GIT_NA... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3319,
"all_permissive": false
} |
ansible_role | sagar2911/Devops-Project | 993eadc777ebc27358c9f231196c7626dce4af48 | 0 | Project-DevOps-milestone-3/roles/fuzzer | 7,325 | [
"no_license"
] | [
{
"path": "Project-DevOps-milestone-3/roles/fuzzer/tasks/main.yml",
"content": "---\r\n- name: DELETE iTrustClone dirctory if it exists\r\n file: \r\n path: \"{{ itrust_test_dir }}\"\r\n state: absent\r\n\r\n- name: DELETE previous iTrust Test Reports\r\n file: \r\n path: \"{{ home_dir }}/iTrust_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2314,
"all_permissive": false
} |
ansible_role | sagar2911/Devops-Project | 993eadc777ebc27358c9f231196c7626dce4af48 | 0 | Project-DevOps-milestone-3/roles/githooks | 7,325 | [
"no_license"
] | [
{
"path": "Project-DevOps-milestone-3/roles/githooks/templates/post-receive-iTrust",
"content": "#!/bin/sh\nGIT_WORK_TREE=/deploy/production-www/ git checkout -f\n`curl -X POST http://${JENKINS_USER}:${JENKINS_PASSWORD}@localhost:9000/job/{{ iTrust_job }}/build -H $CRUMB`\n",
"license_type": "no_license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3764,
"all_permissive": false
} |
ansible_role | sagar2911/Devops-Project | 993eadc777ebc27358c9f231196c7626dce4af48 | 0 | Project-DevOps-milestone-3/roles/init | 7,325 | [
"no_license"
] | [
{
"path": "Project-DevOps-milestone-3/roles/init/tasks/main.yml",
"content": "\r\n\r\n- name: DELETE test checkbox dirctory if it exists\r\n file: \r\n path: \"/home/ubuntu/test/checkbox\"\r\n state: absent\r\n\r\n- name: DELETE test checkbox bare git dirctory if it exists\r\n file: \r\n path: \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1232,
"all_permissive": false
} |
ansible_role | sagar2911/Devops-Project | 993eadc777ebc27358c9f231196c7626dce4af48 | 0 | Project-DevOps-milestone-3/roles/nginx | 7,325 | [
"no_license"
] | [
{
"path": "Project-DevOps-milestone-3/roles/nginx/tasks/main.yml",
"content": "---\n- name: Install Nginx\n apt:\n name: nginx\n state: present\n\n- name: Adjusting firewall to allow Nginx\n become: yes\n ufw:\n name: Nginx HTTP\n rule: allow\n\n- name: Copying nginx.conf to the server\n bec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 519,
"all_permissive": false
} |
ansible_role | Otus-DevOps-2023-07/Newt-Scamander-SRE_microservices | 22eb7781ab7af82ef6cd241b227e2737bc83838c | 0 | docker-monolith/infra/ansible/roles/app | 7,325 | [
"no_license"
] | [
{
"path": "docker-monolith/infra/ansible/roles/app/tasks/main.yml",
"content": "---\n# GET dinamyc env from hostvars\n- name: Set db_host&web_name&web_ip\n ansible.builtin.set_fact:\n db_host: \"{{ (hostvars | dict2items | selectattr('key', 'match', '^reddit-db.*') | list | first).value.internal_ip }}\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2904,
"all_permissive": false
} |
ansible_role | OIivr/Ansible-automation | 5f1e9aea0d4f221066e3de79e84f22183a447781 | 0 | roles/DNS | 7,325 | [
"no_license"
] | [
{
"path": "roles/DNS/tasks/main.yml",
"content": "---\n- name: DNS | Autoremove unneeded packages installed as dependencies\n dnf:\n autoremove: yes\n\n- name: Disable IPv6\n copy:\n src: 70-ipv6.conf\n dest: /etc/sysctl.d/70-ipv6.conf\n owner: root\n group: root\n mode: '0644'\n\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3140,
"all_permissive": false
} |
ansible_role | OIivr/Ansible-automation | 5f1e9aea0d4f221066e3de79e84f22183a447781 | 0 | roles/firewall | 7,325 | [
"no_license"
] | [
{
"path": "roles/firewall/tasks/main.yml",
"content": "- name: Open required TCP and UDP ports in firewalld\n firewalld:\n port: \"{{ item }}\"\n permanent: yes\n state: enabled\n immediate: yes\n loop:\n # SSH\n - 22/tcp\n # WEB\n - 443/tcp\n - 80/tcp\n # DNS\n - 53/udp\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 765,
"all_permissive": false
} |
ansible_role | OIivr/Ansible-automation | 5f1e9aea0d4f221066e3de79e84f22183a447781 | 0 | roles/mail | 7,325 | [
"no_license"
] | [
{
"path": "roles/mail/tasks/postfix.yml",
"content": "- name: Ensure inet_protocols is set to ipv4\n lineinfile:\n path: /etc/postfix/main.cf\n regexp: '^inet_protocols ='\n line: 'inet_protocols = ipv4'\n state: present\n backup: yes\n\n- name: Ensure inet_interfaces is set to all\n linein... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 9657,
"all_permissive": false
} |
ansible_role | OIivr/Ansible-automation | 5f1e9aea0d4f221066e3de79e84f22183a447781 | 0 | roles/web_services | 7,325 | [
"no_license"
] | [
{
"path": "roles/web_services/templates/www.conf.j2",
"content": "<VirtualHost *:80>\n ServerName www.{{ hostname }}.{{ domain_name }}\n DocumentRoot /var/www/html/www.{{ hostname }}/public_html\n LogLevel debug\n\n ErrorLog /var/log/httpd/www.{{ hostname }}-error.log\n CustomLog /var/log/htt... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 7954,
"all_permissive": false
} |
ansible_role | Adamaya/ansible-projects | 0d34688ca45af37327884a686a8a31f3a13a43a3 | 0 | task2_aws_httpd_configure/roles/ec2_configure | 7,325 | [
"no_license"
] | [
{
"path": "task2_aws_httpd_configure/roles/ec2_configure/tasks/main.yml",
"content": "- name: Launch ec2 instance\n ec2:\n key_name: TESTING\n instance_type: t2.micro\n image: ami-0ebc1ac48dfd14136\n wait: yes\n instance_tags:\n name: web\n group: httpWebServer\n count: 1\n vpc... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 468,
"all_permissive": false
} |
ansible_role | Adamaya/ansible-projects | 0d34688ca45af37327884a686a8a31f3a13a43a3 | 0 | task2_aws_httpd_configure/roles/httpd_configure | 7,325 | [
"no_license"
] | [
{
"path": "task2_aws_httpd_configure/roles/httpd_configure/defaults/main.yml",
"content": "---\n# defaults file for httpd_configure",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "task2_aws_httpd_configure/roles/httpd_configure/handlers/main.yml",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1174,
"all_permissive": false
} |
ansible_role | innyso/vagrant | 6438551ceda3df261b61b138ae0f0e776d776491 | 0 | mysetup/ansible/roles/aptly | 7,325 | [
"no_license"
] | [
{
"path": "mysetup/ansible/roles/aptly/tasks/main.yml",
"content": "---\n - name: Add aptly repository key\n sudo: yes\n apt_key: keyserver=keys.gnupg.net id=2A194991 state=present\n \n - name: Add aptly repository\n sudo: yes\n apt_repository: repo='deb http://repo.aptly.info/ squeeze main' state=p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 327,
"all_permissive": false
} |
ansible_role | jademcosta/melanite | e8d9ead2feea1b55fe6eaabfe8ad094bfffff408 | 1 | deploy/ansible/roles/golang | 7,325 | [
"no_license"
] | [
{
"path": "deploy/ansible/roles/golang/tasks/main.yml",
"content": "---\n- name: Add Golang required packages\n apt: pkg={{ item }} state=latest force=yes\n with_items:\n - build-essential\n - gcc\n - git\n - libc6-dev\n - make\n - ca-certificates\n\n- name: Register the current Go versi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1165,
"all_permissive": false
} |
ansible_role | jademcosta/melanite | e8d9ead2feea1b55fe6eaabfe8ad094bfffff408 | 1 | deploy/ansible/roles/libvips | 7,325 | [
"no_license"
] | [
{
"path": "deploy/ansible/roles/libvips/defaults/main.yml",
"content": "libvips_version: \"8.6.0\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 25
},
{
"path": "deploy/ansible/roles/libvips/tasks/main.yml",
"content": "- name: Add libvips required packages... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1464,
"all_permissive": false
} |
ansible_role | jademcosta/melanite | e8d9ead2feea1b55fe6eaabfe8ad094bfffff408 | 1 | deploy/ansible/roles/melanite | 7,325 | [
"no_license"
] | [
{
"path": "deploy/ansible/roles/melanite/templates/melanite_config.yml.j2",
"content": "image_source: \"{{ image_source_url }}\"\nport: 8080\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 50
},
{
"path": "deploy/ansible/roles/melanite/tasks/main.yml",
"conte... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 550,
"all_permissive": false
} |
ansible_role | jademcosta/melanite | e8d9ead2feea1b55fe6eaabfe8ad094bfffff408 | 1 | deploy/ansible/roles/melanite_user | 7,325 | [
"no_license"
] | [
{
"path": "deploy/ansible/roles/melanite_user/tasks/main.yml",
"content": "- name: Add melanite user\n user:\n name: melanite\n createhome: no\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 91,
"all_permissive": false
} |
ansible_role | jademcosta/melanite | e8d9ead2feea1b55fe6eaabfe8ad094bfffff408 | 1 | deploy/ansible/roles/systemd | 7,325 | [
"no_license"
] | [
{
"path": "deploy/ansible/roles/systemd/templates/melanite.service.j2",
"content": "[Unit]\nDescription=Melanite image proxy\nAfter=network.target\n\n[Service]\nType=simple\nUser=melanite\nGroup=melanite\nWorkingDirectory={{ go_path }}/bin\nExecStart={{ go_path }}/bin/melanite -c {{ melanite_config_file_pat... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 697,
"all_permissive": false
} |
ansible_role | lperennou/playbooks | 8291d0ab4ef443ce416bedfecd7aa34d4e3ff1d0 | 0 | roles/aws | 7,320 | [
"no_license"
] | [
{
"path": "roles/aws/templates/boto.j2",
"content": "[s3]\nuse-sigv4 = True\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 22
},
{
"path": "roles/aws/tasks/main.yaml",
"content": "# roles/aws/tasks/main.yaml\n---\n- name: create .aws directory\n file:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 370,
"all_permissive": false
} |
ansible_role | lperennou/playbooks | 8291d0ab4ef443ce416bedfecd7aa34d4e3ff1d0 | 0 | roles/ddclient | 7,320 | [
"no_license"
] | [
{
"path": "roles/ddclient/defaults/main.yml",
"content": "# roles/ddclient/defaults/main.yml\n\n# by default, we ensure that service is present, configured and running.\n# allowed values: present, absent, install, configure, start\n# present calls install, configure, start \nstate: present\n\n# variables th... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 1791,
"all_permissive": false
} |
ansible_role | lperennou/playbooks | 8291d0ab4ef443ce416bedfecd7aa34d4e3ff1d0 | 0 | roles/gpg | 7,320 | [
"no_license"
] | [
{
"path": "roles/gpg/tasks/main.yaml",
"content": "---\n- name: install gpg\n become: yes\n package: \n name: gnupg \n state: latest\n\n- name: Make sure the GPG config exists\n become: yes\n become_user: \"{{ gpg_user }}\"\n command: \"gpg --list-keys\"\n args:\n creates: \"{{ gpg_home }}/.g... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1879,
"all_permissive": false
} |
ansible_role | lperennou/playbooks | 8291d0ab4ef443ce416bedfecd7aa34d4e3ff1d0 | 0 | roles/httpd | 7,320 | [
"no_license"
] | [
{
"path": "roles/httpd/tasks/main.yaml",
"content": "---\n- name : install few dependencies\n yum:\n name : \"{{ packages }}\"\n state: latest\n vars:\n packages:\n - policycoreutils-python \n - mlocate\n - bzip2\n - centos-release-scl #for new php version and nextcloud\n\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1585,
"all_permissive": false
} |
ansible_role | lperennou/playbooks | 8291d0ab4ef443ce416bedfecd7aa34d4e3ff1d0 | 0 | roles/mariadb | 7,320 | [
"no_license"
] | [
{
"path": "roles/mariadb/tasks/config.yml",
"content": "# roles/mariadb/tasks/config.yml\n---\n\n- name: create data directory\n file:\n path: \"{{ mariadb_datadir }}\"\n state: directory \n owner: mysql\n group: mysql\n mode: u=rwx \n\n- name: Install mariadb config file\n template:\n s... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1630,
"all_permissive": false
} |
ansible_role | lperennou/playbooks | 8291d0ab4ef443ce416bedfecd7aa34d4e3ff1d0 | 0 | roles/oh-my-zsh | 7,320 | [
"no_license"
] | [
{
"path": "roles/oh-my-zsh/tasks/main.yaml",
"content": "---\n- name: Load a variable file based on the OS type, or a default if not found. Using free-form to specify the file.\n include_vars: \"{{ lookup('first_found', possible_files) }}\"\n vars:\n possible_files:\n - \"vars/{{ ansible_distribut... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 848,
"all_permissive": false
} |
ansible_role | lperennou/playbooks | 8291d0ab4ef443ce416bedfecd7aa34d4e3ff1d0 | 0 | roles/plex | 7,320 | [
"no_license"
] | [
{
"path": "roles/plex/tasks/main.yaml",
"content": "# roles/plex/tasks/main.yaml\n---\n- name: add plex repos\n template:\n src: templates/plex.repo\n dest: /etc/yum.repos.d/plex.repo\n\n- name: install plex\n yum:\n name: plexmediaserver\n state: latest\n\n- name: enable plex\n systemd:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 452,
"all_permissive": false
} |
ansible_role | lperennou/playbooks | 8291d0ab4ef443ce416bedfecd7aa34d4e3ff1d0 | 0 | roles/tmux | 7,320 | [
"no_license"
] | [
{
"path": "roles/tmux/vars/Darwin.yaml",
"content": "pkg_manager_become: no\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 23
},
{
"path": "roles/tmux/vars/default.yaml",
"content": "pkg_manager_become: yes\n",
"license_type": "no_license",
"detected... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 577,
"all_permissive": false
} |
ansible_role | lperennou/playbooks | 8291d0ab4ef443ce416bedfecd7aa34d4e3ff1d0 | 0 | roles/vim | 7,320 | [
"no_license"
] | [
{
"path": "roles/vim/templates/vimrc.j2",
"content": "set nocompatible \" be iMproved, required\nfiletype off \" required\n\n\" set the runtime path to include Vundle and initialize\nset rtp+=~/.vim/bundle/Vundle.vim\ncall vundle#begin()\n\" alternatively, pass a path where Vun... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2536,
"all_permissive": false
} |
ansible_role | SuprabathKristam/Ansible-learn | c1decdc5370edfe78cb290ab52a080fa9a8de4c3 | 0 | roles/centos | 7,320 | [
"no_license"
] | [
{
"path": "roles/centos/tasks/main.yml",
"content": "- name: printing\n ansible.builtin.debug:\n msg: Hello from centos",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 68,
"all_permissive": false
} |
ansible_role | SuprabathKristam/Ansible-learn | c1decdc5370edfe78cb290ab52a080fa9a8de4c3 | 0 | roles/demo | 7,320 | [
"no_license"
] | [
{
"path": "roles/demo/tasks/main.yml",
"content": "- name: Print Var from roles\n ansible.builtin.debug:\n msg: URL == {{ URL }}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 79,
"all_permissive": false
} |
ansible_role | SuprabathKristam/Ansible-learn | c1decdc5370edfe78cb290ab52a080fa9a8de4c3 | 0 | roles/nginx | 7,320 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "- name: printing\n ansible.builtin.debug:\n msg: Hello from Nginx",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 67,
"all_permissive": false
} |
ansible_role | nebulosa/crypto-alerts.io | ee3a6f55812ce54440b7ecdabf2547c7d2228585 | 5 | provision/ansible/roles/bootstrap | 7,320 | [
"no_license"
] | [
{
"path": "provision/ansible/roles/bootstrap/tasks/main.yml",
"content": "- name: lookup distro fact\n raw: |\n _distro() { #return distro name in lower string\n _distro__DIST_INFO=\"/etc/lsb-release\"\n if [ -r \"${_distro__DIST_INFO}\" ]; then\n . \"${_distro__DIST_INFO}\"\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 6788,
"all_permissive": false
} |
ansible_role | nebulosa/crypto-alerts.io | ee3a6f55812ce54440b7ecdabf2547c7d2228585 | 5 | provision/ansible/roles/cache-pkgs | 7,320 | [
"no_license"
] | [
{
"path": "provision/ansible/roles/cache-pkgs/tasks/main.yml",
"content": "- name: setup OS pkg cache\n include_tasks: setup-cache-pkgs.{{distro}}.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
},
{
"path": "provision/ansible/roles/cache-pkgs/tasks/setup... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 255,
"all_permissive": false
} |
ansible_role | nebulosa/crypto-alerts.io | ee3a6f55812ce54440b7ecdabf2547c7d2228585 | 5 | provision/ansible/roles/common | 7,320 | [
"no_license"
] | [
{
"path": "provision/ansible/roles/common/tasks/uninstall-firewalld.redhat.yml",
"content": "- name: uninstall firewalld\n yum: name={{item}} state=absent\n with_items:\n - firewalld\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 92
},
{
"path": "provision/... | {
"task_files": 11,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 12,
"total_bytes": 5033,
"all_permissive": false
} |
ansible_role | nebulosa/crypto-alerts.io | ee3a6f55812ce54440b7ecdabf2547c7d2228585 | 5 | provision/ansible/roles/docker-compose | 7,320 | [
"no_license"
] | [
{
"path": "provision/ansible/roles/docker-compose/tasks/install-docker-compose.yml",
"content": "- name: download docker compose, {{docker_compose_version}}\n get_url:\n url: https://github.com/docker/compose/releases/download/{{docker_compose_version}}/docker-compose-Linux-x86_64\n dest: /usr/bin/do... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 882,
"all_permissive": false
} |
ansible_role | nebulosa/crypto-alerts.io | ee3a6f55812ce54440b7ecdabf2547c7d2228585 | 5 | provision/ansible/roles/docker-multisite | 7,320 | [
"no_license"
] | [
{
"path": "provision/ansible/roles/docker-multisite/tasks/main.yml",
"content": "- name: create multisite directory\n file: path=\"{{docker_containers_volume_path}}/multisite/\" state=directory\n\n- name: download multisite docker-compose.yml (http)\n get_url:\n url: https://raw.githubusercontent.com/j... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1608,
"all_permissive": false
} |
ansible_role | nebulosa/crypto-alerts.io | ee3a6f55812ce54440b7ecdabf2547c7d2228585 | 5 | provision/ansible/roles/facts | 7,320 | [
"no_license"
] | [
{
"path": "provision/ansible/roles/facts/tasks/main.yml",
"content": "- name: lookup distro fact\n shell: |\n _distro() { #return distro name in lower string\n _distro__DIST_INFO=\"/etc/lsb-release\"\n if [ -r \"${_distro__DIST_INFO}\" ]; then\n . \"${_distro__DIST_INFO}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3634,
"all_permissive": false
} |
ansible_role | nebulosa/crypto-alerts.io | ee3a6f55812ce54440b7ecdabf2547c7d2228585 | 5 | provision/ansible/roles/minos | 7,320 | [
"no_license"
] | [
{
"path": "provision/ansible/roles/minos/tasks/main.yml",
"content": "- name: install software-properties-common apt-transport-https\n apt: name={{item}} state=present install_recommends=no update_cache=yes cache_valid_time=86400\n with_items:\n - software-properties-common\n - apt-transport-https\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 498,
"all_permissive": false
} |
ansible_role | nebulosa/crypto-alerts.io | ee3a6f55812ce54440b7ecdabf2547c7d2228585 | 5 | provision/ansible/roles/post-deployment | 7,320 | [
"no_license"
] | [
{
"path": "provision/ansible/roles/post-deployment/tasks/main.yml",
"content": "- name: post-deployment\n shell: echo 'Post-deployment'\n args:\n warn: false\n\n- name: install ufw\n apt: name={{item}} state=present install_recommends=no update_cache=yes cache_valid_time=86400\n with_items:\n - uf... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 901,
"all_permissive": false
} |
ansible_role | stefanMinch3v/ansible-demo | d03e30bb53939497f8612b00860a72e03db762ff | 0 | ansible-demo/roles/apache | 7,320 | [
"no_license"
] | [
{
"path": "ansible-demo/roles/apache/tasks/main.yml",
"content": "---\n- name: Update All Packages\n dnf:\n name: '*'\n state: latest\n- name: Install Apache\n dnf: \n name: httpd\n state: installed\n- name: Create The HTML File\n shell: echo \"Hello From The Ansible Challenge\" > /var/www/ht... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 442,
"all_permissive": false
} |
ansible_role | stefanMinch3v/ansible-demo | d03e30bb53939497f8612b00860a72e03db762ff | 0 | ansible-demo/roles/cleaner | 7,320 | [
"no_license"
] | [
{
"path": "ansible-demo/roles/cleaner/tasks/main.yml",
"content": "---\n# tasks file for cleaner\n- name: Uninstall Apache\n dnf: \n name: httpd\n state: removed\n- name: Remove index.html\n file:\n path: /var/www/html/index.html\n state: absent",
"license_type": "no_license",
"detecte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 183,
"all_permissive": false
} |
ansible_role | mekki209/Myapp | 9cbf307faaee3aea2c056067986b166f080d4284 | 0 | Ansible/roles/docker-registry | 7,320 | [
"no_license"
] | [
{
"path": "Ansible/roles/docker-registry/tasks/main.yml",
"content": "---\n# tasks file for docker-registry.\n\n- name: Log into DockerHub\n docker_login:\n username: mekki209\n password: <PASSWORD>\n\n- name: Tag and push to docker hub\n docker_image:\n name: myapp:latest\n repository: mekki2... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 263,
"all_permissive": false
} |
ansible_role | larrybotha/terraform-examples | 1f835419dd32047817115bd2a73fe805b985db5d | 1 | digitalocean/droplet-ansible-provisioner/ansible/roles/apt | 7,320 | [
"no_license"
] | [
{
"path": "digitalocean/droplet-ansible-provisioner/ansible/roles/apt/tasks/main.yml",
"content": "---\n- name: Wait for connection\n become: true\n ansible.builtin.wait_for_connection:\n timeout: 300\n\n- name: Wait for apt to unlock\n become: true\n shell: |\n while sudo fuser /var/lib/dpkg/lock... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 348,
"all_permissive": false
} |
ansible_role | larrybotha/terraform-examples | 1f835419dd32047817115bd2a73fe805b985db5d | 1 | digitalocean/droplet-ansible-provisioner/ansible/roles/docker | 7,320 | [
"no_license"
] | [
{
"path": "digitalocean/droplet-ansible-provisioner/ansible/roles/docker/meta/main.yml",
"content": "---\ndependencies:\n - role: apt\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "digitalocean/droplet-ansible-provisioner/ansible/roles/docker/d... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1359,
"all_permissive": false
} |
ansible_role | mtak/ansible-tor | 7c38116b2609856662e13f834978f117e6cd5a46 | 0 | roles/base | 7,320 | [
"no_license"
] | [
{
"path": "roles/base/tasks/unattended_upgrades.yml",
"content": "---\n\n- name: Install unattended upgrades packages\n apt:\n name: ['unattended-upgrades', 'apt-listchanges']\n state: latest\n\n- name: Set unattended upgrades config\n template:\n src: 50unattended-upgrades\n dest: /etc/apt/ap... | {
"task_files": 10,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 5040,
"all_permissive": false
} |
ansible_role | mtak/ansible-tor | 7c38116b2609856662e13f834978f117e6cd5a46 | 0 | roles/haveged | 7,320 | [
"no_license"
] | [
{
"path": "roles/haveged/tasks/main.yml",
"content": "---\n\n- name: Install haveged\n apt:\n name: \"haveged\"\n state: latest\n\n- name: Enable haveged\n systemd:\n name: haveged\n state: started\n enabled: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 163,
"all_permissive": false
} |
ansible_role | mtak/ansible-tor | 7c38116b2609856662e13f834978f117e6cd5a46 | 0 | roles/iptables | 7,320 | [
"no_license"
] | [
{
"path": "roles/iptables/tasks/main.yml",
"content": "---\n\n- name: Delete legacy iptables rules\n file:\n path: /etc/iptables.rules\n state: absent\n\n- name: Set IPv4 control\n set_fact:\n control_ip: \"{{ control_ipv4 }}\"\n\n- name: Set iptables rules\n template:\n src: iptables\n de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 884,
"all_permissive": false
} |
ansible_role | mtak/ansible-tor | 7c38116b2609856662e13f834978f117e6cd5a46 | 0 | roles/prometheus-exporters | 7,320 | [
"no_license"
] | [
{
"path": "roles/prometheus-exporters/tasks/tor-exporter.yml",
"content": "---\n\n- name: Install tor-exporter\n apt:\n deb: https://github.com/atx/prometheus-tor_exporter/releases/download/v0.4/prometheus-tor-exporter_0.4_all.deb\n state: present\n\n- name: Set tor-exporter configuration\n template... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2299,
"all_permissive": false
} |
ansible_role | mtak/ansible-tor | 7c38116b2609856662e13f834978f117e6cd5a46 | 0 | roles/report | 7,320 | [
"no_license"
] | [
{
"path": "roles/report/templates/cluster_state.yml",
"content": "{% for host in groups['tor-relay'] %}\n- name: {{ hostvars[host]['inventory_hostname'] }}:9099\n location: {{ hostvars[host]['location'] }}\n nick: {{ hostvars[host]['tor_nick'] }}\n data_limit: {{ hostvars[host]['tor_data_limit'] }}\n t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 910,
"all_permissive": false
} |
ansible_role | mtak/ansible-tor | 7c38116b2609856662e13f834978f117e6cd5a46 | 0 | roles/ssh | 7,320 | [
"no_license"
] | [
{
"path": "roles/ssh/tasks/main.yml",
"content": "---\n\n- name: Configure ssh\n copy:\n src: sshd_config\n dest: /etc/ssh/sshd_config\n owner: root\n group: root\n mode: 0644\n notify: restart_sshd\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 157
}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 157,
"all_permissive": false
} |
ansible_role | mtak/ansible-tor | 7c38116b2609856662e13f834978f117e6cd5a46 | 0 | roles/tor | 7,320 | [
"no_license"
] | [
{
"path": "roles/tor/tasks/main.yml",
"content": "---\n\n- name: Install apt-transport-https and gpg\n apt:\n name: [apt-transport-https, gpg, gpg-agent]\n state: latest\n\n- name: Add Tor repository key\n apt_key:\n url: https://deb.torproject.org/torproject.org/A3C4F0F979CAA22CDBA8F512EE8CBC9E8... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 832,
"all_permissive": false
} |
ansible_role | mtak/ansible-tor | 7c38116b2609856662e13f834978f117e6cd5a46 | 0 | roles/tor-relay | 7,320 | [
"no_license"
] | [
{
"path": "roles/tor-relay/tasks/main.yml",
"content": "---\n\n- name: Write torrc\n template:\n src: torrc\n dest: /etc/tor/torrc\n owner: root\n group: root\n mode: 0644\n notify: restart_tor\n \n- name: Write dirFrontPage\n template:\n src: dirfrontpage.html\n dest: /etc/tor/di... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1728,
"all_permissive": false
} |
ansible_role | mtak/ansible-tor | 7c38116b2609856662e13f834978f117e6cd5a46 | 0 | roles/unbound | 7,320 | [
"no_license"
] | [
{
"path": "roles/unbound/tasks/main.yml",
"content": "---\n\n- name: Install unbound\n apt:\n name: unbound\n state: latest\n\n- name: Set resolv.conf\n copy:\n src: resolv.conf\n dest: /etc/resolv.conf\n mode: 0444\n\n- name: Copy unbound-control-setup\n copy:\n src: unbound-control-se... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1407,
"all_permissive": false
} |
ansible_role | bfreuden/ansible-cheat-sheet | 598c5130f71b09799b9ff1fb6d027edb3d539f11 | 3 | src/roles/apache | 7,320 | [
"no_license"
] | [
{
"path": "src/roles/apache/tasks/main.yml",
"content": "---\n- name: install apache2 on centos\n yum: name=httpd state=present\n when: ansible_os_family == \"RedHat\"\n notify: start apache2 on centos\n\n- name: install apache2 on ubuntu\n apt: name=apache2 update_cache=yes state=present\n when: ansib... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 467,
"all_permissive": false
} |
ansible_role | sarco3t/actions-test | 796999c353c10e17a4e585b660708ca1e409a060 | 0 | inf/roles/nginx-passenger | 7,320 | [
"no_license"
] | [
{
"path": "inf/roles/nginx-passenger/tasks/main.yml",
"content": "---\n- name: remove apache2, nginx and passenger\n apt: name={{ item }} state=absent\n with_items:\n - apache2\n - nginx\n - passenger\n\n- name: Phusion Passenger - add APT key\n apt_key: keyserver=keyserver.ubuntu.com id=561F9B9... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2141,
"all_permissive": false
} |
ansible_role | sarco3t/actions-test | 796999c353c10e17a4e585b660708ca1e409a060 | 0 | inf/roles/ssl | 7,320 | [
"no_license"
] | [
{
"path": "inf/roles/ssl/tasks/main.yml",
"content": "# Source: https://gist.github.com/raphaelm/10226edb0e46f7ce844e\n---\n- name: Ensure Challenge directory exists\n become: yes\n file: path=\"{{ challenge_root_dir }}{{challenge_relative_dir}}\" state=directory mode=0755 owner=root group={{webserver_use... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3246,
"all_permissive": false
} |
ansible_role | sarco3t/actions-test | 796999c353c10e17a4e585b660708ca1e409a060 | 0 | inf/roles/user | 7,320 | [
"no_license"
] | [
{
"path": "inf/roles/user/tasks/main.yml",
"content": "- name: create deploy user\n user: name={{ ansible_user }} shell=/bin/bash append=true\n\n- name: add deploy user public key to authorized_keys\n authorized_key: user={{ ansible_user }} key=https://github.com/{{ gh_pubkey_user }}.keys\n\n- name: add d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 415,
"all_permissive": false
} |
ansible_role | nefrock/nefmon-log-client | 28db4691c20d4a22e4680f88b56f160b7a5daf95 | 0 | ansible/roles/nefmon-log-client | 7,320 | [
"no_license"
] | [
{
"path": "ansible/roles/nefmon-log-client/templates/god/conf/nefmon-log-client.god",
"content": "God.watch do |w|\n w.name = \"gather_metrics\"\n w.start = \"ruby {{nefmon_god_dir}}/script/gather_metrics.rb\"\n w.keepalive(:memory_max => {{nefmon_god_mem_max}},\n :cpu_max => {{nefmon_god_cp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5566,
"all_permissive": false
} |
ansible_role | nefrock/nefmon-log-client | 28db4691c20d4a22e4680f88b56f160b7a5daf95 | 0 | ansible/roles/td-agent | 7,320 | [
"no_license"
] | [
{
"path": "ansible/roles/td-agent/tasks/main.yml",
"content": "---\n- name: Check td-agent installed\n shell: rpm -q td-agent\n register: tdagent_is_present\n ignore_errors: true\n changed_when: false\n\n- name: Install td-agent\n shell:\n curl -L http://toolbelt.treasuredata.com/sh/install-redhat-t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1311,
"all_permissive": false
} |
ansible_role | benfor76/myansible-private | b3700678866c2a58b1bd1d153f42c9d094ec2002 | 0 | roles/tower_createCSR | 7,320 | [
"no_license"
] | [
{
"path": "roles/tower_createCSR/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - tower_createCSR\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
},
{
"path": "roles/tower_createCSR/tasks/generate_csr.yml",
"conten... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2153,
"all_permissive": false
} |
ansible_role | Korolev731/1231 | c2c60dc757e0f1913373406e272becc9b6846f90 | 0 | 1/13.Ansible.cruise/roles/web | 7,320 | [
"no_license"
] | [
{
"path": "1/13.Ansible.cruise/roles/web/tasks/main.yaml",
"content": "---\n- name: Deploy for Debian\n include: centos_debian.yaml\n when: ansible_os_family == 'Debian'\n\n- name: Deploy for RedHat\n include: centos_redhat.yaml\n when: ansible_os_family == 'RedHat'\n\n- name: Templates hosts\n templat... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1127,
"all_permissive": false
} |
ansible_role | Korolev731/1231 | c2c60dc757e0f1913373406e272becc9b6846f90 | 0 | 1/2/07.Ansibl/roles/web | 7,320 | [
"no_license"
] | [
{
"path": "1/2/07.Ansibl/roles/web/tasks/http_redhat.yaml",
"content": "---\n- name: Nginx. Install packages\n yum:\n name: \"{{ yum_http_packages }}\"\n state: present\n\n- name: Nginx. Remove welcome file\n file:\n path: \"/usr/share/nginx/html/index.html\"\n state: absent\n\n- name: Nginx. ... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 4038,
"all_permissive": false
} |
ansible_role | Korolev731/1231 | c2c60dc757e0f1913373406e272becc9b6846f90 | 0 | 1/2/07.Ansible.Cruise/roles/web | 7,320 | [
"no_license"
] | [
{
"path": "1/2/07.Ansible.Cruise/roles/web/tasks/main.yml",
"content": "---\n- name: include deploy for Debian systems\n include: nginx_debian.yml\n when: ansible_os_family == 'Debian'\n\n- name: include deploy for RedHat systems\n include: nginx_redhat.yml\n when: ansible_os_family == 'RedHat'\n\n- nam... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1670,
"all_permissive": false
} |
ansible_role | Korolev731/1231 | c2c60dc757e0f1913373406e272becc9b6846f90 | 0 | 1/2/1/roles/web | 7,320 | [
"no_license"
] | [
{
"path": "1/2/1/roles/web/tasks/http_debian.yaml",
"content": "---\n- name: Apache2. Install packages\n apt:\n name: \"{{ apt_http_packages }}\"\n state: present\n update_cache: yes\n- name: Apache2. Enable and start servce\n service:\n name: apache2\n state: started\n enabled: yes\n",
... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1644,
"all_permissive": false
} |
ansible_role | Korolev731/1231 | c2c60dc757e0f1913373406e272becc9b6846f90 | 0 | 1/2/12/roles/web | 7,320 | [
"no_license"
] | [
{
"path": "1/2/12/roles/web/handlers/main.yaml",
"content": "---\n- name: restart nginx\n service:\n name: nginx\n state: restarted\n enabled: yes\n\n- name: nginx systemd\n systemd:\n name: nginx\n enabled: yes\n state: started\n",
"license_type": "no_license",
"detected_license... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 2800,
"all_permissive": false
} |