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
oatakan/openshift-ansible-device-plugin-nvidia
f0a5e3260ffbdfff199da6406aab0249cb9eeee9
0
roles/openshift-project-nvidia
7,469
[ "no_license" ]
[ { "path": "roles/openshift-project-nvidia/defaults/main.yml", "content": "---\n\n_apb_plan_id: default\n_apb_service_class_id: 0\n_apb_service_instance_id: 0\n\napp_name: \"nvidia-deviceplugin-{{ _apb_service_instance_id }}\"\nnamespace: \"{{ lookup('env','NAMESPACE') | default('nvidia', true) }}\"\n\nnvidi...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 5113, "all_permissive": false }
ansible_role
JunqueiraDevEduardo/Automation-Network-using-Python-and-Ansible
5a434a2714d00b7c5e2f4b6211955962e2ac24a1
0
implementation/automated/scripts/gns3/testv1/ansiblegeneratedv1/roles/network-config
7,469
[ "no_license" ]
[ { "path": "implementation/automated/scripts/gns3/testv1/ansiblegeneratedv1/roles/network-config/tasks/main.yml", "content": "---\n# Network Configuration Tasks for Switches and Routers Only\n\n# Configure VLANs on switches using real department data\n- name: Configure department VLANs on switches\n cisco.i...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 5608, "all_permissive": false }
ansible_role
duogglong/jenkins-ansible
f4c83317682a4b1bd730e596ba38d1088e0bdb60
0
roles/jenkins
7,469
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yaml", "content": "---\n- name: Update APT package manager\n apt:\n update_cache: yes\n\n- name: Install OpenJDK 17\n apt:\n name: openjdk-17-jdk\n state: present\n\n- name: Install Docker dependencies\n apt:\n name: \"{{ item }}\"\n state: present\n lo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1831, "all_permissive": false }
ansible_role
shuawest/amqmirror
15fd8123071d2e2c6cac5a5c2fa0f520b92c5b3e
0
roles/broker
7,469
[ "no_license" ]
[ { "path": "roles/broker/templates/ssbroker.xml.j2", "content": "<?xml version='1.0'?>\n<configuration xmlns=\"urn:activemq\"\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xmlns:xi=\"http://www.w3.org/2001/XInclude\"\n xsi:schemaLocation=\"urn:activemq ...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 20669, "all_permissive": false }
ansible_role
zidanetang/autok8s
76b6dedcda2f2deec37ab7883790a300e1a8c162
1
roles/common
7,469
[ "no_license" ]
[ { "path": "roles/common/tasks/timezone.yml", "content": "---\n# Set timezone\n\n - name: set timezone to Asia/Shanghai\n timezone:\n name: \"{{ localtions }}\"\n #name: Asia/Shanghai\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 132 }, { "path": "...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 10717, "all_permissive": false }
ansible_role
zidanetang/autok8s
76b6dedcda2f2deec37ab7883790a300e1a8c162
1
roles/k8s-master-primary
7,469
[ "no_license" ]
[ { "path": "roles/k8s-master-primary/tasks/kubeconfig.yml", "content": "---\n# Install kube config for special user\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "roles/k8s-master-primary/defaults/main.yml", "content": "---\nenable_proxy: tru...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 4923, "all_permissive": false }
ansible_role
zidanetang/autok8s
76b6dedcda2f2deec37ab7883790a300e1a8c162
1
roles/kubeadmin
7,469
[ "no_license" ]
[ { "path": "roles/kubeadmin/tasks/config.yml", "content": "---\n- name: Make sure folder /etc/kubernetes/ exists\n file: path=/etc/kubernetes state=directory mode=0755\n\n### prepare cloud-config\n- block:\n - name: prepare cloud-config file for cloudProvider {{ cloudProvider }}\n set_fact: fact_cloud_p...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4666, "all_permissive": false }
ansible_role
nassimaitbraham/azure-security
cc0663a711c81a49cade2037c864455ad593a771
0
azure-network-security-group/roles/ressourcegroup
7,469
[ "no_license" ]
[ { "path": "azure-network-security-group/roles/ressourcegroup/tasks/main.yml", "content": "- name: Create resource group\n azure_rm_resourcegroup:\n name: myResourceGroup\n location: eastus", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 102, "all_permissive": false }
ansible_role
nassimaitbraham/azure-security
cc0663a711c81a49cade2037c864455ad593a771
0
azure-network-security-group/roles/security
7,469
[ "no_license" ]
[ { "path": "azure-network-security-group/roles/security/tasks/main.yml", "content": "- name: Create security group to allow ssh to frontend subnet\n azure_rm_securitygroup:\n resource_group: myResourceGroup\n name: myFrontEndNsg\n rules:\n - name: SSH\n protocol: Tcp\n destinatio...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 306, "all_permissive": false }
ansible_role
nassimaitbraham/azure-security
cc0663a711c81a49cade2037c864455ad593a771
0
azure-network-security-group/roles/virtualmachine
7,469
[ "no_license" ]
[ { "path": "azure-network-security-group/roles/virtualmachine/tasks/main.yml", "content": "- name: create virtual machine\n azure_rm_virtualmachine:\n resource_group: myResourceGroup\n name: myFrontEndVM\n vm_size: Standard_DS1_v2\n admin_username: userAdmin\n admin_password: <PASSWORD>!\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 336, "all_permissive": false }
ansible_role
nassimaitbraham/azure-security
cc0663a711c81a49cade2037c864455ad593a771
0
azure-network-security-group/roles/virtualnetwork
7,469
[ "no_license" ]
[ { "path": "azure-network-security-group/roles/virtualnetwork/tasks/main.yml", "content": "- name: Creat virtual network\n azure_rm_virtualnetwork:\n resource_group: myResourceGroup\n name: myVnet\n address_prefixes_cidr: \"10.0.0.0/16\"\n- name: Add subnet to a virtual network\n azure_rm_subnet:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 766, "all_permissive": false }
ansible_role
Amet13/ansible-vz-wordpress
edfa18b556c025b3bf218ceb8bd75aea7d1dac63
1
roles/common
7,469
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Install EPEL repo\n yum: name=epel-release state=present\n\n- name: Install Nginx repo\n yum: name=http://nginx.org/packages/centos/7/noarch/RPMS/nginx-release-centos-7-0.el7.ngx.noarch.rpm state=present\n\n- name: Remove default Apache\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 382, "all_permissive": false }
ansible_role
Amet13/ansible-vz-wordpress
edfa18b556c025b3bf218ceb8bd75aea7d1dac63
1
roles/createct
7,469
[ "no_license" ]
[ { "path": "roles/createct/tasks/main.yml", "content": "---\n- name: Update template cache\n command: \"/usr/sbin/vzpkg update cache {{ ostemplate }}\"\n when: updatecache == \"yes\"\n\n- name: Create OpenVZ container\n command: \"{{ prlctl }} create {{ name }} --config {{ osconfig }} --vmtype=ct\"\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 772, "all_permissive": false }
ansible_role
Amet13/ansible-vz-wordpress
edfa18b556c025b3bf218ceb8bd75aea7d1dac63
1
roles/delct
7,469
[ "no_license" ]
[ { "path": "roles/delct/tasks/main.yml", "content": "---\n- name: Forcible stop container\n command: \"{{ prlctl }} stop {{ name }} --kill\"\n\n- name: Delete container\n command: \"{{ prlctl }} delete {{ name }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 155 }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 155, "all_permissive": false }
ansible_role
Amet13/ansible-vz-wordpress
edfa18b556c025b3bf218ceb8bd75aea7d1dac63
1
roles/mariadb
7,469
[ "no_license" ]
[ { "path": "roles/mariadb/tasks/main.yml", "content": "---\n- name: Install MariaDB\n yum: name={{ item }} state=present\n with_items:\n - mariadb\n - mariadb-server\n - MySQL-python\n\n- name: Create MySQL configuration file\n template: src=my.cnf.j2 dest=/etc/my.cnf\n \n- name: Create MariaDB log...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 435, "all_permissive": false }
ansible_role
Amet13/ansible-vz-wordpress
edfa18b556c025b3bf218ceb8bd75aea7d1dac63
1
roles/sshpass
7,469
[ "no_license" ]
[ { "path": "roles/sshpass/tasks/main.yml", "content": "---\n- name: Install sshpass\n yum: name=sshpass state=present\n\n- name: Delete old keys\n command: /usr/bin/ssh-keygen -R {{ ip }}\n\n- name: Add ssh key to container\n command: /usr/bin/sshpass -p {{ password }} ssh-copy-id root@{{ ip }} -o \"Stric...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 367, "all_permissive": false }
ansible_role
Amet13/ansible-vz-wordpress
edfa18b556c025b3bf218ceb8bd75aea7d1dac63
1
roles/wordpress
7,469
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "---\n- name: Download WordPress\n get_url: url=https://wordpress.org/latest.tar.gz dest=/srv/wordpress-latest.tar.gz\n\n- name: Extract archive\n command: chdir=/srv/ /bin/tar xvf /srv/wordpress-latest.tar.gz creates=/srv/wordpress\n\n- name: Add gro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 927, "all_permissive": false }
ansible_role
ahinh43/ansible-aws-deploy-and-provision
8d013061bd2c3aed0e6aa3170ae89e9e7ef895bb
0
roles/aws-instance-deploy
7,469
[ "no_license" ]
[ { "path": "roles/aws-instance-deploy/tasks/main.yml", "content": "- name: Launch AMI instance(s)\n ec2:\n key_name: \"{{ ec2_key_name }}\"\n # instance_type: \"{{ ec2_instance_type }}\"\n instance_type: \"{{ cli_instance_type|default('t2.micro') }}\"\n image: \"{{ ami_id }}\"\n wa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1350, "all_permissive": false }
ansible_role
ahinh43/ansible-aws-deploy-and-provision
8d013061bd2c3aed0e6aa3170ae89e9e7ef895bb
0
roles/aws-instance-provision-rhel-base
7,469
[ "no_license" ]
[ { "path": "roles/aws-instance-provision-rhel-base/tasks/main.yml", "content": "- include: set_hostname.yml\n tags: ['hostname']\n- include: rhel_subscription.yml\n tags: ['rhel_sub']\n #- include: install_epel_repo.yml\n # tags: ['epel']\n- include: config_krb_ad_auth.yml\n tags: ['krb_ad']\n#- includ...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2334, "all_permissive": false }
ansible_role
ahinh43/ansible-aws-deploy-and-provision
8d013061bd2c3aed0e6aa3170ae89e9e7ef895bb
0
roles/aws-users
7,469
[ "no_license" ]
[ { "path": "roles/aws-users/tasks/main.yml", "content": "- include: svc_lansweeper.yml\n tags: ['svc_lansweeper']\n- include: ahinh_admin.yml\n tags: ['ahinh_admin']\n- include: jcgoodi_admin.yml\n tags: ['jcgoodi_admin']\n", "license_type": "no_license", "detected_licenses": [], "size_bytes":...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 659, "all_permissive": false }
ansible_role
IPouPou/SAE502
b2453dd568344ef84ae90e43cf88f9b99edaebef
0
roles/alertmanager
7,469
[ "no_license" ]
[ { "path": "roles/alertmanager/tasks/deployconfig.yml", "content": "---\n- name: S'assurer que le conteneur Alertmanager est démarré\n docker_container:\n name: alertmanager\n state: started\n\n- name: Copier alertmanager.yml dans le conteneur Alertmanager\n command: docker cp \"{{ role_path }}/files...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1238, "all_permissive": false }
ansible_role
IPouPou/SAE502
b2453dd568344ef84ae90e43cf88f9b99edaebef
0
roles/grafana
7,469
[ "no_license" ]
[ { "path": "roles/grafana/tasks/createdashboard.yml", "content": "- name: Créer un tableau de bord dans Grafana\n uri:\n url: \"http://{{ groups['grafana'][0] }}:3000/api/dashboards/db\"\n method: POST\n user: \"admin\"\n password: \"<PASSWORD>\"\n force_basic_auth: true\n headers:\n ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 6315, "all_permissive": false }
ansible_role
IPouPou/SAE502
b2453dd568344ef84ae90e43cf88f9b99edaebef
0
roles/prometheus
7,469
[ "no_license" ]
[ { "path": "roles/prometheus/files/alert_rules.yml", "content": "groups:\n- name: heap_and_network_alerts\n rules:\n - alert: TropDeLoad\n expr: node_load1 > 0.8\n for: 1m\n labels:\n severity: critical\n annotations:\n summary: \"Trop de load\"\n description: \"La charge du syst...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3051, "all_permissive": false }
ansible_role
Andrew-55/test-task-promobit
e7f527ed5f3e2acb290028e118efab1f3491754c
0
roles/deploy_nginx_web
7,469
[ "no_license" ]
[ { "path": "roles/deploy_nginx_web/files/style.css", "content": "@font-face {\n font-family: \"NunitoBlack\"; \n src: url(\"./Nunito-Black.ttf\") format(\"truetype\"); \n font-style: normal; \n font-weight: 900;\n }\n\nbody {\n margin: 0;\n padding: 0;\n height: 100vh;\n backgrou...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1304, "all_permissive": false }
ansible_role
jkupferer/bad-ansible-2020-05-04
ac99b643c8c9c2067e9c896306391da0f9f4e9c4
0
roles/three_tier_app
7,469
[ "no_license" ]
[ { "path": "roles/three_tier_app/tasks/main.yaml", "content": "---\n- name: install tomcat\n yum:\n name:\n - httpd\n - tomcat\n state: latest\n\n- name: create ansible tomcat directory\n file:\n path: /var/lib/tomcat/webapps/ROOT\n state: directory\n\n- name: Write webapps/ROOT/index.htm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 792, "all_permissive": false }
ansible_role
jkupferer/bad-ansible-2020-05-04
ac99b643c8c9c2067e9c896306391da0f9f4e9c4
0
roles/three_tier_appdb
7,469
[ "no_license" ]
[ { "path": "roles/three_tier_appdb/tasks/main.yaml", "content": "---\n- name: install progress\n yum:\n name: postgresql-server\n state: latest\n\n- name: initilize postgres\n command: postgresql-setup initdb\n register: r_postgres_init\n changed_when: r_postgres_init.rc == 0\n failed_when: >-\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 436, "all_permissive": false }
ansible_role
jkupferer/bad-ansible-2020-05-04
ac99b643c8c9c2067e9c896306391da0f9f4e9c4
0
roles/three_tier_common
7,469
[ "no_license" ]
[ { "path": "roles/three_tier_common/tasks/main.yaml", "content": "---\n- include_tasks: enable-repos.yaml\n when: three_tier_common_enable_repos | bool\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 }, { "path": "roles/three_tier_common/defaults/main.yaml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 243, "all_permissive": false }
ansible_role
jkupferer/bad-ansible-2020-05-04
ac99b643c8c9c2067e9c896306391da0f9f4e9c4
0
roles/three_tier_frontend
7,469
[ "no_license" ]
[ { "path": "roles/three_tier_frontend/tasks/configure-haproxy.yaml", "content": "---\n- name: configure haproxy\n template:\n src: haproxy.cfg.j2\n dest: /etc/haproxy/haproxy.cfg\n notify: restart-haproxy\n\n- name: Start and enable HAProxy\n service:\n name: haproxy\n state: started\n enab...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1066, "all_permissive": false }
ansible_role
tomwalsh79nv/Ziyoproject_gr3
88135e540595626eadd40f4cde30b57af1f42e0e
0
roles/jenkins
7,468
[ "no_license" ]
[ { "path": "roles/jenkins/defaults/main.yml", "content": "---\n# defaults file for jenkins\nfirewall_service: ssh\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "roles/jenkins/tasks/main.yml", "content": "---\n- name: install java\n yum:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 832, "all_permissive": false }
ansible_role
tomwalsh79nv/Ziyoproject_gr3
88135e540595626eadd40f4cde30b57af1f42e0e
0
roles/mail
7,468
[ "no_license" ]
[ { "path": "roles/mail/handlers/main.yml", "content": "---\r\n# handlers file for mail\r\n- name: restart httpd\r\n service:\r\n name: httpd\r\n state: restarted\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 }, { "path": "roles/mail/tasks/main.yml",...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3172, "all_permissive": false }
ansible_role
wiltoninfra/AutomationAnsible
cef9eeb1dcb424ef19b4f6662a6aa4e0f6316134
1
roles/create
7,468
[ "no_license" ]
[ { "path": "roles/create/handlers/main.yml", "content": "---\r\n# handlers file for create\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "roles/create/vars/main.yml", "content": "---\r\n# vars file for create\r\n", "license_type": "no_l...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1477, "all_permissive": false }
ansible_role
wiltoninfra/AutomationAnsible
cef9eeb1dcb424ef19b4f6662a6aa4e0f6316134
1
roles/log
7,468
[ "no_license" ]
[ { "path": "roles/log/vars/main.yml", "content": "---\r\n# vars file for log\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "roles/log/tasks/main.yml", "content": "---\r\n# tasks file for log\r\n\r\n- name: Validando Vhost\r\n command: tes...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 428, "all_permissive": false }
ansible_role
wiltoninfra/AutomationAnsible
cef9eeb1dcb424ef19b4f6662a6aa4e0f6316134
1
roles/pacotes
7,468
[ "no_license" ]
[ { "path": "roles/pacotes/tasks/main.yml", "content": "---\n# Variable setup.\n- name: Include OS-specific variables.\n include_vars: \"{{ ansible_os_family }}.yml\"\n\n\n# Setup/install tasks.\n- include: setup-RedHat.yml\n when: ansible_os_family == 'RedHat'\n\n- include: setup-Debian.yml\n when: ansibl...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 589, "all_permissive": false }
ansible_role
wiltoninfra/AutomationAnsible
cef9eeb1dcb424ef19b4f6662a6aa4e0f6316134
1
roles/verificar
7,468
[ "no_license" ]
[ { "path": "roles/verificar/defaults/main.yml", "content": "---\r\n# defaults file for verificar\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/verificar/tests/test.yml", "content": "---\r\n- hosts: localhost\r\n remote_user: root\r\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 895, "all_permissive": false }
ansible_role
FullHavocJosh/nix-darwin
07f87f3e1fc6c75c4a7c79759525b7966278b12e
1
ansible-fedora/roles/common
7,468
[ "no_license" ]
[ { "path": "ansible-fedora/roles/common/tasks/main.yml", "content": "---\n- name: Update system packages and install necessary packages\n dnf:\n name: \"{{ packages }}\"\n state: present\n vars:\n packages:\n - ansible\n - python3\n - git\n - stow\n tags: ['common']\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 414, "all_permissive": false }
ansible_role
FullHavocJosh/nix-darwin
07f87f3e1fc6c75c4a7c79759525b7966278b12e
1
ansible-fedora/roles/packages
7,468
[ "no_license" ]
[ { "path": "ansible-fedora/roles/packages/tasks/main.yml", "content": "---\n- name: Install development tools\n dnf:\n name:\n - cmake\n - golang\n - neovim\n - python3-devel\n state: present\n tags: ['packages']\n\n- name: Install CLI tools\n dnf:\n name:\n - fzf\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1748, "all_permissive": false }
ansible_role
FullHavocJosh/nix-darwin
07f87f3e1fc6c75c4a7c79759525b7966278b12e
1
ansible-fedora/roles/personal
7,468
[ "no_license" ]
[ { "path": "ansible-fedora/roles/personal/tasks/main.yml", "content": "---\n- name: Stow dotfiles\n shell: |\n cd /home/{{ ansible_user }}/dotfiles && stow -R .\n tags: ['personal']\n\n- name: Set wallpaper\n shell: |\n gsettings set org.gnome.desktop.background picture-uri 'file:///home/{{ ansible_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 293, "all_permissive": false }
ansible_role
peknu/kafka
64ea43b8bb8ef764071016f3491d5f4f16d18f84
0
roles/kafka
7,468
[ "no_license" ]
[ { "path": "roles/kafka/tasks/main.yml", "content": "---\n- name: Download Kafka {{ kafka_version }}\n get_url:\n url: 'http://apache.mirrors.spacedump.net/kafka/{{ kafka_version }}/kafka_{{ scala_main_version }}-{{ kafka_version }}.tgz'\n dest: '/tmp/kafka-{{ kafka_version }}.tgz'\n mode: 0644\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 840, "all_permissive": false }
ansible_role
peknu/kafka
64ea43b8bb8ef764071016f3491d5f4f16d18f84
0
roles/sbt
7,468
[ "no_license" ]
[ { "path": "roles/sbt/vars/main.yml", "content": "---\nsbt_version: '0.13.12'\nsbt_archive_name: 'sbt-{{ sbt_version }}'\nsbt_archive_file: '{{ sbt_archive_name }}.tgz'\nsbt_download_url: 'https://dl.bintray.com/sbt/native-packages/sbt/{{ sbt_version }}/{{ sbt_archive_file }}'\n\nsbt_lib_path: '/usr/share/sb...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 835, "all_permissive": false }
ansible_role
peknu/kafka
64ea43b8bb8ef764071016f3491d5f4f16d18f84
0
roles/scala
7,468
[ "no_license" ]
[ { "path": "roles/scala/vars/main.yml", "content": "---\nscala_archive_file: 'scala-{{ scala_version }}.rpm'\nscala_download_url: 'http://downloads.lightbend.com/scala/{{ scala_version }}/{{ scala_archive_file }}'\n...", "license_type": "no_license", "detected_licenses": [], "size_bytes": 163 }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 423, "all_permissive": false }
ansible_role
peknu/kafka
64ea43b8bb8ef764071016f3491d5f4f16d18f84
0
roles/zookeeper
7,468
[ "no_license" ]
[ { "path": "roles/zookeeper/tasks/main.yml", "content": "---\n- name: Download Zookeeper {{ zookeeper_version }}\n get_url:\n url: 'http://mirror.ox.ac.uk/sites/rsync.apache.org/zookeeper/zookeeper-{{ zookeeper_version }}/zookeeper-{{ zookeeper_version }}.tar.gz'\n dest: '/tmp/zookeeper-{{ zookeeper_v...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1461, "all_permissive": false }
ansible_role
oatakan/sap-hana-playbooks
79853d7b54ffb213ca4e3579457937d55379ae51
1
roles/common
7,468
[ "no_license" ]
[ { "path": "roles/common/defaults/main.yml", "content": "---\n\nlocal_repo_path: /software\n\nswap_swappiness: \"60\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "roles/common/tasks/main.yml", "content": "---\n\n- name: build hosts file\n li...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2014, "all_permissive": false }
ansible_role
rcarrillocruz/zuul-ci-container
1ef1163423e0598af96c1eec0991151072f573a6
0
roles/ansible-role-build-toolchain
7,468
[ "no_license" ]
[ { "path": "roles/ansible-role-build-toolchain/tasks/main.yml", "content": "---\n- name: Install build toolchain packages\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - gcc\n - make\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 129, "all_permissive": false }
ansible_role
rcarrillocruz/zuul-ci-container
1ef1163423e0598af96c1eec0991151072f573a6
0
roles/ansible-role-dumb-init
7,468
[ "no_license" ]
[ { "path": "roles/ansible-role-dumb-init/tasks/main.yml", "content": "---\n- name: Install dumb init\n get_url:\n dest: /usr/bin/dumb-init\n url: https://github.com/Yelp/dumb-init/releases/download/v1.2.0/dumb-init_1.2.0_amd64\n mode: 0775\n validate_certs: no\n", "license_type": "no_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 198, "all_permissive": false }
ansible_role
rcarrillocruz/zuul-ci-container
1ef1163423e0598af96c1eec0991151072f573a6
0
roles/ansible-role-git-https-helper
7,468
[ "no_license" ]
[ { "path": "roles/ansible-role-git-https-helper/tasks/main.yml", "content": "---\n- name: Install libcurl package\n yum:\n name: libcurl\n state: present\n\n- name: Update git package for getting curl https helper loaded\n yum:\n name: git\n state: latest\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 184, "all_permissive": false }
ansible_role
rcarrillocruz/zuul-ci-container
1ef1163423e0598af96c1eec0991151072f573a6
0
roles/ansible-role-nodepool-launcher
7,468
[ "no_license" ]
[ { "path": "roles/ansible-role-nodepool-launcher/tasks/main.yml", "content": "---\n- name: Install required packages\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - openssl-devel\n - libffi-devel\n\n- name: Clone Nodepool repo\n git:\n repo: 'git://github.com/openstack-infr...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2181, "all_permissive": false }
ansible_role
rcarrillocruz/zuul-ci-container
1ef1163423e0598af96c1eec0991151072f573a6
0
roles/ansible-role-python-bindings
7,468
[ "no_license" ]
[ { "path": "roles/ansible-role-python-bindings/tasks/main.yml", "content": "---\n- name: Bootstrap rpm python bindings\n command: yum -y install rpm-python\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 79, "all_permissive": false }
ansible_role
rcarrillocruz/zuul-ci-container
1ef1163423e0598af96c1eec0991151072f573a6
0
roles/ansible-role-scl-python
7,468
[ "no_license" ]
[ { "path": "roles/ansible-role-scl-python/tasks/main.yml", "content": "---\n- name: Enable Software Collections repo\n yum:\n name: centos-release-scl\n state: present\n disable_gpg_check: yes\n\n- name: Install SCL Python\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 236, "all_permissive": false }
ansible_role
rcarrillocruz/zuul-ci-container
1ef1163423e0598af96c1eec0991151072f573a6
0
roles/ansible-role-yum-clean-cache
7,468
[ "no_license" ]
[ { "path": "roles/ansible-role-yum-clean-cache/tasks/main.yml", "content": "---\n- name: Clean yum cache\n command: yum clean all\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 53 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 53, "all_permissive": false }
ansible_role
rcarrillocruz/zuul-ci-container
1ef1163423e0598af96c1eec0991151072f573a6
0
roles/ansible-role-zookeeper
7,468
[ "no_license" ]
[ { "path": "roles/ansible-role-zookeeper/tasks/main.yaml", "content": "---\n- name: Install Bigtop Centos 7 repo\n get_url:\n dest: /etc/yum.repos.d\n url: https://www.apache.org/dist/bigtop/stable/repos/centos7/bigtop.repo\n mode: 0644\n validate_certs: no\n\n- name: Install epel, java and zook...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 761, "all_permissive": false }
ansible_role
rcarrillocruz/zuul-ci-container
1ef1163423e0598af96c1eec0991151072f573a6
0
roles/ansible-role-zuul-common
7,468
[ "no_license" ]
[ { "path": "roles/ansible-role-zuul-common/tasks/main.yml", "content": "---\n- name: Create Zuul user\n user:\n name: \"{{ ZUUL_USER }}\"\n group: root\n state: present\n createhome: yes\n home: \"{{ ZUUL_USER_HOME }}\"\n\n- name: Chmod Zuul user home folder to 770 for OpenShift\n file:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1250, "all_permissive": false }
ansible_role
rcarrillocruz/zuul-ci-container
1ef1163423e0598af96c1eec0991151072f573a6
0
roles/ansible-role-zuul-executor
7,468
[ "no_license" ]
[ { "path": "roles/ansible-role-zuul-executor/tasks/main.yml", "content": "---\n- name: Install epel-release\n yum:\n name: epel-release\n state: present\n\n- name: Install required packages\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - nss_wrapper\n - gettext\n - bu...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1484, "all_permissive": false }
ansible_role
rcarrillocruz/zuul-ci-container
1ef1163423e0598af96c1eec0991151072f573a6
0
roles/ansible-role-zuul-merger
7,468
[ "no_license" ]
[ { "path": "roles/ansible-role-zuul-merger/defaults/main.yml", "content": "---\nZUUL_CONF_PATH: config/zuul-merger/zuul.conf\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "roles/ansible-role-zuul-merger/tasks/main.yml", "content": "---\n- nam...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 172, "all_permissive": false }
ansible_role
rcarrillocruz/zuul-ci-container
1ef1163423e0598af96c1eec0991151072f573a6
0
roles/ansible-role-zuul-scheduler
7,468
[ "no_license" ]
[ { "path": "roles/ansible-role-zuul-scheduler/defaults/main.yml", "content": "---\nZUUL_CONF_PATH: config/zuul-scheduler/zuul.conf\nZUUL_TENANT_FILE_PATH: config/zuul-scheduler/main.yaml\nZUUL_GITHUB_KEY_PATH: config/zuul-scheduler/github.key\n", "license_type": "no_license", "detected_licenses": [],...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 538, "all_permissive": false }
ansible_role
rcarrillocruz/zuul-ci-container
1ef1163423e0598af96c1eec0991151072f573a6
0
roles/ansible-role-zuul-web
7,468
[ "no_license" ]
[ { "path": "roles/ansible-role-zuul-web/tasks/main.yml", "content": "---\n- name: Install required packages\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - unzip\n\n- name: Copy the Zuul config file\n copy:\n src: \"{{ ZUUL_CONF_PATH }}\"\n dest: /etc/zuul/zuul.conf\n mo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2302, "all_permissive": false }
ansible_role
marijakljestan/gcp-terraform-ansible
23a1222adee8307e3c932890e0026f82f975f506
0
ansible/roles/common
7,468
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/run_docker_container.yml", "content": "- name: \"pull image from Docker hub\"\n community.general.docker_image:\n name: \"{{ image_name }}\"\n source: pull\n \n- name: \"run docker container\"\n docker_container:\n name: \"{{ image_name }}\"\n image: \"...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 500, "all_permissive": false }
ansible_role
marijakljestan/gcp-terraform-ansible
23a1222adee8307e3c932890e0026f82f975f506
0
ansible/roles/db_gui
7,468
[ "no_license" ]
[ { "path": "ansible/roles/db_gui/tasks/main.yml", "content": "- name: \"run docker container\"\n ansible.builtin.import_role:\n name: common\n tasks_from: run_docker_container.yml\n vars:\n image_name: mongo-express\n exposed_port: 8081\n published_port: 8083:8081 ", "license_type": "no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 212, "all_permissive": false }
ansible_role
marijakljestan/gcp-terraform-ansible
23a1222adee8307e3c932890e0026f82f975f506
0
ansible/roles/db_server
7,468
[ "no_license" ]
[ { "path": "ansible/roles/db_server/tasks/main.yml", "content": "- name: \"run docker container\"\n ansible.builtin.import_role:\n name: common\n tasks_from: run_docker_container.yml\n vars:\n image_name: mongo\n exposed_port: 27017\n published_port: 27017:27017 ", "license_type": "no_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 207, "all_permissive": false }
ansible_role
marijakljestan/gcp-terraform-ansible
23a1222adee8307e3c932890e0026f82f975f506
0
ansible/roles/http_server
7,468
[ "no_license" ]
[ { "path": "ansible/roles/http_server/tasks/main.yml", "content": "- name: \"install Docker\"\n ansible.builtin.import_role:\n name: common\n tasks_from: install_docker \n\n- name: \"gcloud docker authentication\"\n ansible.builtin.import_role:\n name: common\n tasks_from: gcloud_docker_auth\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 601, "all_permissive": false }
ansible_role
marijakljestan/gcp-terraform-ansible
23a1222adee8307e3c932890e0026f82f975f506
0
ansible/roles/image_builder
7,468
[ "no_license" ]
[ { "path": "ansible/roles/image_builder/tasks/main.yml", "content": "- name: \"install Docker\"\n ansible.builtin.import_role:\n name: common\n tasks_from: install_docker \n\n- name: \"create build directory\"\n file:\n path: /home/mkljestan/ansible\n state: directory\n owner: mkljestan\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 713, "all_permissive": false }
ansible_role
sciabarracom/Mosaico3
cd8465311b702860ee4dabe69ddbfd57ab5aa49e
32
kubernetes/roles/master
7,468
[ "no_license" ]
[ { "path": "kubernetes/roles/master/tasks/init.yml", "content": "- lineinfile: dest=/etc/sysctl.conf line='net.bridge.bridge-nf-call-ip6tables = 1' state=present\n- lineinfile: dest=/etc/sysctl.conf line='net.bridge.bridge-nf-call-iptables = 1' state=present\n- name: initialize kube\n shell: >\n sysct...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2476, "all_permissive": false }
ansible_role
sciabarracom/Mosaico3
cd8465311b702860ee4dabe69ddbfd57ab5aa49e
32
kubernetes/roles/nodes
7,468
[ "no_license" ]
[ { "path": "kubernetes/roles/nodes/tasks/main.yml", "content": "- sysctl: name=net.bridge.bridge-nf-call-ip6tables value=1 state=present reload=yes sysctl_set=yes\n- sysctl: name=net.bridge.bridge-nf-call-iptables value=1 state=present reload=yes sysctl_set=yes\n- shell: \"cat /etc/kubeadm-join.sh\"\n regis...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 996, "all_permissive": false }
ansible_role
sciabarracom/Mosaico3
cd8465311b702860ee4dabe69ddbfd57ab5aa49e
32
kubernetes/roles/prepare
7,468
[ "no_license" ]
[ { "path": "kubernetes/roles/prepare/tasks/install.yml", "content": "- shell: \"apt-get -y update && apt-get install -y apt-transport-https\"\n- apt_repository:\n repo: 'deb http://apt.kubernetes.io/ kubernetes-xenial main'\n state: present\n- name: install docker and kubernetes\n apt: name={{ item }}...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 966, "all_permissive": false }
ansible_role
rogeriosmorais/udacity_ci_cd
d0d8dd03e10418758453430d8908da6571b72abc
0
.circleci/ansible/roles/configure-server
7,468
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-server/tasks/main.yml", "content": "- name: Check for Python3\n raw: test -e /usr/bin/python3\n changed_when: false\n failed_when: false\n register: check_python\n\n- name: Install Python\n raw: apt -y update && apt install -y python-minimal\n when: check_p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 472, "all_permissive": false }
ansible_role
rogeriosmorais/udacity_ci_cd
d0d8dd03e10418758453430d8908da6571b72abc
0
.circleci/ansible/roles/deploy
7,468
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "- name: Copy backend files\n copy:\n src: /root/project/backend\n dest: /home/ubuntu\n\n- name: Stopping backend service\n ignore_errors: yes\n shell: |\n cd /home/ubuntu/backend\n pm2 stop backend\n pm2 delete backend\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 557, "all_permissive": false }
ansible_role
Darejkal/VDT-2023
f4c88506fa14ad1b70cb7c540277e0ed510f1234
0
2. Ansible/NguyenDaiAn/VDTproject2/roles/api
7,468
[ "no_license" ]
[ { "path": "2. Ansible/NguyenDaiAn/VDTproject2/roles/api/tasks/main.yaml", "content": "---\n- name: Build an api image\n community.docker.docker_image:\n name: api_image\n build:\n path: ./roles/api/templates\n source: \"build\"\n force_source: true\n \n- name: Create an api container\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 386, "all_permissive": false }
ansible_role
Darejkal/VDT-2023
f4c88506fa14ad1b70cb7c540277e0ed510f1234
0
2. Ansible/NguyenDaiAn/VDTproject2/roles/common
7,468
[ "no_license" ]
[ { "path": "2. Ansible/NguyenDaiAn/VDTproject2/roles/common/tasks/main.yaml", "content": "---\n#- name: Set hostname\n# hostname:\n# name: \"{{ hostname }}\" \n#\n#- name: Create vt_app group\n# group:\n# name: vt_app\n#\n#- name: Create vt_app user\n# user: \n# name: vt_app\n# group: vt_app\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 772, "all_permissive": false }
ansible_role
Darejkal/VDT-2023
f4c88506fa14ad1b70cb7c540277e0ed510f1234
0
2. Ansible/NguyenDaiAn/VDTproject2/roles/web
7,468
[ "no_license" ]
[ { "path": "2. Ansible/NguyenDaiAn/VDTproject2/roles/web/tasks/main.yaml", "content": "---\n- name: Build a web image\n community.docker.docker_image:\n name: web_image\n build:\n path: ./roles/web/templates\n source: \"build\"\n force_source: true\n\n- name: Create a web container\n commu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1622, "all_permissive": false }
ansible_role
Darejkal/VDT-2023
f4c88506fa14ad1b70cb7c540277e0ed510f1234
0
3. Midterms/NguyenDaiAn/project3/roles/api
7,468
[ "no_license" ]
[ { "path": "3. Midterms/NguyenDaiAn/project3/roles/api/templates/app/api/urls.py", "content": "from django.urls import path\n\nfrom . import views\n\nurlpatterns = [\n path(\"listusers\",views.listUsers,name=\"list_user\"),\n path(\"getuser/<id>\",views.getUser,name=\"get_user\"),\n path(\"createuse...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3530, "all_permissive": false }
ansible_role
Darejkal/VDT-2023
f4c88506fa14ad1b70cb7c540277e0ed510f1234
0
3. Midterms/NguyenDaiAn/project3/roles/common
7,468
[ "no_license" ]
[ { "path": "3. Midterms/NguyenDaiAn/project3/roles/common/tasks/main.yaml", "content": "---\n- name: Install aptitude\n apt:\n name: aptitude\n state: latest\n update_cache: true\n\n- name: Install required system packages\n apt:\n pkg:\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": 987, "all_permissive": false }
ansible_role
Darejkal/VDT-2023
f4c88506fa14ad1b70cb7c540277e0ed510f1234
0
3. Midterms/NguyenDaiAn/project3/roles/db
7,468
[ "no_license" ]
[ { "path": "3. Midterms/NguyenDaiAn/project3/roles/db/tasks/main.yaml", "content": "---\n- name: Create db container\n community.docker.docker_container:\n name: db\n image: mongo:5.0\n restart_policy: \"unless-stopped\"\n networks:\n - name: project\n env:\n MONGO_INITDB_DATABASE: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 454, "all_permissive": false }
ansible_role
Darejkal/VDT-2023
f4c88506fa14ad1b70cb7c540277e0ed510f1234
0
3. Midterms/NguyenDaiAn/project3/roles/log
7,468
[ "no_license" ]
[ { "path": "3. Midterms/NguyenDaiAn/project3/roles/log/tasks/main.yaml", "content": "---\n- name: Build a fluentd image\n community.docker.docker_image:\n name: fluentd_image\n build:\n path: \"{{ role_path }}/templates\"\n source: \"build\"\n force_source: true\n- name: Build a fluentd co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 505, "all_permissive": false }
ansible_role
Darejkal/VDT-2023
f4c88506fa14ad1b70cb7c540277e0ed510f1234
0
3. Midterms/NguyenDaiAn/project3/roles/monitor
7,468
[ "no_license" ]
[ { "path": "3. Midterms/NguyenDaiAn/project3/roles/monitor/tasks/main.yaml", "content": "- name: Build a cadvisor container\n community.docker.docker_container:\n image: gcr.io/cadvisor/cadvisor:latest\n name: annd_cad\n networks: \n - name: project\n restart_policy: \"unless-stopped\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1742, "all_permissive": false }
ansible_role
Darejkal/VDT-2023
f4c88506fa14ad1b70cb7c540277e0ed510f1234
0
3. Midterms/NguyenDaiAn/project3/roles/nginx
7,468
[ "no_license" ]
[ { "path": "3. Midterms/NguyenDaiAn/project3/roles/nginx/tasks/main.yaml", "content": "---\n#- name: Build a nginx image\n# community.docker.docker_image:\n# name: nginx_image\n# build:\n# path: ./roles/nginx/templates\n# source: \"build\"\n# force_source: yes\n# # shell: \"docker build ./...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1987, "all_permissive": false }
ansible_role
Darejkal/VDT-2023
f4c88506fa14ad1b70cb7c540277e0ed510f1234
0
3. Midterms/NguyenDaiAn/project3/roles/sec
7,468
[ "no_license" ]
[ { "path": "3. Midterms/NguyenDaiAn/project3/roles/sec/tasks/main.yaml", "content": "---\n- name: Create defectdojo container\n community.docker.docker_container:\n name: defectdojo\n image: defectdojo/defectdojo-django\n network_mode: host\n # networks:\n #- name: project\n restart_po...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 240, "all_permissive": false }
ansible_role
Darejkal/VDT-2023
f4c88506fa14ad1b70cb7c540277e0ed510f1234
0
3. Midterms/NguyenDaiAn/project3/roles/test
7,468
[ "no_license" ]
[ { "path": "3. Midterms/NguyenDaiAn/project3/roles/test/templates/web/tests.py", "content": "from django.urls import resolve\nfrom django.test import TestCase\nfrom django.http import HttpRequest\nfrom users.views import index,AddForm\nclass WebPageTest(TestCase):\n def test_indexMapping(self):\n r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5149, "all_permissive": false }
ansible_role
Darejkal/VDT-2023
f4c88506fa14ad1b70cb7c540277e0ed510f1234
0
3. Midterms/NguyenDaiAn/project3/roles/web
7,468
[ "no_license" ]
[ { "path": "3. Midterms/NguyenDaiAn/project3/roles/web/tasks/main.yaml", "content": "---\n- name: Build a web image\n community.docker.docker_image:\n name: web_image\n build:\n path: ./roles/web/templates\n source: \"build\"\n force_source: true\n # shell: \"docker build ./roles/web...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1302, "all_permissive": false }
ansible_role
Darejkal/VDT-2023
f4c88506fa14ad1b70cb7c540277e0ed510f1234
0
5. Kubernetes/NguyenDaiAn/k8s/roles/api
7,468
[ "no_license" ]
[ { "path": "5. Kubernetes/NguyenDaiAn/k8s/roles/api/tasks/main.yaml", "content": "---\n- name: Build a api image\n community.docker.docker_image:\n name: darejk/api_image\n push: true\n build:\n path: \"{{role_path}}/templates\"\n source: \"build\"\n force_source: true\n\n", "license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 198, "all_permissive": false }
ansible_role
Darejkal/VDT-2023
f4c88506fa14ad1b70cb7c540277e0ed510f1234
0
5. Kubernetes/NguyenDaiAn/k8s/roles/db
7,468
[ "no_license" ]
[ { "path": "5. Kubernetes/NguyenDaiAn/k8s/roles/db/tasks/main.yaml", "content": "---\n- name: Build a db image\n community.docker.docker_image:\n name: darejk/db_image\n push: true\n build:\n path: \"{{role_path}}/templates\"\n source: \"build\"\n force_source: true\n\n", "license_ty...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 290, "all_permissive": false }
ansible_role
Darejkal/VDT-2023
f4c88506fa14ad1b70cb7c540277e0ed510f1234
0
5. Kubernetes/NguyenDaiAn/k8s/roles/dockerhub
7,468
[ "no_license" ]
[ { "path": "5. Kubernetes/NguyenDaiAn/k8s/roles/dockerhub/tasks/main.yaml", "content": "---\n- name: Log into DockerHub\n community.docker.docker_login:\n username: \"username cua ban\"\n password: \"<PASSWORD>\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 124 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 124, "all_permissive": false }
ansible_role
Darejkal/VDT-2023
f4c88506fa14ad1b70cb7c540277e0ed510f1234
0
5. Kubernetes/NguyenDaiAn/k8s/roles/k8s-deploy
7,468
[ "no_license" ]
[ { "path": "5. Kubernetes/NguyenDaiAn/k8s/roles/k8s-deploy/tasks/main.yaml", "content": "---\n#- name: Create a k8s namespace\n# k8s:\n# name: \"{{k8s_namespace}}\"\n# api_version: v1\n# kind: Namespace\n# state: present\n# kubeconfig: \"{{k8s_configdir}}\"\n- name: Deploy k8s replica sets\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 579, "all_permissive": false }
ansible_role
Darejkal/VDT-2023
f4c88506fa14ad1b70cb7c540277e0ed510f1234
0
5. Kubernetes/NguyenDaiAn/k8s/roles/nginx
7,468
[ "no_license" ]
[ { "path": "5. Kubernetes/NguyenDaiAn/k8s/roles/nginx/tasks/main.yaml", "content": "---\n- name: Build a nginxweb image\n community.docker.docker_image:\n name: darejk/nginxweb_image\n push: true\n build:\n path: \"{{role_path}}/templates/nginxweb\"\n source: \"build\"\n force_source: y...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1021, "all_permissive": false }
ansible_role
Darejkal/VDT-2023
f4c88506fa14ad1b70cb7c540277e0ed510f1234
0
5. Kubernetes/NguyenDaiAn/k8s/roles/web
7,468
[ "no_license" ]
[ { "path": "5. Kubernetes/NguyenDaiAn/k8s/roles/web/templates/app/users/views.py", "content": "from django.shortcuts import render,redirect\nfrom django.http import JsonResponse\n# from django.forms.renders import TemplatesSetting\nfrom django import forms\nimport pymongo\nimport json\nimport requests\nfrom ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2769, "all_permissive": false }
ansible_role
choadrocker/playa-influxdb
8962b43b894cbe0685b63cf102f2a6818d1bf49c
0
ansible/roles/influxdb
7,468
[ "no_license" ]
[ { "path": "ansible/roles/influxdb/tasks/main.yaml", "content": "---\n- name: install dependencies\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - \"apt-transport-https\"\n - \"snmp\"\n - \"snmp-mibs-downloader\"\n\n- name: add influxdb repo key\n apt_key:\n url: \"https...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 9370, "all_permissive": false }
ansible_role
melghors/codefresh_exam
539d434ba3ce9dc0edd340e89b5667faed152e1d
1
roles/prometheus
7,468
[ "no_license" ]
[ { "path": "roles/prometheus/files/prometheus-deployment.yml", "content": "apiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: prometheus-deployment\n namespace: monitoring\nspec:\n replicas: 1\n selector:\n matchLabels:\n app: prometheus-deployment\n template:\n metadata:\n labels:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 8907, "all_permissive": false }
ansible_role
scraane/ansible
96aabdc0cdcf9332573008c27bb97af0fac5b5bf
0
roles/base
7,468
[ "no_license" ]
[ { "path": "roles/base/tasks/neofetch.yml", "content": "- name: base | neofetch\n block:\n - name: base | neofetch | install\n apt:\n name: neofetch\n state: latest\n\n - name: base | neofetch | add to motd\n shell: echo \"echo\" > /etc/profile.d/mymotd.sh && echo \"neofetch\" ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1619, "all_permissive": false }
ansible_role
scraane/ansible
96aabdc0cdcf9332573008c27bb97af0fac5b5bf
0
roles/docker
7,468
[ "no_license" ]
[ { "path": "roles/docker/files/update.sh", "content": "echo\ncase $1 in\n\t\"\")\n\t\techo \"++ !Need folder name to update! Or use ALL to update all\"\n\t\texit 0\n\t\t;;\n\tALL|all)\n\t\tfor entry in */\n\t\tdo\n\t\t\techo \"++ Running update on $entry:\"\n\t\t\tset -x\n\t\t\tcd $entry\n\t\t\tdocker-compos...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2726, "all_permissive": false }
ansible_role
scraane/ansible
96aabdc0cdcf9332573008c27bb97af0fac5b5bf
0
roles/finalize
7,468
[ "no_license" ]
[ { "path": "roles/finalize/tasks/reboot.yml", "content": "- name: finalize | reboot | check\n shell: sleep 10 && /sbin/shutdown -r now 'Rebooting box to update system libs/kernel as needed'\n args:\n removes: /var/run/reboot-required\n async: 300\n poll: 0\n ignore_errors: true\n register: rebooting...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 324, "all_permissive": false }
ansible_role
CiscoDevNet/appdynamics-ansible
c973fa70179172d29fe57ab6bed6affae9473fc4
19
roles/common
7,468
[ "permissive" ]
[ { "path": "roles/common/tasks/get_agent.yml", "content": "---\n# Initialize the qualified_agent_type\n# This allows a generic agent type to be used, rather than an OS specific one\n# We set the OS specific agent type based on the base type and os family\n- name: Reassign agent_type var to an OS qualified_ag...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 22713, "all_permissive": true }
ansible_role
CiscoDevNet/appdynamics-ansible
c973fa70179172d29fe57ab6bed6affae9473fc4
19
roles/db
7,468
[ "permissive" ]
[ { "path": "roles/db/README.md", "content": "# AppDynamics role to install the Database agent\n\nThis role currently supports Linux only, Windows support will be released soon.\n\n```yml\n---\n- hosts: linux\n tasks:\n - include_role:\n name: appdynamics.agents.db\n vars:\n agent_versi...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 16839, "all_permissive": true }
ansible_role
CiscoDevNet/appdynamics-ansible
c973fa70179172d29fe57ab6bed6affae9473fc4
19
roles/dotnet
7,468
[ "permissive" ]
[ { "path": "roles/dotnet/tasks/main.yml", "content": "---\n- name: Check IIS is present\n include_tasks: check_iis.yml\n when: monitor_all_IIS_apps | bool\n\n- name: Set the unique host id\n include_tasks: set_hostid.yml\n\n- name: Install .NET agent\n include_tasks: dotnet-agent.yml\n", "license_typ...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 14, "total_bytes": 13432, "all_permissive": true }
ansible_role
CiscoDevNet/appdynamics-ansible
c973fa70179172d29fe57ab6bed6affae9473fc4
19
roles/dotnetcore
7,468
[ "permissive" ]
[ { "path": "roles/dotnetcore/README.md", "content": "# AppDynamics role to install the .NET Core agent\n\n```yml\n---\n- hosts: linux\n tasks:\n - include_role:\n name: appdynamics.agents.dotnetcore\n vars:\n # Define Agent Type and Version\n agent_type: dotnetcore\n agen...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 6655, "all_permissive": true }
ansible_role
CiscoDevNet/appdynamics-ansible
c973fa70179172d29fe57ab6bed6affae9473fc4
19
roles/instrument_jboss
7,468
[ "permissive" ]
[ { "path": "roles/instrument_jboss/defaults/main.yml", "content": "#jboss defaults\n# Provide a path to jboss standalone.sh\njboss_config: /opt/wildfly/bin/standalone.sh\n\n# Provide user that runs jboss. It will be added to appdynamics group\napp_user: wildfly\n\n# provide systemctl jboss service or command...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 5138, "all_permissive": true }
ansible_role
CiscoDevNet/appdynamics-ansible
c973fa70179172d29fe57ab6bed6affae9473fc4
19
roles/instrument_tomcat
7,468
[ "permissive" ]
[ { "path": "roles/instrument_tomcat/tasks/app_service_override.yml", "content": "- name: Add override directory for {{ tomcat_service }}\n become: yes\n file:\n path: /etc/systemd/system/{{ tomcat_service }}.service.d\n state: directory\n- name: Add ReadWritePaths to service\n become: yes\n templat...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 7448, "all_permissive": true }
ansible_role
CiscoDevNet/appdynamics-ansible
c973fa70179172d29fe57ab6bed6affae9473fc4
19
roles/java
7,468
[ "permissive" ]
[ { "path": "roles/java/tasks/main.yml", "content": "- include_tasks: java-agent-linux.yml\n when: >\n (ansible_os_family == 'RedHat' or ansible_os_family == 'Debian')\n\n- include_tasks: java-agent-windows.yml\n when: >\n ansible_os_family == 'Windows'\n", "license_type": "permissive", "detec...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 10215, "all_permissive": true }
ansible_role
CiscoDevNet/appdynamics-ansible
c973fa70179172d29fe57ab6bed6affae9473fc4
19
roles/linux_pkg
7,468
[ "permissive" ]
[ { "path": "roles/linux_pkg/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME> (https://galaxy.ansible.com/iogbole)\n role_name: linux_pkg\n company: AppDynamics\n description: This is an AppDynamics linux package helper role, all installations on Linux depends on this role.\n license: Apach...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1306, "all_permissive": true }
ansible_role
CiscoDevNet/appdynamics-ansible
c973fa70179172d29fe57ab6bed6affae9473fc4
19
roles/logger
7,468
[ "permissive" ]
[ { "path": "roles/logger/tasks/dotnet_logger_win.yaml", "content": "---\n- debug:\n msg: \"Apply logger setting to .NET agent on Windows\"\n\n- name: find the location where the agent was installed\n ansible.windows.win_reg_stat:\n path: 'HKLM:\\SOFTWARE\\AppDynamics\\dotNet Agent'\n name: Installa...
{ "task_files": 9, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 13, "total_bytes": 19576, "all_permissive": true }
ansible_role
CiscoDevNet/appdynamics-ansible
c973fa70179172d29fe57ab6bed6affae9473fc4
19
roles/machine
7,468
[ "permissive" ]
[ { "path": "roles/machine/defaults/main.yml", "content": "# Machine Agent Win\n# machine_agent_dest_folder_win: C:/appdynamics/machine-agent\nmachine_agent_monitor_folder_win: \"{{ machine_agent_dest_folder_win }}/monitor\"\ntemp_dir: /tmp\n\n# Machine Agent Linux\n# machine_agent_dest_folder_linux: /opt/app...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 21893, "all_permissive": true }
ansible_role
gaboesquivel/jsdevbox
150bf9211596b5d5ec388c56c921b1554c241721
0
ansible/roles/avn
7,473
[ "no_license" ]
[ { "path": "ansible/roles/avn/README.md", "content": "# ansible-avn\n\nInstalls AVN \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "ansible/roles/avn/tasks/main.yml", "content": "- debug: var=nvm_root\n\n- name: setup avn\n become: yes\n be...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 240, "all_permissive": false }
ansible_role
gaboesquivel/jsdevbox
150bf9211596b5d5ec388c56c921b1554c241721
0
ansible/roles/pablocrivella.nvm
7,473
[ "no_license" ]
[ { "path": "ansible/roles/pablocrivella.nvm/vars/test.yml", "content": "---\nnvm_default_node_version: v0.12.7\nnvm_version: v0.25.4\nnvm_node_versions:\n - v0.12.7\n - v0.10.36\nnvm_global_packages:: []\nnvm_users:\n - vagrant\n", "license_type": "no_license", "detected_licenses": [], "size_b...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 3705, "all_permissive": false }