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
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-k8s/Vagrant/roles/ansible-docker
3,718
[ "no_license" ]
[ { "path": "roles/ansible-k8s/Vagrant/roles/ansible-docker/tasks/config_docker.yml", "content": "---\n- name: config_docker | Configuring Docker Service (Debian)\n template:\n src: \"etc/default/docker.j2\"\n dest: \"/etc/default/docker\"\n owner: \"root\"\n group: \"root\"\n mode: 0644\n no...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5083, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-k8s/Vagrant/roles/ansible-k8s
3,718
[ "no_license" ]
[ { "path": "roles/ansible-k8s/Vagrant/roles/ansible-k8s/README.md", "content": "Role Name\n=========\n\nAn [Ansible] role to deploy a [Kubernetes] - K8s Cluster\n\nRequirements\n------------\n\nInstall additional required [Ansible] roles:\n\n```\nsudo ansible-galaxy install -r requirements.yml\n```\n\nRole V...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 5519, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-kea-dhcp
3,718
[ "no_license" ]
[ { "path": "roles/ansible-kea-dhcp/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - ansible-kea-dhcp", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "roles/ansible-kea-dhcp/README.md", "content": "Role Na...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1199, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-kvm
3,718
[ "no_license" ]
[ { "path": "roles/ansible-kvm/tasks/set_facts.yml", "content": "---\n- name: set_facts | Setting Debian Facts\n set_fact:\n kvm_service_name: 'libvirtd'\n when: >\n ansible_distribution == \"Debian\" or\n ansible_distribution == \"CentOS\"\n\n- name: set_facts | Setting Ubuntu Facts\n set...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3580, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-landscape-client
3,718
[ "no_license" ]
[ { "path": "roles/ansible-landscape-client/defaults/main.yml", "content": "---\n# defaults file for ansible-landscape-client\nlandscape_client_data_path: '/var/lib/landscape/client'\nlandscape_client_log_level: 'info'\nlandscape_client_ping_url: 'http://landscape.canonical.com/ping'\nlandscape_client_url: 'h...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 951, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-logstash
3,718
[ "no_license" ]
[ { "path": "roles/ansible-logstash/templates/logstash_repo.j2", "content": "[logstash-{{ logstash_major_ver }}]\nname=logstash repository for {{ logstash_major_ver }}.x packages\nbaseurl={{ logstash_repo_url }}/{{ logstash_major_ver }}/centos\ngpgcheck=1\ngpgkey={{ logstash_repo_key }}\nenabled=1\n", "li...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 12123, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-mariadb-galera-cluster
3,718
[ "no_license" ]
[ { "path": "roles/ansible-mariadb-galera-cluster/README.md", "content": "Role Name\n=========\n\nAn [Ansible] role to install/configure a [MariaDB-Galera Cluster]\n\nBuild Status\n------------\n\n[![Build Status](https://travis-ci.org/mrlesmithjr/ansible-mariadb-galera-cluster.svg?branch=master)](https://tra...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 9896, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-mdadm
3,718
[ "no_license" ]
[ { "path": "roles/ansible-mdadm/tasks/main.yml", "content": "---\n# tasks file for ansible-mdadm\n#\n- include: wipe_disks.yml\n when: >\n mdadm_force_wipe is defined and\n mdadm_force_wipe\n\n- include: debian.yml\n when: ansible_os_family == \"Debian\"\n\n- include: arrays.yml\n", "lice...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4116, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-monit
3,718
[ "no_license" ]
[ { "path": "roles/ansible-monit/tasks/debian.yml", "content": "---\n- name: debian | installing monit\n apt:\n name: \"monit\"\n state: present\n\n- name: debian | configuring monit\n template:\n src: \"etc/monit/monitrc.j2\"\n dest: \"/etc/monit/monitrc\"\n owner: root\n group: root\n ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 5624, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-motd
3,718
[ "no_license" ]
[ { "path": "roles/ansible-motd/defaults/main.yml", "content": "---\n# defaults file for ansible-motd\n#\n# Defines default directory for MOTD scripts\nmotd_default_dir: '/etc/update-motd.d'\n\n# Defines a default message to apply above any custom messages\nmotd_default_message: 'Welcome to your DEV environme...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2539, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-postfix
3,718
[ "no_license" ]
[ { "path": "roles/ansible-postfix/tasks/main.yml", "content": "---\n# tasks file for ansible-postfix\n- name: Checking to make sure postfix is installed\n apt:\n name: \"{{ item }}\"\n state: \"present\"\n tags: [postfix]\n with_items:\n - 'postfix'\n - 'mailutils'\n when: ansible_os_family =...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2054, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-prometheus-node-exporter
3,718
[ "no_license" ]
[ { "path": "roles/ansible-prometheus-node-exporter/tasks/main.yml", "content": "---\n# tasks file for ansible-prometheus-node-exporter\n- include: install.yml\n\n- include: user.yml\n\n- include: service.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 122 }, { ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4144, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-rundeck
3,718
[ "no_license" ]
[ { "path": "roles/ansible-rundeck/README.md", "content": "Role Name\n=========\n\nInstalls rundeck http://rundeck.org/ role.\nAlso installs Ansible for executing playbooks and etc. Configurable options and Logstash plugin ready.\n\nBuild Status\n------------\n\n[![Build Status](https://travis-ci.org/mrlesmit...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 7708, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-shorewall
3,718
[ "no_license" ]
[ { "path": "roles/ansible-shorewall/handlers/main.yml", "content": "---\n# handlers file for ansible-shorewall\n# when restarting shorewall, first validate the config!\n- name: restart shorewall\n shell: shorewall check\n notify: restart shorewall after check\n- name: restart shorewall after check\n servi...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2904, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-squid
3,718
[ "no_license" ]
[ { "path": "roles/ansible-squid/templates/etc/ferm/ferm.d/900_transparent_squid_proxy.conf.j2", "content": "# Ferm transparent proxy setup for squid3\n# {{ ansible_managed }}\ntable nat{\n chain PREROUTING {\n proto tcp dport http REDIRECT to-ports {{ squid_http_port }};\n }\n}\n", "license_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1075, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-stackstorm/Vagrant/roles/ansible-stackstorm
3,718
[ "no_license" ]
[ { "path": "roles/ansible-stackstorm/Vagrant/roles/ansible-stackstorm/Vagrant/roles/ansible-stackstorm/Vagrant/roles/ansible-stackstorm/templates/etc/sudoers.d/st2.j2", "content": "{{ stackstorm_ssh_info.user }} ALL=(ALL) NOPASSWD: SETENV: ALL\n", "license_type": "no_license", "detected_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 32, "total_bytes": 28619, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-stackstorm/Vagrant/roles/ansible-stackstorm/Vagrant/roles/ansible-stackstorm
3,718
[ "no_license" ]
[ { "path": "roles/ansible-stackstorm/Vagrant/roles/ansible-stackstorm/Vagrant/roles/ansible-stackstorm/Vagrant/roles/ansible-stackstorm/templates/etc/sudoers.d/st2.j2", "content": "{{ stackstorm_ssh_info.user }} ALL=(ALL) NOPASSWD: SETENV: ALL\n", "license_type": "no_license", "detected_lice...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 27, "total_bytes": 20181, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-stackstorm/Vagrant/roles/ansible-stackstorm/Vagrant/roles/ansible-stackstorm/Vagrant/roles/ansible-postgresql
3,718
[ "no_license" ]
[ { "path": "roles/ansible-stackstorm/Vagrant/roles/ansible-stackstorm/Vagrant/roles/ansible-stackstorm/Vagrant/roles/ansible-postgresql/tasks/debian.yml", "content": "---\n- name: debian | installing pre-reqs\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - libpq-dev\n - python-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 421, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-stackstorm/Vagrant/roles/ansible-stackstorm/Vagrant/roles/ansible-stackstorm/Vagrant/roles/ansible-stackstorm
3,718
[ "no_license" ]
[ { "path": "roles/ansible-stackstorm/Vagrant/roles/ansible-stackstorm/Vagrant/roles/ansible-stackstorm/Vagrant/roles/ansible-stackstorm/templates/etc/sudoers.d/st2.j2", "content": "{{ stackstorm_ssh_info.user }} ALL=(ALL) NOPASSWD: SETENV: ALL\n", "license_type": "no_license", "detected_lice...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 19, "total_bytes": 11646, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-stackstorm/Vagrant/roles/ansible-stackstorm/Vagrant/roles/ansible-stackstorm/Vagrant/roles/ansible-stackstorm/Vagrant/roles/ansible-mongodb
3,718
[ "no_license" ]
[ { "path": "roles/ansible-stackstorm/Vagrant/roles/ansible-stackstorm/Vagrant/roles/ansible-stackstorm/Vagrant/roles/ansible-stackstorm/Vagrant/roles/ansible-mongodb/defaults/main.yml", "content": "---\n# defaults file for ansible-mongodb\nmongodb_apt_keyserver: 'keyserver.ubuntu.com'\nmongodb_apt_gpg_key: '...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1530, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-stackstorm/Vagrant/roles/ansible-stackstorm/Vagrant/roles/ansible-stackstorm/Vagrant/roles/ansible-stackstorm/Vagrant/roles/ansible-nginx
3,718
[ "no_license" ]
[ { "path": "roles/ansible-stackstorm/Vagrant/roles/ansible-stackstorm/Vagrant/roles/ansible-stackstorm/Vagrant/roles/ansible-stackstorm/Vagrant/roles/ansible-nginx/handlers/main.yml", "content": "---\n# handlers file for ansible-nginx\n- name: \"restart nginx\"\n service:\n name: \"nginx\"\n state: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 801, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-stackstorm/Vagrant/roles/ansible-stackstorm/Vagrant/roles/ansible-stackstorm/Vagrant/roles/ansible-stackstorm/Vagrant/roles/ansible-postgresql
3,718
[ "no_license" ]
[ { "path": "roles/ansible-stackstorm/Vagrant/roles/ansible-stackstorm/Vagrant/roles/ansible-stackstorm/Vagrant/roles/ansible-stackstorm/Vagrant/roles/ansible-postgresql/requirements.yml", "content": "---\n- src: https://github.com/mrlesmithjr/ansible-postgresql.git\n", "license_type": "no_license", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 165, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-tftpd-hpa
3,718
[ "no_license" ]
[ { "path": "roles/ansible-tftpd-hpa/tasks/debian.yml", "content": "---\n- name: debian | updating apt-cache\n apt:\n update_cache: true\n cache_valid_time: 86400\n\n- name: debian | installing packages\n apt:\n name: \"{{ item }}\"\n with_items:\n - tftpd-hpa\n - inetutils-inetd\n", "li...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2209, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-unbound
3,718
[ "no_license" ]
[ { "path": "roles/ansible-unbound/README.md", "content": "Role Name\n=========\n\nInstalls and configured unbound DNS server.. ( https://www.unbound.net )\n\nRequirements\n------------\n\nNone\n\nRole Variables\n--------------\n\n````\n---\n# defaults file for ansible-unbound\nconfig_unbound: true #defines ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5967, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-virtualbox
3,718
[ "no_license" ]
[ { "path": "roles/ansible-virtualbox/tasks/ext_pack.yml", "content": "---\n- name: ext_pack | Capture Installed Extension Packs\n command: \"VBoxManage list extpacks\"\n changed_when: false\n register: \"_virtualbox_extpacks_list\"\n\n- name: ext_pack | Downloading Extension Pack\n get_url:\n url: \"{...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1571, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-zabbix
3,718
[ "no_license" ]
[ { "path": "roles/ansible-zabbix/tasks/manage_mysql_db.yml", "content": "---\n- name: manage_mysql_db | ensuring db exists\n mysql_db:\n name: \"{{ zabbix_db_info['name'] }}\"\n state: \"present\"\n become: true\n\n- name: manage_mysql_db | setting permissions on db\n mysql_user:\n name: \"{{ zab...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2992, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-zabbix-agent
3,718
[ "no_license" ]
[ { "path": "roles/ansible-zabbix-agent/tasks/configure_zabbix_agent.yml", "content": "---\n- name: configure_zabbix_agent | installing agent package\n apt:\n name: \"zabbix-agent\"\n state: \"present\"\n become: true\n when: ansible_os_family == \"Debian\"\n\n- name: configure_zabbix_agent | configu...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1273, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-zookeeper
3,718
[ "no_license" ]
[ { "path": "roles/ansible-zookeeper/tasks/centos.yml", "content": "---\n#- name: centos | installing zookeeper\n# yum:\n# name: \"zookeeper\"\n# state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "roles/ansible-zookeeper/README.m...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3680, "all_permissive": false }
ansible_role
Safarveisi/AnsibleDemo
a6866cc09a7503f244c8b7e8e0e46b45bd18d85e
0
roles/local
3,718
[ "no_license" ]
[ { "path": "roles/local/tasks/main.yml", "content": "- name: Get services\n ansible.builtin.service_facts:\n tags: services\n\n- name: Get all docker repositories\n ansible.builtin.command: >\n docker images --format \"{{ '{{.Repository}}' }}\"\n register: docker_images\n when: \"'docker' in ansible_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1410, "all_permissive": false }
ansible_role
Safarveisi/AnsibleDemo
a6866cc09a7503f244c8b7e8e0e46b45bd18d85e
0
roles/remote
3,718
[ "no_license" ]
[ { "path": "roles/remote/tasks/main.yml", "content": "- name: Check for vars\n ansible.builtin.assert:\n that:\n - clone_git_repo is defined\n tags: assertion\n\n- name: Show some facts\n ansible.builtin.debug:\n var: ansible_facts['kernel_version']\n when:\n - ansible_facts['os_family'] ==...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3300, "all_permissive": false }
ansible_role
ksawada1979/Bacula7-CentOS7-ansible
d69075375b59dc85f8d8a0e3be601ab8fa8b19d6
1
roles/bacula
3,718
[ "no_license" ]
[ { "path": "roles/bacula/vars/main.yml", "content": "---\n dbname: bacula\n dbuser: bacula\n dbpassword: <PASSWORD>\n ipaddress: 192.168.0.1\n conf_name:\n - bacula-dir\n - bacula-sd\n - bacula-fd\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 150 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3431, "all_permissive": false }
ansible_role
ksawada1979/Bacula7-CentOS7-ansible
d69075375b59dc85f8d8a0e3be601ab8fa8b19d6
1
roles/ntp
3,718
[ "no_license" ]
[ { "path": "roles/ntp/tasks/main.yml", "content": "---\n - name: Install Packages\n yum: name={{ item }} state=latest\n with_items:\n - ntp\n\n - name: Start and Enable ntp\n service: name=ntpd state=started enabled=yes\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 190, "all_permissive": false }
ansible_role
ksawada1979/Bacula7-CentOS7-ansible
d69075375b59dc85f8d8a0e3be601ab8fa8b19d6
1
roles/reboot
3,718
[ "no_license" ]
[ { "path": "roles/reboot/tasks/main.yml", "content": "---\n\n - name: Server reboot\n command: reboot\n\n - name: wait for SSH port down\n local_action: wait_for host={{ inventory_hostname }} port=22 state=stopped\n sudo: false\n\n - name: wait for SSH port up\n wait_for: host={{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 346, "all_permissive": false }
ansible_role
ksawada1979/Bacula7-CentOS7-ansible
d69075375b59dc85f8d8a0e3be601ab8fa8b19d6
1
roles/timezone
3,718
[ "no_license" ]
[ { "path": "roles/timezone/tasks/main.yml", "content": "---\n - name: Timezone Set\n file: >\n src=/usr/share/zoneinfo/Asia/Tokyo\n dest=/etc/localtime\n state=link\n force=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 151 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 151, "all_permissive": false }
ansible_role
arista-netdevops-community/ipspace-webinar-september15-2020
e0c3321080af052da94fe9589c5605095fdd9697
9
roles/eos_dci
3,718
[ "no_license" ]
[ { "path": "roles/eos_dci/tasks/main.yml", "content": "---\n# tasks file for eos_dci\n\n- name: include device intended structure configuration variables\n include_vars: '{{inventory_dir}}/intended/structured_configs//{{ inventory_hostname }}.yml'\n delegate_to: localhost\n\n- name: Update router_bgp.peer_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 6538, "all_permissive": false }
ansible_role
d3prof3t/automated-deployments
29b285a05a1bc4d201969ef07e52078737b370df
0
prod/roles/common
3,718
[ "no_license" ]
[ { "path": "prod/roles/common/tasks/fix-502.yml", "content": "##\n# Fixes the 502 Nginx Error Post Deployment\n#\n- name: Fixes Nginx 502 Error\n raw: cd ~; cat /var/log/audit/audit.log | grep nginx | grep denied | audit2allow -M mynginx; semodule -i mynginx.pp\n become: yes\n", "license_type": "no_lic...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 4507, "all_permissive": false }
ansible_role
Wincher/operation
3ad5bfb49791d8afe5daa9bbf0878f02e6752787
0
ansible/ansible_init_ubuntu/roles/build_ubuntu
3,678
[ "no_license" ]
[ { "path": "ansible/ansible_init_ubuntu/roles/build_ubuntu/vars/main.yml", "content": "---\n# vars file for build_ubuntu\n\ninit_apt_components:\n - lsb-core\n - net-tools\n - vim\n - gcc\n - git\n - tree\n - curl\n - zsh\n - zip\n # for nginx ./configure one(can't remember) module\n - libpcre3\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2571, "all_permissive": false }
ansible_role
viethoangdinh0926/Ubuntu1804_ansible_setup
2165caa17d4060bcfcb0fb28189b0875e2b6bb52
0
setup/ansible/roles/atom
3,678
[ "no_license" ]
[ { "path": "setup/ansible/roles/atom/tasks/main.yml", "content": "---\n- name: Install Atom .deb package\n become: true\n apt:\n deb: https://atom.io/download/deb\n- name: Fix any broken deps\n become: true\n shell: |\n apt-get -y -f install\n args:\n executable: /bin/bash\n- name: Copy Atom pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 551, "all_permissive": false }
ansible_role
viethoangdinh0926/Ubuntu1804_ansible_setup
2165caa17d4060bcfcb0fb28189b0875e2b6bb52
0
setup/ansible/roles/bash_it
3,678
[ "no_license" ]
[ { "path": "setup/ansible/roles/bash_it/tasks/main.yml", "content": "---\n- name: Clean bash_it\n become: true\n shell: |\n rm -rf ~/.bash_it\n\n- name: Clone bash_it\n git:\n repo: https://github.com/Bash-it/bash-it.git\n dest: ~/.bash_it\n depth: 1\n\n- name: Install bash_it\n command: ~/.b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 900, "all_permissive": false }
ansible_role
viethoangdinh0926/Ubuntu1804_ansible_setup
2165caa17d4060bcfcb0fb28189b0875e2b6bb52
0
setup/ansible/roles/certs
3,678
[ "no_license" ]
[ { "path": "setup/ansible/roles/certs/files/scripts/cert", "content": "#!/bin/bash\nset -ex\n\nmkdir -p /home/tom/.pki/nssdb\ncertutil -A -d sql:/home/tom/.pki/nssdb -i /usr/local/share/ca-certificates/EMC_Decrypt.crt -n EMC_Decrypt -t \"C,,,\"\ncertutil -A -d sql:/home/tom/.pki/nssdb -i /usr/local/share/ca-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1504, "all_permissive": false }
ansible_role
viethoangdinh0926/Ubuntu1804_ansible_setup
2165caa17d4060bcfcb0fb28189b0875e2b6bb52
0
setup/ansible/roles/chrome
3,678
[ "no_license" ]
[ { "path": "setup/ansible/roles/chrome/tasks/main.yml", "content": "---\n- name: Install Chrome .deb package\n become: true\n apt:\n deb: https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb\n\n- name: Fix any broken deps\n become: true\n shell: |\n apt-get -y -f install\n arg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 690, "all_permissive": false }
ansible_role
viethoangdinh0926/Ubuntu1804_ansible_setup
2165caa17d4060bcfcb0fb28189b0875e2b6bb52
0
setup/ansible/roles/docker
3,678
[ "no_license" ]
[ { "path": "setup/ansible/roles/docker/tasks/main.yml", "content": "---\n- name: install docker step 1\n become: true\n shell: |\n apt install -y apt-transport-https ca-certificates curl software-properties-common\n args:\n executable: /bin/bash\n\n- name: install docker step 2\n shell: |\n curl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1285, "all_permissive": false }
ansible_role
viethoangdinh0926/Ubuntu1804_ansible_setup
2165caa17d4060bcfcb0fb28189b0875e2b6bb52
0
setup/ansible/roles/fly
3,678
[ "no_license" ]
[ { "path": "setup/ansible/roles/fly/tasks/main.yml", "content": "---\n- name: Download Fly\n become: true\n get_url:\n url: https://github.com/concourse/concourse/releases/download/{{ concourse_version }}/fly_linux_amd64\n dest: /usr/local/bin/fly\n mode: 0755\n", "license_type": "no_license",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 201, "all_permissive": false }
ansible_role
viethoangdinh0926/Ubuntu1804_ansible_setup
2165caa17d4060bcfcb0fb28189b0875e2b6bb52
0
setup/ansible/roles/git-duet
3,678
[ "no_license" ]
[ { "path": "setup/ansible/roles/git-duet/tasks/main.yml", "content": "---\n- name: Get git-duet\n become: true\n unarchive:\n src: https://github.com/git-duet/git-duet/releases/download/{{ duet_version }}/linux_amd64.tar.gz\n dest: /usr/local/bin\n remote_src: yes\n- name: Copy Git authors\n copy...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 542, "all_permissive": false }
ansible_role
viethoangdinh0926/Ubuntu1804_ansible_setup
2165caa17d4060bcfcb0fb28189b0875e2b6bb52
0
setup/ansible/roles/golang
3,678
[ "no_license" ]
[ { "path": "setup/ansible/roles/golang/tasks/main.yml", "content": "---\n- name: Check if gvm is installed\n shell: command -v gvm >/dev/null 2>&1\n args:\n executable: /bin/bash\n register: does_gvm_exist\n ignore_errors: yes\n\n- name: Install GVM\n shell: |\n bash < <(curl -s -S -L https://raw....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 547, "all_permissive": false }
ansible_role
viethoangdinh0926/Ubuntu1804_ansible_setup
2165caa17d4060bcfcb0fb28189b0875e2b6bb52
0
setup/ansible/roles/misc
3,678
[ "no_license" ]
[ { "path": "setup/ansible/roles/misc/tasks/main.yml", "content": "---\n- name: Copy scripts\n become: true\n copy:\n src: \"../files/\"\n dest: \"/usr/local/bin/\"\n\n- name: Set desktop settings\n become: true\n shell: |\n gsettings set org.gnome.desktop.interface clock-format '12h'\n gsett...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 992, "all_permissive": false }
ansible_role
viethoangdinh0926/Ubuntu1804_ansible_setup
2165caa17d4060bcfcb0fb28189b0875e2b6bb52
0
setup/ansible/roles/ntp
3,678
[ "no_license" ]
[ { "path": "setup/ansible/roles/ntp/tasks/main.yml", "content": "---\n- name: Set NTP server\n shell: |\n echo \"NTP=minnie.lss.emc.com\" | tee --append /etc/systemd/timesyncd.conf\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 130, "all_permissive": false }
ansible_role
viethoangdinh0926/Ubuntu1804_ansible_setup
2165caa17d4060bcfcb0fb28189b0875e2b6bb52
0
setup/ansible/roles/postman
3,678
[ "no_license" ]
[ { "path": "setup/ansible/roles/postman/tasks/main.yml", "content": "---\n- name: Postman\n become: true\n shell: |\n wget https://dl.pstmn.io/download/latest/linux64 -O /tmp/postman.tar.gz\n rm -rf /opt/Postman\n sudo tar -xzf /tmp/postman.tar.gz -C /opt\n rm /tmp/postman.tar.gz\n rm -f /us...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 333, "all_permissive": false }
ansible_role
viethoangdinh0926/Ubuntu1804_ansible_setup
2165caa17d4060bcfcb0fb28189b0875e2b6bb52
0
setup/ansible/roles/proxy
3,678
[ "no_license" ]
[ { "path": "setup/ansible/roles/proxy/tasks/main.yml", "content": "---\n- name: Update environment file\n become: true\n shell: |\n /bin/sh -c 'echo http_proxy=\"http://172.16.31.10:80/\" >> /etc/environment'\n /bin/sh -c 'echo https_proxy=\"http://172.16.31.10:80/\" >> /etc/environment'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 348, "all_permissive": false }
ansible_role
viethoangdinh0926/Ubuntu1804_ansible_setup
2165caa17d4060bcfcb0fb28189b0875e2b6bb52
0
setup/ansible/roles/terminator
3,678
[ "no_license" ]
[ { "path": "setup/ansible/roles/terminator/tasks/main.yml", "content": "---\n- name: Update repositories cache and install terminator package\n apt:\n name: terminator\n update_cache: yes\n become: true\n- file:\n path: \"~/.config/terminator\"\n state: directory\n mode: 0755\n- name: Copy c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 307, "all_permissive": false }
ansible_role
viethoangdinh0926/Ubuntu1804_ansible_setup
2165caa17d4060bcfcb0fb28189b0875e2b6bb52
0
setup/ansible/roles/update
3,678
[ "no_license" ]
[ { "path": "setup/ansible/roles/update/tasks/main.yml", "content": "---\n- name: Update all the things\n apt:\n upgrade: dist\n update_cache: yes\n become: true\n- name: Install list of packages\n apt: name={{item}} state=present\n become: true\n with_items:\n - git\n - bison\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 481, "all_permissive": false }
ansible_role
viethoangdinh0926/Ubuntu1804_ansible_setup
2165caa17d4060bcfcb0fb28189b0875e2b6bb52
0
setup/ansible/roles/vbox
3,678
[ "no_license" ]
[ { "path": "setup/ansible/roles/vbox/tasks/main.yml", "content": "---\n- name: Download Virtualbox with check (sha256)\n get_url:\n url: https://download.virtualbox.org/virtualbox/{{ vbox_version }}_amd64.deb\n dest: /tmp/virtualbox_latest.deb\n checksum: sha256:3a0b988999ef2df2785108b95ef8ad6776fe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 473, "all_permissive": false }
ansible_role
viethoangdinh0926/Ubuntu1804_ansible_setup
2165caa17d4060bcfcb0fb28189b0875e2b6bb52
0
setup/ansible/roles/vscode
3,678
[ "no_license" ]
[ { "path": "setup/ansible/roles/vscode/tasks/main.yml", "content": "---\n- name: Install VSCode\n become: true\n shell: |\n snap install vscode --classic\n\n- name: Install extensions\n shell: |\n code --install-extension bungcip.better-toml\n code --install-extension DavidAnson.vscode-markdownli...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 874, "all_permissive": false }
ansible_role
viethoangdinh0926/Ubuntu1804_ansible_setup
2165caa17d4060bcfcb0fb28189b0875e2b6bb52
0
setup/ansible/roles/zoom
3,678
[ "no_license" ]
[ { "path": "setup/ansible/roles/zoom/tasks/main.yml", "content": "---\n- name: Download Zoom\n get_url:\n url: https://zoom.us/client/latest/zoom_amd64.deb\n dest: /tmp/zoom_latest.deb\n\n- name: Install zoom .deb package\n become: true\n apt:\n deb: /tmp/zoom_latest.deb\n \n- name: Fix any br...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 328, "all_permissive": false }
ansible_role
klub/consul-digital-ocean
d2c6ee5cb4bb988225b393bb28238d926aea92cc
0
ansible/roles/consul
3,678
[ "no_license" ]
[ { "path": "ansible/roles/consul/templates/aws/cloudwatch/cwlogs.cfg.j2", "content": "[general]\n# Path to the AWSLogs agent's state file. Agent uses this file to maintain\n# client side state across its executions.\nstate_file = /var/awslogs/state/agent-state\n\n\n## Each log file is defined in its own sect...
{ "task_files": 14, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 26, "total_bytes": 34525, "all_permissive": false }
ansible_role
manyosit/ansible
dc30bf3bfd6222e636fa3940fdb365fdc9e4bbc1
0
roles/basic
3,678
[ "no_license" ]
[ { "path": "roles/basic/tasks/main.yml", "content": "---\n- name: Add the admin users with a bash shell, appending the group 'sudo' to the user's groups\n user:\n name: \"{{ item }}\"\n shell: /bin/bash\n groups: sudo\n append: yes\n with_items:\n - manyos\n - rhannemann\n \n- name: Set ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 773, "all_permissive": false }
ansible_role
manyosit/ansible
dc30bf3bfd6222e636fa3940fdb365fdc9e4bbc1
0
roles/proxmox
3,678
[ "no_license" ]
[ { "path": "roles/proxmox/tasks/main.yml", "content": "---\n\n- proxmox_kvm:\n node: \"{{ prox_host }}\"\n api_user: api@pve\n api_password: <PASSWORD>\n api_host: 10.8.0.34\n # Clone VM with only source VM name\n clone : ubuntu-20.04 # The VM source\n name : zavala # The...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1186, "all_permissive": false }
ansible_role
manyosit/ansible
dc30bf3bfd6222e636fa3940fdb365fdc9e4bbc1
0
roles/virtual
3,678
[ "no_license" ]
[ { "path": "roles/virtual/tasks/main.yml", "content": "---\n\n- name: \"set hostnames\"\n hostname:\n name: \"{{ inventory_hostname}}\"\n\n- name: Install guest agent\n apt: name={{ item }} state=latest update_cache=yes\n loop: [ 'qemu-guest-agent']\n\n- name: enable guest agent service\n systemd:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 300, "all_permissive": false }
ansible_role
jozshua/HOA13_Alonzo
ec271c65d1a59a8822655daa7f147625411cd437
0
cpe_HOA13/roles/etcd
3,678
[ "no_license" ]
[ { "path": "cpe_HOA13/roles/etcd/tasks/main.yml", "content": "- name: Install etcd (Ubuntu)\n apt:\n name:\n - etcd\n state: latest\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\"\n\n- name: Edit the etcd file (Ubuntu)\n copy:\n dest: /etc/default/ectd\n content: |\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1027, "all_permissive": false }
ansible_role
jozshua/HOA13_Alonzo
ec271c65d1a59a8822655daa7f147625411cd437
0
cpe_HOA13/roles/memcached
3,678
[ "no_license" ]
[ { "path": "cpe_HOA13/roles/memcached/tasks/main.yml", "content": "- name: Install memcached (Ubuntu)\n apt:\n name:\n - memcached\n - python3-memcache\n state: latest\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\"\n\n- name: Edit memcached file (Ubuntu)\n copy:\n des...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1010, "all_permissive": false }
ansible_role
jozshua/HOA13_Alonzo
ec271c65d1a59a8822655daa7f147625411cd437
0
cpe_HOA13/roles/messagequeue
3,678
[ "no_license" ]
[ { "path": "cpe_HOA13/roles/messagequeue/tasks/main.yml", "content": "- name: Install message queue (Ubuntu)\n apt:\n name:\n - rabbitmq-server\n state: latest\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\"\n\n- name: Add openstack user\n community.rabbitmq.rabbitmq_user:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 403, "all_permissive": false }
ansible_role
jozshua/HOA13_Alonzo
ec271c65d1a59a8822655daa7f147625411cd437
0
cpe_HOA13/roles/ntp
3,678
[ "no_license" ]
[ { "path": "cpe_HOA13/roles/ntp/tasks/main.yml", "content": "- name: Install NTP (Ubuntu)\n apt:\n name:\n - chrony\n state: latest\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\"\n\n- name: Edit chrony file (Ubuntu)\n copy:\n dest: /etc/chrony/chrony.conf\n content: |\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 587, "all_permissive": false }
ansible_role
jozshua/HOA13_Alonzo
ec271c65d1a59a8822655daa7f147625411cd437
0
cpe_HOA13/roles/openstack
3,678
[ "no_license" ]
[ { "path": "cpe_HOA13/roles/openstack/tasks/main.yml", "content": "- name: Install OpenStack (Ubuntu)\n apt:\n name:\n - nova-compute\n - python3-openstackclient\n state: latest\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\"\n\n\n", "license_type": "no_license", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 188, "all_permissive": false }
ansible_role
jozshua/HOA13_Alonzo
ec271c65d1a59a8822655daa7f147625411cd437
0
cpe_HOA13/roles/sql
3,678
[ "no_license" ]
[ { "path": "cpe_HOA13/roles/sql/tasks/main.yml", "content": "- name: Installation SQL Database (Ubuntu)\n apt:\n name:\n - mariadb-server\n - python3-pymysql\n state: latest\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\"\n- name: mariadb file (Ubuntu)\n copy:\n dest: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 944, "all_permissive": false }
ansible_role
TinkerDev/ansible_rails
39a0142f493e1002d84d9ffcc1785b195c8d0960
1
roles/dependencies
3,678
[ "no_license" ]
[ { "path": "roles/dependencies/tasks/main.yml", "content": "- name: 'dependencies | install core packages'\n apt:\n update_cache: yes\n\n- name: 'apt | install dependencies'\n apt:\n pkg:\n # - 'autoconf'\n # - 'bison'\n # - 'libyaml-dev'\n # - 'libreadline6-dev'\n # - 'libncurses...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 946, "all_permissive": false }
ansible_role
TinkerDev/ansible_rails
39a0142f493e1002d84d9ffcc1785b195c8d0960
1
roles/nginx
3,678
[ "no_license" ]
[ { "path": "roles/nginx/templates/nginx.conf", "content": "upstream backend {\n server unix:{{ project_root }}/shared/tmp/sockets/puma.sock;\n}\n\nserver {\n listen 80;\n\n root {{ project_root }}/current/public;\n\n try_files $uri/index.html $uri.html $uri @{{ project_name }};\n\n location ~ ^/assets/ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1116, "all_permissive": false }
ansible_role
TinkerDev/ansible_rails
39a0142f493e1002d84d9ffcc1785b195c8d0960
1
roles/node
3,678
[ "no_license" ]
[ { "path": "roles/node/tasks/main.yml", "content": "- name: 'node | setting apt repositories'\n shell: 'curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -'\n tags: 'node'\n\n- name: 'node | install nodejs'\n apt:\n pkg: nodejs\n tags: 'node'\n\n- name: 'node | Make sure HTTPS is supported...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 700, "all_permissive": false }
ansible_role
TinkerDev/ansible_rails
39a0142f493e1002d84d9ffcc1785b195c8d0960
1
roles/postgres
3,678
[ "no_license" ]
[ { "path": "roles/postgres/templates/database.yml", "content": "{{ db_environment }}:\n adapter: postgresql\n username: {{ db_user }}\n password: {{ <PASSWORD> }}\n encoding: {{ db_encoding}}\n pool: 8\n database: {{ db_name }}", "license_type": "no_license", "detected_licenses": [], "size_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1278, "all_permissive": false }
ansible_role
TinkerDev/ansible_rails
39a0142f493e1002d84d9ffcc1785b195c8d0960
1
roles/redis
3,678
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "- name: 'redis | install redis-server'\n apt:\n pkg:\n - 'redis-server'\n tags: 'redis'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 93, "all_permissive": false }
ansible_role
TinkerDev/ansible_rails
39a0142f493e1002d84d9ffcc1785b195c8d0960
1
roles/ruby
3,678
[ "no_license" ]
[ { "path": "roles/ruby/tasks/main.yml", "content": "- name: 'ruby | clone rbenv repo'\n become: yes\n become_user: \"{{ user }}\"\n git: repo=https://github.com/rbenv/rbenv.git dest={{ rbenv_root }}\n tags: 'ruby'\n\n- name: 'ruby | export rbenv path'\n become: yes\n become_user: \"{{ user }}\"\n line...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1521, "all_permissive": false }
ansible_role
abetaku29/tips
8847ef0775861dcac1dc0b08ea922faf5ec56e10
0
Ansible/Playbook/roles/add_user
3,678
[ "no_license" ]
[ { "path": "Ansible/Playbook/roles/add_user/tasks/main.yml", "content": "- name: add usr\n user: name=lig3\n\n- name: del usr\n user: name=lig2 state=absent\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 82, "all_permissive": false }
ansible_role
abetaku29/tips
8847ef0775861dcac1dc0b08ea922faf5ec56e10
0
Ansible/Playbook/roles/start_service
3,678
[ "no_license" ]
[ { "path": "Ansible/Playbook/roles/start_service/tasks/main.yml", "content": "- name: start service\n service: name={{ item }} state=restarted\n with_items:\n# - nginx\n - sshd\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 104, "all_permissive": false }
ansible_role
abetaku29/tips
8847ef0775861dcac1dc0b08ea922faf5ec56e10
0
Ansible/Playbook/roles/yum
3,678
[ "no_license" ]
[ { "path": "Ansible/Playbook/roles/yum/tasks/main.yml", "content": "- name: yum install\n yum: name={{ item }} state=installed\n with_items:\n - php\n - mysql\n - git\n - postgresql\n - httpd\n - perl\n - ruby\n - python\n - nginx\n", "license_type": "no_license", "detec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 182, "all_permissive": false }
ansible_role
AnikG-Org/devops-practice
bcc4e29ad7831a569b94f907d22ec3059d84ec2b
4
ansible/Ansible_project/docker-wordpress-with-ansible/roles/docker
3,678
[ "no_license" ]
[ { "path": "ansible/Ansible_project/docker-wordpress-with-ansible/roles/docker/tasks/main.yml", "content": "---\n- name: Install recommended package (to use AUFS storage drivers)\n apt:\n name: \"linux-image-extra-virtual\"\n update_cache: yes\n install_recommends: no\n state: present\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1143, "all_permissive": false }
ansible_role
AnikG-Org/devops-practice
bcc4e29ad7831a569b94f907d22ec3059d84ec2b
4
ansible/Ansible_project/docker-wordpress-with-ansible/roles/python
3,678
[ "no_license" ]
[ { "path": "ansible/Ansible_project/docker-wordpress-with-ansible/roles/python/tasks/main.yml", "content": "---\n# dependency for Ansible to work on new Ubuntu host\n- name: If missing, install Python\n raw: test -e /usr/bin/python || (apt -y update && apt install -y python)\n changed_when: False\n- setup:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 221, "all_permissive": false }
ansible_role
AnikG-Org/devops-practice
bcc4e29ad7831a569b94f907d22ec3059d84ec2b
4
ansible/Ansible_project/docker-wordpress-with-ansible/roles/wordpress-docker
3,678
[ "no_license" ]
[ { "path": "ansible/Ansible_project/docker-wordpress-with-ansible/roles/wordpress-docker/templates/wordpress-nginx.j2", "content": "server {\n listen 80;\n server_name {{ domain }};\n\n root /var/www/html;\n index index.php;\n\n access_log /var/log/nginx/{{ domain | replace(\".\", \"-\") }}-ac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3520, "all_permissive": false }
ansible_role
AnikG-Org/devops-practice
bcc4e29ad7831a569b94f907d22ec3059d84ec2b
4
ansible/ansible-training/Section_4_Roles/Exercise_6/roles/python
3,678
[ "no_license" ]
[ { "path": "ansible/ansible-training/Section_4_Roles/Exercise_6/roles/python/tasks/main.yml", "content": " - name: Install dependencies\n apt: name={{ item }} state=installed\n with_items:\n - python\n - python-setuptools\n - python-dev\n - build-essential\n - pytho...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 225, "all_permissive": false }
ansible_role
mehrdadnasiri/docker-ansible
a5d0c408e5006889f21fc1937e5ab1a35e6d7d4e
0
roles/docker
3,678
[ "permissive" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n# tasks file for docker\n\n- name: check docker exist\n shell: which docker\n register: result\n ignore_errors: yes\n\n- name: Update Repository cache\n apt: \n update_cache: true\n cache_valid_time: 3600\n force_apt_get: true\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 960, "all_permissive": true }
ansible_role
mehrdadnasiri/docker-ansible
a5d0c408e5006889f21fc1937e5ab1a35e6d7d4e
0
roles/docker-compose
3,678
[ "permissive" ]
[ { "path": "roles/docker-compose/tasks/main.yml", "content": "---\n# tasks file for docker-compose\n\n- name: check docker-compose exist\n shell: which docker-compose\n register: result\n ignore_errors: yes\n\n\n- name: Install docker-compose\n get_url: \n url : https://github.com/docker/compose/relea...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 370, "all_permissive": true }
ansible_role
mehrdadnasiri/docker-ansible
a5d0c408e5006889f21fc1937e5ab1a35e6d7d4e
0
roles/haproxy
3,678
[ "permissive" ]
[ { "path": "roles/haproxy/tasks/main.yml", "content": "---\n- name:\n apt:\n name: haproxy\n\n- name: copy haconfig\n copy:\n src: haproxy.cfg\n dest: /etc/haproxy/haproxy.cfg\n\n notify:\n - restart ha\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 254, "all_permissive": true }
ansible_role
ychen252/CCC_Project_2
ddc2b7042dee448c706a44c11fc244a84b99135a
0
ansible/roles/background-configuration
3,678
[ "no_license" ]
[ { "path": "ansible/roles/background-configuration/tasks/main.yml", "content": "# upload the front end code and run the webserver\n# upload the script which is to solve the cross-domain problem and populate the database\n\n- name: upload a script to populate the data\n become: yes\n copy:\n src: ./data-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 274, "all_permissive": false }
ansible_role
ychen252/CCC_Project_2
ddc2b7042dee448c706a44c11fc244a84b99135a
0
ansible/roles/proxy-configuration
3,678
[ "no_license" ]
[ { "path": "ansible/roles/proxy-configuration/tasks/main.yml", "content": "#proxy configuration\n\n- name: add proxy to enviroments\n become: yes\n lineinfile:\n line: \"http_proxy=\\\"{{ proxy_address }}\\\"\\nhttps_proxy=\\\"{{ proxy_address }}\\\"\\nftp_proxy=\\\"{{ proxy_address }}\\\"\\nno_proxy=\\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 759, "all_permissive": false }
ansible_role
ychen252/CCC_Project_2
ddc2b7042dee448c706a44c11fc244a84b99135a
0
ansible/roles/template-rendering
3,678
[ "no_license" ]
[ { "path": "ansible/roles/template-rendering/templates/subnode3.sh.j2", "content": "#!/bin/bash\n\necho \"== Set variables ==\"\nexport node={{ instance3_ip }}\nexport user={{ username }}\nexport password={{ <PASSWORD> }}\n\necho \"== Start the containers ==\"\ndocker run -d -p 5984:5984 -p 5986:5986 -p 4369...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2438, "all_permissive": false }
ansible_role
jdubs/ansible-home
277b8e845b5deec1b46e6e4037dc2c2cdfc5d1e6
0
roles/drivers
3,678
[ "no_license" ]
[ { "path": "roles/drivers/tasks/mellanox.yaml", "content": "---\n- name: Install mellanox gpg key\n apt_key:\n url: \"{{ mellanox.gpg_key_url }}\"\n state: present\n\n- name: Install mellanox apt repo\n apt_repository:\n repo: \"{{ mellanox.apt_repo }}\"\n state: present\n filename: 'mellano...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 885, "all_permissive": false }
ansible_role
jdubs/ansible-home
277b8e845b5deec1b46e6e4037dc2c2cdfc5d1e6
0
roles/hashicorp
3,678
[ "no_license" ]
[ { "path": "roles/hashicorp/tasks/main.yaml", "content": "- name: Add Hashicorp apt key\n ansible.builtin.apt_key:\n url: https://apt.releases.hashicorp.com/gpg\n state: present\n\n- name: Add the official HashiCorp Linux repository\n apt_repository:\n repo: \"deb [arch=amd64] https://apt.releases...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 380, "all_permissive": false }
ansible_role
jdubs/ansible-home
277b8e845b5deec1b46e6e4037dc2c2cdfc5d1e6
0
roles/libvirt
3,678
[ "no_license" ]
[ { "path": "roles/libvirt/tasks/main.yaml", "content": "- name: Install libvirt\n apt:\n name:\n - qemu\n - qemu-kvm\n - libvirt-daemon-system\n - libvirt-clients\n - ebtables\n - dnsmasq-base\n - bridge-utils\n - virtinst\n state: present\n\n- name: Enable IOMMU\n ansible.bui...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 797, "all_permissive": false }
ansible_role
jdubs/ansible-home
277b8e845b5deec1b46e6e4037dc2c2cdfc5d1e6
0
roles/telegraf
3,678
[ "no_license" ]
[ { "path": "roles/telegraf/templates/telegraf.conf.j2", "content": "[global_tags]\n\n[agent]\n interval = \"10s\"\n round_interval = true\n metric_batch_size = 1000\n metric_buffer_limit = 10000\n collection_jitter = \"0s\"\n flush_interval = \"10s\"\n flush_jitter = \"0s\"\n precision = \"\"\n host...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1388, "all_permissive": false }
ansible_role
jdubs/ansible-home
277b8e845b5deec1b46e6e4037dc2c2cdfc5d1e6
0
roles/ubuntu_setup
3,678
[ "no_license" ]
[ { "path": "roles/ubuntu_setup/tasks/main.yaml", "content": "- name: sudo without password for sudo group\n ansible.builtin.copy:\n content: '%sudo ALL=(ALL:ALL) NOPASSWD:ALL'\n dest: /etc/sudoers.d/nopasswd\n mode: 0440\n\n- name: Update and upgrade apt packages\n ansible.builtin.apt:\n update...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1014, "all_permissive": false }
ansible_role
hungnv-125/ansible-web-deployment
717d623a02dae2b82de7710c0cf6b4530e636a86
0
roles/mysql-db
3,678
[ "no_license" ]
[ { "path": "roles/mysql-db/files/todolist.sql", "content": "-- phpMyAdmin SQL Dump\n-- version 5.2.0\n-- https://www.phpmyadmin.net/\n--\n-- Host: mariadb:3306\n-- Generation Time: Nov 27, 2023 at 11:10 AM\n-- Server version: 10.6.8-MariaDB-1:10.6.8+maria~focal\n-- PHP Version: 8.0.22\n\nSET SQL_MODE = \"NO_...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 3278, "all_permissive": false }
ansible_role
ganes891/cimb-hardening
ae003d169b6661cee95b5798e297cdf622fe513e
0
roles/os_hardening-oel8
3,678
[ "no_license" ]
[ { "path": "roles/os_hardening-oel8/tasks/2.7-accessControl.yml", "content": "\n#CIMB required tasks ###\n##################GDM SEC ##################################\n- name: mkdir for gsm folder\n shell: mkdir /etc/gdm\n- name: 1.8.3 Ensure XDMCP is not enabled\n template:\n src: 'etc/gdm/custom.conf....
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 7858, "all_permissive": false }
ansible_role
nathancurry/portfolio
8fdd0b2bdff0d01805571e653f99bcfbf18bf1cd
0
projects/autoredis/roles/autoredis-add-hosts
3,678
[ "no_license" ]
[ { "path": "projects/autoredis/roles/autoredis-add-hosts/tasks/main.yml", "content": "---\n# tasks file for autoredis-addhosts\n- name: Add new hosts to active inventory\n add_host:\n hostname: \"{{ item.0 }}\"\n groups: \"{{ deployment_name }}\"\n ansible_host: \"{{ item.1 }}\"\n ansible_port: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 583, "all_permissive": false }
ansible_role
nathancurry/portfolio
8fdd0b2bdff0d01805571e653f99bcfbf18bf1cd
0
projects/autoredis/roles/autoredis-cluster-config
3,678
[ "no_license" ]
[ { "path": "projects/autoredis/roles/autoredis-cluster-config/tasks/main.yml", "content": "---\n# tasks file for autoredis-cluster-join\n- name: Stat and register cluster lockfile\n stat:\n path: /var/local/autoredis/cluster.lock\n register: cluster_lock\n\n- name: create lock directory\n file:\n pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1262, "all_permissive": false }
ansible_role
nathancurry/portfolio
8fdd0b2bdff0d01805571e653f99bcfbf18bf1cd
0
projects/autoredis/roles/autoredis-cluster-firstboot
3,678
[ "no_license" ]
[ { "path": "projects/autoredis/roles/autoredis-cluster-firstboot/tasks/xenial.yml", "content": "# placeholder for xenial tasks and tests", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "projects/autoredis/roles/autoredis-cluster-firstboot/tasks/rhel7...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1858, "all_permissive": false }
ansible_role
nathancurry/portfolio
8fdd0b2bdff0d01805571e653f99bcfbf18bf1cd
0
projects/autoredis/roles/autoredis-cluster-software-install
3,678
[ "no_license" ]
[ { "path": "projects/autoredis/roles/autoredis-cluster-software-install/tasks/main.yml", "content": "---\n# tasks file for autoredis-cluster-software-install\n- name: place answers file\n template:\n src: answers.txt\n dest: /root/answers.txt\n\n- name: fetch RS tgz from S3 url\n get_url:\n url: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 636, "all_permissive": false }
ansible_role
nathancurry/portfolio
8fdd0b2bdff0d01805571e653f99bcfbf18bf1cd
0
projects/autoredis/roles/autoredis-deployment-create
3,678
[ "no_license" ]
[ { "path": "projects/autoredis/roles/autoredis-deployment-create/files/deployment.yml", "content": "#####################\n### REQUIRED VARS ###\n#####################\n\n#deployment_name:\n\n# LOCK\n# Set this to \"true\" once you've filled out this top section\ndeploy_ready: false\n\n# Will render name in ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5061, "all_permissive": false }
ansible_role
nathancurry/portfolio
8fdd0b2bdff0d01805571e653f99bcfbf18bf1cd
0
projects/autoredis/roles/autoredis-info
3,678
[ "no_license" ]
[ { "path": "projects/autoredis/roles/autoredis-info/tasks/main.yml", "content": "---\n# tasks file for autoredis-info\n\n- name: Stat A records\n stat:\n path: \"{{ deployment_directory }}/create_A_results.json\"\n register: stat_a_records\n\n- name: Stat NS records\n stat:\n path: \"{{ deployment_d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1753, "all_permissive": false }
ansible_role
nathancurry/portfolio
8fdd0b2bdff0d01805571e653f99bcfbf18bf1cd
0
projects/autoredis/roles/autoredis-terraform
3,678
[ "no_license" ]
[ { "path": "projects/autoredis/roles/autoredis-terraform/tasks/main.yml", "content": "---\n# tasks file for autoredis-terraform\n\n- import_tasks: init.yml\n tags:\n - init\n - terraform\n - all\n - never\n\n- import_tasks: apply.yml\n tags:\n - apply\n - terraform\n - all\n - never...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2308, "all_permissive": false }
ansible_role
irvind/personal_accounting_tdd
9d74e8bfe5363bbd5be559c3595071304f2fdb58
0
deploy_tools/roles/common
3,598
[ "no_license" ]
[ { "path": "deploy_tools/roles/common/vars/main.yml", "content": "---\nsecret_key: \"{{ lookup('password', '/tmp/anspwds/secret_key length=50') }}\"\ndb_password: \"{{ lookup('password', '/tmp/anspwds/db_password length=50') }}\"\n\nrepo_url: \"https://github.com/irvind/personal_accounting_tdd.git\"\nbase_pa...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1579, "all_permissive": false }
ansible_role
irvind/personal_accounting_tdd
9d74e8bfe5363bbd5be559c3595071304f2fdb58
0
deploy_tools/roles/django
3,598
[ "no_license" ]
[ { "path": "deploy_tools/roles/django/vars/main.yml", "content": "---\nbase_path: \"/home/irvind/sites/accounting.irvind.me\"\napp_path: \"{{base_path}}/accounting\"\nvenv_path: \"{{base_path}}/venv\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 }, { "path"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 349, "all_permissive": false }
ansible_role
irvind/personal_accounting_tdd
9d74e8bfe5363bbd5be559c3595071304f2fdb58
0
deploy_tools/roles/postgres
3,598
[ "no_license" ]
[ { "path": "deploy_tools/roles/postgres/vars/main.yml", "content": "---\ndbname: \"accounting\"\ndbuser: \"accounting\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "deploy_tools/roles/postgres/tasks/main.yml", "content": "---\n- name: ensure ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 625, "all_permissive": false }