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
liu454639377/playbook
1a49ffcd0afc5bb074215e9793b7057d8af641c7
0
k8s-dep-ansible/roles/kube_join
8,162
[ "no_license" ]
[ { "path": "k8s-dep-ansible/roles/kube_join/tasks/main.yaml", "content": "--- \n- name: install kubectl,kubeadm,kubelet\n yum: \n name: ['kubectl-{{kube_version}}', 'kubeadm-{{kube_version}}', 'kubelet-{{kube_version}}']\n state: present \n- name: kube get images\n script: ./image.sh\n\n\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 668, "all_permissive": false }
ansible_role
liu454639377/playbook
1a49ffcd0afc5bb074215e9793b7057d8af641c7
0
k8s-dep-ansible/roles/kube_master
8,162
[ "no_license" ]
[ { "path": "k8s-dep-ansible/roles/kube_master/templates/hosts.j2", "content": "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n192.168.122.3 {{k8s_master_name}}\n192.168.122.4 {{k8s_node1_name}}\n1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3173, "all_permissive": false }
ansible_role
liu454639377/playbook
1a49ffcd0afc5bb074215e9793b7057d8af641c7
0
k8s-dep-ansible/roles/upgradekernel
8,162
[ "no_license" ]
[ { "path": "k8s-dep-ansible/roles/upgradekernel/tasks/main.yaml", "content": "---\n- name: upgradekernel\n script: ./upgrade.sh\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 52, "all_permissive": false }
ansible_role
123xedward/ansible
1f4ec8e0c706aeead4a697bc91797c2357041c15
0
roles/mysql-java
8,162
[ "no_license" ]
[ { "path": "roles/mysql-java/README.md", "content": "Ansible Role, Install Java & MySQL\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/mysql-java/tasks/main.yaml", "content": "- name: Provisioning of java\n yum:\n name: java-1.7.0-o...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 201, "all_permissive": false }
ansible_role
123xedward/ansible
1f4ec8e0c706aeead4a697bc91797c2357041c15
0
roles/squid
8,162
[ "no_license" ]
[ { "path": "roles/squid/tasks/main.yml", "content": "- name: Installing squid\n yum:\n name: squid\n state: present\n\n# TODO check dest and name\n- name: Copy config file\n copy:\n src: ../files/file1.conf\n dest: /etc/squid/conf/file1.conf\n owner: root\n group: root\n mode: 0644\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 364, "all_permissive": false }
ansible_role
larsks/so-example-75991358-ansible-vault
50ec6ca175451ceb45491f7495c92e6611ba9e8f
0
roles/foo
8,155
[ "no_license" ]
[ { "path": "roles/foo/tasks/main.yaml", "content": "- name: load encrypted vars\n include_vars:\n file: vault.yaml\n\n- name: show us debug clear_text\n debug:\n var: clear_text\n\n- name: show us debug password\n debug:\n var: password\n", "license_type": "no_license", "detected_licenses...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 218, "all_permissive": false }
ansible_role
arthking17/MyAngularApp
b65a22166336bfe1536e943d5a9ce9274cefe5ed
0
ansible/roles/docker
8,155
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n# tasks file for docker\n- name: create image docker\n docker_image:\n name: devops\n build:\n path: /var/lib/jenkins/workspace/devops/MyAngularApp\n pull: no\n source: build\n state: present\n force_source: true\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 400, "all_permissive": false }
ansible_role
amackie123/assignment
2b19b48d6e66b4af8134e8575e7f34298dbab8a9
0
prod/roles/cleaner
8,155
[ "no_license" ]
[ { "path": "prod/roles/cleaner/tasks/main.yml", "content": "# Get AWS Server Instance Information\n- name: AWS servers\n ec2_metadata_facts:\n register: aws_servers\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 105, "all_permissive": false }
ansible_role
amackie123/assignment
2b19b48d6e66b4af8134e8575e7f34298dbab8a9
0
qa/roles/app-setup
8,155
[ "no_license" ]
[ { "path": "qa/roles/app-setup/handlers/main.yml", "content": "---\n# handlers file for app-setup\n\n- name: restart Apache service\n service:\n name=httpd\n state=restarted\n enabled=yes\n\n- name: restart Tomcat service\n service:\n name=tomcat\n state=restarted\n enabled=yes\n", "l...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 730, "all_permissive": false }
ansible_role
amackie123/assignment
2b19b48d6e66b4af8134e8575e7f34298dbab8a9
0
qa/roles/cleaner
8,155
[ "no_license" ]
[ { "path": "qa/roles/cleaner/tasks/main.yml", "content": "# Get OSP Server Instance Information\n- name: OpenStack servers\n os_server_facts:\n cloud: ospcloud\n register: openstack_servers\n\n# Remove OSP Instances\n- name: Remove Openstack Server Instances\n os_server:\n cloud: ospcloud\n name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 385, "all_permissive": false }
ansible_role
amackie123/assignment
2b19b48d6e66b4af8134e8575e7f34298dbab8a9
0
qa/roles/database-setup
8,155
[ "no_license" ]
[ { "path": "qa/roles/database-setup/tasks/main.yml", "content": "---\n# tasks file for database-setup\n\n- name: install postgres\n yum:\n name: postgresql-server\n state: latest\n\n- name: initialise the postgres database\n find:\n paths: /var/lib/pgsql/data\n file_type: directory\n register:...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 529, "all_permissive": false }
ansible_role
amackie123/assignment
2b19b48d6e66b4af8134e8575e7f34298dbab8a9
0
qa/roles/frontend-setup
8,155
[ "no_license" ]
[ { "path": "qa/roles/frontend-setup/handlers/main.yml", "content": "---\n# handlers file for frontend-setup\n\n- name: restart HAproxy service\n service:\n name=haproxy\n state=restarted\n enabled=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 486, "all_permissive": false }
ansible_role
amackie123/assignment
2b19b48d6e66b4af8134e8575e7f34298dbab8a9
0
qa/roles/server-config
8,155
[ "no_license" ]
[ { "path": "qa/roles/server-config/defaults/main.yml", "content": "---\n# defaults file for host-config", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "qa/roles/server-config/tasks/main.yml", "content": "---\n# tasks file for host-config\n\n- na...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 336, "all_permissive": false }
ansible_role
amackie123/assignment
2b19b48d6e66b4af8134e8575e7f34298dbab8a9
0
qa/roles/smoke-test
8,155
[ "no_license" ]
[ { "path": "qa/roles/smoke-test/tasks/main.yml", "content": "---\n\n- name: OpenStack servers\n os_server_facts:\n cloud: ospcloud\n server: frontend\n register: openstack_servers\n\n- name: Curl website\n uri:\n url: \"http://{{item.accessIPv4}}\"\n return_content: yes\n with_items:\n - \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 393, "all_permissive": false }
ansible_role
valamandar/devops
76e36c616d64ea381c4fe77e539616b2300def08
1
clustering/ansible/roles/nginx
8,155
[ "no_license" ]
[ { "path": "clustering/ansible/roles/nginx/tasks/main.yml", "content": "- name: Installer Nginx\n apt:\n name: nginx\n state: present\n update_cache: yes\n\n- name: Déployer la page HTML personnalisée\n template:\n src: index.html.j2\n dest: /var/www/html/index.html\n", "license_type": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 203, "all_permissive": false }
ansible_role
valamandar/devops
76e36c616d64ea381c4fe77e539616b2300def08
1
clustering/my-ansible-app/roles/nginx
8,155
[ "no_license" ]
[ { "path": "clustering/my-ansible-app/roles/nginx/tasks/main.yml", "content": "- name: Installation de Nginx\n apt:\n name: nginx\n state: present\n update_cache: yes\n\n- name: Démarrer le service Nginx\n service:\n name: nginx\n state: started\n enabled: true\n\n- name: Vérifier l'état ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 913, "all_permissive": false }
ansible_role
renjikari/bootcamp_ansible
bd7d8e94bda6e389309c584e9d2a5a2c72ccc99d
0
roles/apache2
8,155
[ "no_license" ]
[ { "path": "roles/apache2/tasks/main.yml", "content": "- name: install apach2\n apt: name=apache2 state=present\n become: yes\n\n- name: register apache2 service and start\n #shell: systemctl start apache2\n service: name=apache2 state=started enabled=yes\n become: yes\n", "license_type": "no_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 407, "all_permissive": false }
ansible_role
renjikari/bootcamp_ansible
bd7d8e94bda6e389309c584e9d2a5a2c72ccc99d
0
roles/common
8,155
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: install tools\n apt: name={{item}} state=present\n with_items:\n - vim\n - curl\n - wget \n - python-mysqldb \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 126, "all_permissive": false }
ansible_role
renjikari/bootcamp_ansible
bd7d8e94bda6e389309c584e9d2a5a2c72ccc99d
0
roles/mysql
8,155
[ "no_license" ]
[ { "path": "roles/mysql/tasks/phpmyadmin.yml", "content": "- name: install phpmyadmin\n apt: name=phpmyadmin state=present\n\n- name: シンボリックリンクを貼る\n file:\n src: /etc/phpmyadmin/apache.conf \n dest: /etc/apache2/conf-enabled/phpmyadmin.conf\n state: link\n\n#- name: phpmyadmin db file \n# templat...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 967, "all_permissive": false }
ansible_role
renjikari/bootcamp_ansible
bd7d8e94bda6e389309c584e9d2a5a2c72ccc99d
0
roles/php7.0
8,155
[ "no_license" ]
[ { "path": "roles/php7.0/tasks/main.yml", "content": "- name: install php\n apt: name=item state=present\n with_items:\n - php7.0\n - php7.0-curl \n - libapache2-mod-php7.0\n - php7.0-json\n notify: restart apache2\n", "license_type": "no_license", "detected_licenses": [], "size_by...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 169, "all_permissive": false }
ansible_role
1computerguy/win-svr-packer
005d541842d670182181ed939cef3d2009f596af
0
roles/ca
8,155
[ "no_license" ]
[ { "path": "roles/ca/tasks/installpsmodules.yml", "content": "---\n- name: Install DSC Resources\n win_psmodule:\n username: \"{{ ansible_user }}\"\n password: \"{{ <PASSWORD> }}\"\n name: \"{{ item }}\"\n state: present\n loop: \"{{ dscmodules.ca }}\"", "license_type": "no_license", "d...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 5538, "all_permissive": false }
ansible_role
1computerguy/win-svr-packer
005d541842d670182181ed939cef3d2009f596af
0
roles/clonevm
8,155
[ "no_license" ]
[ { "path": "roles/clonevm/tasks/main.yml", "content": "---\n- name: Create VM tag category\n vmware_category:\n hostname: \"{{ vcenter_host }}\"\n username: \"{{ vcenter_username }}\"\n password: \"{{ <PASSWORD> }}\"\n validate_certs: False\n category_name: VM\n associable_object_types:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 6416, "all_permissive": false }
ansible_role
1computerguy/win-svr-packer
005d541842d670182181ed939cef3d2009f596af
0
roles/dc
8,155
[ "no_license" ]
[ { "path": "roles/dc/vars/main.yml", "content": "---\n# vars file for dc\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 23 }, { "path": "roles/dc/handlers/main.yml", "content": "---\n# handlers file for dc\n", "license_type": "no_license", "detected_l...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 3376, "all_permissive": false }
ansible_role
1computerguy/win-svr-packer
005d541842d670182181ed939cef3d2009f596af
0
roles/template
8,155
[ "no_license" ]
[ { "path": "roles/template/templates/SetDns.j2", "content": "configuration SetDns\n{\n $ParentDomainName='{{ domain_name }}'\n $ChildDomainName='{{ child_domain_name }}'\n $ChildFQDN='{{ child_domain_name }}.{{ domain_name }}'\n $RootDNSServers=\"{{ rootdnsserver.0 }}\",\"{{ rootdnsserver.1 }}\"...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 21559, "all_permissive": false }
ansible_role
1computerguy/win-svr-packer
005d541842d670182181ed939cef3d2009f596af
0
roles/vmwinrm
8,155
[ "no_license" ]
[ { "path": "roles/vmwinrm/defaults/main.yml", "content": "---\n# defaults file for vmwinrm\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/vmwinrm/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n -...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2540, "all_permissive": false }
ansible_role
1computerguy/win-svr-packer
005d541842d670182181ed939cef3d2009f596af
0
unused/roles/forestroot_pdc
8,155
[ "no_license" ]
[ { "path": "unused/roles/forestroot_pdc/tasks/main.yml", "content": "---\n- name: Install DNS\n win_feature:\n name: DNS\n state: present\n\n- name: Install RSAT\n win_feature:\n name: RSAT\n state: present\n\n- name: Install RSAT-AD-AdminCenter\n win_feature:\n name: RSAT-AD-AdminCenter\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1141, "all_permissive": false }
ansible_role
1computerguy/win-svr-packer
005d541842d670182181ed939cef3d2009f596af
0
unused/roles/forestroot_rdc
8,155
[ "no_license" ]
[ { "path": "unused/roles/forestroot_rdc/tasks/main.yml", "content": "---\n- name: Install DNS\n win_feature:\n name: DNS\n state: present\n\n- name: Install RSAT\n win_feature:\n name: RSAT\n state: present\n\n- name: Install RSAT-AD-AdminCenter\n win_feature:\n name: RSAT-AD-AdminCenter\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1585, "all_permissive": false }
ansible_role
1computerguy/win-svr-packer
005d541842d670182181ed939cef3d2009f596af
0
unused/roles/subdomain_pdc
8,155
[ "no_license" ]
[ { "path": "unused/roles/subdomain_pdc/tasks/main.yml", "content": "---\n- name: Install DNS\n win_feature:\n name: DNS\n state: present\n\n- name: Install RSAT\n win_feature:\n name: RSAT\n state: present\n\n- name: Install RSAT-AD-AdminCenter\n win_feature:\n name: RSAT-AD-AdminCenter\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1557, "all_permissive": false }
ansible_role
Way2CU/Caracal-Site
c6c726ac4158b213fcd245d4021309546aa23db7
2
deploy/roles/backup
8,155
[ "no_license" ]
[ { "path": "deploy/roles/backup/tasks/main.yml", "content": "---\n- name: Domain backup before changes\n command: \"{{ plesk_backup }}\n domains-name '{{ site.domain }}'\n --description='Backup before deployment.'\n --incremental\"\n args:\n chdir: \"{{ plesk_command_directory }}\"\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 231, "all_permissive": false }
ansible_role
Way2CU/Caracal-Site
c6c726ac4158b213fcd245d4021309546aa23db7
2
deploy/roles/caracal
8,155
[ "no_license" ]
[ { "path": "deploy/roles/caracal/tasks/main.yml", "content": "---\n- name: Checking version to deploy\n fail:\n msg: 'Due to compatibility concerns you can not deploy `release` or `development` branch.'\n when: site.caracal_branch == 'development' or site.caracal_branch == 'release'\n\n- name: Remove ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 530, "all_permissive": false }
ansible_role
Way2CU/Caracal-Site
c6c726ac4158b213fcd245d4021309546aa23db7
2
deploy/roles/database
8,155
[ "no_license" ]
[ { "path": "deploy/roles/database/vars/main.yml", "content": "---\ndatabase:\n host: localhost\n name: \"{{ site.domain.replace('.', '_') }}\"\n sub_name: \"{{ site.domain.replace('.', '_') }}_{{ site.subdomain | default('sub') }}\"\n password: \"{{ lookup('pipe', playbook_dir + '/get_password.py ' + sit...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1337, "all_permissive": false }
ansible_role
Way2CU/Caracal-Site
c6c726ac4158b213fcd245d4021309546aa23db7
2
deploy/roles/subscription
8,155
[ "no_license" ]
[ { "path": "deploy/roles/subscription/tasks/main.yml", "content": "---\n- name: Creating new subscription\n command: \"{{ plesk_subscription }}\n --create '{{ site.domain }}'\n -owner '{{ site.owner | default(default_owner) }}'\n -service_plan '{{ site.plan | default(default_plan) }}'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1534, "all_permissive": false }
ansible_role
Way2CU/Caracal-Site
c6c726ac4158b213fcd245d4021309546aa23db7
2
provision/roles/setup
8,155
[ "no_license" ]
[ { "path": "provision/roles/setup/tasks/php.yml", "content": "---\n- name: Instaling PHP\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - php5-mysqlnd\n - php5-gd\n - php5-memcached\n notify:\n - reload apache2\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1913, "all_permissive": false }
ansible_role
mariosanchez/lemp-sf3-environment
78c6c16d1e5d2f1d6d80fecc45cfa3223034d2d8
0
ansible/roles/common
8,155
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "- name: common packages\n apt: name={{item}} state=installed\n with_items:\n - htop\n - wget\n - vim\n - git\n - tree\n - git\n\n- name: Create web directory\n file: \n path: /var/www/{{domain}} \n state: directory \n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 966, "all_permissive": false }
ansible_role
mariosanchez/lemp-sf3-environment
78c6c16d1e5d2f1d6d80fecc45cfa3223034d2d8
0
ansible/roles/ondrej-repo
8,155
[ "no_license" ]
[ { "path": "ansible/roles/ondrej-repo/tasks/main.yml", "content": "- name: Add repository for PHP 7.x\n apt_repository: repo='ppa:ondrej/php'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 75, "all_permissive": false }
ansible_role
dpaws/microtrader-resources
62c4f6f9b249d28360fa421fc79bc442e097761b
0
roles/aws_cloudformation
8,155
[ "no_license" ]
[ { "path": "roles/aws_cloudformation/README.md", "content": "# Yellow NZ AWS CloudFormation Role\n\nThis is an Ansible role for generating CloudFormation templates and deploying CloudFormation stacks to Amazon Web Services.\n\n## Requirements\n\n- Ansible 2.1 or greater\n- Boto (**pip install boto**)\n- Boto...
{ "task_files": 11, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 20, "total_bytes": 153883, "all_permissive": false }
ansible_role
mmuhammad0/devops-portfolio
94397f0e5f836c3c90ec42b68aa3ee02163d281c
0
project_ansible_refactoring/roles/webserver
8,155
[ "no_license" ]
[ { "path": "project_ansible_refactoring/roles/webserver/tasks/main.yml", "content": "---\n- name: install apache\n become: true\n ansible.builtin.yum:\n name: httpd\n state: present\n\n- name: install git\n become: true\n ansible.builtin.yum:\n name: git\n state: present\n\n- name: clone tool...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 682, "all_permissive": false }
ansible_role
kuyantus/test_app
ff4ad30212151666bc58f7defad4db894020d119
0
roles/clone_git
8,155
[ "no_license" ]
[ { "path": "roles/clone_git/tasks/main.yml", "content": "- name: Clone Git repository\n git:\n repo: 'https://github.com/mbaran0v/python-sample-app'\n version: 'master'\n dest: '/srv/simple-python-app'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 160...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 160, "all_permissive": false }
ansible_role
kuyantus/test_app
ff4ad30212151666bc58f7defad4db894020d119
0
roles/copy_app_ini_deb
8,155
[ "no_license" ]
[ { "path": "roles/copy_app_ini_deb/tasks/main.yml", "content": "- name: copy app.ini for Debian/Ubuntu\n copy:\n src: ./files/app.ini\n dest: /srv/simple-python-app/\n owner: www-data\n group: www-data\n mode: u=rw,g=r,o=r\n\n\n- name: copy wsgi.py for Debian/Ubuntu\n copy:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 618, "all_permissive": false }
ansible_role
kuyantus/test_app
ff4ad30212151666bc58f7defad4db894020d119
0
roles/copy_app_ini_yum
8,155
[ "no_license" ]
[ { "path": "roles/copy_app_ini_yum/tasks/main.yml", "content": "- name: copy app.ini for RedHat\n copy:\n src: ./files/app.ini\n dest: /srv/simple-python-app/\n owner: nginx\n group: nginx\n mode: u=rw,g=r,o=r\n\n\n- name: copy wsgi.py for RedHat\n copy:\n src: ./files/s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 849, "all_permissive": false }
ansible_role
kuyantus/test_app
ff4ad30212151666bc58f7defad4db894020d119
0
roles/copy_wsgi_deb
8,155
[ "no_license" ]
[ { "path": "roles/copy_wsgi_deb/files/wsgi.py", "content": "from api import api as application\n\nif __name__ == \"__main__\":\n application.run()\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "roles/copy_wsgi_deb/tasks/main.yml", "con...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 273, "all_permissive": false }
ansible_role
kuyantus/test_app
ff4ad30212151666bc58f7defad4db894020d119
0
roles/copy_wsgi_yum
8,155
[ "no_license" ]
[ { "path": "roles/copy_wsgi_yum/tasks/main.yml", "content": "- name: copy wsgi.py for CentOS\n copy:\n src: ./files/wsgi.py\n dest: /srv/simple-python-app/\n owner: nginx\n group: nginx\n mode: u=rw,g=r,o=r\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 171, "all_permissive": false }
ansible_role
kuyantus/test_app
ff4ad30212151666bc58f7defad4db894020d119
0
roles/install_deb
8,155
[ "no_license" ]
[ { "path": "roles/install_deb/tasks/main.yml", "content": "- name: Install packages (Debian/Ubuntu)\n apt:\n name: python3,python3-pip,python3-venv,uwsgi,uwsgi-plugin-python3,python-pip,nginx-full,git\n state: present\n update_cache: yes\n", "license_type": "no_license", "detected_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 188, "all_permissive": false }
ansible_role
kuyantus/test_app
ff4ad30212151666bc58f7defad4db894020d119
0
roles/install_postgres_deb
8,155
[ "no_license" ]
[ { "path": "roles/install_postgres_deb/tasks/main.yml", "content": "- name: add postgres apt_key\n apt_key:\n url: https://www.postgresql.org/media/keys/ACCC4CF8.asc\n state: present\n become: true\n- name: create var\n command: bash -c \"echo \\\"deb http://apt.postgresql.org/pub/repos/apt/ $(lsb_r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 987, "all_permissive": false }
ansible_role
kuyantus/test_app
ff4ad30212151666bc58f7defad4db894020d119
0
roles/install_postgres_yum
8,155
[ "no_license" ]
[ { "path": "roles/install_postgres_yum/tasks/main.yml", "content": "- name: install postgres CentOS\n shell: |\n rpm -Uvh https://yum.postgresql.org/11/redhat/rhel-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm\n yum install -y postgresql11-contrib postgresql11-devel postgresql11-server\n", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 229, "all_permissive": false }
ansible_role
kuyantus/test_app
ff4ad30212151666bc58f7defad4db894020d119
0
roles/install_yum
8,155
[ "no_license" ]
[ { "path": "roles/install_yum/tasks/main.yml", "content": "- name: Install EPEL (CentOS)\n yum:\n name: epel-release\n state: present\n update_cache: yes\n\n- name: Install packages (CentOS)\n yum:\n name: python3,python3-devel,python-setuptools,uwsgi,uwsgi-plugin-python36,uwsgi-logger-file...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 456, "all_permissive": false }
ansible_role
kuyantus/test_app
ff4ad30212151666bc58f7defad4db894020d119
0
roles/launch_deb
8,155
[ "no_license" ]
[ { "path": "roles/launch_deb/tasks/main.yml", "content": "- name: export flask\n shell: export FLASK_APP=app.py\n args:\n chdir: /srv/simple-python-app/\n\n- name: export postgresql_url\n shell: export POSTGRESQL_URL=postgresql://worker:worker@localhost/app\n args:\n chdir: /srv/simple-python-app/\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 745, "all_permissive": false }
ansible_role
kuyantus/test_app
ff4ad30212151666bc58f7defad4db894020d119
0
roles/permissions_deb
8,155
[ "no_license" ]
[ { "path": "roles/permissions_deb/tasks/main.yml", "content": "- name: Set permissions for base directory (Debian/Ubuntu)\n file:\n path: '/srv/simple-python-app'\n owner: 'www-data'\n group: 'www-data'\n state: directory\n recurse: yes\n\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 200, "all_permissive": false }
ansible_role
kuyantus/test_app
ff4ad30212151666bc58f7defad4db894020d119
0
roles/permissions_yum
8,155
[ "no_license" ]
[ { "path": "roles/permissions_yum/tasks/main.yml", "content": "- name: Set permissions for base directory (CentOS)\n file:\n path: '/srv/simple-python-app'\n owner: 'nginx'\n group: 'nginx'\n state: directory\n recurse: yes\n", "license_type": "no_license", "detected_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 186, "all_permissive": false }
ansible_role
kuyantus/test_app
ff4ad30212151666bc58f7defad4db894020d119
0
roles/start_service
8,155
[ "no_license" ]
[ { "path": "roles/start_service/tasks/main.yml", "content": "- name: enable simple-python-app service\n systemd:\n name: simple-python-app\n enabled: yes\n\n- name: Make sure a service is running\n systemd:\n state: started\n name: simple-python-app\n\n- name: reload service nginx\n systemd:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 272, "all_permissive": false }
ansible_role
kuyantus/test_app
ff4ad30212151666bc58f7defad4db894020d119
0
roles/venv
8,155
[ "no_license" ]
[ { "path": "roles/venv/tasks/main.yml", "content": "- name: Create a virtual environment\n command: \"python3 -m venv /srv/simple-python-app\"\n\n- name: Install requirements.txt\n command: \"'/srv/simple-python-app/bin/pip' install -r '/srv/simple-python-app/requirements.txt'\"\n\n- name: flask db upgrade...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 316, "all_permissive": false }
ansible_role
kuyantus/test_app
ff4ad30212151666bc58f7defad4db894020d119
0
roles/venv_yum
8,155
[ "no_license" ]
[ { "path": "roles/venv_yum/tasks/main.yml", "content": "- name: Create a virtual environment\n command: \"python3 -m venv /srv/simple-python-app\"\n\n- name: Install requirements.txt\n command: \"'/srv/simple-python-app/bin/pip' install -r '/srv/simple-python-app/requirements.txt'\"\n", "license_type":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 222, "all_permissive": false }
ansible_role
JMAConsulting/CiviPress
01197dc94061e2023ceeb558cc638cbee0786260
2
roles/aegir_1
8,163
[ "no_license" ]
[ { "path": "roles/aegir_1/tasks/main.yml", "content": "---\r\n- name: civipress | configure percona\r\n shell: mysql -uroot -p`cat /root/.mysql.root` -e \"SET GLOBAL log_bin_trust_function_creators=1\"\r\n tags:\r\n - front-end-1\r\n\r\n- name: percona | Generate a new password for proxysql monitor user...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2996, "all_permissive": false }
ansible_role
JMAConsulting/CiviPress
01197dc94061e2023ceeb558cc638cbee0786260
2
roles/aegir_2
8,163
[ "no_license" ]
[ { "path": "roles/aegir_2/defaults/main.yml", "content": "---\r\n# Override in /etc/ansible/group_vars/all\r\n# or per-host in /etc/ansible/host_vars/[host]\r\naegir_sudoers: johndoe\r\n\r\n# Permissions on /var/aegir/.ssh\r\n# Some types of hacks (ex: WordPress plugin upgrades) override this to 0750/www-dat...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 14, "total_bytes": 19396, "all_permissive": false }
ansible_role
JMAConsulting/CiviPress
01197dc94061e2023ceeb558cc638cbee0786260
2
roles/aegir_3
8,163
[ "no_license" ]
[ { "path": "roles/aegir_3/templates/usr/local/bin/cvlog", "content": "#!/bin/bash\r\n#\r\n# Retrieve the most recent civicrm log file from the current site and views it\r\n#\r\n# {{ ansible_managed }}\r\n#\r\n# Source: https://lab.symbiotic.coop/coopsymbiotic/symbiotic-platform-scripts/-/blob/master/cvlog.sh...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 20088, "all_permissive": false }
ansible_role
JMAConsulting/CiviPress
01197dc94061e2023ceeb558cc638cbee0786260
2
roles/front_end_1
8,163
[ "no_license" ]
[ { "path": "roles/front_end_1/tasks/main.yml", "content": "---\r\n- name: civipress | configure percona for wordpress\r\n shell: mysql -uroot -p`cat /root/.mysql.root` -e \"SET GLOBAL log_bin_trust_function_creators=1\"\r\n tags:\r\n - front-end-1\r\n\r\n- name: civipress | create wordpress database\r\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5199, "all_permissive": false }
ansible_role
JMAConsulting/CiviPress
01197dc94061e2023ceeb558cc638cbee0786260
2
roles/percona_replication_primary
8,163
[ "no_license" ]
[ { "path": "roles/percona_replication_primary/tasks/main.yml", "content": "---\r\n- name: percona | stop percona server\r\n shell: mysqladmin -uroot -p`cat /root/.mysql.root` shutdown\r\n tags:\r\n - percona-replication-primary\r\n\r\n- name: percona | restart percona\r\n service:\r\n name: mysql\r\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2125, "all_permissive": false }
ansible_role
JMAConsulting/CiviPress
01197dc94061e2023ceeb558cc638cbee0786260
2
roles/percona_replication_secondary
8,163
[ "no_license" ]
[ { "path": "roles/percona_replication_secondary/tasks/main.yml", "content": "---\r\n- name: percona | stop percona server\r\n shell: mysqladmin -uroot -p`cat /root/.mysql.root` shutdown\r\n tags:\r\n - percona-replication-secondary\r\n\r\n- name: percona | restart percona\r\n service:\r\n name: mysq...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 731, "all_permissive": false }
ansible_role
JMAConsulting/CiviPress
01197dc94061e2023ceeb558cc638cbee0786260
2
roles/percona_step_1
8,163
[ "no_license" ]
[ { "path": "roles/percona_step_1/templates/my.cnf", "content": "[mysql]\r\nport = 3306\r\n\r\n[mysqld]\r\nevent_scheduler=OFF\r\n\r\nserver-id = {{percona_server_number}}\r\nlog-bin = mysql-bin\r\nbinlog_format = row\r\nlog_bin_trust_function_creators=1\r\ngtid-mode=ON\r\nenforce-gt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 10713, "all_permissive": false }
ansible_role
JMAConsulting/CiviPress
01197dc94061e2023ceeb558cc638cbee0786260
2
roles/percona_step_2
8,163
[ "no_license" ]
[ { "path": "roles/percona_step_2/templates/mysql-deploy-haproxy.sh", "content": "#!/bin/sh\r\ndomain={{hostvars[inventory_hostname]['preseed_hostname']}}.{{hostvars[inventory_hostname]['preseed_domain']}}\r\ncert_dir=/var/lib/mysql\r\nuser=mysql.mysql\r\ncp /etc/letsencrypt/live/$domain/privkey.pem $cert_dir...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 18111, "all_permissive": false }
ansible_role
JMAConsulting/CiviPress
01197dc94061e2023ceeb558cc638cbee0786260
2
roles/start_replication
8,163
[ "no_license" ]
[ { "path": "roles/start_replication/tasks/main.yml", "content": "---\r\n- name: percona | configure vault token renewal user\r\n shell: mysql -uroot -p`cat /root/.mysql.root` -e \"SET @@GLOBAL.read_only = OFF\"\r\n tags:\r\n - start-replication", "license_type": "no_license", "detected_licenses"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 174, "all_permissive": false }
ansible_role
JMAConsulting/CiviPress
01197dc94061e2023ceeb558cc638cbee0786260
2
roles/vault
8,163
[ "no_license" ]
[ { "path": "roles/vault/templates/vault-deploy-pre.sh", "content": "#!/bin/sh\r\nkill -s 1 $(pidof vault)", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/vault/templates/percona_policy.hcl", "content": "path \"kv/*\" {\r\n capabilities ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 6818, "all_permissive": false }
ansible_role
gordonmurray/mysqldump_s3_ansible
addacc3d41aaf82d5a1c370d53e89678ca83591f
0
roles/backup
8,163
[ "no_license" ]
[ { "path": "roles/backup/tasks/main.yml", "content": "- name: Dump database\n mysql_db:\n state: dump\n login_host: \"{{ database_host }}\"\n login_user: \"{{ database_username }}\"\n login_password: \"{{ <PASSWORD>_<PASSWORD> }}\"\n name:\n - \"{{ database }}\"\n target: \"{{ databas...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 373, "all_permissive": false }
ansible_role
gordonmurray/mysqldump_s3_ansible
addacc3d41aaf82d5a1c370d53e89678ca83591f
0
roles/s3
8,163
[ "no_license" ]
[ { "path": "roles/s3/tasks/main.yml", "content": "- name: Create an s3 bucket\n aws_s3:\n bucket: \"{{ bucket }}\"\n mode: create\n\n- name: Upload backup file to s3\n aws_s3:\n bucket: \"{{ bucket }}\"\n object: \"{{ file }}\"\n src: \"{{ file }}\"\n mode: put\n", "license_type": "no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 214, "all_permissive": false }
ansible_role
sksumanta/ansibleDemoPoject
aa3b8e058987f1f96954628d77ba15201fa6b091
0
realProject/roles/SCM
8,163
[ "no_license" ]
[ { "path": "realProject/roles/SCM/tasks/gitscm.yaml", "content": "---\n\n# Download specific file from git \n\n - name: check the directory exist or not and create if not exist\n block:\n - name: check the directory exist or not\n stat:\n path: \"{{ staging.scm }}\"\n register...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1923, "all_permissive": false }
ansible_role
sksumanta/ansibleDemoPoject
aa3b8e058987f1f96954628d77ba15201fa6b091
0
realProject/roles/deployBuild
8,163
[ "no_license" ]
[ { "path": "realProject/roles/deployBuild/tasks/deployBuild.yaml", "content": "---\n\n - name: check the path present in the remote machine or not if not create it\n block:\n - name: check tomcat directory\n stat:\n path: /opt/apache-tomcat/apache-tomcat-9.0.11/webapps/gameoflife\n re...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 786, "all_permissive": false }
ansible_role
sksumanta/ansibleDemoPoject
aa3b8e058987f1f96954628d77ba15201fa6b091
0
realProject/roles/downloadBuild
8,163
[ "no_license" ]
[ { "path": "realProject/roles/downloadBuild/tasks/pullBuild.yaml", "content": "---\n# download artifact from nexus repository\n\n - debug:\n msg: value of the buildNo is {{ buildNo }}\n\n - name: download artifact using uri command\n get_url:\n url: \"{{ TheArtifactURL }}/{{ buildNo }}/gameof...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 627, "all_permissive": false }
ansible_role
sksumanta/ansibleDemoPoject
aa3b8e058987f1f96954628d77ba15201fa6b091
0
realProject/roles/kickOffTomcat
8,163
[ "no_license" ]
[ { "path": "realProject/roles/kickOffTomcat/tasks/stopStartTomcat.yaml", "content": "---\n\n - name: stop tomcat\n command: nohup /opt/apache-tomcat/apache-tomcat-9.0.11/bin/shutdown.sh\n tags: stoptomcat\n\n - name: start tomcat\n command: nohup /opt/apache-tomcat/apache-tomcat-9.0.11/bin/startup...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 243, "all_permissive": false }
ansible_role
sksumanta/ansibleDemoPoject
aa3b8e058987f1f96954628d77ba15201fa6b091
0
realProject/roles/loadVars
8,163
[ "no_license" ]
[ { "path": "realProject/roles/loadVars/tasks/main.yaml", "content": "---\n#########################################################\n# Load variables from files\n#########################################################\n- name: Load the {{ tier }} tier deployment variables\n include_vars:\n dir: '{{ sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 540, "all_permissive": false }
ansible_role
XiLiXiLiXi/Ansible
b5be8e4aaa86996cb5281cb7d03182a42cc25fb8
0
Ansible_Linux_Patch/roles/pre_update
8,163
[ "no_license" ]
[ { "path": "Ansible_Linux_Patch/roles/pre_update/tasks/main.yaml", "content": "---\n#------------------------------------------------------------------------------\n# Description: pre-configuration for the security patch\n# \n#---------------------------------------------------------------------...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2178, "all_permissive": false }
ansible_role
XiLiXiLiXi/Ansible
b5be8e4aaa86996cb5281cb7d03182a42cc25fb8
0
Ansible_Linux_Patch/roles/test
8,163
[ "no_license" ]
[ { "path": "Ansible_Linux_Patch/roles/test/tasks/main.yaml", "content": "# Description: Test\n#------------------------------------------------------------------------------\n\n\n- name: create directory for target on hosts\n file:\n path: \"ansible\"\n state: directory\n\n- name: copy scripts to host...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1134, "all_permissive": false }
ansible_role
XiLiXiLiXi/Ansible
b5be8e4aaa86996cb5281cb7d03182a42cc25fb8
0
Ansible_Linux_Patch/roles/yum_noreboot
8,163
[ "no_license" ]
[ { "path": "Ansible_Linux_Patch/roles/yum_noreboot/tasks/main.yaml", "content": "---\n#------------------------------------------------------------------------------\n# Decription: Perform yum update on selected hosts and compare running\n# kernel version with last updated kernel version.\n#----...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1042, "all_permissive": false }
ansible_role
XiLiXiLiXi/Ansible
b5be8e4aaa86996cb5281cb7d03182a42cc25fb8
0
Ansible_Linux_Patch/roles/yum_update
8,163
[ "no_license" ]
[ { "path": "Ansible_Linux_Patch/roles/yum_update/tasks/main.yaml", "content": "#------------------------------------------------------------------------------\n# Description: Perform yum update on selected hosts and compare running\n# kernel version with last updated kernel version.\n# Not...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1188, "all_permissive": false }
ansible_role
XiLiXiLiXi/Ansible
b5be8e4aaa86996cb5281cb7d03182a42cc25fb8
0
Ansible_Nagios_Deploy/playbooks/need_sorted/tests/roles/auto-touch-multiple
8,163
[ "no_license" ]
[ { "path": "Ansible_Nagios_Deploy/playbooks/need_sorted/tests/roles/auto-touch-multiple/vars/main.yml", "content": "---\n# vars file for auto-touch-multiple\n\nbasevars:\n var_1:\n index1: value1\n index2: value2\n index3: value3\n index4: value4\n var_2:\n index1: value1\n index2: value2...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 873, "all_permissive": false }
ansible_role
XiLiXiLiXi/Ansible
b5be8e4aaa86996cb5281cb7d03182a42cc25fb8
0
Ansible_Nagios_Deploy/roles/ansible_customize_nagios_cfg
8,163
[ "no_license" ]
[ { "path": "Ansible_Nagios_Deploy/roles/ansible_customize_nagios_cfg/tasks/main.yaml", "content": "---\n#\n#--------------------------------------------\n# Description: Customize nagios configuration file for hosts\n#\n#--------------------------------------------\n\n- name: Check roles\n script: /home/ansi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5521, "all_permissive": false }
ansible_role
XiLiXiLiXi/Ansible
b5be8e4aaa86996cb5281cb7d03182a42cc25fb8
0
Ansible_Nagios_Deploy/roles/ansible_init
8,163
[ "no_license" ]
[ { "path": "Ansible_Nagios_Deploy/roles/ansible_init/tasks/main.yaml", "content": "---\n#------------------------------------------------------------------------------\n# Description: Create ansible user and setup passwodrdless ssh connection\n# and setup passwordless sudo for all hosts\n#------...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1227, "all_permissive": false }
ansible_role
XiLiXiLiXi/Ansible
b5be8e4aaa86996cb5281cb7d03182a42cc25fb8
0
Ansible_Nagios_Deploy/roles/ansible_install_nrpe
8,163
[ "no_license" ]
[ { "path": "Ansible_Nagios_Deploy/roles/ansible_install_nrpe/tasks/main.yaml", "content": "---\n# \n#------------------------------------------------------------------------------\n# Decription: Install NRPE on selected hosts\n#\n# #------------------------------------------------------------------...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2290, "all_permissive": false }
ansible_role
rkalit/learn-ansible
5193a5114eecaf5db378029b1f4d32617941bd4a
0
remotely/roles/filing
8,163
[ "no_license" ]
[ { "path": "remotely/roles/filing/vars/main.yml", "content": "---\n# vars file for filing", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "remotely/roles/filing/tasks/main.yml", "content": "---\n# tasks file for filing\n- name: Copy index.html\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 544, "all_permissive": false }
ansible_role
rkalit/learn-ansible
5193a5114eecaf5db378029b1f4d32617941bd4a
0
remotely/roles/installer
8,163
[ "no_license" ]
[ { "path": "remotely/roles/installer/tasks/main.yml", "content": "---\n# tasks file for installer\n- name: Install Nginx\n yum:\n name: nginx\n state: present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 94, "all_permissive": false }
ansible_role
rkalit/learn-ansible
5193a5114eecaf5db378029b1f4d32617941bd4a
0
remotely/roles/preparer
8,163
[ "no_license" ]
[ { "path": "remotely/roles/preparer/defaults/main.yml", "content": "---\n# defaults file for preparer", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "remotely/roles/preparer/tasks/main.yml", "content": "---\n# tasks file for preparer\n- name: Ad...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 266, "all_permissive": false }
ansible_role
rkalit/learn-ansible
5193a5114eecaf5db378029b1f4d32617941bd4a
0
remotely/roles/restarter
8,163
[ "no_license" ]
[ { "path": "remotely/roles/restarter/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - restarter", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "remotely/roles/restarter/handlers/main.yml", "content": "--...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 262, "all_permissive": false }
ansible_role
izaakk/valkey-bench-tools
4b0a73662ef5d67e469bd720605b50a29bbc6642
0
ansible/roles/memtier
8,163
[ "no_license" ]
[ { "path": "ansible/roles/memtier/files/all_test_suites.sh", "content": "#!/usr/bin/env bash\nset -euo pipefail\nMETHOD=$1\nREQUESTED_SUITE=${2:-all}\n\nSUITE_FILE=\"$(dirname \"$0\")/test_suites.txt\"\nif [[ ! -f $SUITE_FILE ]]; then\n echo \"Test suite file $SUITE_FILE not found\" >&2\n exit 1\nfi\nSUITE...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1665, "all_permissive": false }
ansible_role
izaakk/valkey-bench-tools
4b0a73662ef5d67e469bd720605b50a29bbc6642
0
ansible/roles/valkey
8,163
[ "no_license" ]
[ { "path": "ansible/roles/valkey/tasks/main.yml", "content": "---\n- name: Install build dependencies\n package:\n name:\n - gcc\n - make\n - jemalloc-devel\n - git\n state: present\n\n- name: Clone Valkey\n git:\n repo: \"https://github.com/valkey-io/valkey.git\"\n dest: /o...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 695, "all_permissive": false }
ansible_role
matoval/setup_receptor
422d106b8470795e44a92928106ae73951866932
0
roles/cleanup
8,163
[ "no_license" ]
[ { "path": "roles/cleanup/tasks/fedora.yml", "content": "---\n- name: Uninstall Go\n block:\n - name: Yum uninstall golang\n ansible.builtin.yum:\n name: golang\n state: absent\n - name: Unset GOPATH\n block:\n - name: Remove Go dir\n ansible.builtin.file:\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4873, "all_permissive": false }
ansible_role
matoval/setup_receptor
422d106b8470795e44a92928106ae73951866932
0
roles/run_tests
8,163
[ "no_license" ]
[ { "path": "roles/run_tests/vars/main.yml", "content": "---\n# vars file for run_tests\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/run_tests/handlers/main.yml", "content": "---\n# handlers file for run_tests\n", "license_type": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1073, "all_permissive": false }
ansible_role
matoval/setup_receptor
422d106b8470795e44a92928106ae73951866932
0
roles/setup
8,163
[ "no_license" ]
[ { "path": "roles/setup/tasks/main.yml", "content": "---\n- name: Check packages\n package_facts:\n manager: auto\n- name: Setup specific system\n block:\n - name: Setup RHEL\n when: ansible_distribution == \"RedHat\"\n ansible.builtin.import_tasks:\n file: rhel.yml\n - name: Setu...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 10262, "all_permissive": false }
ansible_role
RAHULDEVOPS9/Expense-Ansible
341ed7461b9c8cd6bbd30f34a7e6eb7c07dd1f19
0
roles/backend
8,163
[ "no_license" ]
[ { "path": "roles/backend/tasks/main.yml", "content": "- name: Disable Default Version of NodeJS\n ansible.builtin.shell: dnf module disable nodejs -y\n\n- name: Enable NodeJS18 Version\n ansible.builtin.shell: dnf module enable nodejs:18 -y\n\n- name: Install NodeJS\n ansible.builtin.dnf:\n name: node...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1246, "all_permissive": false }
ansible_role
RAHULDEVOPS9/Expense-Ansible
341ed7461b9c8cd6bbd30f34a7e6eb7c07dd1f19
0
roles/frontend
8,163
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "- name: Install Nginx\n ansible.builtin.dnf:\n name: nginx\n state: installed\n\n- name: Copy Expense Configuration File\n ansible.builtin.template:\n src: expense.conf\n dest: /etc/nginx/default.d/expense.conf\n\n- name: App Pre-Requisite...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 440, "all_permissive": false }
ansible_role
SindhyaNells/ansible_aws
ddbc9f45209e127bade1989321dafcad80f4d7a3
0
roles/deploy-app
8,163
[ "no_license" ]
[ { "path": "roles/deploy-app/tasks/main.yml", "content": "- name: Copy and replace HelloWorld application\n copy: \n src={{ war_file_name }}\n dest={{ remote_war_deploy_path }} \n mode=0644\n force=yes\n register: downloaded_war\n\n- name: Give correct permissions to tomcat war file\n file: \n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 603, "all_permissive": false }
ansible_role
SindhyaNells/ansible_aws
ddbc9f45209e127bade1989321dafcad80f4d7a3
0
roles/launch-ec2
8,163
[ "no_license" ]
[ { "path": "roles/launch-ec2/vars/main.yml", "content": "aws_instance_type: \"t2.micro\"\nimage: \"ami-7172b611\"\nsecurity_group_id: \"sg-344e8b4d\"\nvpc_subnet_ids: ['subnet-5aeec53e']\naws_region: \"us-west-2\"\ntag_Name: \"webserver272\"\nkeypair_name: \"ec2-1\"\nvolume_size: 8\nvpc_id: vpc-c29492a6\nnum...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1918, "all_permissive": false }
ansible_role
SindhyaNells/ansible_aws
ddbc9f45209e127bade1989321dafcad80f4d7a3
0
roles/terminate-ec2
8,163
[ "no_license" ]
[ { "path": "roles/terminate-ec2/vars/main.yml", "content": "aws_region: \"us-west-2\"\nkeypair_name: \"ec2-1\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 }, { "path": "roles/terminate-ec2/tasks/main.yml", "content": "- name: Gather facts about all the ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 473, "all_permissive": false }
ansible_role
pdvyas/deploy-erpnext
f35244bde55d6f7ad39524c02036ca5693078e69
5
ansible/roles/dns_caching
8,163
[ "no_license" ]
[ { "path": "ansible/roles/dns_caching/tasks/main.yml", "content": "- name: add dnsmasq to network config\n lineinfile: >\n dest=/etc/NetworkManager/NetworkManager.conf\n regexp=\"dns=\"\n line=\"dns=dnsmasq\"\n state=present\n notify: restart network manager", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 195, "all_permissive": false }
ansible_role
pdvyas/deploy-erpnext
f35244bde55d6f7ad39524c02036ca5693078e69
5
ansible/roles/frappe_selinux
8,163
[ "no_license" ]
[ { "path": "ansible/roles/frappe_selinux/tasks/main.yml", "content": "---\n- name: Install deps\n yum: name=\"{{item}}\" state=present\n with_items:\n - policycoreutils-python\n - selinux-policy-devel\n\n- name: Check enabled SELinux modules\n shell: semanage module -l\n register: enabled_modules\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 624, "all_permissive": false }
ansible_role
pdvyas/deploy-erpnext
f35244bde55d6f7ad39524c02036ca5693078e69
5
ansible/roles/locale
8,163
[ "no_license" ]
[ { "path": "ansible/roles/locale/tasks/main.yml", "content": "---\n- name: Check current locale\n shell: localectl\n register: locale_test\n\n- name: Set Locale\n command: \"localectl set-locale LANG={{ locale_lang }}\"\n when: locale_test.stdout.find('LANG={{ locale_lang }}') == -1\n\n- name: Set keymap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 360, "all_permissive": false }
ansible_role
pdvyas/deploy-erpnext
f35244bde55d6f7ad39524c02036ca5693078e69
5
ansible/roles/logwatch
8,163
[ "no_license" ]
[ { "path": "ansible/roles/logwatch/templates/logwatch.conf.j2", "content": "MailTo = {{ logwatch_emails }}\nDetail = {{ logwatch_detail }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "ansible/roles/logwatch/tasks/main.yml", "content": "---\n-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 297, "all_permissive": false }
ansible_role
pdvyas/deploy-erpnext
f35244bde55d6f7ad39524c02036ca5693078e69
5
ansible/roles/ntpd
8,163
[ "no_license" ]
[ { "path": "ansible/roles/ntpd/tasks/main.yml", "content": "---\n- name: Install ntpd\n yum: name=\"{{item}}\" state=installed\n with_items:\n - ntp\n - ntpdate\n\n- name: enable ntpd\n service: name=ntpd enabled=yes state=started", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 169, "all_permissive": false }
ansible_role
pdvyas/deploy-erpnext
f35244bde55d6f7ad39524c02036ca5693078e69
5
ansible/roles/wkhtmltopdf
8,163
[ "no_license" ]
[ { "path": "ansible/roles/wkhtmltopdf/tasks/main.yml", "content": "---\n- name: install base fonts\n yum: name={{ item }} state=present\n with_items:\n - libXrender\n - libXext\n - xorg-x11-fonts-75dpi\n - xorg-x11-fonts-Type1\n\n- name: Install wkhtmltopdf rpm\n yum: name=http://download.gna....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 434, "all_permissive": false }
ansible_role
developerinlondon/scaleway-k8s
8377a4f85ec02784c42383c6064642c8fddd294c
0
roles/common
8,163
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Common system settings\n block:\n\n - name: Remove scaleway /etc/motd.head\n file:\n path: /etc/motd.head\n state: absent\n\n - name: Removing /etc/update.motd\n file:\n path: /etc/update-motd.d/{{ item }}\n state...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 346, "all_permissive": false }
ansible_role
developerinlondon/scaleway-k8s
8377a4f85ec02784c42383c6064642c8fddd294c
0
roles/docker
8,163
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Docker installation for Ubuntu distribution\n block:\n\n - name: Update all packages to the latest version\n apt:\n upgrade: dist\n update_cache: yes\n\n - name: Ensure docker packages are not present\n apt:\n state: a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2645, "all_permissive": false }
ansible_role
developerinlondon/scaleway-k8s
8377a4f85ec02784c42383c6064642c8fddd294c
0
roles/etcd
8,163
[ "no_license" ]
[ { "path": "roles/etcd/defaults/main.yml", "content": "etcd_name: \"etcd_{{ ansible_hostname }}\"\n#etcd_advertise_client_urls: \"http://{{ ansible_hostname }}:2379\"\netcd_advertise_client_urls: \"http://{{ vpn_ip }}:2379\"\n#etcd_listen_client_urls: 'http://{{ ansible_hostname }}:2379,http://127.0.0.1:2379...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1939, "all_permissive": false }