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 | rokmc756/CloudBerry | 2199a08150c9358ff0ce9c49c41eee21ecdd6760 | 0 | roles/hosts | 7,837 | [
"permissive"
] | [
{
"path": "roles/hosts/vars/main.yml",
"content": "ansible_ssh_pass: \"<PASSWORD>\"\nansible_become_pass: \"<PASSWORD>\"\n\n# sudo_user: \"jomoon\"\n# sudo_group: \"jomoon\"\n# local_sudo_user: \"jomoon\"\n\nsudo_user: \"gpadmin\"\nsudo_group: \"gpadmin\"\nlocal_sudo_user: \"jomoon\"\nwheel_group: \"wheel\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1563,
"all_permissive": true
} |
ansible_role | rokmc756/CloudBerry | 2199a08150c9358ff0ce9c49c41eee21ecdd6760 | 0 | roles/keepalived | 7,837 | [
"permissive"
] | [
{
"path": "roles/keepalived/templates/backup_config/rk8-master/notify_keepalived_status.sh",
"content": "#!/bin/bash\necho $1 $2 is in $3 state > /var/run/keepalive.$1.$2.state\necho \"4 : $4\" >> /var/run/keepalive.$1.$2.state\necho \"5 : $5\" >> /var/run/keepalive.$1.$2.state\necho \"6 : $6\" >> /var/run/... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 7310,
"all_permissive": true
} |
ansible_role | rokmc756/CloudBerry | 2199a08150c9358ff0ce9c49c41eee21ecdd6760 | 0 | roles/oss-cbdb | 7,837 | [
"permissive"
] | [
{
"path": "roles/oss-cbdb/tasks/upgrade.yml",
"content": "---\n\n\n- name: Check if cbdb link is already existed\n stat: path={{ cbdb_base_dir }}/cloudberry-db\n register: cbdb_linked\n\n\n- name: Check if the cbdb is already installed\n stat: path={{ cbdb_base_dir }}/cloudberry-db-{{ cbdb_major_version ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 13041,
"all_permissive": true
} |
ansible_role | rokmc756/CloudBerry | 2199a08150c9358ff0ce9c49c41eee21ecdd6760 | 0 | roles/pgvector | 7,837 | [
"permissive"
] | [
{
"path": "roles/pgvector/README.md",
"content": "https://docs.vmware.com/en/VMware-Tanzu-CloudBerry/6/greenplum-database/GUID-install_guide-enable_iptables.html\n\nhttps://docs.vmware.com/en/VMware-Tanzu-CloudBerry/6/greenplum-database/GUID-security-guide-topics-ports_and_protocols.html\n",
"license_ty... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 6419,
"all_permissive": true
} |
ansible_role | mangalvg/devops-pipeline | f0715d46fbb0a625fb1289172b3bf56273685d10 | 1 | cm/roles/GitCredentials | 7,837 | [
"no_license"
] | [
{
"path": "cm/roles/GitCredentials/tasks/main.yml",
"content": "---\n- name: Add the git and mysql credentials environment variables\n become: yes\n blockinfile:\n path: /etc/environment\n block: |\n GIT_USERNAME={{ git_uname }}\n GIT_PASSWORD={{ <PASSWORD> }}\n DB_PASS={{ mysql_root_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 263,
"all_permissive": false
} |
ansible_role | mangalvg/devops-pipeline | f0715d46fbb0a625fb1289172b3bf56273685d10 | 1 | cm/roles/InstallChrome | 7,837 | [
"no_license"
] | [
{
"path": "cm/roles/InstallChrome/tasks/main.yml",
"content": "---\n- name: Installing Google Chrome Package.\n get_url:\n url: \"https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb\"\n dest: \"~/google-chrome-stable_current_amd64.deb\"\n become: yes\n\n- name: Dpkg Google Chro... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 483,
"all_permissive": false
} |
ansible_role | mangalvg/devops-pipeline | f0715d46fbb0a625fb1289172b3bf56273685d10 | 1 | cm/roles/iTrust | 7,837 | [
"no_license"
] | [
{
"path": "cm/roles/iTrust/tasks/main.yml",
"content": "---\n- name: set tomcat path /opt/tomcat\n stat:\n path: /opt/tomcat\n register: tomcatPath\n\n- name: tar file for tomcat9\n get_url:\n url: https://archive.apache.org/dist/tomcat/tomcat-9/v9.0.0.M27/bin/apache-tomcat-9.0.0.M27.tar.gz\n de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1225,
"all_permissive": false
} |
ansible_role | mangalvg/devops-pipeline | f0715d46fbb0a625fb1289172b3bf56273685d10 | 1 | cm/roles/java | 7,837 | [
"no_license"
] | [
{
"path": "cm/roles/java/tasks/main.yml",
"content": "\n---\n- name: Update apt repo and cache on all Debian/Ubuntu boxes\n apt: update_cache=yes force_apt_get=yes cache_valid_time=3600\n become: yes\n\n- name: Upgrade all packages on servers\n apt: upgrade=dist force_apt_get=yes\n become: yes\n\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 393,
"all_permissive": false
} |
ansible_role | mangalvg/devops-pipeline | f0715d46fbb0a625fb1289172b3bf56273685d10 | 1 | cm/roles/maven | 7,837 | [
"no_license"
] | [
{
"path": "cm/roles/maven/tasks/main.yml",
"content": "---\n- name: Installing Maven\n apt: \n pkg: ['maven'] \n state: latest \n update_cache: yes \n cache_valid_time: 3600\n become: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 139
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 139,
"all_permissive": false
} |
ansible_role | mangalvg/devops-pipeline | f0715d46fbb0a625fb1289172b3bf56273685d10 | 1 | cm/roles/mongodb_installation | 7,837 | [
"no_license"
] | [
{
"path": "cm/roles/mongodb_installation/tasks/main.yml",
"content": "---\n- name: Install gnupg\n become: yes\n apt:\n name: gnupg\n state: present\n\n- name: Add key for mongo db from ubuntu keyserver\n become: yes\n apt_key:\n keyserver: hkp://keyserver.ubuntu.com:80\n id: 7F0CEB10\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4162,
"all_permissive": false
} |
ansible_role | mangalvg/devops-pipeline | f0715d46fbb0a625fb1289172b3bf56273685d10 | 1 | cm/roles/mysql | 7,837 | [
"no_license"
] | [
{
"path": "cm/roles/mysql/tasks/main.yml",
"content": "\n---\n- name: Wait for system to become reachable\n wait_for_connection:\n timeout: 120\n \n- name: Specify MySQL root password before installing MySQL\n become: yes\n debconf:\n name: mysql-server\n question: mysql-server/root_password\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1313,
"all_permissive": false
} |
ansible_role | mangalvg/devops-pipeline | f0715d46fbb0a625fb1289172b3bf56273685d10 | 1 | cm/roles/nginx_installation | 7,837 | [
"no_license"
] | [
{
"path": "cm/roles/nginx_installation/tasks/main.yml",
"content": "---\n- name: Wait for system to become reachable\n wait_for_connection:\n timeout: 120\n \n- name: Install nginx\n become: true\n apt:\n name: nginx\n state: latest\n\n- name: Start nginx service\n service:\n name: nginx\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 246,
"all_permissive": false
} |
ansible_role | mangalvg/devops-pipeline | f0715d46fbb0a625fb1289172b3bf56273685d10 | 1 | cm/roles/nodejs_installation | 7,837 | [
"no_license"
] | [
{
"path": "cm/roles/nodejs_installation/tasks/main.yml",
"content": "---\n- name: Get the script to enable NodeSource repository\n get_url:\n url: 'https://deb.nodesource.com/setup_12.x'\n dest: '/tmp/nodejs.sh'\n\n- name: Set execution permission for nodejs.sh script\n file:\n path: '/tmp/nodejs... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 869,
"all_permissive": false
} |
ansible_role | mangalvg/devops-pipeline | f0715d46fbb0a625fb1289172b3bf56273685d10 | 1 | cm/roles/pm2_installation | 7,837 | [
"no_license"
] | [
{
"path": "cm/roles/pm2_installation/tasks/main.yml",
"content": "---\n- name: Wait for system to become reachable\n wait_for_connection:\n timeout: 120\n \n- name: Install \"pm2\".\n become: yes\n npm:\n name: pm2\n global: yes",
"license_type": "no_license",
"detected_licenses": [],... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 166,
"all_permissive": false
} |
ansible_role | mangalvg/devops-pipeline | f0715d46fbb0a625fb1289172b3bf56273685d10 | 1 | cm/roles/redis_installation | 7,837 | [
"no_license"
] | [
{
"path": "cm/roles/redis_installation/tasks/main.yml",
"content": "---\n- name: Wait for system to become reachable\n wait_for_connection:\n timeout: 120\n \n- name: Update apt repo and cache on all Debian/Ubuntu boxes.\n become: yes\n apt: \n update_cache: yes \n force_apt_get: yes \n ca... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 798,
"all_permissive": false
} |
ansible_role | mangalvg/devops-pipeline | f0715d46fbb0a625fb1289172b3bf56273685d10 | 1 | cm/roles/start_agent_canary_analysis | 7,837 | [
"no_license"
] | [
{
"path": "cm/roles/start_agent_canary_analysis/tasks/main.yml",
"content": "---\n- name: Wait for system to become reachable\n wait_for_connection:\n timeout: 120\n \n- name: npm install\n command: npm install\n args:\n chdir: /bakerx/Monitoring/agent/\n\n- name: pm2 start index.js\n command: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 284,
"all_permissive": false
} |
ansible_role | Stanley29/DevOpsEngineer | 6816b6bf7bfaf6201d88ea7c09e3f565671f9a2b | 0 | 32_lesson_32/my_ansible_project/roles/baseline | 7,837 | [
"no_license"
] | [
{
"path": "32_lesson_32/my_ansible_project/roles/baseline/tasks/main.yml",
"content": "---\n- name: Setup SSH keys\n ansible.builtin.authorized_key:\n user: admin\n state: present\n key: \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD3qGNy5 <EMAIL>\"\n\n- name: Install basic packages\n ansible.builtin.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 296,
"all_permissive": false
} |
ansible_role | Stanley29/DevOpsEngineer | 6816b6bf7bfaf6201d88ea7c09e3f565671f9a2b | 0 | 32_lesson_32/my_ansible_project/roles/firewall | 7,837 | [
"no_license"
] | [
{
"path": "32_lesson_32/my_ansible_project/roles/firewall/tasks/main.yml",
"content": "---\n- name: Allow SSH\n ansible.builtin.ufw:\n rule: allow\n name: OpenSSH\n\n- name: Enable UFW\n ansible.builtin.ufw:\n state: enabled\n",
"license_type": "no_license",
"detected_licenses": [],
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 141,
"all_permissive": false
} |
ansible_role | Stanley29/DevOpsEngineer | 6816b6bf7bfaf6201d88ea7c09e3f565671f9a2b | 0 | 32_lesson_32/my_ansible_project/roles/nginx | 7,837 | [
"no_license"
] | [
{
"path": "32_lesson_32/my_ansible_project/roles/nginx/tasks/main.yml",
"content": "---\n- name: Install Nginx\n ansible.builtin.package:\n name: nginx\n state: present\n\n- name: Deploy Nginx config\n ansible.builtin.template:\n src: templates/nginx.conf.j2\n dest: /etc/nginx/nginx.conf\n\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 574,
"all_permissive": false
} |
ansible_role | debianmaster/ops-life | 98cc019e18fb2d90499ffb594afd5281e0ec2fc7 | 3 | sample-playbook/roles/sample | 7,837 | [
"no_license"
] | [
{
"path": "sample-playbook/roles/sample/tasks/main.yml",
"content": "---\n- copy:\n src: \"/etc/letsencrypt/archive\"\n dest: \"/etc/origin/master/\"\n become: true\n ignore_errors: false\n delegate_to: \"{{master_public_ip}}\"\n remote_user: \"{{amazon_user}}\"\n",
"license_type": "no_license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 189,
"all_permissive": false
} |
ansible_role | AUTOMATION-PATHSHALA/execute_playbook_using_jinja | f3b63631895b1b4bfa6417118d2b05ec5e812f6a | 0 | roles/jinja_play | 7,837 | [
"no_license"
] | [
{
"path": "roles/jinja_play/tasks/play2.yml",
"content": "---\n# tasks file for jinja_play\n- name: Execute 2nd Playbook\n ansible.builtin.debug:\n msg: \"Playbook Two Executed!\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 120
},
{
"path": "roles/jinja_p... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 980,
"all_permissive": false
} |
ansible_role | zufardhiyaulhaq/openstack-ovn-ansible | a2fef64da68f2aa15a5c7d61a2932d1eb7928323 | 2 | ansible/latency-benchmark/roles/client | 7,841 | [
"no_license"
] | [
{
"path": "ansible/latency-benchmark/roles/client/tasks/main.yml",
"content": "- name: Install .deb package from the internet.\n apt:\n deb: https://iperf.fr/download/ubuntu/libiperf0_3.7-3_amd64.deb\n\n- name: Install .deb package from the internet.\n apt:\n deb: https://iperf.fr/download/ubuntu/ip... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2047,
"all_permissive": false
} |
ansible_role | zufardhiyaulhaq/openstack-ovn-ansible | a2fef64da68f2aa15a5c7d61a2932d1eb7928323 | 2 | ansible/latency-benchmark/roles/result | 7,841 | [
"no_license"
] | [
{
"path": "ansible/latency-benchmark/roles/result/tasks/main.yml",
"content": "\n- name: copy result\n fetch:\n src: /root/latency_{{ os_type }}-{{ vm_type }}-100m-output.json\n dest: /root/latency_{{ os_type }}-{{ vm_type }}-100m-output.json\n flat: yes\n\n- name: copy result\n fetch:\n src: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 543,
"all_permissive": false
} |
ansible_role | zufardhiyaulhaq/openstack-ovn-ansible | a2fef64da68f2aa15a5c7d61a2932d1eb7928323 | 2 | ansible/latency-benchmark/roles/server | 7,841 | [
"no_license"
] | [
{
"path": "ansible/latency-benchmark/roles/server/tasks/main.yml",
"content": "- name: Install .deb package from the internet.\n apt:\n deb: https://iperf.fr/download/ubuntu/libiperf0_3.7-3_amd64.deb\n\n- name: Install .deb package from the internet.\n apt:\n deb: https://iperf.fr/download/ubuntu/ip... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 533,
"all_permissive": false
} |
ansible_role | zufardhiyaulhaq/openstack-ovn-ansible | a2fef64da68f2aa15a5c7d61a2932d1eb7928323 | 2 | ansible/openstack-install/roles/after_openstack | 7,841 | [
"no_license"
] | [
{
"path": "ansible/openstack-install/roles/after_openstack/tasks/main.yml",
"content": "---\n- name: Discover Host nova\n shell: nova-manage cell_v2 discover_hosts --verbose\n become: yes\n become_user: nova\n\n- name: discover_hosts\n shell: source /root/admin_rc && nova-manage cell_v2 discover_hosts -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 222,
"all_permissive": false
} |
ansible_role | zufardhiyaulhaq/openstack-ovn-ansible | a2fef64da68f2aa15a5c7d61a2932d1eb7928323 | 2 | ansible/openstack-install/roles/compute_prerequisities | 7,841 | [
"no_license"
] | [
{
"path": "ansible/openstack-install/roles/compute_prerequisities/tasks/main.yml",
"content": "---\n- import_tasks: resolver.yml\n- import_tasks: packages.yml\n- import_tasks: ntp.yml\n- import_tasks: firewall.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 114
},
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 610,
"all_permissive": false
} |
ansible_role | zufardhiyaulhaq/openstack-ovn-ansible | a2fef64da68f2aa15a5c7d61a2932d1eb7928323 | 2 | ansible/openstack-install/roles/controller_prerequisities | 7,841 | [
"no_license"
] | [
{
"path": "ansible/openstack-install/roles/controller_prerequisities/handlers/main.yml",
"content": "---\n# handlers file for env\n - name: restart memcached\n service: name=memcached state=restarted\n\n - name: restart etcd\n service: name=etcd state=restarted\n\n - name: restart mysql\n servic... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 4812,
"all_permissive": false
} |
ansible_role | zufardhiyaulhaq/openstack-ovn-ansible | a2fef64da68f2aa15a5c7d61a2932d1eb7928323 | 2 | ansible/openstack-install/roles/glance | 7,841 | [
"no_license"
] | [
{
"path": "ansible/openstack-install/roles/glance/templates/glance-registry.conf.j2",
"content": "[DEFAULT]\n\n[database]\nconnection = mysql+pymysql://glance:{{ glance_dbpw }}@{{ hostvars[inventory_hostname]['ansible_eth1']['ipv4']['address'] }}/glance\n\n[keystone_authtoken]\nwww_authenticate_uri = http:... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4435,
"all_permissive": false
} |
ansible_role | zufardhiyaulhaq/openstack-ovn-ansible | a2fef64da68f2aa15a5c7d61a2932d1eb7928323 | 2 | ansible/openstack-install/roles/horizon | 7,841 | [
"no_license"
] | [
{
"path": "ansible/openstack-install/roles/horizon/tasks/main.yml",
"content": "---\n- import_tasks: horizon.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "ansible/openstack-install/roles/horizon/tasks/horizon.yml",
"content": "---\n- name... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 11050,
"all_permissive": false
} |
ansible_role | zufardhiyaulhaq/openstack-ovn-ansible | a2fef64da68f2aa15a5c7d61a2932d1eb7928323 | 2 | ansible/openstack-install/roles/keystone | 7,841 | [
"no_license"
] | [
{
"path": "ansible/openstack-install/roles/keystone/templates/keystone.conf.j2",
"content": "[database]\nconnection = mysql+pymysql://keystone:{{ keystone_dbpw }}@{{ hostvars[inventory_hostname]['ansible_eth1']['ipv4']['address'] }}/keystone\n\n[token]\nprovider = fernet\n\n[DEFAULT]\n[application_credentia... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3949,
"all_permissive": false
} |
ansible_role | zufardhiyaulhaq/openstack-ovn-ansible | a2fef64da68f2aa15a5c7d61a2932d1eb7928323 | 2 | ansible/openstack-install/roles/neutron_compute | 7,841 | [
"no_license"
] | [
{
"path": "ansible/openstack-install/roles/neutron_compute/templates/ifcfg-eth3.j2",
"content": "DEVICE=eth3\nNAME=eth3\nDEVICETYPE=ovs\nTYPE=OVSPort\nOVS_BRIDGE=br-provider\nONBOOT=yes\nBOOTPROTO=none\nMTU=9000\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
},
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4862,
"all_permissive": false
} |
ansible_role | zufardhiyaulhaq/openstack-ovn-ansible | a2fef64da68f2aa15a5c7d61a2932d1eb7928323 | 2 | ansible/openstack-install/roles/neutron_controller | 7,841 | [
"no_license"
] | [
{
"path": "ansible/openstack-install/roles/neutron_controller/templates/ml2_conf.ini.j2",
"content": "[DEFAULT]\n[l2pop]\n\n[ml2]\ntype_drivers = local,flat,vlan,geneve\ntenant_network_types = geneve\nmechanism_drivers = ovn\nextension_drivers = port_security\noverlay_ip_version = 4\n\n[ml2_type_flat]\nml2_... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 9099,
"all_permissive": false
} |
ansible_role | zufardhiyaulhaq/openstack-ovn-ansible | a2fef64da68f2aa15a5c7d61a2932d1eb7928323 | 2 | ansible/openstack-install/roles/nova_compute | 7,841 | [
"no_license"
] | [
{
"path": "ansible/openstack-install/roles/nova_compute/templates/nova.conf.j2",
"content": "[DEFAULT]\nenabled_apis = osapi_compute,metadata\ntransport_url = rabbit://openstack:{{ rabbitmq_pw }}@{{ openstack.controller[0].ip_man }}\nmy_ip = {{ hostvars[inventory_hostname]['ansible_eth1']['ipv4']['address']... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2615,
"all_permissive": false
} |
ansible_role | zufardhiyaulhaq/openstack-ovn-ansible | a2fef64da68f2aa15a5c7d61a2932d1eb7928323 | 2 | ansible/openstack-install/roles/nova_controller | 7,841 | [
"no_license"
] | [
{
"path": "ansible/openstack-install/roles/nova_controller/tasks/main.yml",
"content": "---\n- import_tasks: nova.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "ansible/openstack-install/roles/nova_controller/tasks/nova.yml",
"content": ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 8200,
"all_permissive": false
} |
ansible_role | zufardhiyaulhaq/openstack-ovn-ansible | a2fef64da68f2aa15a5c7d61a2932d1eb7928323 | 2 | ansible/openstack-install/roles/octavia | 7,841 | [
"no_license"
] | [
{
"path": "ansible/openstack-install/roles/octavia/tasks/octavia.yml",
"content": "---\n- name: create octavia database\n mysql_db: name=octavia state=present login_user=root login_password={{ <PASSWORD> }}\n\n- name: grant octavia database local host access\n mysql_user: login_user=root login_password={{... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2820,
"all_permissive": false
} |
ansible_role | zufardhiyaulhaq/openstack-ovn-ansible | a2fef64da68f2aa15a5c7d61a2932d1eb7928323 | 2 | ansible/openstack-install/roles/placement | 7,841 | [
"no_license"
] | [
{
"path": "ansible/openstack-install/roles/placement/tasks/placement.yml",
"content": "---\n- name: create placement database\n mysql_db: name=placement state=present login_user=root login_password={{ <PASSWORD> }}\n\n- name: grant placement database local host access\n mysql_user: login_user=root login_p... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3966,
"all_permissive": false
} |
ansible_role | zufardhiyaulhaq/openstack-ovn-ansible | a2fef64da68f2aa15a5c7d61a2932d1eb7928323 | 2 | ansible/openstack-install/roles/resource_openstack | 7,841 | [
"no_license"
] | [
{
"path": "ansible/openstack-install/roles/resource_openstack/tasks/main.yml",
"content": "---\n- name: Download Ubuntu Xenial\n get_url:\n url: http://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.img\n dest: /root/xenial-server-cloudimg-amd64-disk1.img\n\n- name: Downloa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3747,
"all_permissive": false
} |
ansible_role | zufardhiyaulhaq/openstack-ovn-ansible | a2fef64da68f2aa15a5c7d61a2932d1eb7928323 | 2 | ansible/packetloss-benchmark/roles/client | 7,841 | [
"no_license"
] | [
{
"path": "ansible/packetloss-benchmark/roles/client/tasks/main.yml",
"content": "- name: Install .deb package from the internet.\n apt:\n deb: https://iperf.fr/download/ubuntu/libiperf0_3.7-3_amd64.deb\n\n- name: Install .deb package from the internet.\n apt:\n deb: https://iperf.fr/download/ubuntu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 817,
"all_permissive": false
} |
ansible_role | zufardhiyaulhaq/openstack-ovn-ansible | a2fef64da68f2aa15a5c7d61a2932d1eb7928323 | 2 | ansible/packetloss-benchmark/roles/result | 7,841 | [
"no_license"
] | [
{
"path": "ansible/packetloss-benchmark/roles/result/tasks/main.yml",
"content": "- name: copy result packetloss 100m\n fetch:\n src: /root/packetloss_{{ os_type }}-{{ vm_type }}-100m-output.json\n dest: /root/packetloss_{{ os_type }}-{{ vm_type }}-100m-output.json\n flat: yes\n\n- name: copy resu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 608,
"all_permissive": false
} |
ansible_role | zufardhiyaulhaq/openstack-ovn-ansible | a2fef64da68f2aa15a5c7d61a2932d1eb7928323 | 2 | ansible/throughput-benchmark/roles/client | 7,841 | [
"no_license"
] | [
{
"path": "ansible/throughput-benchmark/roles/client/tasks/main.yml",
"content": "- name: Install .deb package from the internet.\n apt:\n deb: https://iperf.fr/download/ubuntu/libiperf0_3.7-3_amd64.deb\n\n- name: Install .deb package from the internet.\n apt:\n deb: https://iperf.fr/download/ubuntu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 839,
"all_permissive": false
} |
ansible_role | zufardhiyaulhaq/openstack-ovn-ansible | a2fef64da68f2aa15a5c7d61a2932d1eb7928323 | 2 | ansible/throughput-benchmark/roles/result | 7,841 | [
"no_license"
] | [
{
"path": "ansible/throughput-benchmark/roles/result/tasks/main.yml",
"content": "- name: copy result\n fetch:\n src: /root/throughput_100m_{{ os_type }}-{{ vm_type }}-output.json\n dest: /root/throughput_100m_{{ os_type }}-{{ vm_type }}-output.json\n flat: yes\n\n- name: copy result\n fetch:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 560,
"all_permissive": false
} |
ansible_role | zufardhiyaulhaq/openstack-ovn-ansible | a2fef64da68f2aa15a5c7d61a2932d1eb7928323 | 2 | ansible/throughput-benchmark/roles/server | 7,841 | [
"no_license"
] | [
{
"path": "ansible/throughput-benchmark/roles/server/tasks/main.yml",
"content": "- name: Install .deb package from the internet.\n apt:\n pkg:\n - libsctp1\n \n- name: Install .deb package from the internet.\n apt:\n deb: https://iperf.fr/download/ubuntu/libiperf0_3.7-3_amd64.deb\n\n- name: I... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 389,
"all_permissive": false
} |
ansible_role | fullstackjava082023/Devops28012024 | c2dbaa0bf6c859575b8775059bd3ec4bb5fc7c97 | 1 | Lesson77Ansible3/ansibleLab/roles/testrole1 | 7,841 | [
"no_license"
] | [
{
"path": "Lesson77Ansible3/ansibleLab/roles/testrole1/tasks/main.yml",
"content": "- name: Test Hello world\n tags: debug\n debug:\n msg: \"Hello World, {{ myvar }}\"\n- name: Test Hello world2\n tags: debug2\n debug:\n msg: \"Hello World2 {{ another_var }}\"",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 176,
"all_permissive": false
} |
ansible_role | fullstackjava082023/Devops28012024 | c2dbaa0bf6c859575b8775059bd3ec4bb5fc7c97 | 1 | Lesson78Terraform/ansibleLab/roles/provisionsite | 7,841 | [
"no_license"
] | [
{
"path": "Lesson78Terraform/ansibleLab/roles/provisionsite/templates/index.html.j2",
"content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <title>Document</title>\n</head>\n<body>\n <h1>t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1335,
"all_permissive": false
} |
ansible_role | P-S-A-R/roboshop-ansible | 451e234499520eb0102e07bc372c7053ff9491c7 | 0 | roles/common | 7,841 | [
"no_license"
] | [
{
"path": "roles/common/tasks/app-prereq.yml",
"content": "- name: create application user\n ansible.builtin.user:\n name: roboshop\n\n- name: Removing old directory\n ansible.builtin.file:\n path: /app\n state: absent\n\n- name: creating app directory\n ansible.builtin.file:\n path: /app\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 451,
"all_permissive": false
} |
ansible_role | P-S-A-R/roboshop-ansible | 451e234499520eb0102e07bc372c7053ff9491c7 | 0 | roles/frontend | 7,841 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/main.yml",
"content": "- name: Installing nginx\n ansible.builtin.yum:\n name: nginx\n state: installed\n\n- name: Removing old content\n ansible.builtin.file:\n path: /usr/share/nginx/html\n state: absent\n\n- name: Create a directory\n ansible.builtin.file:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 726,
"all_permissive": false
} |
ansible_role | P-S-A-R/roboshop-ansible | 451e234499520eb0102e07bc372c7053ff9491c7 | 0 | roles/rabbitmq | 7,841 | [
"no_license"
] | [
{
"path": "roles/rabbitmq/tasks/main.yml",
"content": "- name: setup erlang repo\n ansible.builtin.shell: curl -s https://packagecloud.io/install/repositories/rabbitmq/erlang/script.rpm.sh | bash\n\n- name: install rabbitq repos\n ansible.builtin.shell: curl -s https://packagecloud.io/install/repositories... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 741,
"all_permissive": false
} |
ansible_role | P-S-A-R/roboshop-ansible | 451e234499520eb0102e07bc372c7053ff9491c7 | 0 | roles/user | 7,841 | [
"no_license"
] | [
{
"path": "roles/user/tasks/main.yml",
"content": "- name: Load Node JS\n ansible.builtin.import_role:\n name: common\n tasks_from: nodejs",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 91,
"all_permissive": false
} |
ansible_role | munireddy/mysqlClusterWithRoles | 3a632030ce2eadab96e4c0d8d84a10425a6c48f0 | 0 | roles/mysql12 | 7,841 | [
"no_license"
] | [
{
"path": "roles/mysql12/tasks/main.yml",
"content": " - name: insert server id for instnace2\n become: yes\n lineinfile:\n destfile: /etc/mysql/my.cnf\n line: '{{ item }}'\n insertbefore: EOF\n with_items:\n - 'server_id=201802'\n - 'group_replication_local_address = 172.31... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 469,
"all_permissive": false
} |
ansible_role | munireddy/mysqlClusterWithRoles | 3a632030ce2eadab96e4c0d8d84a10425a6c48f0 | 0 | roles/mysql123 | 7,841 | [
"no_license"
] | [
{
"path": "roles/mysql123/tasks/main.yml",
"content": " - name: Copy mysql credentail config file\n become: yes\n template: src=my.cnf dest=/home/ubuntu/.my.cnf owner=root mode=0600\n#Run mysql command to bring GTID_MODE to appropriate value. \n#Run mysql commands to create cluster user iwth approp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 664,
"all_permissive": false
} |
ansible_role | munireddy/mysqlClusterWithRoles | 3a632030ce2eadab96e4c0d8d84a10425a6c48f0 | 0 | roles/mysql13 | 7,841 | [
"no_license"
] | [
{
"path": "roles/mysql13/tasks/main.yml",
"content": " - name: insert server id for instnace3\n become: yes\n lineinfile:\n destfile: /etc/mysql/my.cnf\n line: '{{ item }}'\n insertbefore: EOF\n with_items:\n - 'server_id=201803'\n - 'group_replication_local_address = 172.31... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 470,
"all_permissive": false
} |
ansible_role | munireddy/mysqlClusterWithRoles | 3a632030ce2eadab96e4c0d8d84a10425a6c48f0 | 0 | roles/mysql21 | 7,841 | [
"no_license"
] | [
{
"path": "roles/mysql21/tasks/main.yml",
"content": " - name: Copy mysqlShellJsCommand1 for configuring the cluster\n become: yes\n template: src=mysqlJsCommands1 dest=/home/ubuntu/mysqlJsCommands1 owner=root mode=0777\n when: \"'172.31.43.58' in inventory_hostname\"\n - name: Configure Cluster... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 355,
"all_permissive": false
} |
ansible_role | munireddy/mysqlClusterWithRoles | 3a632030ce2eadab96e4c0d8d84a10425a6c48f0 | 0 | roles/mysql22 | 7,841 | [
"no_license"
] | [
{
"path": "roles/mysql22/tasks/main.yml",
"content": " - name: Copy mysqlShellJsCommand2 for configuring the cluster\n become: yes\n template: src=mysqlJsCommands2 dest=/home/ubuntu/mysqlJsCommands2 owner=root mode=0777\n when: \"'172.31.17.17' in inventory_hostname\"\n\n - name: Configure Clust... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 356,
"all_permissive": false
} |
ansible_role | munireddy/mysqlClusterWithRoles | 3a632030ce2eadab96e4c0d8d84a10425a6c48f0 | 0 | roles/mysql23 | 7,841 | [
"no_license"
] | [
{
"path": "roles/mysql23/tasks/main.yml",
"content": " - name: Copy mysqlShellJsCommand3 for configuring the cluster\n become: yes\n template: src=mysqlJsCommands3 dest=/home/ubuntu/mysqlJsCommands3 owner=root mode=0777\n when: \"'172.31.18.251' in inventory_hostname\"\n\n - name: Configure Clus... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 358,
"all_permissive": false
} |
ansible_role | munireddy/mysqlClusterWithRoles | 3a632030ce2eadab96e4c0d8d84a10425a6c48f0 | 0 | roles/mysqlCommon | 7,841 | [
"no_license"
] | [
{
"path": "roles/mysqlCommon/tasks/main.yml",
"content": " - name: Install the iptable package\n become: yes\n package:\n name: iptables\n state: latest\n - name: Add 3306 port\n become: yes\n iptables:\n chain: INPUT\n protocol: tcp\n destination_port: 3306\n\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 5948,
"all_permissive": false
} |
ansible_role | munireddy/mysqlClusterWithRoles | 3a632030ce2eadab96e4c0d8d84a10425a6c48f0 | 0 | roles/mysqlLast | 7,841 | [
"no_license"
] | [
{
"path": "roles/mysqlLast/tasks/main.yml",
"content": " - name: Copy mysqlShellJsCommandsCommon for configuring the cluster\n become: yes\n template: src=mysqlJsCommandsCommon dest=/home/ubuntu/mysqlJsCommandsCommon owner=root mode=0777\n when: \"'172.31.43.58' in inventory_hostname\"\n\n - nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 383,
"all_permissive": false
} |
ansible_role | busterswt/hackathon | d9f4e73d0ad50444edeb82f108b06727030a5da5 | 0 | roles/create-instances | 7,841 | [
"no_license"
] | [
{
"path": "roles/create-instances/tasks/main.yml",
"content": "---\n- name: set some facts\n set_fact:\n _du_username: \"{{ du_username }}\"\n _du_password: \"{{ <PASSWORD> }}\"\n _random_keyname: \"{{ ansible_date_time.epoch | to_uuid }}\"\n\n# Create a keypair to be stored on express server\n- n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3510,
"all_permissive": false
} |
ansible_role | busterswt/hackathon | d9f4e73d0ad50444edeb82f108b06727030a5da5 | 0 | roles/run-express | 7,841 | [
"no_license"
] | [
{
"path": "roles/run-express/tasks/main.yml",
"content": "---\n- name: Drop inventory template\n template:\n src: templates/inventory_hosts.j2\n dest: /home/ubuntu/express/inventory/hosts\n mode: '0644'\n\n- name: print inventory template\n vars:\n contents: \"{{ lookup('file', '/home/ubuntu/e... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3886,
"all_permissive": false
} |
ansible_role | redhat-gpte-devopsautomation/ansible_implementation_part2_solve | 1d8d0109922aad805915e427181fb6d4e0378ee1 | 0 | roles/db_configuration | 7,841 | [
"no_license"
] | [
{
"path": "roles/db_configuration/defaults/main.yml",
"content": "---\n# defaults file for roles/db_configuration\ndb_package: mariadb-server\ndb_service: mariadb\ndb_users:\n - db_admin\n - db_user\nconfigure_database_path: /etc/my.cnf\nextra_packages:\n - mariadb-bench\n - mariadb-libs\n - mariadb-te... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1358,
"all_permissive": false
} |
ansible_role | redhat-gpte-devopsautomation/ansible_implementation_part2_solve | 1d8d0109922aad805915e427181fb6d4e0378ee1 | 0 | roles/devops_user | 7,841 | [
"no_license"
] | [
{
"path": "roles/devops_user/tasks/main.yml",
"content": "- name: Create devops user\n user:\n name: \"{{ user_name }}\"\n password: \"{{ <PASSWORD> | password_hash('<PASSWORD>') }}\" \n generate_ssh_key: True\n state: present\n\n- name: get devops user's public key\n shell: cat /home/devops/.... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1301,
"all_permissive": false
} |
ansible_role | redhat-gpte-devopsautomation/ansible_implementation_part2_solve | 1d8d0109922aad805915e427181fb6d4e0378ee1 | 0 | roles/firewall_configuration | 7,841 | [
"no_license"
] | [
{
"path": "roles/firewall_configuration/defaults/main.yml",
"content": "---\n# defaults file for roles/firewall_configuration\nrule_services:\n - http\n - https\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
},
{
"path": "roles/firewall_configuration/tests/... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 638,
"all_permissive": false
} |
ansible_role | redhat-gpte-devopsautomation/ansible_implementation_part2_solve | 1d8d0109922aad805915e427181fb6d4e0378ee1 | 0 | roles/mail_configuration | 7,841 | [
"no_license"
] | [
{
"path": "roles/mail_configuration/tasks/main.yml",
"content": "---\n# tasks file for roles/mail_configuration\n- name: install postfix package\n yum:\n name: postfix\n state: installed\n\n- name: install mail config files\n template:\n src: postfix-relay-main.conf.j2\n dest: /etc/postfix/mai... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 869,
"all_permissive": false
} |
ansible_role | redhat-gpte-devopsautomation/ansible_implementation_part2_solve | 1d8d0109922aad805915e427181fb6d4e0378ee1 | 0 | roles/samba_configuration | 7,841 | [
"no_license"
] | [
{
"path": "roles/samba_configuration/tasks/main.yml",
"content": "---\n- name: install samba\n yum: \n name: samba\n state: \"{{ install_state }}\"\n\n- name: debug install_state variable\n debug: \n msg: \"The state for the samba service is {{ install_state }}\"\n\n- name: start samba\n service... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 481,
"all_permissive": false
} |
ansible_role | redhat-gpte-devopsautomation/ansible_implementation_part2_solve | 1d8d0109922aad805915e427181fb6d4e0378ee1 | 0 | roles/web_configuration | 7,841 | [
"no_license"
] | [
{
"path": "roles/web_configuration/tasks/main.yml",
"content": "- name: Import web tasks\n include_tasks: web.yml\n when: LAB == '04'\n\n- name: Import secure_web tasks\n include_tasks: secure_web.yml\n when: (LAB == '07') and ( ansible_hostname == \"app1\" )\n",
"license_type": "no_license",
"d... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2453,
"all_permissive": false
} |
ansible_role | raghudevopsb69/roboshop-ansible | 7c5d994cd747508349cb7ef4b47b5cad56e8c957 | 0 | roles/common | 7,841 | [
"no_license"
] | [
{
"path": "roles/common/templates/alert-rule.yml",
"content": "groups:\n - name: {{SERVICE_NAME}}\n rules:\n - alert: Application Down - {{COMPONENT}}\n expr: node_systemd_unit_state{name=\"{{SERVICE_NAME}}.service\",state=\"active\"} == 0\n labels:\n severity: warning\n ... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 6570,
"all_permissive": false
} |
ansible_role | raghudevopsb69/roboshop-ansible | 7c5d994cd747508349cb7ef4b47b5cad56e8c957 | 0 | roles/elk | 7,841 | [
"no_license"
] | [
{
"path": "roles/elk/tasks/main.yml",
"content": "- name: Update Logstash config\n ansible.builtin.template:\n src: logstash.conf\n dest: /etc/logstash/conf.d/logstash.conf\n\n- name: Restart Logstash\n ansible.builtin.systemd:\n name: logstash\n state: restarted\n\n- name: Check logstash Runn... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 802,
"all_permissive": false
} |
ansible_role | raghudevopsb69/roboshop-ansible | 7c5d994cd747508349cb7ef4b47b5cad56e8c957 | 0 | roles/mysql | 7,841 | [
"no_license"
] | [
{
"path": "roles/mysql/vars/main.yml",
"content": "COMPONENT: mysql\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 18
},
{
"path": "roles/mysql/templates/root-pass.sql",
"content": "ALTER USER 'root'@'localhost' IDENTIFIED BY '{{ROOT_PASSWORD}}';\n",
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2734,
"all_permissive": false
} |
ansible_role | raghudevopsb69/roboshop-ansible | 7c5d994cd747508349cb7ef4b47b5cad56e8c957 | 0 | roles/prometheus | 7,841 | [
"no_license"
] | [
{
"path": "roles/prometheus/templates/record_rules.yml",
"content": "groups:\n - name: custom\n rules:\n - record: node_mem_used_percentage\n expr: (node_memory_MemTotal_bytes - node_memory_Cached_bytes - node_memory_MemFree_bytes) / node_memory_MemTotal_bytes * 100\n\n",
"license_type":... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3696,
"all_permissive": false
} |
ansible_role | raghudevopsb69/roboshop-ansible | 7c5d994cd747508349cb7ef4b47b5cad56e8c957 | 0 | roles/rabbitmq | 7,841 | [
"no_license"
] | [
{
"path": "roles/rabbitmq/tasks/main.yml",
"content": "- name: Install Repos\n ansible.builtin.shell: curl -s {{item}} | bash\n loop:\n - https://packagecloud.io/install/repositories/rabbitmq/erlang/script.rpm.sh\n - https://packagecloud.io/install/repositories/rabbitmq/rabbitmq-server/script.rpm.s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 869,
"all_permissive": false
} |
ansible_role | raghudevopsb69/roboshop-ansible | 7c5d994cd747508349cb7ef4b47b5cad56e8c957 | 0 | roles/shipping | 7,841 | [
"no_license"
] | [
{
"path": "roles/shipping/vars/main.yml",
"content": "COMPONENT: shipping\nAPP_USER: roboshop\nAPP_LOC: /home/roboshop/shipping\nDBTYPE: mysql\nLOAD_SCHEMA: yes\nSERVICE_NAME: shipping\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 126
},
{
"path": "roles/shippi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 214,
"all_permissive": false
} |
ansible_role | JoeydeWaal1/IAC | 2c201271cae60e051e389f7760cd88df8984220e | 0 | Ansible/roles/IAC-project | 7,839 | [
"no_license"
] | [
{
"path": "Ansible/roles/IAC-project/tasks/redhat.yml",
"content": "- name: close udp ports\n become: true\n ansible.posix.firewalld:\n port: 0-65535/udp\n permanent: true\n state: disabled\n\n- name: close RDP port\n become: true\n ansible.posix.firewalld:\n port: 3389/tcp\n permanent: t... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2783,
"all_permissive": false
} |
ansible_role | vincelang01/Ansible-Project | d3c7f72a28e466f6730a764e3b8c2f25a2869bb1 | 0 | project/roles/mount | 7,839 | [
"no_license"
] | [
{
"path": "project/roles/mount/handlers/main.yml",
"content": "---\n- name: daemon reload\n service:\n daemon_reload: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
},
{
"path": "project/roles/mount/tasks/main.yml",
"content": "---\n- name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 688,
"all_permissive": false
} |
ansible_role | vincelang01/Ansible-Project | d3c7f72a28e466f6730a764e3b8c2f25a2869bb1 | 0 | project/roles/nfs-config | 7,839 | [
"no_license"
] | [
{
"path": "project/roles/nfs-config/tasks/main.yml",
"content": "---\n# tasks file for role_nfs\n#\n- name: NFS configuration file (/etc/exports)\n ansible.builtin.lineinfile:\n path: /etc/exports\n line: \"{{ conf_line }}\"\n notify: restart nfs-server\n\n- name: Create Destination Dire... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1174,
"all_permissive": false
} |
ansible_role | vincelang01/Ansible-Project | d3c7f72a28e466f6730a764e3b8c2f25a2869bb1 | 0 | project/roles/passwd_change | 7,839 | [
"no_license"
] | [
{
"path": "project/roles/passwd_change/tasks/main.yml",
"content": "---\n- name: Get users with /bin/bash shell\n shell: \"getent passwd | grep '/bin/bash' | cut -d: -f1 | tail -n+2\"\n register: bash_users\n changed_when: false\n\n#- name: Change passwords for users\n# user:\n# name: \"{{ item }}\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 492,
"all_permissive": false
} |
ansible_role | daveschoutens/devbox | 9568125619b12aa7c25d9934813dcc69ce7aedbc | 1 | ansible/roles/chrome | 7,839 | [
"no_license"
] | [
{
"path": "ansible/roles/chrome/tasks/main.yml",
"content": "---\n# apt tasks file for ansible-role-chrome\n# via http://linuxg.net/how-to-install-google-chrome-42-stable-on-the-most-popular-linux-systems-via-the-official-google-repository/\n\n- name: \"apt key | Google linux signing key present\"\n apt_ke... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 677,
"all_permissive": false
} |
ansible_role | daveschoutens/devbox | 9568125619b12aa7c25d9934813dcc69ce7aedbc | 1 | ansible/roles/java | 7,839 | [
"no_license"
] | [
{
"path": "ansible/roles/java/tasks/main.yml",
"content": "---\n- name: apt | Java (openjdk-8-jdk)\n apt:\n name: openjdk-8-jdk\n state: present\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 103
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 103,
"all_permissive": false
} |
ansible_role | daveschoutens/devbox | 9568125619b12aa7c25d9934813dcc69ce7aedbc | 1 | ansible/roles/lxde-settings | 7,839 | [
"no_license"
] | [
{
"path": "ansible/roles/lxde-settings/handlers/main.yml",
"content": "---\n- name: Restart LightDM to have desktop setting updates take effect\n service:\n name: lightdm\n state: restarted\n become: yes\n listen: 'restart desktop'\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 673,
"all_permissive": false
} |
ansible_role | daveschoutens/devbox | 9568125619b12aa7c25d9934813dcc69ce7aedbc | 1 | ansible/roles/maven | 7,839 | [
"no_license"
] | [
{
"path": "ansible/roles/maven/tasks/main.yml",
"content": "---\n- name: apt | Maven\n apt:\n name: maven\n state: present\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 80
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 80,
"all_permissive": false
} |
ansible_role | daveschoutens/devbox | 9568125619b12aa7c25d9934813dcc69ce7aedbc | 1 | ansible/roles/neovim | 7,839 | [
"no_license"
] | [
{
"path": "ansible/roles/neovim/tasks/main.yml",
"content": "---\n- name: apt repository | neovim\n apt_repository:\n repo: 'ppa:neovim-ppa/stable'\n update_cache: yes\n become: yes\n\n- name: apt | neovim\n apt:\n name: neovim\n state: present\n become: yes\n",
"license_type": "no_licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 203,
"all_permissive": false
} |
ansible_role | daveschoutens/devbox | 9568125619b12aa7c25d9934813dcc69ce7aedbc | 1 | ansible/roles/nvm | 7,839 | [
"no_license"
] | [
{
"path": "ansible/roles/nvm/tasks/main.yml",
"content": "---\n# This role installs NodeJS via NVM (Node Version Manager)\n# Ref: https://github.com/creationix/nvm.git\n\n- name: Install NVM using Git\n git:\n repo: 'https://github.com/creationix/nvm.git'\n dest: /home/{{ ansible_user }}/.nvm\n ve... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 571,
"all_permissive": false
} |
ansible_role | daveschoutens/devbox | 9568125619b12aa7c25d9934813dcc69ce7aedbc | 1 | ansible/roles/svn | 7,839 | [
"no_license"
] | [
{
"path": "ansible/roles/svn/tasks/main.yml",
"content": "---\n- name: apt | Subversion\n apt:\n name: subversion\n state: present\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 90
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 90,
"all_permissive": false
} |
ansible_role | daveschoutens/devbox | 9568125619b12aa7c25d9934813dcc69ce7aedbc | 1 | ansible/roles/vscode | 7,839 | [
"no_license"
] | [
{
"path": "ansible/roles/vscode/tasks/main.yml",
"content": "---\n- name: set gpg key\n apt_key:\n url: \"https://packages.microsoft.com/keys/microsoft.asc\"\n state: present\n become: yes\n\n- name: add repository\n apt_repository:\n repo: 'deb [arch=amd64] https://packages.microsoft.com/repos/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 414,
"all_permissive": false
} |
ansible_role | daveschoutens/devbox | 9568125619b12aa7c25d9934813dcc69ce7aedbc | 1 | ansible/roles/zsh | 7,839 | [
"no_license"
] | [
{
"path": "ansible/roles/zsh/tasks/main.yml",
"content": "---\n- name: copy | /home/vagrant/.zshrc \n copy: src=files/zshrc dest=/home/vagrant/.zshrc\n\n- name: user | Set vagrant shell to zsh\n user: name=vagrant shell=/bin/zsh\n become: 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": 182,
"all_permissive": false
} |
ansible_role | daveschoutens/devbox | 9568125619b12aa7c25d9934813dcc69ce7aedbc | 1 | packer/ansible/roles/desktop | 7,839 | [
"no_license"
] | [
{
"path": "packer/ansible/roles/desktop/tasks/main.yml",
"content": "---\n- name: Desktop Environment - Xorg Legacy w/LXDE\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - xserver-xorg-legacy\n - lxde\n\n- name: Allow anyone to run desktop environment\n lineinfile:\n dest: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 526,
"all_permissive": false
} |
ansible_role | daveschoutens/devbox | 9568125619b12aa7c25d9934813dcc69ce7aedbc | 1 | packer/ansible/roles/devbox | 7,839 | [
"no_license"
] | [
{
"path": "packer/ansible/roles/devbox/tasks/main.yml",
"content": "---\n- name: Custom shell login splash\n copy:\n src: motd\n dest: /etc/motd\n\n- name: Other software we want\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - apt-transport-https\n - ca-certificates\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 311,
"all_permissive": false
} |
ansible_role | daveschoutens/devbox | 9568125619b12aa7c25d9934813dcc69ce7aedbc | 1 | packer/ansible/roles/vagrantbox | 7,839 | [
"no_license"
] | [
{
"path": "packer/ansible/roles/vagrantbox/tasks/main.yml",
"content": "---\n# Package updates / upgrades\n- name: Ensure distribution is fully up-to-date\n shell: apt-get -y upgrade && apt-get -y dist-upgrade\n\n- name: Ensure correct kernel headers are installed.\n shell: \"apt-get -y install linux-head... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1882,
"all_permissive": false
} |
ansible_role | 123423421/ansible_scripts | 55a3af04232ac6b993f03421f3c0732ecb54ca07 | 0 | ansible/roles/CommonTools | 7,839 | [
"no_license"
] | [
{
"path": "ansible/roles/CommonTools/tasks/main.yml",
"content": "- name: Install Common Tools\r\n win_chocolatey: \r\n name: \"{{ item }}\"\r\n state: present\r\n upgrade: true\r\n with_items:\r\n - \"chocolatey\"\r\n - \"powershell\"\r\n - \"python\"\r\n - \"python2\"\r\n - \"ope... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 321,
"all_permissive": false
} |
ansible_role | 123423421/ansible_scripts | 55a3af04232ac6b993f03421f3c0732ecb54ca07 | 0 | ansible/roles/PowershellConfig | 7,839 | [
"no_license"
] | [
{
"path": "ansible/roles/PowershellConfig/tasks/main.yml",
"content": "- name: Remove signed policy\r\n raw: Set-ExecutionPolicy Bypass -Force\r\n ignore_errors: yes\r\n\r\n- name: Add credssp client support\r\n raw: enable-wsmancredssp -role client -delegatecomputer *.{{ domain }} -force\r\n \r\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 303,
"all_permissive": false
} |
ansible_role | Mz427/ansible_mz | 14e0cc182d5dd6f4ebf7b8e55f95221858d6981b | 0 | rhce/roles/apache | 7,839 | [
"no_license"
] | [
{
"path": "rhce/roles/apache/templates/index.html.j2",
"content": "wlcome to {{ ansible_fqdn }} on {{ ansible_default_ipv4.address }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
},
{
"path": "rhce/roles/apache/tasks/main.yml",
"content": "---\n# tasks ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 612,
"all_permissive": false
} |
ansible_role | minikdo/laptop | 1c026132dbc560d8f0eff48e55c1db78e20150b5 | 0 | roles/apt | 7,839 | [
"no_license"
] | [
{
"path": "roles/apt/tasks/main.yml",
"content": "- name: Congfigure apt periodic\n ansible.builtin.blockinfile:\n path: /etc/apt/apt.conf.d/10periodic\n block: |\n APT::Periodic::Enable \"1\";\n APT::Periodic::MaxAge \"10\";\n APT::Periodic::Update-Package-Lists \"1\";\n APT::Per... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 703,
"all_permissive": false
} |
ansible_role | minikdo/laptop | 1c026132dbc560d8f0eff48e55c1db78e20150b5 | 0 | roles/console-setup | 7,839 | [
"no_license"
] | [
{
"path": "roles/console-setup/handlers/main.yml",
"content": "- name: Run update-initramfs\n ansible.builtin.command: update-initramfs -u\n register: update_output\n changed_when: update_output.rc == 0\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 140
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1498,
"all_permissive": false
} |
ansible_role | minikdo/laptop | 1c026132dbc560d8f0eff48e55c1db78e20150b5 | 0 | roles/crontab | 7,839 | [
"no_license"
] | [
{
"path": "roles/crontab/tasks/main.yml",
"content": "- name: Create MAILTO env\n ansible.builtin.cron:\n name: MAILTO\n env: true\n job: \"{{ crontab_email }}\"\n user: domino\n tags:\n - cron\n\n- name: Create BACKUPDIR env\n ansible.builtin.cron:\n name: BACKUPDIR\n env: true\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1138,
"all_permissive": false
} |
ansible_role | minikdo/laptop | 1c026132dbc560d8f0eff48e55c1db78e20150b5 | 0 | roles/dnsmasq | 7,839 | [
"no_license"
] | [
{
"path": "roles/dnsmasq/tasks/main.yml",
"content": "- name: Install dnsmasq\n ansible.builtin.apt:\n state: present\n pkg:\n - dnsmasq\n - dns-root-data\n\n- name: Copy config content\n ansible.builtin.copy:\n content: |\n listen-address=::1,127.0.0.1\n no-resolv\n serv... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 360,
"all_permissive": false
} |
ansible_role | minikdo/laptop | 1c026132dbc560d8f0eff48e55c1db78e20150b5 | 0 | roles/external_fonts | 7,839 | [
"no_license"
] | [
{
"path": "roles/external_fonts/tasks/main.yml",
"content": "- name: Create Downloads and fonts dirs\n ansible.builtin.file:\n path: \"{{ item }}\"\n owner: domino\n group: domino\n state: directory\n mode: '0755'\n loop:\n - \"{{ home_dir }}/Downloads\"\n - \"{{ home_dir }}/.local/sh... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1460,
"all_permissive": false
} |
ansible_role | minikdo/laptop | 1c026132dbc560d8f0eff48e55c1db78e20150b5 | 0 | roles/gpg | 7,839 | [
"no_license"
] | [
{
"path": "roles/gpg/tasks/main.yml",
"content": "- name: Install gpg\n ansible.builtin.apt:\n pkg:\n - gpg\n - gpg-agent\n - pinentry-gtk2\n - scdaemon\n - pcscd\n\n- name: Create gnupg dir\n ansible.builtin.file:\n path: \"{{ home_dir }}/.gnupg\"\n state: directory\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1268,
"all_permissive": false
} |
ansible_role | minikdo/laptop | 1c026132dbc560d8f0eff48e55c1db78e20150b5 | 0 | roles/grub | 7,839 | [
"no_license"
] | [
{
"path": "roles/grub/handlers/main.yml",
"content": "- name: Run update-grub\n ansible.builtin.command: update-grub\n register: update_output\n changed_when: update_output.rc == 0\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 127
},
{
"path": "roles/grub/ta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 718,
"all_permissive": false
} |
ansible_role | minikdo/laptop | 1c026132dbc560d8f0eff48e55c1db78e20150b5 | 0 | roles/keyboard | 7,839 | [
"no_license"
] | [
{
"path": "roles/keyboard/tasks/main.yml",
"content": "- name: Set keyboard default\n ansible.builtin.lineinfile:\n path: /etc/default/keyboard\n regexp: '^XKBOPTIONS='\n line: 'XKBOPTIONS=\"ctrl:nocaps\"'\n tags: nocaps\n\n- name: Add udev rules for ybacklight\n ansible.builtin.blockinfile:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 592,
"all_permissive": false
} |
ansible_role | minikdo/laptop | 1c026132dbc560d8f0eff48e55c1db78e20150b5 | 0 | roles/nftables | 7,839 | [
"no_license"
] | [
{
"path": "roles/nftables/tasks/main.yml",
"content": "- name: Copy nftables\n ansible.builtin.copy:\n src: roles/nftables/files/nftables.conf\n dest: /etc/nftables.conf\n owner: root\n group: root\n mode: '0755'\n validate: /usr/sbin/nft -c -f %s\n notify: Reload nftables\n tags: nftab... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 477,
"all_permissive": false
} |
ansible_role | minikdo/laptop | 1c026132dbc560d8f0eff48e55c1db78e20150b5 | 0 | roles/packages | 7,839 | [
"no_license"
] | [
{
"path": "roles/packages/tasks/cups.yml",
"content": "- name: Install cups\n ansible.builtin.apt:\n pkg:\n - cups\n - cups-client\n - cups-bsd\n - printer-driver-foo2zjs\n state: present\n\n- name: Add the user domino to lp groups\n ansible.builtin.user:\n name: domino\n s... | {
"task_files": 13,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 13,
"total_bytes": 9454,
"all_permissive": false
} |
ansible_role | minikdo/laptop | 1c026132dbc560d8f0eff48e55c1db78e20150b5 | 0 | roles/polkit | 7,839 | [
"no_license"
] | [
{
"path": "roles/polkit/tasks/main.yml",
"content": "- name: Install basic tools\n ansible.builtin.apt:\n name: polkitd\n\n- name: Copy polkit rules\n ansible.builtin.copy:\n src: files/50-local-allow.rules\n dest: /etc/polkit-1/rules.d/50-local-allow.rules\n owner: root\n group: root\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 258,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.