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
ndrych/DanIT
0cad5d40f2e9fe5748ea9bd166be9dcc0d7051a9
0
homework_ans2/ansible/roles/nginx
157
[ "no_license" ]
[ { "path": "homework_ans2/ansible/roles/nginx/templates/docker-compose.yml.j2", "content": "version: '3'\nservices:\n nginx:\n image: nginx:latest\n ports:\n - \"{{ nginx_port }}:80\"\n volumes:\n - /opt/nginx/index.html:/usr/share/nginx/html/index.html\n", "license_type": "no_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1107, "all_permissive": false }
ansible_role
ndrych/DanIT
0cad5d40f2e9fe5748ea9bd166be9dcc0d7051a9
0
step3/ansible/roles/cadvisor
157
[ "no_license" ]
[ { "path": "step3/ansible/roles/cadvisor/tasks/main.yml", "content": "---\n- import_role:\n name: common\n\n- name: Run cAdvisor container\n docker_container:\n name: cadvisor\n image: google/cadvisor:latest\n ports:\n - \"{{ cadvisor_port }}:8080\"\n volumes:\n - /:/rootfs:ro\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 315, "all_permissive": false }
ansible_role
ndrych/DanIT
0cad5d40f2e9fe5748ea9bd166be9dcc0d7051a9
0
step3/ansible/roles/common
157
[ "no_license" ]
[ { "path": "step3/ansible/roles/common/tasks/main.yml", "content": "---\n- name: Ensure Python dependencies are installed\n yum:\n name: python3\n state: present\n\n- name: Upgrade pip\n command: \"pip3 install --upgrade pip\"\n\n- name: Install Docker SDK for Python\n pip:\n name: docker\n st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 377, "all_permissive": false }
ansible_role
ndrych/DanIT
0cad5d40f2e9fe5748ea9bd166be9dcc0d7051a9
0
step3/ansible/roles/grafana
157
[ "no_license" ]
[ { "path": "step3/ansible/roles/grafana/tasks/main.yml", "content": "---\n- import_role:\n name: common\n\n- name: Run Grafana container\n docker_container:\n name: grafana\n image: grafana/grafana:latest\n ports:\n - \"{{ grafana_port }}:{{ grafana_port }}\"\n env:\n GF_SECURITY_AD...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 292, "all_permissive": false }
ansible_role
ndrych/DanIT
0cad5d40f2e9fe5748ea9bd166be9dcc0d7051a9
0
step3/ansible/roles/node_exporter
157
[ "no_license" ]
[ { "path": "step3/ansible/roles/node_exporter/tasks/main.yml", "content": "---\n- import_role:\n name: common\n\n- name: Run Node Exporter container\n docker_container:\n name: node_exporter\n image: prom/node-exporter:latest\n ports:\n - \"{{ node_exporter_port }}:{{ node_exporter_port }}\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 225, "all_permissive": false }
ansible_role
ndrych/DanIT
0cad5d40f2e9fe5748ea9bd166be9dcc0d7051a9
0
step3/ansible/roles/prometheus
157
[ "no_license" ]
[ { "path": "step3/ansible/roles/prometheus/templates/prometheus.yml.j2", "content": "global:\n scrape_interval: '15s'\n\nscrape_configs:\n - job_name: 'prometheus'\n static_configs:\n - targets: ['{{ hostvars[prometheus_host].ansible_host }}:9090']\n\n - job_name: 'node_exporter'\n static_confi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1210, "all_permissive": false }
ansible_role
116davinder/spark-cluster-ansible
9bbf53f7b807b5d54cc6afc278883b5d13a85acd
0
playbooks/roles/common
157
[ "no_license" ]
[ { "path": "playbooks/roles/common/templates/spark-env.sh.j2", "content": "export JAVA_HOME= {{ javaHomeLocation.stdout }}\nexport SPARK_WORKER_CORES= {{ sparkWorkerCores }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "playbooks/roles/common/temp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1716, "all_permissive": false }
ansible_role
116davinder/spark-cluster-ansible
9bbf53f7b807b5d54cc6afc278883b5d13a85acd
0
playbooks/roles/spark-master
157
[ "no_license" ]
[ { "path": "playbooks/roles/spark-master/templates/service.j2", "content": "[Unit]\nDescription=spark daemon\nAfter=syslog.target network.target\n\n[Service]\nType=forking\nUser={{ sparkUser }}\nExecStart={{ sparkInstallPath }}/spark-{{ sparkVersion }}-bin-hadoop{{ sparkHadoopVersion }}/bin/spark-class org.a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 731, "all_permissive": false }
ansible_role
116davinder/spark-cluster-ansible
9bbf53f7b807b5d54cc6afc278883b5d13a85acd
0
playbooks/roles/spark-worker
157
[ "no_license" ]
[ { "path": "playbooks/roles/spark-worker/templates/service.j2", "content": "[Unit]\nDescription=spark daemon\nAfter=syslog.target network.target\n\n[Service]\nType=forking\nUser={{ sparkUser }}\nExecStart={{ sparkInstallPath }}/spark-{{ sparkVersion }}-bin-hadoop{{ sparkHadoopVersion }}/bin/spark-class org.a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 766, "all_permissive": false }
ansible_role
mathias-muench/ubuntu-server-deployment-and-automated-hardening
1f354b51409ad56c3bef21c1e295455a9f36904a
0
ansible/roles/firewall
157
[ "no_license" ]
[ { "path": "ansible/roles/firewall/tasks/main.yaml", "content": "---\n- name: Check firewall rules # noqa: args[module]\n check_mode: true\n become: true\n community.general.ufw: \"{{ item }}\"\n register: ufw_rules\n loop: &rules\n - rule: allow\n direction: in\n interface: \"{{ external_i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 916, "all_permissive": false }
ansible_role
mathias-muench/ubuntu-server-deployment-and-automated-hardening
1f354b51409ad56c3bef21c1e295455a9f36904a
0
ansible/roles/network
157
[ "no_license" ]
[ { "path": "ansible/roles/network/handlers/main.yaml", "content": "---\n- name: Generate netplan\n become: true\n register: _\n changed_when: _.rc == 0\n ansible.builtin.command:\n cmd: netplan generate\n\n- name: Apply netplan\n become: true\n register: _\n changed_when: _.rc == 0\n ansible.built...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 829, "all_permissive": false }
ansible_role
mathias-muench/ubuntu-server-deployment-and-automated-hardening
1f354b51409ad56c3bef21c1e295455a9f36904a
0
ansible/roles/openscap
157
[ "no_license" ]
[ { "path": "ansible/roles/openscap/tasks/main.yaml", "content": "---\n- name: Install openscap\n become: true\n ansible.builtin.apt:\n name:\n - libopenscap8\n - unzip\n\n- name: Download security guide # noqa: risky-file-permissions\n register: _ssg_zip\n ansible.builtin.get_url:\n url: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1610, "all_permissive": false }
ansible_role
mathias-muench/ubuntu-server-deployment-and-automated-hardening
1f354b51409ad56c3bef21c1e295455a9f36904a
0
ansible/roles/ssh-daemon
157
[ "no_license" ]
[ { "path": "ansible/roles/ssh-daemon/tasks/main.yaml", "content": "---\n- name: Ensure sshd listens only on public interface\n become: true\n ansible.builtin.copy:\n dest: /etc/ssh/sshd_config.d/50-bind-interface.conf\n content: |\n ListenAddress {{ ansible_facts[external_interface]['ipv4']['add...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 440, "all_permissive": false }
ansible_role
mathias-muench/ubuntu-server-deployment-and-automated-hardening
1f354b51409ad56c3bef21c1e295455a9f36904a
0
ansible/roles/web-server
157
[ "no_license" ]
[ { "path": "ansible/roles/web-server/tasks/main.yaml", "content": "---\n- name: Install nginx\n become: true\n ansible.builtin.apt:\n name:\n - nginx\n\n- name: Ensure nginx is running\n become: true\n ansible.builtin.systemd_service:\n name: nginx.service\n state: started\n enabled: tru...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 938, "all_permissive": false }
ansible_role
Tenaka/ansible_linux_main
7207622364253a12acf3557b740625b89a080f1c
0
ansible-main/roles/baseline
157
[ "no_license" ]
[ { "path": "ansible-main/roles/baseline/tasks/main.yml", "content": "- name: Update and Upgrade All Debian\n apt:\n upgrade: yes \n update_cache: yes\n when: ansible_distribution in [\"Ubuntu\",\"Debian\"]\n\n- name: Update and Upgrade All Redhat\n dnf:\n name: \"*\"\n state: latest\n upda...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1381, "all_permissive": false }
ansible_role
Tenaka/ansible_linux_main
7207622364253a12acf3557b740625b89a080f1c
0
ansible-main/roles/domainname
157
[ "no_license" ]
[ { "path": "ansible-main/roles/domainname/tasks/main.yml", "content": "#- name: Create A Record\n# community.windows.win_dns_record:\n# name: \"{{ inventory_hostname }}\"\n# type: \"A\"\n# value: \"{{ ansible_default_ipv4.address }}\"\n# zone: \"{{ FQDN }}\"\n\n\n- name: Update hostname to FQDN...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 473, "all_permissive": false }
ansible_role
Tenaka/ansible_linux_main
7207622364253a12acf3557b740625b89a080f1c
0
ansible-main/roles/k3_k8_baseline
157
[ "no_license" ]
[ { "path": "ansible-main/roles/k3_k8_baseline/tasks/main.yml", "content": "- name: create containerd configuration file\n file:\n path: \"/etc/modules-load.d/containerd.conf\"\n state: \"touch\"\n\n- name: set up containerd prerequisites\n blockinfile:\n path: \"/etc/modules-load.d/containerd.conf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2122, "all_permissive": false }
ansible_role
Tenaka/ansible_linux_main
7207622364253a12acf3557b740625b89a080f1c
0
ansible-main/roles/k8_masters
157
[ "no_license" ]
[ { "path": "ansible-main/roles/k8_masters/tasks/main.yml", "content": "- name : k8 Master Firewall TCP Ports\n firewalld:\n port: \"{{ item }}/tcp\"\n permanent: yes\n immediate: yes\n state: enabled\n loop:\n - 6443\n - 2379\n - 2380\n - 10250\n - 10251\n - 10252\n - 10257...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 511, "all_permissive": false }
ansible_role
Tenaka/ansible_linux_main
7207622364253a12acf3557b740625b89a080f1c
0
ansible-main/roles/k8_workers
157
[ "no_license" ]
[ { "path": "ansible-main/roles/k8_workers/tasks/main.yml", "content": "- name : k8 Workers Firewall TCP Ports\n firewalld:\n port: \"{{ item }}/tcp\"\n permanent: yes\n immediate: yes\n state: enabled\n loop:\n - 10250\n - 30000-32767\n - 179\n\n\n- name : k8 Workers Firewall UDP Ports...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 444, "all_permissive": false }
ansible_role
Tenaka/ansible_linux_main
7207622364253a12acf3557b740625b89a080f1c
0
ansible-main/roles/samba
157
[ "no_license" ]
[ { "path": "ansible-main/roles/samba/handlers/main.yml", "content": "- name: start samba\n service:\n name: smb.service\n enabled: true\n state: started\n\n- name: start nmb\n service:\n name: nmb.service\n enabled: true\n state: started\n \n- name: portsamba\n ansible.posix.firewalld:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1194, "all_permissive": false }
ansible_role
Tenaka/ansible_linux_main
7207622364253a12acf3557b740625b89a080f1c
0
ansible-main/roles/web_servers
157
[ "no_license" ]
[ { "path": "ansible-main/roles/web_servers/tasks/main.yml", "content": "- name: Install Web Server\n dnf:\n name:\n - httpd\n - php\n state: latest\n when: ansible_distribution in [\"Rocky\",\"Fedora\"]\n\n- name: Start httpd Service\n ansible.builtin.service: \n name: httpd\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 818, "all_permissive": false }
ansible_role
Shravan6488/Hadoop-Ansible
c5175258721c650fbe276262cfb2e8da38414449
1
roles/hadoop
163
[ "permissive" ]
[ { "path": "roles/hadoop/vars/redhat.yml", "content": "---\n# RedHat OS family vars\nopenjdk_jdk_packages:\n - name: \"java-1.8.0-openjdk\"\n\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 82 }, { "path": "roles/hadoop/vars/main.yml", ...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 6139, "all_permissive": true }
ansible_role
dick-twocows/pi
636d7eec80ff13bdaf5d4328a237232ce14ee251
0
ansible/roles/fan-shim
163
[ "no_license" ]
[ { "path": "ansible/roles/fan-shim/tasks/main.yml", "content": "- name: \"Install required packages\"\n become: yes\n package:\n name: \"{{ item }}\"\n state: \"present\"\n loop: [\"python3-pip\"]\n\n- name: \"Clone FanShim repo\"\n git:\n repo: \"https://github.com/pimoroni/fanshim-python\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 690, "all_permissive": false }
ansible_role
dick-twocows/pi
636d7eec80ff13bdaf5d4328a237232ce14ee251
0
ansible/roles/hostname
163
[ "no_license" ]
[ { "path": "ansible/roles/hostname/tasks/main.yml", "content": "\n- name: \"Set hostname\"\n become: true\n # hostname:\n # name: \"{{ hostname | default(inventory_hostname) }}\"\n # use: \"systemd\"\n shell:\n cmd: \"hostnamectl set-hostname {{ hostname | default(inventory_hostname) }}\"\n regi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 384, "all_permissive": false }
ansible_role
dick-twocows/pi
636d7eec80ff13bdaf5d4328a237232ce14ee251
0
ansible/roles/microk8s
163
[ "no_license" ]
[ { "path": "ansible/roles/microk8s/tasks/main.yml", "content": "\n- name: \"Enable required cgroup features\"\n become: true\n lineinfile:\n path: /boot/firmware/nobtcmd.txt\n backrefs: True\n regexp: '(^.+fixrtc(\\s+(?!cgroup_enable=memory cgroup_memory=1)[\\w=/\\-\\.]+)*)\\s*$'\n line: '\\1 c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 626, "all_permissive": false }
ansible_role
dick-twocows/pi
636d7eec80ff13bdaf5d4328a237232ce14ee251
0
ansible/roles/motion
163
[ "no_license" ]
[ { "path": "ansible/roles/motion/tasks/main.yml", "content": "---\n- name: Gather variables for each operating system\n ignore_errors: yes\n include_vars: \"{{ item }}\"\n with_first_found:\n - \"{{ ansible_distribution | lower }}-{{ ansible_distribution_major_version }}.yml\"\n - \"{{ ansible_distr...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1365, "all_permissive": false }
ansible_role
dick-twocows/pi
636d7eec80ff13bdaf5d4328a237232ce14ee251
0
ansible/roles/pi
163
[ "no_license" ]
[ { "path": "ansible/roles/pi/tasks/main.yml", "content": "\n\n- debug:\n msg: \"{{ ansible_distribution }}\"\n\n- debug:\n msg: \"{{ ansible_distribution_major_version }}\"\n\n- debug:\n msg: \"{{ ansible_distribution_version }}\"\n\n- file:\n state: \"link\"\n src: \"/usr/bin/python3\"\n d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 340, "all_permissive": false }
ansible_role
tedder/ted-ansible-plays
a923c5fa6e678209ddcc2e91ad2d1f538c903278
0
roles/cf
163
[ "no_license" ]
[ { "path": "roles/cf/files/sg.json", "content": "{\"Resources\":{\n \"CFTestSg\": {\n \"Type\": \"AWS::EC2::SecurityGroup\",\n \"Properties\": {\n \"GroupDescription\": \"test for cloudformation module\",\n \"SecurityGroupIngress\": [\n {\n \"IpProtocol\": \"tcp\",\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1727, "all_permissive": false }
ansible_role
i-am-mcloven/examples
17f389af08d6181304ed934cacf234163ed4d7e2
0
ansibile/pre_tasks/playbook/roles/role_1
163
[ "no_license" ]
[ { "path": "ansibile/pre_tasks/playbook/roles/role_1/tasks/main.yml", "content": "- name: first_dbg\n shell: \"echo $HOME\"\n register: home_op_r1\n\n- name: dbg\n debug: msg=\"role1 - {{ home_op_r1.stdout }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 123, "all_permissive": false }
ansible_role
i-am-mcloven/examples
17f389af08d6181304ed934cacf234163ed4d7e2
0
ansibile/role_vars/playbook/roles/role_var
163
[ "no_license" ]
[ { "path": "ansibile/role_vars/playbook/roles/role_var/tasks/main.yml", "content": "- name: dbg\n debug: msg=\"msg - {{ var1 }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 44, "all_permissive": false }
ansible_role
SamSeleznev/eff_mobile
6bd1817ddfb0e39b6cc9c559eddc99533287fc06
0
ansible/roles/required-packages
163
[ "no_license" ]
[ { "path": "ansible/roles/required-packages/tasks/main.yml", "content": "---\n- name: Install required system packages\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n - python3-pip\n state: present\n update_cache: yes\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 971, "all_permissive": false }
ansible_role
SamSeleznev/eff_mobile
6bd1817ddfb0e39b6cc9c559eddc99533287fc06
0
ansible/roles/webapp
163
[ "no_license" ]
[ { "path": "ansible/roles/webapp/tasks/main.yml", "content": "- name: Allow {{ ansible_user }} to run sudo without password\n copy:\n content: \"{{ ansible_user }} ALL=(ALL:ALL) NOPASSWD: ALL\"\n dest: /etc/sudoers.d/{{ ansible_user }}\n validate: 'visudo -cf %s'\n\n- name: Copy Dockerfile to remot...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2016, "all_permissive": false }
ansible_role
andrey-vs-75/ansible_skillup
5223faa10e2699be1e775ff6884dbb546d8efb1c
0
roles/deploy_bases
163
[ "no_license" ]
[ { "path": "roles/deploy_bases/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - deploy_bases", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "roles/deploy_bases/defaults/main.yml", "content": "---\n# defa...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1193, "all_permissive": false }
ansible_role
andrey-vs-75/ansible_skillup
5223faa10e2699be1e775ff6884dbb546d8efb1c
0
roles/deploy_sites
163
[ "no_license" ]
[ { "path": "roles/deploy_sites/vars/main.yml", "content": "---\n# vars file for deploy_sites", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/deploy_sites/tasks/main.yml", "content": "---\n# tasks file for deploy_sites\n- name: deploy sites...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 6122, "all_permissive": false }
ansible_role
andrey-vs-75/ansible_skillup
5223faa10e2699be1e775ff6884dbb546d8efb1c
0
roles/install_mysql
163
[ "no_license" ]
[ { "path": "roles/install_mysql/templates/my.cnf.j2", "content": "#\n# This group is read both by the client and the server\n# use it for options that affect everything\n#\n[client-server]\n\n#\n# include *.cnf from the config directory\n#\n!includedir /etc/my.cnf.d\n\n[mysqld]\nbind-address = {{ mysql_bind_...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 7602, "all_permissive": false }
ansible_role
andrey-vs-75/ansible_skillup
5223faa10e2699be1e775ff6884dbb546d8efb1c
0
roles/install_nginx
163
[ "no_license" ]
[ { "path": "roles/install_nginx/templates/php.ini.j2", "content": "#from default php.ini\nengine = On\nshort_open_tag = Off\nprecision = 14\noutput_buffering = 4096\nzlib.output_compression = Off\nserialize_precision = -1\nzend.enable_gc = On\nmax_execution_time = 30\nmax_input_time = 60\nmemory_limit = 128M...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5311, "all_permissive": false }
ansible_role
andrey-vs-75/ansible_skillup
5223faa10e2699be1e775ff6884dbb546d8efb1c
0
roles/up_vms
163
[ "no_license" ]
[ { "path": "roles/up_vms/defaults/main.yml", "content": "---\n# defaults file for up_vms", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/up_vms/handlers/main.yml", "content": "---\n# handlers file for up_vms", "license_type": "no_licen...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 273, "all_permissive": false }
ansible_role
andrey-vs-75/ansible_skillup
5223faa10e2699be1e775ff6884dbb546d8efb1c
0
roles/update_packages
163
[ "no_license" ]
[ { "path": "roles/update_packages/vars/main.yml", "content": "---\n# vars file for update_packages", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/update_packages/handlers/main.yml", "content": "---\n# handlers file for update_packages\n- ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1524, "all_permissive": false }
ansible_role
johannes-ackermann/oxvm_base_php56
d3987fc8dbb5412adca67d986bc1242a80d28e77
0
ansible/roles/adminer
163
[ "no_license" ]
[ { "path": "ansible/roles/adminer/tasks/uninstall.yml", "content": "---\n- name: Remove adminer PHP artefacts\n become: true\n file:\n path: \"{{ item }}\"\n state: absent\n with_items:\n - \"{{ adminer_internal.pkg_entry_point }}\"\n - \"{{ adminer_internal.pkg_dest }}\"\n - \"{{ adminer.d...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1022, "all_permissive": false }
ansible_role
johannes-ackermann/oxvm_base_php56
d3987fc8dbb5412adca67d986bc1242a80d28e77
0
ansible/roles/adminer_editor
163
[ "no_license" ]
[ { "path": "ansible/roles/adminer_editor/meta/main.yml", "content": "---\ndependencies:\n - apache\n - mysql\n - php\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "ansible/roles/adminer_editor/tasks/install.yml", "content": "---\n- name: E...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1207, "all_permissive": false }
ansible_role
johannes-ackermann/oxvm_base_php56
d3987fc8dbb5412adca67d986bc1242a80d28e77
0
ansible/roles/apache
163
[ "no_license" ]
[ { "path": "ansible/roles/apache/tasks/install.yml", "content": "---\n- name: Install Apache\n become: yes\n apt: pkg=apache2 state=latest\n\n- name: Install Apache Modules\n become: yes\n apache2_module: state=present name={{ item }}\n notify: restart apache\n with_items:\n - rewrite\n - vhost_a...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2848, "all_permissive": false }
ansible_role
johannes-ackermann/oxvm_base_php56
d3987fc8dbb5412adca67d986bc1242a80d28e77
0
ansible/roles/composer
163
[ "no_license" ]
[ { "path": "ansible/roles/composer/templates/auth.json", "content": "{\n \"github-oauth\": {\n \"github.com\": \"{{ php.composer.github_token }}\"\n }\n}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "ansible/roles/composer/tasks/install.yml...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1093, "all_permissive": false }
ansible_role
johannes-ackermann/oxvm_base_php56
d3987fc8dbb5412adca67d986bc1242a80d28e77
0
ansible/roles/ioncube
163
[ "no_license" ]
[ { "path": "ansible/roles/ioncube/tasks/install.yml", "content": "---\n- name: Stop execution of ansible and show how to proceed\n fail:\n msg: >\n Current ioncube integration does not support custom php versions.\n Please disable support of ioncube (php.ioncube.install: false) or\n disabl...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1638, "all_permissive": false }
ansible_role
johannes-ackermann/oxvm_base_php56
d3987fc8dbb5412adca67d986bc1242a80d28e77
0
ansible/roles/mailhog
163
[ "no_license" ]
[ { "path": "ansible/roles/mailhog/tasks/install.yml", "content": "---\n- name: Download fixed mailhog version\n become: true\n get_url:\n url: \"{{ mailhog.pkg_url }}\"\n dest: \"{{ mailhog.pkg_dest }}\"\n sha256sum: \"{{ mailhog.pkg_sha256 }}\"\n mode: 0755\n\n- name: Download fixed mhsendmail...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 3586, "all_permissive": false }
ansible_role
johannes-ackermann/oxvm_base_php56
d3987fc8dbb5412adca67d986bc1242a80d28e77
0
ansible/roles/mysql
163
[ "no_license" ]
[ { "path": "ansible/roles/mysql/tasks/main.yml", "content": "---\n- include: install.yml\n when: mysql.install\n tags:\n - mysql\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "ansible/roles/mysql/tasks/install.yml", "content": "---\n# Re...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1689, "all_permissive": false }
ansible_role
johannes-ackermann/oxvm_base_php56
d3987fc8dbb5412adca67d986bc1242a80d28e77
0
ansible/roles/npm
163
[ "no_license" ]
[ { "path": "ansible/roles/npm/lookup_plugins/manala_npm_packages.py", "content": "from __future__ import (absolute_import, division, print_function)\n__metaclass__ = type\n\nfrom ansible.plugins.lookup import LookupBase\nfrom ansible.errors import AnsibleError\n\nclass LookupModule(LookupBase):\n\n def ru...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 5568, "all_permissive": false }
ansible_role
johannes-ackermann/oxvm_base_php56
d3987fc8dbb5412adca67d986bc1242a80d28e77
0
ansible/roles/php
163
[ "no_license" ]
[ { "path": "ansible/roles/php/templates/phpversionformer", "content": "#!/bin/bash\n\nWANTED_VERSION=$1;\n\nif [[ ${WANTED_VERSION} =~ ^[0-9]\\.[0-9]*\\.[0-9]*$ ]]; then\n # If full PHP version is specified, use it.\n FOUND_VERSION=$WANTED_VERSION\nelse\n # Check if there is wanted PHP version insta...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 10398, "all_permissive": false }
ansible_role
johannes-ackermann/oxvm_base_php56
d3987fc8dbb5412adca67d986bc1242a80d28e77
0
ansible/roles/server
163
[ "no_license" ]
[ { "path": "ansible/roles/server/tasks/bindfs.yml", "content": "- name: Install bindfs\n become: yes\n apt:\n pkg: bindfs\n state: latest\n\n- name: Check placeholder for shared folder\n become: yes\n file:\n path: \"{{ vagrant_local.vm.app_shared_folder.target }}\"\n state: directory\n\n- na...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4418, "all_permissive": false }
ansible_role
johannes-ackermann/oxvm_base_php56
d3987fc8dbb5412adca67d986bc1242a80d28e77
0
ansible/roles/xdebug
163
[ "no_license" ]
[ { "path": "ansible/roles/xdebug/tasks/main.yml", "content": "---\n- include: install.yml\n when: php.xdebug.install\n tags:\n - php\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "ansible/roles/xdebug/tasks/install.yml", "content": "---\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 746, "all_permissive": false }
ansible_role
johannes-ackermann/oxvm_base_php56
d3987fc8dbb5412adca67d986bc1242a80d28e77
0
ansible/roles/zendguard
163
[ "no_license" ]
[ { "path": "ansible/roles/zendguard/tasks/main.yml", "content": "---\n- include: install.yml\n when: php.zendguard.install\n tags:\n - php\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "ansible/roles/zendguard/tasks/install.yml", "conten...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1463, "all_permissive": false }
ansible_role
ThoughtWorksInc/Ansible-Workshop
71849e72c3a848b3420d3d6b899b95b01ce2b166
0
roles/mysql
163
[ "no_license" ]
[ { "path": "roles/mysql/handlers/main.yml", "content": "---\n- name: restart mysql\n service: name={{mysql_daemon_name}} state=restarted\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 }, { "path": "roles/mysql/tasks/main.yml", "content": "---\n- include...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 720, "all_permissive": false }
ansible_role
panchakarlabk/ansible_playbook_roles
1936bf0bb1ce7dc5042dbfc07ff53fed59cc6a38
0
roles/db_check
163
[ "no_license" ]
[ { "path": "roles/db_check/defaults/main.yml", "content": "---\nmysql_login_path: \"root\" # MySQL login path that stores user credentials\nmysql_db: \"your_database\"\nquery: \"show tables;\"\noutput_file: \"/tmp/query_result.csv\"\nansible_python_interpreter: \"/usr/bin/python3\"", "license_type": "no...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1961, "all_permissive": false }
ansible_role
panchakarlabk/ansible_playbook_roles
1936bf0bb1ce7dc5042dbfc07ff53fed59cc6a38
0
roles/httpd_install_role
163
[ "no_license" ]
[ { "path": "roles/httpd_install_role/vars/main.yml", "content": "---\n# vars file for ariba_install_role\npck: httpd\npck2: nginx", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "roles/httpd_install_role/defaults/main.yml", "content": "---\n# def...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 656, "all_permissive": false }
ansible_role
panchakarlabk/ansible_playbook_roles
1936bf0bb1ce7dc5042dbfc07ff53fed59cc6a38
0
roles/logicmonitor_status
163
[ "no_license" ]
[ { "path": "roles/logicmonitor_status/vars/main.yml", "content": "---\n# vars file for ariba_install_role", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/logicmonitor_status/filter_plugins/lm_filter.py", "content": "class FilterModule(obje...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 8904, "all_permissive": false }
ansible_role
panchakarlabk/ansible_playbook_roles
1936bf0bb1ce7dc5042dbfc07ff53fed59cc6a38
0
roles/restore_status
163
[ "no_license" ]
[ { "path": "roles/restore_status/defaults/main.yml", "content": "---\n# defaults file for ariba_install_role\n#log_path: \"/var/log/messages\"\nexpected_restore_time: \"07:00\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { "path": "roles/restore_status/fi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 8100, "all_permissive": false }
ansible_role
panchakarlabk/ansible_playbook_roles
1936bf0bb1ce7dc5042dbfc07ff53fed59cc6a38
0
roles/restore_status_host
163
[ "no_license" ]
[ { "path": "roles/restore_status_host/filter_plugins/filter_roles.py", "content": "from ansible.errors import AnsibleFilterError\n\nclass FilterModule(object):\n def filters(self):\n return {\n 'filter_hosts': self.filter_hosts,\n }\n\n def filter_hosts(self, dba_automation_pro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2039, "all_permissive": false }
ansible_role
panchakarlabk/ansible_playbook_roles
1936bf0bb1ce7dc5042dbfc07ff53fed59cc6a38
0
roles/restore_status_orecle
163
[ "no_license" ]
[ { "path": "roles/restore_status_orecle/handlers/main.yml", "content": "---\n# handlers file for ariba_install_role", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "roles/restore_status_orecle/defaults/main.yml", "content": "---\n# defaults file ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 7646, "all_permissive": false }
ansible_role
panchakarlabk/ansible_playbook_roles
1936bf0bb1ce7dc5042dbfc07ff53fed59cc6a38
0
roles/send_email_notification
163
[ "no_license" ]
[ { "path": "roles/send_email_notification/templates/email_template copy 2.j2", "content": "<html>\n <head>\n <style>\n table {\n width: 100%;\n border-collapse: collapse;\n font-family: Arial, sans-serif;\n font-size: 14px;\n }\n th, td {\n bord...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 5050, "all_permissive": false }
ansible_role
idirze/monitoring
69b5621804b1c27501766b9054786acd14f6b634
0
roles/alertmanager
163
[ "no_license" ]
[ { "path": "roles/alertmanager/tasks/install.yml", "content": "---\n- name: create alertmanager system group\n group:\n name: \"{{ alertmanager_system_group }}\"\n system: true\n state: present\n\n- name: create alertmanager system user\n user:\n name: \"{{ alertmanager_system_user }}\"\n sy...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3251, "all_permissive": false }
ansible_role
idirze/monitoring
69b5621804b1c27501766b9054786acd14f6b634
0
roles/grafana
163
[ "no_license" ]
[ { "path": "roles/grafana/tasks/datasources.yml", "content": "---\n# From Ansible 2.5\n#- name: Ensure datasources exist (via API)\n# grafana_datasource:\n# grafana_url: \"{{ grafana_api_url }}\"\n# grafana_user: \"{{ grafana_security.admin_user }}\"\n# grafana_password: \"{{ grafana_security.admin...
{ "task_files": 7, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 15, "total_bytes": 33248, "all_permissive": false }
ansible_role
idirze/monitoring
69b5621804b1c27501766b9054786acd14f6b634
0
roles/netdata
163
[ "no_license" ]
[ { "path": "roles/netdata/requirements.txt", "content": "molecule==2.14.0\ndocker-py==1.10.6\nansible==2.5.5\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { "path": "roles/netdata/tasks/main.yml", "content": "---\n- name: download Netdata binary instal...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1231, "all_permissive": false }
ansible_role
idirze/monitoring
69b5621804b1c27501766b9054786acd14f6b634
0
roles/node-exporter
163
[ "no_license" ]
[ { "path": "roles/node-exporter/defaults/main.yml", "content": "---\nprometheus_install_dir: /usr/local/bin\nnode_exporter_version: 0.17.0\nnode_exporter_web_listen_address: \"0.0.0.0:9100\"\n\nnode_exporter_system_group: \"root\"\nnode_exporter_system_user: \"node\"\n\nnode_exporter_textfile_dir: \"/var/lib...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2843, "all_permissive": false }
ansible_role
idirze/monitoring
69b5621804b1c27501766b9054786acd14f6b634
0
roles/prometheus
163
[ "no_license" ]
[ { "path": "roles/prometheus/files/alerts/alerts.rules.yml", "content": "groups:\n- name: ansible managed alert rules\n rules:\n - alert: InstanceDown\n expr: \"up == 0\"\n for: 5m\n labels:\n severity: critical\n annotations:\n description: \"{{ $labels.instance }} of job {{ $labels....
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 7935, "all_permissive": false }
ansible_role
idirze/monitoring
69b5621804b1c27501766b9054786acd14f6b634
0
roles/pushgateway
163
[ "no_license" ]
[ { "path": "roles/pushgateway/templates/pushgateway.service.j2", "content": "{{ ansible_managed | comment}}\n\n[Unit]\nDescription=Prometheus pushgateway\nAfter=network.target\n\n[Service]\nType=simple\nUser={{ pushgateway_system_user }}\nGroup={{ pushgateway_system_group }}\nExecStart={{ prometheus_install_...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 4764, "all_permissive": false }
ansible_role
wikitops/ansible_sentry
a077e7dd32f85e270bf0371923d97a5f8a4ac9e5
0
roles/sentry
163
[ "no_license" ]
[ { "path": "roles/sentry/tasks/docker.yml", "content": "---\n\n- name: SENTRY DOCKER | Clone project\n git:\n repo: \"{{ sentry_github_repo }}\"\n dest: \"{{ sentry_home_dir }}\"\n\n- name: SENTRY DOCKER | Manage network\n docker_network:\n name: \"{{ sentry_docker_network }}\"\n\n- name: SENTRY D...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3937, "all_permissive": false }
ansible_role
OpenStackPSChina/ansible_swift
f99c6df3a0a99ce773dbe3722b613411a7a5ab0d
0
roles/swift_common
163
[ "no_license" ]
[ { "path": "roles/swift_common/handlers/main.yml", "content": "---\n\n# include all ntp handlers\n#\n- include: start_ntp_service.yml\n- include: stop_ntp_service.yml\n- include: restart_ntp_service.yml\n- include: upstart_ntp_service.yml", "license_type": "no_license", "detected_licenses": [], "...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 1191, "all_permissive": false }
ansible_role
OpenStackPSChina/ansible_swift
f99c6df3a0a99ce773dbe3722b613411a7a5ab0d
0
roles/swift_proxy
163
[ "no_license" ]
[ { "path": "roles/swift_proxy/handlers/start_swift_proxy.yml", "content": "---\n\n# start swift proxy\n- name: start swift proxy\n service: name=swift-proxy state=started", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 }, { "path": "roles/swift_proxy/tasks/confi...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 11, "total_bytes": 2638, "all_permissive": false }
ansible_role
OpenStackPSChina/ansible_swift
f99c6df3a0a99ce773dbe3722b613411a7a5ab0d
0
roles/swift_storage_common
163
[ "no_license" ]
[ { "path": "roles/swift_storage_common/handlers/upstart_rsync.yml", "content": "---\n\n# upstart rsync service\n- name: upstart rsync service\n service: name=rsync enabled=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "roles/swift_storage_co...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 12, "total_bytes": 3157, "all_permissive": false }
ansible_role
OpenStackPSChina/ansible_swift
f99c6df3a0a99ce773dbe3722b613411a7a5ab0d
0
roles/swift_storage_final
163
[ "no_license" ]
[ { "path": "roles/swift_storage_final/tasks/config_swift_object_finalize.yml", "content": "---\n\n# finalize the configuration of swift\n- name: create swift conf file \n template: src=swift.conf.j2 dest=/etc/swift/swift.conf\n\n- name: ensure etc swift ownership\n shell: chown -R swift:swift /etc/swift\n\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 348, "all_permissive": false }
ansible_role
OpenStackPSChina/ansible_swift
f99c6df3a0a99ce773dbe3722b613411a7a5ab0d
0
roles/swift_storage_first_node
163
[ "no_license" ]
[ { "path": "roles/swift_storage_first_node/tasks/main.yml", "content": "---\n# only on first storage node\n- include: create_swift_rings.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "roles/swift_storage_first_node/tasks/create_swift_rings.yml"...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2652, "all_permissive": false }
ansible_role
OpenStackPSChina/ansible_swift
f99c6df3a0a99ce773dbe3722b613411a7a5ab0d
0
roles/swift_storage_other_nodes
163
[ "no_license" ]
[ { "path": "roles/swift_storage_other_nodes/tasks/main.yml", "content": "---\n# on all other storage nodes\n- include: sync_swift_rings.yml\n# on all storage nodes\n#- include: config_swift_object_finalize.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 132 }, { ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 844, "all_permissive": false }
ansible_role
borisstoqnov/ansible
369afe070ccc958c2163ad2d35cc34c5fc4f6493
0
roles/mysql
156
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n# tasks file for mysql\n- name: install tools\n apt: name={{item}} state=present update_cache=yes\n with_items:\n - python-mysqldb\n \n- name: install mysql-server\n apt: name=mysql-server state=present update_cache=yes\n\n \n- name: e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 748, "all_permissive": false }
ansible_role
mkanoor/service_catalog_connector_installer
5f55fa06ebe7a0e740fa9d4703fdc3a99fcef24a
0
roles/automation-services-catalog-client
156
[ "no_license" ]
[ { "path": "roles/automation-services-catalog-client/tasks/main.yml", "content": "---\n- name: Check if the system is registered with RHSM\n stat:\n path: \"{{ system_cert_file }}\"\n register: cert_details\n- name: Fail if the certificate is missing\n ansible.builtin.fail:\n msg: \"{{ system_cert_f...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1801, "all_permissive": false }
ansible_role
hasnain28/ansible-test
787a48698d37b30dfa63648d4a10bda6df2974f6
0
ansible/roles/test
156
[ "no_license" ]
[ { "path": "ansible/roles/test/tasks/main.yml", "content": "---\n\n\n- name: Update package index\n become: yes\n apt:\n update_cache: yes\n\n- name: Install Git package\n become: yes\n apt:\n name: \"{{ package }}\"\n state: present\n\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 173, "all_permissive": false }
ansible_role
hasnain28/ansible-test
787a48698d37b30dfa63648d4a10bda6df2974f6
0
ansible/zeropoint/ansible/roles/django-poetry-playbook
156
[ "no_license" ]
[ { "path": "ansible/zeropoint/ansible/roles/django-poetry-playbook/vars/main.yml", "content": "---\n# vars file for my-django-app", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "ansible/zeropoint/ansible/roles/django-poetry-playbook/tasks/project-in...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 720, "all_permissive": false }
ansible_role
hasnain28/ansible-test
787a48698d37b30dfa63648d4a10bda6df2974f6
0
ansible/zeropoint/ansible/roles/permissions
156
[ "no_license" ]
[ { "path": "ansible/zeropoint/ansible/roles/permissions/tasks/main.yml", "content": "---\n- name: Change file permissions\n file:\n path: /home/hasnain/face44 \n mode: \"0700\"\n recurse: yes\n state: directory\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 131, "all_permissive": false }
ansible_role
hasnain28/ansible-test
787a48698d37b30dfa63648d4a10bda6df2974f6
0
ansible/zeropoint/ansible/roles/php
156
[ "no_license" ]
[ { "path": "ansible/zeropoint/ansible/roles/php/tasks/main.yml", "content": "---\n- name: Enable Sury repositories on Debian\n when: ansible_distribution == 'Debian'\n become: true\n block:\n - name: Ensure apt-transport-https is installed\n apt:\n pkg: apt-transport-https\n state: present\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1940, "all_permissive": false }
ansible_role
hasnain28/ansible-test
787a48698d37b30dfa63648d4a10bda6df2974f6
0
ansible/zeropoint/ansible/zeropoint/roles/repo-clon
156
[ "no_license" ]
[ { "path": "ansible/zeropoint/ansible/zeropoint/roles/repo-clon/tasks/main.yml", "content": "---\n\n- name: Clone Git repository\n git:\n repo: \"https://github.com/hasnain28/django-test.git\"\n dest: \"/home/hasnain/github\"\n key_file: \"~/.ssh/id_rsa\"\n\n- name: Create Django project\n shell: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 761, "all_permissive": false }
ansible_role
hasnain28/ansible-test
787a48698d37b30dfa63648d4a10bda6df2974f6
0
ansible/zeropoint/roles/django
156
[ "no_license" ]
[ { "path": "ansible/zeropoint/roles/django/tasks/main.yml", "content": "---\n- name: Install system packages\n apt:\n name: '{{ package }}'\n state: present\n\n- name: clone repository\n git:\n repo: git.face44.com:{{ project_name }}\n\n- name: Create database tables\n shell: |\n cd {{ project...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 861, "all_permissive": false }
ansible_role
hasnain28/ansible-test
787a48698d37b30dfa63648d4a10bda6df2974f6
0
ansible/zeropoint/roles/django-poetry-playbook
156
[ "no_license" ]
[ { "path": "ansible/zeropoint/roles/django-poetry-playbook/handlers/main.yml", "content": "---\n- name: \"restart django service\"\n listen: restart-django-service\n systemd:\n daemon_reload: true\n state: restarted\n name: \"django_{{ current_project }}.service\" \n", "license_type": "no_lice...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1949, "all_permissive": false }
ansible_role
ryosms/vagrant-redash
24670c2e6c560db73fc0d89c1845270e55dd101a
0
provisioning/roles/BasePackages
156
[ "no_license" ]
[ { "path": "provisioning/roles/BasePackages/tasks/install-packages.yml", "content": "---\r\n- name: Install build tools\r\n yum:\r\n name: \"@Development Tools\"\r\n\r\n- name: Install base packages\r\n yum: name={{item}}\r\n with_items:\r\n - python-pip\r\n - python-devel\r\n - nginx\r\n -...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 884, "all_permissive": false }
ansible_role
ryosms/vagrant-redash
24670c2e6c560db73fc0d89c1845270e55dd101a
0
provisioning/roles/MySQL
156
[ "no_license" ]
[ { "path": "provisioning/roles/MySQL/tasks/main.yml", "content": "---\r\n- include : install-5.7.yml\r\n become : yes\r\n- include : configure.yml\r\n become : yes\r\n- include : start-service.yml\r\n become : yes\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 14...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 561, "all_permissive": false }
ansible_role
ryosms/vagrant-redash
24670c2e6c560db73fc0d89c1845270e55dd101a
0
provisioning/roles/PostgreSQL
156
[ "no_license" ]
[ { "path": "provisioning/roles/PostgreSQL/tasks/install-postgresql.yml", "content": "---\r\n- name : Add PostgreSQL repository\r\n yum :\r\n name : http://yum.postgresql.org/9.4/redhat/rhel-7-x86_64/pgdg-centos94-9.4-2.noarch.rpm\r\n\r\n- name : Install PostgreSQL\r\n yum ...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1430, "all_permissive": false }
ansible_role
ryosms/vagrant-redash
24670c2e6c560db73fc0d89c1845270e55dd101a
0
provisioning/roles/Redash
156
[ "no_license" ]
[ { "path": "provisioning/roles/Redash/handlers/main.yml", "content": "---\r\n- name : Restart nginx\r\n service :\r\n name : nginx\r\n state : restarted\r\n enabled : yes\r\n become : yes\r\n\r\n- name : Restart supervisor\r\n service :\r\n name : supervisord\r\n st...
{ "task_files": 11, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 16, "total_bytes": 8868, "all_permissive": false }
ansible_role
ryosms/vagrant-redash
24670c2e6c560db73fc0d89c1845270e55dd101a
0
provisioning/roles/Redis
156
[ "no_license" ]
[ { "path": "provisioning/roles/Redis/tasks/main.yml", "content": "---\r\n- include: install-redis.yml\r\n become: yes\r\n- include: setup-redis.yml\r\n become: yes\r\n- include: start-service.yml\r\n become: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 }, ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 535, "all_permissive": false }
ansible_role
ryosms/vagrant-redash
24670c2e6c560db73fc0d89c1845270e55dd101a
0
provisioning/roles/Timezone
156
[ "no_license" ]
[ { "path": "provisioning/roles/Timezone/vars/timezone-vars.yml", "content": "---\r\ntimezone: Asia/Tokyo\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "provisioning/roles/Timezone/tasks/main.yml", "content": "---\r\n- include_vars : timezo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 404, "all_permissive": false }
ansible_role
archlinuxcn/ansible-playbooks
42c121e8475e021e33d32127ac5d49f8c5ad9ca0
3
roles/build
156
[ "no_license" ]
[ { "path": "roles/build/files/user_config/lilydjwg_config/.gitconfig", "content": "[user]\n\temail = <EMAIL>\n\tname = lilac\n[color]\n\tdiff = auto\n\tstatus = auto\n\tbranch = auto\n\tgrep = auto\n\tshowbranch = auto\n[core]\n\texcludesfile = ~/.gitconfig.d/gitignore\n\tquotepath = false\n[alias]\n\tst = s...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 11, "total_bytes": 10620, "all_permissive": false }
ansible_role
archlinuxcn/ansible-playbooks
42c121e8475e021e33d32127ac5d49f8c5ad9ca0
3
roles/repo
156
[ "no_license" ]
[ { "path": "roles/repo/templates/rsyncd.conf.j2", "content": "[repo]\ncomment = Arch Linux CN Repository\npath = /data/repo\nread only = yes\nlist = yes\nuid = http\ngid = http\ntimeout = 600\nuse chroot = yes\nauth users = {{ rsync_users }}\nsecrets file = /etc/rsyncd.secrets\nstrict modes = yes\nignore non...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 7729, "all_permissive": false }
ansible_role
atgreen/start-playbook
b3ec2e8b5be8144fa1052d2d7839c8406bd305a6
0
roles/prepare
156
[ "no_license" ]
[ { "path": "roles/prepare/files/scripts/B", "content": "#!/bin/sh\n\n# This is a script\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/prepare/tasks/main.yml", "content": "---\n- name: Copy install scripts\n copy:\n src: scripts\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 122, "all_permissive": false }
ansible_role
nandini965/expence-ansible
e88e2d7fcda8a65a8869c26e2abfba7a2e2ebc5e
0
roles/backend
156
[ "no_license" ]
[ { "path": "roles/backend/tasks/main.yml", "content": "- name: configuring nodejs\n ansible.builtin.shell: curl -sL https://rpm.nodesource.com/setup_lts.x | bash\n\n- name: Install nodejs\n ansible.builtin.yum:\n name: nodejs\n state: installed\n\n- name: create application user\n ansible.builtin.us...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1157, "all_permissive": false }
ansible_role
nandini965/expence-ansible
e88e2d7fcda8a65a8869c26e2abfba7a2e2ebc5e
0
roles/frontend
156
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "- name: Install nginx\n ansible.builtin.yum:\n name: nginx\n state: installed\n\n- name: copy expense config file\n ansible.builtin.template:\n path: /etc/nginx/default.d/expense.conf\n\n- name: Remove file content\n ansible.builtin.file:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 808, "all_permissive": false }
ansible_role
sahanw/DevOps
8e867f1c91858b712e889ab999a6de603bf4b29a
2
ansible/roles/os-version
156
[ "no_license" ]
[ { "path": "ansible/roles/os-version/tasks/main.yml", "content": "---\n- name: Checking the OS version\n debug: \n msg: \"Current Version: {{ hostvars[inventory_hostname].ansible_distribution_version }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 137 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 205, "all_permissive": false }
ansible_role
sahanw/DevOps
8e867f1c91858b712e889ab999a6de603bf4b29a
2
ansible/roles/setup-mq
156
[ "no_license" ]
[ { "path": "ansible/roles/setup-mq/tasks/main.yml", "content": "---\n- name: Configuration and Installation\n include: install_MQ.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "ansible/roles/setup-mq/defaults/main.yml", "content": "---\n# ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3621, "all_permissive": false }
ansible_role
TannerDowhy/pipeline_roles
a67c75b06459ceee2531fc137e9b789620196221
0
roles/ansible-role-bowtie2
156
[ "no_license" ]
[ { "path": "roles/ansible-role-bowtie2/handlers/main.yml", "content": "---\n# handlers file for ansible-role-bowtie2", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "roles/ansible-role-bowtie2/vars/main.yml", "content": "---\n# vars file for ansi...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 10, "total_bytes": 2397, "all_permissive": false }
ansible_role
TannerDowhy/pipeline_roles
a67c75b06459ceee2531fc137e9b789620196221
0
roles/ansible-role-dada2-run
156
[ "no_license" ]
[ { "path": "roles/ansible-role-dada2-run/handlers/main.yml", "content": "---\n# handlers file for ansible-role-dada2-run", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 }, { "path": "roles/ansible-role-dada2-run/files/dada_chimera_taxonomy.R", "content": "lib...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 15, "total_bytes": 8618, "all_permissive": false }
ansible_role
TannerDowhy/pipeline_roles
a67c75b06459ceee2531fc137e9b789620196221
0
roles/ansible-role-file-transfer
156
[ "no_license" ]
[ { "path": "roles/ansible-role-file-transfer/defaults/main.yml", "content": "---\n# defaults file for ansible-role-file-transfer", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { "path": "roles/ansible-role-file-transfer/files/d.py", "content": "def handic...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 9782, "all_permissive": false }
ansible_role
TannerDowhy/pipeline_roles
a67c75b06459ceee2531fc137e9b789620196221
0
roles/ansible-role-merging
156
[ "no_license" ]
[ { "path": "roles/ansible-role-merging/handlers/main.yml", "content": "---\n# handlers file for ansible-role-merging", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "roles/ansible-role-merging/tests/test.yml", "content": "---\n- hosts: localhost\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 2058, "all_permissive": false }
ansible_role
TannerDowhy/pipeline_roles
a67c75b06459ceee2531fc137e9b789620196221
0
roles/ansible-role-pipeline-check
156
[ "no_license" ]
[ { "path": "roles/ansible-role-pipeline-check/tasks/main.yml", "content": "---\n# tasks file for ansible-role-pipeline-check\n\n- name: Create output directory\n file: path={{ data }}/{{ item }} state=directory mode=0777\n with_items:\n - pipeline_check\n\n- name: Copy scripts to target machine\n copy:...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 4387, "all_permissive": false }
ansible_role
TannerDowhy/pipeline_roles
a67c75b06459ceee2531fc137e9b789620196221
0
roles/ansible-role-primer-removal
156
[ "no_license" ]
[ { "path": "roles/ansible-role-primer-removal/defaults/main.yml", "content": "---\n# defaults file for ansible-role-primer-removal\n\n#data: '/home/tdowhy/scratch/lisa/lisa/test'\nprimer_file: 'primer_removal/'\n#qname: 'def-linksm'\n", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 4243, "all_permissive": false }
ansible_role
PacktPublishing/Infrastructure-as-Code-IAC-Cookbook
a30da5541b6866d9f39a78cd3be6d5e35534fcbd
39
Chapter02/03-Using AWS Security Groups with Terraform/ansible/roles/ec2_securitygroups
156
[ "no_license" ]
[ { "path": "Chapter02/03-Using AWS Security Groups with Terraform/ansible/roles/ec2_securitygroups/tasks/main.yml", "content": "---\n - name: base security group\n ec2_group:\n name: base_security_group\n description: Base Security Group\n rules:\n - proto: tcp\n from_port:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 230, "all_permissive": false }