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
zaidsasa/vagrant-kubernetes-cluster
e75e945dcb292d371d217141fdb163c1a5280656
2
provisioning/roles/controlplane
372
[ "no_license" ]
[ { "path": "provisioning/roles/controlplane/tasks/configure-kubeconfig.yaml", "content": "- name: Create kube directory\n file:\n path: \"{{ ansible_env.HOME }}/.kube\"\n state: directory\n\n- name: Copy kube config\n become: true\n ansible.builtin.copy:\n src: \"{{ kubeadmin_config }}\"\n des...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 4053, "all_permissive": false }
ansible_role
zaidsasa/vagrant-kubernetes-cluster
e75e945dcb292d371d217141fdb163c1a5280656
2
provisioning/roles/node
372
[ "no_license" ]
[ { "path": "provisioning/roles/node/tasks/main.yaml", "content": "- name: Create kube directory\n file:\n path: \"{{ ansible_env.HOME }}/.kube\"\n state: directory\n\n- name: Copy kube config\n ansible.builtin.copy:\n src: /vagrant/.vagrant/k8s/config\n dest: \"{{ ansible_env.HOME }}/.kube/conf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 643, "all_permissive": false }
ansible_role
gdso/dev-env-playbooks
339ecbbe1ea6ac6efcea156a4bce14f62dc10669
0
roles/dev_machine
372
[ "permissive" ]
[ { "path": "roles/dev_machine/tasks/install_chezmoi.yml", "content": "---\n\n- name: Set ~/.tools-version path as a fact\n ansible.builtin.set_fact: \n home_tool_versions_path: \"{{ ansible_user_dir }}/.tool-versions\"\n\n- name: Ensure ~/.tools-version exists\n ansible.builtin.file:\n path: \"{{ ho...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 10796, "all_permissive": true }
ansible_role
illusivedeveloper/Ulrena
fe44abfd6f6c04f288e6361981d9652f0dbbdbf3
0
modules/roles/git
372
[ "no_license" ]
[ { "path": "modules/roles/git/vars/main.yml", "content": "# vars file for git\n\np: \"git\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "modules/roles/git/tasks/main.yml", "content": "# tasks file for git\n\n- name: Copy the repo file to th...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 480, "all_permissive": false }
ansible_role
illusivedeveloper/Ulrena
fe44abfd6f6c04f288e6361981d9652f0dbbdbf3
0
modules/roles/jenkins
372
[ "no_license" ]
[ { "path": "modules/roles/jenkins/vars/main.yml", "content": "# vars file for jenkins\n\np: \"jenkins\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "modules/roles/jenkins/tasks/main.yml", "content": "# tasks file for jenkins\n\n- name: Copy...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1131, "all_permissive": false }
ansible_role
illusivedeveloper/Ulrena
fe44abfd6f6c04f288e6361981d9652f0dbbdbf3
0
modules/roles/maven
372
[ "no_license" ]
[ { "path": "modules/roles/maven/tasks/main.yml", "content": "# tasks file for maven\n\n- name: Transferring the maven tar\n copy:\n src: apache-maven-3.6.3-bin.tar.gz\n dest: /opt\n when: ansible_os_family == \"RedHat\"\n\n#- name: unzipping \n# unarchive:\n# src: /opt/apache-maven-3....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 956, "all_permissive": false }
ansible_role
illusivedeveloper/Ulrena
fe44abfd6f6c04f288e6361981d9652f0dbbdbf3
0
modules/roles/sonarqube
372
[ "no_license" ]
[ { "path": "modules/roles/sonarqube/tasks/main.yml", "content": "# tasks file for sonarqube\n\n- name: Copying the sonarqube zip\n copy:\n src: sonarqube-7.8\n dest: /opt\n\n#- name: unzipping sonarqube\n# unarchive:\n# src: /opt/sonarqube-7.8.zip\n# dest: /opt\n\n#- name: Copyi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1179, "all_permissive": false }
ansible_role
illusivedeveloper/Ulrena
fe44abfd6f6c04f288e6361981d9652f0dbbdbf3
0
modules/roles/tomcat
372
[ "no_license" ]
[ { "path": "modules/roles/tomcat/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: ansible\n roles:\n - tomcat", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "modules/roles/tomcat/tasks/main.yml", "content": "# tasks file ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1428, "all_permissive": false }
ansible_role
illusivedeveloper/Ulrena
fe44abfd6f6c04f288e6361981d9652f0dbbdbf3
0
modules/roles/webserver
372
[ "no_license" ]
[ { "path": "modules/roles/webserver/defaults/main.yml", "content": "---\n# defaults file for websever", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "modules/roles/webserver/vars/main.yml", "content": "# vars file for websever\n\np: \"httpd\"\nq...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 741, "all_permissive": false }
ansible_role
shah-zobair/3tier-app
f463792ec4f8623b8a0b30614b74ef268a404a86
0
roles/postgres
372
[ "no_license" ]
[ { "path": "roles/postgres/tasks/main.yml", "content": "---\n# tasks file for roles/postgres\n\n- name: install postgres\n yum:\n name: postgresql-server\n state: latest\n\n- name: enable postgresql at boot\n service:\n name: postgresql\n enabled: yes\n\n#- name: check for existing postgres dat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 517, "all_permissive": false }
ansible_role
winahyu/contrail-ansible-deployer
7c2722cd3d487309ac0d7378c53f1369a415ea93
0
host_configuration/playbooks/roles/configure_container_hosts
372
[ "permissive" ]
[ { "path": "host_configuration/playbooks/roles/configure_container_hosts/tasks/private_registry.yaml", "content": "---\n- name: get registry name\n set_fact:\n registry_name: \"{{ contrail_configuration.CONTAINER_REGISTRY.split(':') }}\"\n\n- name: get fqdn\n set_fact:\n fqdn_name: \"{{ registry_name...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4227, "all_permissive": true }
ansible_role
winahyu/contrail-ansible-deployer
7c2722cd3d487309ac0d7378c53f1369a415ea93
0
playbooks/roles/build_node_lists
372
[ "permissive" ]
[ { "path": "playbooks/roles/build_node_lists/tasks/main.yml", "content": "---\n- set_fact:\n config_nodes_list: []\n\n- name: add config nodes to the list\n set_fact:\n config_nodes_list: \"{{ config_nodes_list + [ item.value.private_ip | default(item.value.ip) ] }}\"\n when:\n - item.value.roles ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4234, "all_permissive": true }
ansible_role
winahyu/contrail-ansible-deployer
7c2722cd3d487309ac0d7378c53f1369a415ea93
0
playbooks/roles/configure_instances
372
[ "permissive" ]
[ { "path": "playbooks/roles/configure_instances/tasks/ntp.yml", "content": "---\n- name: install ntpd\n package:\n name: ntp\n state: latest\n\n- name: set ntp service name\n set_fact:\n ntp_svc_name: \"{{ 'ntp' if ansible_os_family == 'Debian' else 'ntpd' }}\"\n\n- name: set ntp server\n templat...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 9759, "all_permissive": true }
ansible_role
winahyu/contrail-ansible-deployer
7c2722cd3d487309ac0d7378c53f1369a415ea93
0
playbooks/roles/create_container_host_group
372
[ "permissive" ]
[ { "path": "playbooks/roles/create_container_host_group/tasks/main.yml", "content": "- name: add kvm container hosts\n add_host:\n hostname: \"{{ item.value.ip }}\"\n groupname: container_hosts\n ansible_user: \"{{ provider_config.kvm.ssh_user|default(item.value.ssh_user) }}\"\n ansible_ssh_pass...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3342, "all_permissive": true }
ansible_role
winahyu/contrail-ansible-deployer
7c2722cd3d487309ac0d7378c53f1369a415ea93
0
playbooks/roles/create_kolla_playbooks
372
[ "permissive" ]
[ { "path": "playbooks/roles/create_kolla_playbooks/defaults/main.yml", "content": "---\nkolla_config: {}\ndefault_openstack_sku: ocata\nopenstack_sku: >-\n {%- if contrail_configuration.OPENSTACK_VERSION is defined -%}\n {{ contrail_configuration.OPENSTACK_VERSION }}\n {%- else -%}\n {{ defau...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1150, "all_permissive": true }
ansible_role
winahyu/contrail-ansible-deployer
7c2722cd3d487309ac0d7378c53f1369a415ea93
0
playbooks/roles/create_openstack_config
372
[ "permissive" ]
[ { "path": "playbooks/roles/create_openstack_config/templates/globals.yml.j2", "content": "---\n# You can use this file to override _any_ variable throughout Kolla.\n# Additional options can be found in the\n# 'kolla-ansible/ansible/group_vars/all.yml' file.\n\n{% for key, value in final_kolla_globals.iterit...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 15358, "all_permissive": true }
ansible_role
winahyu/contrail-ansible-deployer
7c2722cd3d487309ac0d7378c53f1369a415ea93
0
playbooks/roles/create_openstack_host_group
372
[ "permissive" ]
[ { "path": "playbooks/roles/create_openstack_host_group/filter_plugins/openstack_host_groups.py", "content": "#!/usr/bin/python\nclass FilterModule(object):\n\n openstack_role_groups = {\n 'openstack_nodes': ['openstack_control', 'openstack_network',\n 'openstack_compute', 'openstack_mon...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 9687, "all_permissive": true }
ansible_role
winahyu/contrail-ansible-deployer
7c2722cd3d487309ac0d7378c53f1369a415ea93
0
playbooks/roles/docker
372
[ "permissive" ]
[ { "path": "playbooks/roles/docker/tasks/RedHat.yml", "content": "---\n- name: create docker repo\n yum_repository:\n name: dockerrepo\n description: Docker Repository\n baseurl: https://yum.dockerproject.org/repo/main/centos/7\n gpgkey: https://yum.dockerproject.org/gpg\n gpgcheck: yes\n\n- ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4090, "all_permissive": true }
ansible_role
winahyu/contrail-ansible-deployer
7c2722cd3d487309ac0d7378c53f1369a415ea93
0
playbooks/roles/generate_root_ca
372
[ "permissive" ]
[ { "path": "playbooks/roles/generate_root_ca/tasks/prepare.yml", "content": "---\n- name: install pyopenssl tools\n pip:\n name: pyopenssl\n state: latest\n\n- name: install openssl tools\n package:\n name: openssl\n state: present", "license_type": "permissive", "detected_licenses": [ ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 719, "all_permissive": true }
ansible_role
winahyu/contrail-ansible-deployer
7c2722cd3d487309ac0d7378c53f1369a415ea93
0
playbooks/roles/install_contrail
372
[ "permissive" ]
[ { "path": "playbooks/roles/install_contrail/tasks/create_control_only.yml", "content": "---\n- name: call control only\n include: \"create_control_only_step2.yml\"\n with_dict: \"{{ remote_locations }}\"\n loop_control:\n loop_var: location\n when: remote_locations is defined\n", "license_type": ...
{ "task_files": 15, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 27, "total_bytes": 65806, "all_permissive": true }
ansible_role
winahyu/contrail-ansible-deployer
7c2722cd3d487309ac0d7378c53f1369a415ea93
0
playbooks/roles/install_kolla_dependencies
372
[ "permissive" ]
[ { "path": "playbooks/roles/install_kolla_dependencies/defaults/main.yml", "content": "---\nkolla_config: {}\ndefault_openstack_sku: ocata\nopenstack_sku: >-\n {%- if contrail_configuration.OPENSTACK_VERSION is defined -%}\n {{ contrail_configuration.OPENSTACK_VERSION }}\n {%- else -%}\n {{ d...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1373, "all_permissive": true }
ansible_role
winahyu/contrail-ansible-deployer
7c2722cd3d487309ac0d7378c53f1369a415ea93
0
playbooks/roles/vcenter
372
[ "permissive" ]
[ { "path": "playbooks/roles/vcenter/tasks/add_fab_pg.yml", "content": "---\n- name: Create pg in standard switch\n vmware_portgroup:\n hostname: \"{{ esxi_host.vcenter_server.hostname }}\"\n username: \"{{ esxi_host.vcenter_server.username }}\"\n password: \"{{ esxi_host.vcenter_server.password }}\...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 11622, "all_permissive": true }
ansible_role
abhisaxena96/Ansible-ubuntu-automate
cc0bc24cb1e772bc468c0c58293f5cbc28749c4c
0
roles/chrome
372
[ "no_license" ]
[ { "path": "roles/chrome/tasks/chrome.yml", "content": "---\n- name: download chrome browser\n get_url:\n url: https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb\n dest: /home/ubuntu\n\n- name: Install a chrome browser\n become: yes\n apt:\n deb: /home/ubuntu/google-chrome-...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 326, "all_permissive": false }
ansible_role
abhisaxena96/Ansible-ubuntu-automate
cc0bc24cb1e772bc468c0c58293f5cbc28749c4c
0
roles/common
372
[ "no_license" ]
[ { "path": "roles/common/tasks/monit.yml", "content": "---\n## Copy keys files and configuration\n\n- name: ensure monit installed\n apt: name={{ item }} state=latest update_cache=yes cache_valid_time=600\n with_items:\n - monit\n tags:\n - monit packages\n - monit\n\n#- name: stop monit deploy\n#...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 6818, "all_permissive": false }
ansible_role
abhisaxena96/Ansible-ubuntu-automate
cc0bc24cb1e772bc468c0c58293f5cbc28749c4c
0
roles/deploy-mmonit
372
[ "no_license" ]
[ { "path": "roles/deploy-mmonit/tasks/main.yml", "content": "---\n- name: mmonit deploy\n include: mmonit-deploy.yml\n tags:\n - mmonit-deploy\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 }, { "path": "roles/deploy-mmonit/tasks/mmonit-deploy.yml", "...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1233, "all_permissive": false }
ansible_role
abhisaxena96/Ansible-ubuntu-automate
cc0bc24cb1e772bc468c0c58293f5cbc28749c4c
0
roles/docker
372
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- name: include docker.yml\n include: docker.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "roles/docker/tasks/docker.yml", "content": "---\n- name: install system pakcages and utils\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 943, "all_permissive": false }
ansible_role
abhisaxena96/Ansible-ubuntu-automate
cc0bc24cb1e772bc468c0c58293f5cbc28749c4c
0
roles/ejjaberd
372
[ "no_license" ]
[ { "path": "roles/ejjaberd/tasks/ejjaberd.yml", "content": "---\n- name: Update and install ejabberd\n sudo: yes\n apt: name={{ item }} state=latest update_cache=yes\n with_items:\n - ejabberd\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 }, { "path": "...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 188, "all_permissive": false }
ansible_role
abhisaxena96/Ansible-ubuntu-automate
cc0bc24cb1e772bc468c0c58293f5cbc28749c4c
0
roles/filezilla
372
[ "no_license" ]
[ { "path": "roles/filezilla/tasks/main.yml", "content": "---\n- name: install filezilla\n include: filezilla.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 54, "all_permissive": false }
ansible_role
abhisaxena96/Ansible-ubuntu-automate
cc0bc24cb1e772bc468c0c58293f5cbc28749c4c
0
roles/geany
372
[ "no_license" ]
[ { "path": "roles/geany/tasks/main.yml", "content": "---\n- name: install geany editor\n include: geany.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 53 }, { "path": "roles/geany/tasks/geany.yml", "content": "---\n- name: install geany\n apt: name=geany ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 122, "all_permissive": false }
ansible_role
abhisaxena96/Ansible-ubuntu-automate
cc0bc24cb1e772bc468c0c58293f5cbc28749c4c
0
roles/goofys
372
[ "no_license" ]
[ { "path": "roles/goofys/tasks/main.yml", "content": "---\n- name: install goofys\n include: setup.yml\n tags:\n - goofys\n\n- name: mount drive\n include: mounts3.yml\n when: s3_mount is defined and s3_mount|length > 0\n tags:\n - goofys\n - mounts3\n", "license_type": "no_license", "d...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1411, "all_permissive": false }
ansible_role
abhisaxena96/Ansible-ubuntu-automate
cc0bc24cb1e772bc468c0c58293f5cbc28749c4c
0
roles/hubot
372
[ "no_license" ]
[ { "path": "roles/hubot/tasks/hubot.yml", "content": "- name: clone hotel api repo\n git: repo={{ hotel_api_repo_url }} version={{ hotel_api_repo_version }} dest={{ hotel_api_www_dir }}/{{ hotel_api_release_id }}\n recursive=yes track_submodules=yes accept_hostkey=yes force=yes key_file={{ all_git_key }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 760, "all_permissive": false }
ansible_role
abhisaxena96/Ansible-ubuntu-automate
cc0bc24cb1e772bc468c0c58293f5cbc28749c4c
0
roles/mongodb
372
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "---\n# This role deploys the mongodb processes and sets up settings.\n\n- name: Include Debian variables.\n include_vars: \"Debian.yml\"\n\n- include: setup-Debian.yml\n when: ansible_os_family == 'Debian'\n\n", "license_type": "no_license", "d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 200, "all_permissive": false }
ansible_role
abhisaxena96/Ansible-ubuntu-automate
cc0bc24cb1e772bc468c0c58293f5cbc28749c4c
0
roles/nginx
372
[ "no_license" ]
[ { "path": "roles/nginx/tasks/nginx.yml", "content": "---\n- name: install nginx\n apt:\n name=nginx state=latest update_cache=yes\n notify:\n - reload nginx", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 }, { "path": "roles/nginx/tasks/main.yml", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 153, "all_permissive": false }
ansible_role
abhisaxena96/Ansible-ubuntu-automate
cc0bc24cb1e772bc468c0c58293f5cbc28749c4c
0
roles/nodejs
372
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/npm.yml", "content": "---\n- name: curl nodesource ppa\n apt_repository: repo=\"deb https://deb.nodesource.com/node_7.x trusty main\" update_cache=yes validate_certs=no\n tags:\n - nodejs-packages\n - nodejs-version\n\n- name: install npm nodejs\n apt: name={{ item }} ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 768, "all_permissive": false }
ansible_role
abhisaxena96/Ansible-ubuntu-automate
cc0bc24cb1e772bc468c0c58293f5cbc28749c4c
0
roles/php
372
[ "no_license" ]
[ { "path": "roles/php/tasks/php7-config.yml", "content": "---\n# copy php-fpm files\n#\n#\n\n- name: transfer pool.d php-fpm configuration\n template: src={{ item }} dest={{ php_fpm_dir }}/pool.d/{{ item | basename }} force=yes\n with_fileglob:\n - ../templates/files/pool.d/*.conf\n tags:\n - php7-c...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 4086, "all_permissive": false }
ansible_role
abhisaxena96/Ansible-ubuntu-automate
cc0bc24cb1e772bc468c0c58293f5cbc28749c4c
0
roles/redis
372
[ "no_license" ]
[ { "path": "roles/redis/defaults/main.yml", "content": "---\nreset_db_path: \"{{ default(0) }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/redis/tasks/redis.yml", "content": "# set dedicated repository\n---\n- name: add apt pkgs\n ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 7738, "all_permissive": false }
ansible_role
abhisaxena96/Ansible-ubuntu-automate
cc0bc24cb1e772bc468c0c58293f5cbc28749c4c
0
roles/redis-new
372
[ "no_license" ]
[ { "path": "roles/redis-new/tasks/main.yml", "content": "---\n- name: install redis-server\n apt: name=redis-server state=latest update_cache=yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 87, "all_permissive": false }
ansible_role
abhisaxena96/Ansible-ubuntu-automate
cc0bc24cb1e772bc468c0c58293f5cbc28749c4c
0
roles/robomongo
372
[ "no_license" ]
[ { "path": "roles/robomongo/tasks/main.yml", "content": "---\n- name: install robo mongo tool\n include: robomongo.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "roles/robomongo/tasks/robomongo.yml", "content": "---\n- name: download foo...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 307, "all_permissive": false }
ansible_role
abhisaxena96/Ansible-ubuntu-automate
cc0bc24cb1e772bc468c0c58293f5cbc28749c4c
0
roles/skype
372
[ "no_license" ]
[ { "path": "roles/skype/tasks/skype.yml", "content": "---\n- name: add canonical partner repository\n become: yes\n apt_repository:\n repo: deb http://archive.canonical.com/ubuntu xenial partner\n state: present\n\n- name: Skype | Install Skype and all Dependencies\n command: \"{{ item }}\"\n sudo:...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 479, "all_permissive": false }
ansible_role
abhisaxena96/Ansible-ubuntu-automate
cc0bc24cb1e772bc468c0c58293f5cbc28749c4c
0
roles/sublime
372
[ "no_license" ]
[ { "path": "roles/sublime/tasks/sublime.yml", "content": "---\n- name: add sublime repository\n become: yes\n apt_repository:\n repo: 'ppa:webupd8team/sublime-text-3'\n state: present\n\n- name: Update and install sublime\n sudo: yes\n apt: name={{ item }} state=latest update_cache=yes\n with_item...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 329, "all_permissive": false }
ansible_role
abhisaxena96/Ansible-ubuntu-automate
cc0bc24cb1e772bc468c0c58293f5cbc28749c4c
0
roles/teamviewer
372
[ "no_license" ]
[ { "path": "roles/teamviewer/tasks/teamviewer.yml", "content": "---\n- name: download foo.conf\n get_url:\n url: https://downloadus2.teamviewer.com/download/version_12x/teamviewer_12.0.71510_i386.deb\n dest: /home/ubuntu\n\n- name: Install a .deb package\n become_method: sudo\n become: yes\n apt:\n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 351, "all_permissive": false }
ansible_role
abhisaxena96/Ansible-ubuntu-automate
cc0bc24cb1e772bc468c0c58293f5cbc28749c4c
0
roles/workbench
372
[ "no_license" ]
[ { "path": "roles/workbench/tasks/main.yml", "content": "---\n- name: install workbench\n include: workbench.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "roles/workbench/tasks/workbench.yml", "content": "---\n- name: install workbench\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 137, "all_permissive": false }
ansible_role
bmwilli/ibmstreamsjob-operator
8ebc782ba53bd3a8f3a005c4c103297202ca5186
0
ibmstreamsjob-operator/roles/ibmstreamsjob
372
[ "permissive" ]
[ { "path": "ibmstreamsjob-operator/roles/ibmstreamsjob/tasks/cancel_job.yml", "content": "# IBM Streams Cancel Job\n- name: \"Request to cancel job namespace ({{ meta.namespace }}), name ({{ meta.name }})\"\n debug:\n msg: \"Cancel the job ...\"", "license_type": "permissive", "detected_licenses"...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 936, "all_permissive": true }
ansible_role
sourimd/learning-ansible
de250a3ecbd98d55c9752d93c74dcb1c6280ff8c
0
roles/processor
372
[ "no_license" ]
[ { "path": "roles/processor/tasks/test.yml", "content": "- name: Get pretty release date\n ansible.builtin.command: date '+%Y-%m-%d %H:%M:%S'\n register: release_date\n\n- name: Print current timestamp\n ansible.builtin.debug:\n msg:\n - \"{{ release_date.stdout }}\"\n\n# - name: Return motd to regi...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1261, "all_permissive": false }
ansible_role
giokro/IT-Infra-Labs
da58fbe1c0c8c147f18b22c46ed5a6ba5a17b039
2
exam/roles/bind
372
[ "no_license" ]
[ { "path": "exam/roles/bind/handlers/main.yaml", "content": "- name: get timestamp # This is used for the serial in db\n shell: date +%s\n register: ts\n\n- name: config bind db\n template:\n src: db.island\n dest: /etc/bind/db.island\n\n- name: config bind db ptr # It resolves an ip to a domain nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2326, "all_permissive": false }
ansible_role
giokro/IT-Infra-Labs
da58fbe1c0c8c147f18b22c46ed5a6ba5a17b039
2
exam/roles/bind_exporter
372
[ "no_license" ]
[ { "path": "exam/roles/bind_exporter/tasks/main.yaml", "content": "- name: download go\n get_url:\n url: https://dl.google.com/go/go1.13.3.linux-amd64.tar.gz\n dest: /opt/go1.13.3.linux-amd64.tar.gz\n\n- name: unarchive\n unarchive:\n src: /opt/go1.13.3.linux-amd64.tar.gz\n dest: /opt/\n rem...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1337, "all_permissive": false }
ansible_role
giokro/IT-Infra-Labs
da58fbe1c0c8c147f18b22c46ed5a6ba5a17b039
2
exam/roles/grafana_container
372
[ "no_license" ]
[ { "path": "exam/roles/grafana_container/tasks/main.yaml", "content": "- name: Create grafana container\n docker_container:\n name: grafana\n image: grafana/grafana\n state: started\n ports: 3000:3000\n detach: true\n restart_policy: always\n", "license_type": "no_license", "detect...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 182, "all_permissive": false }
ansible_role
giokro/IT-Infra-Labs
da58fbe1c0c8c147f18b22c46ed5a6ba5a17b039
2
exam/roles/haproxy
372
[ "no_license" ]
[ { "path": "exam/roles/haproxy/tasks/main.yaml", "content": "- name: install haproxy\n apt:\n name: haproxy\n state: present\n\n- name: copy haproxy.cfg\n template:\n src: haproxy.cfg\n dest: /etc/haproxy/haproxy.cfg\n\n- name: reload haproxy\n service:\n name: haproxy\n state: reloaded\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 235, "all_permissive": false }
ansible_role
giokro/IT-Infra-Labs
da58fbe1c0c8c147f18b22c46ed5a6ba5a17b039
2
exam/roles/influxdb
372
[ "no_license" ]
[ { "path": "exam/roles/influxdb/tasks/main.yaml", "content": "- name: install influxdb # influx db is database which can keep track of the logs\n apt:\n package: ['influxdb','influxdb-client', 'python-pip']\n\n- name: install requests module # needed for db creation\n pip:\n name: ['requests', 'influ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 253, "all_permissive": false }
ansible_role
giokro/IT-Infra-Labs
da58fbe1c0c8c147f18b22c46ed5a6ba5a17b039
2
exam/roles/mysql
372
[ "no_license" ]
[ { "path": "exam/roles/mysql/templates/database.sql", "content": "create database if not exists wordpress;\nuse wordpress;\ncreate user if not exists '{{ wordpress_user }}'@'%' identified by '{{ wordpress_password }}';\ngrant all on wordpress to '{{ wordpress_user }}'@'%';\nflush privileges;\n", "license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 820, "all_permissive": false }
ansible_role
giokro/IT-Infra-Labs
da58fbe1c0c8c147f18b22c46ed5a6ba5a17b039
2
exam/roles/mysql_exporter
372
[ "no_license" ]
[ { "path": "exam/roles/mysql_exporter/templates/database.sql", "content": "CREATE USER if not exists 'exporter'@'localhost' IDENTIFIED BY '{{ mysql_exporter_password }}' WITH MAX_USER_CONNECTIONS 3;\nGRANT PROCESS, REPLICATION CLIENT, SELECT ON *.* TO 'exporter'@'localhost';\n", "license_type": "no_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1211, "all_permissive": false }
ansible_role
giokro/IT-Infra-Labs
da58fbe1c0c8c147f18b22c46ed5a6ba5a17b039
2
exam/roles/prometheus
372
[ "no_license" ]
[ { "path": "exam/roles/prometheus/tasks/main.yaml", "content": "- name: download prometheus\n get_url:\n url: https://github.com/prometheus/prometheus/releases/download/v{{ version }}/prometheus-{{ version }}.linux-amd64.tar.gz\n dest: /opt/prometheus-{{ version }}.linux-amd64.tar.gz\n\n- name: unarch...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 856, "all_permissive": false }
ansible_role
giokro/IT-Infra-Labs
da58fbe1c0c8c147f18b22c46ed5a6ba5a17b039
2
exam/roles/telegraf
372
[ "no_license" ]
[ { "path": "exam/roles/telegraf/tasks/main.yaml", "content": "- name: download telegraf\n get_url:\n url: https://dl.influxdata.com/telegraf/releases/telegraf_1.12.6-1_amd64.deb\n dest: /opt/telegraf_1.12.6-1_amd64.deb\n\n- name: install telegraf # telegraf takes info fom system and puts it in influx ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 421, "all_permissive": false }
ansible_role
giokro/IT-Infra-Labs
da58fbe1c0c8c147f18b22c46ed5a6ba5a17b039
2
exam/roles/wordpress_container1
372
[ "no_license" ]
[ { "path": "exam/roles/wordpress_container1/vars/main.yaml", "content": "container_name: wordpress1\nhost_port: 8080\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "exam/roles/wordpress_container1/tasks/main.yaml", "content": "- name: Create w...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 457, "all_permissive": false }
ansible_role
giokro/IT-Infra-Labs
da58fbe1c0c8c147f18b22c46ed5a6ba5a17b039
2
lab10/roles/mysql
372
[ "no_license" ]
[ { "path": "lab10/roles/mysql/tasks/main.yml", "content": "- name: Install MySQL\n package:\n name: mysql-server \n state: present\n\n- name: Mysql conf\n template:\n src: mysqld.cnf\n dest: /etc/mysql/mysql.conf.d/mysqld.cnf\n\n- name: Add DB file\n template:\n src: database.sql\n dest:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 501, "all_permissive": false }
ansible_role
giokro/IT-Infra-Labs
da58fbe1c0c8c147f18b22c46ed5a6ba5a17b039
2
lab10/roles/wordpress_container
372
[ "no_license" ]
[ { "path": "lab10/roles/wordpress_container/tasks/main.yaml", "content": "- name: Create wordpress container\n docker_container:\n name: \"{{ container_name }}\"\n image: wordpress\n state: started\n network_mode: bridge\n ports: \"{{ host_port }}:80\"\n detach: true\n env:\n WORDP...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 370, "all_permissive": false }
ansible_role
giokro/IT-Infra-Labs
da58fbe1c0c8c147f18b22c46ed5a6ba5a17b039
2
lab7/roles/apache_exporter
372
[ "no_license" ]
[ { "path": "lab7/roles/apache_exporter/tasks/main.yaml", "content": "- name: download go\n get_url:\n url: https://dl.google.com/go/go1.13.3.linux-amd64.tar.gz\n dest: /opt/go1.13.3.linux-amd64.tar.gz\n\n- name: unarchive\n unarchive:\n src: /opt/go1.13.3.linux-amd64.tar.gz\n dest: /opt/\n r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1073, "all_permissive": false }
ansible_role
giokro/IT-Infra-Labs
da58fbe1c0c8c147f18b22c46ed5a6ba5a17b039
2
lab7/roles/grafana
372
[ "no_license" ]
[ { "path": "lab7/roles/grafana/tasks/main.yaml", "content": "- name: install dependencies\n apt:\n package: \"{{ item }}\"\n with_items:\n - adduser\n - libfontconfig1\n\n- name: download grafana\n get_url:\n url: https://dl.grafana.com/oss/release/grafana_6.4.4_amd64.deb\n dest: /opt/grafa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 420, "all_permissive": false }
ansible_role
giokro/IT-Infra-Labs
da58fbe1c0c8c147f18b22c46ed5a6ba5a17b039
2
lab7/roles/mysql_exporter
372
[ "no_license" ]
[ { "path": "lab7/roles/mysql_exporter/tasks/main.yaml", "content": "- name: download mysqld_exporter\n get_url:\n url: https://github.com/prometheus/mysqld_exporter/releases/download/v0.12.1/mysqld_exporter-0.12.1.linux-amd64.tar.gz\n dest: /opt/mysqld_exporter-0.12.1.linux-amd64.tar.gz\n\n- name: una...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1002, "all_permissive": false }
ansible_role
giokro/IT-Infra-Labs
da58fbe1c0c8c147f18b22c46ed5a6ba5a17b039
2
lab7/roles/node_exporter
372
[ "no_license" ]
[ { "path": "lab7/roles/node_exporter/tasks/main.yaml", "content": "- name: download node exporter # this is a monitoring tool that monitors the operating system itself, like the cpu usage, memory usage and so on.\n get_url:\n url: https://github.com/prometheus/node_exporter/releases/download/v0.18.1/node...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 945, "all_permissive": false }
ansible_role
giokro/IT-Infra-Labs
da58fbe1c0c8c147f18b22c46ed5a6ba5a17b039
2
lab8/roles/influxdb
372
[ "no_license" ]
[ { "path": "lab8/roles/influxdb/tasks/main.yaml", "content": "- name: install influxdb # influx db is database which can keep track of the logs\n apt:\n package: ['influxdb','influxdb-client', 'python-pip']\n\n- name: install requests module # needed for db creation\n pip:\n name: ['requests', 'influ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 734, "all_permissive": false }
ansible_role
giokro/IT-Infra-Labs
da58fbe1c0c8c147f18b22c46ed5a6ba5a17b039
2
lab9/roles/docker
372
[ "no_license" ]
[ { "path": "lab9/roles/docker/tasks/main.yaml", "content": "- name: install docker # docker is used for software virtualisation (It's like virtual box but only with the software part)\n apt:\n package: [docker.io, python-pip]\n\n- name: install docker component\n pip:\n name: docker-py\n", "licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 229, "all_permissive": false }
ansible_role
giokro/IT-Infra-Labs
da58fbe1c0c8c147f18b22c46ed5a6ba5a17b039
2
lab9/roles/wordpress_container
372
[ "no_license" ]
[ { "path": "lab9/roles/wordpress_container/tasks/main.yaml", "content": "- name: Create wordpress container\n docker_container:\n name: wordpress\n image: wordpress\n state: started\n network_mode: bridge\n ports: 8080:80 # it will run on port 8080 on the host machine and on port 80 in the co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 478, "all_permissive": false }
ansible_role
rh-ecosystem-edge/ansible-ai-playbook
81659fca1210cb65ec6a1d10cb67d45a95132847
2
roles/download-iso-pxe
372
[ "permissive" ]
[ { "path": "roles/download-iso-pxe/templates/ipxe.cfg.j2", "content": "#!ipxe\nset live_url http://{{ HTTP_URL | default(ansible_default_ipv4.address) }}/pxe\nkernel ${live_url}/vmlinuz ignition.config.url=${live_url}/config.ign ignition.firstboot ignition.platform.id=metal coreos.live.rootfs_url=${live_ur...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 6440, "all_permissive": true }
ansible_role
rh-ecosystem-edge/ansible-ai-playbook
81659fca1210cb65ec6a1d10cb67d45a95132847
2
roles/setup-pxe
372
[ "permissive" ]
[ { "path": "roles/setup-pxe/tasks/install.yml", "content": "\n- name: install required packages\n yum:\n name:\n - jq\n - ipmitool\n - httpd\n state: present\n become: yes\n tags: install\n\n- name: Create HTTP Directory\n file:\n path: \"{{ HTTP_DIR }}\"\n state: directory\n ...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 3476, "all_permissive": true }
ansible_role
reecefowell/spring-cloud-stream-kafka-demo
d40f073f41c25a4339260e7a56f7d2969c3badcb
0
ansible/roles/common
372
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "- name: Run the equivalent of \"apt-get update\" as a separate step\n raw: apt-get update\n\n- name: Install Python\n raw: apt install python -y\n\n- name: Gather facts\n setup:\n\n- name: Ensure common packages are installed\n apt:\n pkg: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 348, "all_permissive": false }
ansible_role
reecefowell/spring-cloud-stream-kafka-demo
d40f073f41c25a4339260e7a56f7d2969c3badcb
0
ansible/roles/java
372
[ "no_license" ]
[ { "path": "ansible/roles/java/tasks/main.yml", "content": "- name: Run the equivalent of \"apt-get update\" as a separate step\n raw: apt-get update\n\n- name: Install Java\n apt:\n pkg: \"{{ item }}\"\n state: present\n with_items:\n - default-jre\n", "license_type": "no_license", "dete...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 190, "all_permissive": false }
ansible_role
reecefowell/spring-cloud-stream-kafka-demo
d40f073f41c25a4339260e7a56f7d2969c3badcb
0
ansible/roles/kafka
372
[ "no_license" ]
[ { "path": "ansible/roles/kafka/tasks/main.yml", "content": "- name: Make Kafka dir\n file:\n path: ~/kafka\n state: directory\n mode: 777\n recurse: yes\n\n- name: Untar Kafka\n unarchive:\n src: http://apache.mirror.anlx.net/kafka/1.0.0/kafka_2.11-1.0.0.tgz\n dest: ~/kafka\n remote_s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 612, "all_permissive": false }
ansible_role
reecefowell/spring-cloud-stream-kafka-demo
d40f073f41c25a4339260e7a56f7d2969c3badcb
0
ansible/roles/zookeeper
372
[ "no_license" ]
[ { "path": "ansible/roles/zookeeper/tasks/main.yml", "content": "- name: Run the equivalent of \"apt-get update\" as a separate step\n raw: apt-get update\n\n- name: Install ZooKeeper\n apt:\n pkg: \"{{ item }}\"\n state: present\n with_items:\n - zookeeperd\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 194, "all_permissive": false }
ansible_role
Bardyl/gkpodcasts
c0e4b66553b8bbfa29889ce20f70d8acd643e2e8
0
roles/gkpodcasts
372
[ "permissive" ]
[ { "path": "roles/gkpodcasts/tasks/main.yml", "content": "---\n# file: roles/gkpodcasts/tasks/main.yml\n\n- name: \"setup | create containing folder\"\n file:\n path: \"{{ localpath }}\"\n state: directory\n owner: root\n group: root\n mode: 0755\n\n- name: \"setup | create robots.txt\"\n co...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2678, "all_permissive": true }
ansible_role
TheFanta200/OpenSSH_MAJ
e7c1b2de4f67e4a824b5e41853113ec44062b614
0
roles/Update_SSH
366
[ "no_license" ]
[ { "path": "roles/Update_SSH/handlers/main.yml", "content": "---\n# handlers file for roles/Update_SSH\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "roles/Update_SSH/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 4421, "all_permissive": false }
ansible_role
TheFanta200/OpenSSH_MAJ
e7c1b2de4f67e4a824b5e41853113ec44062b614
0
roles/gath
366
[ "no_license" ]
[ { "path": "roles/gath/tasks/main.yml", "content": "---\n# tasks file for roles/gath\n- name: Print gathered facts\n debug:\n msg: \"{{ ansible_facts }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 }, { "path": "roles/gath/defaults/main.yml", "conte...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 270, "all_permissive": false }
ansible_role
Rabbittoly/wordpress-infrastructure
0c32981e187d71bb9788bf33110439ebbe230b25
0
ansible/roles/backup
366
[ "no_license" ]
[ { "path": "ansible/roles/backup/templates/restore_mysql.sh.j2", "content": "#!/bin/bash\n# Скрипт восстановления БД MariaDB из резервной копии\n\n# Параметры\nBACKUP_DIR=\"{{ backup_dir }}/mysql\"\nMYSQL_USER=\"root\"\nMYSQL_PASSWORD=\"{{ db_root_password }}\"\n\n# Проверка наличия параметра\nif [ -z \"$1\"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 8501, "all_permissive": false }
ansible_role
Rabbittoly/wordpress-infrastructure
0c32981e187d71bb9788bf33110439ebbe230b25
0
ansible/roles/mariadb
366
[ "no_license" ]
[ { "path": "ansible/roles/mariadb/templates/mariadb-optimized.cnf.j2", "content": "[mysqld]\n#\n# * Basic Settings\n#\nuser = mysql\npid-file = /run/mysqld/mysqld.pid\nsocket = /run/mysqld/mysqld.sock\nport = 3306\nbasedir ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 7771, "all_permissive": false }
ansible_role
Rabbittoly/wordpress-infrastructure
0c32981e187d71bb9788bf33110439ebbe230b25
0
ansible/roles/php
366
[ "no_license" ]
[ { "path": "ansible/roles/php/handlers/main.yml", "content": "# roles/php/handlers/main.yml\n---\n- name: restart php-fpm\n service:\n name: \"php{{ php_version }}-fpm\"\n state: restarted\n\n- name: restart redis\n service:\n name: redis-server\n state: restarted", "license_type": "no_lice...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 4689, "all_permissive": false }
ansible_role
Rabbittoly/wordpress-infrastructure
0c32981e187d71bb9788bf33110439ebbe230b25
0
ansible/roles/phpmyadmin
366
[ "no_license" ]
[ { "path": "ansible/roles/phpmyadmin/templates/check_phpmyadmin.sh.j2", "content": "#!/bin/bash\n# Шаблон скрипта проверки работоспособности phpMyAdmin\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "ansible/roles/phpmyadmin/templates/phpmyadmin-n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 8637, "all_permissive": false }
ansible_role
Rabbittoly/wordpress-infrastructure
0c32981e187d71bb9788bf33110439ebbe230b25
0
ansible/roles/ssl
366
[ "no_license" ]
[ { "path": "ansible/roles/ssl/handlers/main.yml", "content": "---\n# Обработчики событий для роли ssl\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "ansible/roles/ssl/tasks/main.yml", "content": "---\n# Установка и настройка SSL-сертификата с...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2626, "all_permissive": false }
ansible_role
Rabbittoly/wordpress-infrastructure
0c32981e187d71bb9788bf33110439ebbe230b25
0
ansible/roles/webserver
366
[ "no_license" ]
[ { "path": "ansible/roles/webserver/defaults/main.yml", "content": "---\n# Переменные по умолчанию для роли webserver\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "ansible/roles/webserver/tasks/main.yml", "content": "---\n# Установка и настр...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 7548, "all_permissive": false }
ansible_role
Rabbittoly/wordpress-infrastructure
0c32981e187d71bb9788bf33110439ebbe230b25
0
ansible/roles/wordpress
366
[ "no_license" ]
[ { "path": "ansible/roles/wordpress/tasks/main.yml", "content": "---\n# Установка и настройка WordPress\n\n- name: Проверка соединения с базой данных\n command: \"mysql -h {{ db_host }} -u {{ db_user }} -p{{ db_password }} -e 'SELECT VERSION();'\"\n register: db_connection\n changed_when: false\n failed_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 7603, "all_permissive": false }
ansible_role
christopher-demarco/ansible-class
35551b1ddaaa246ba719395486d16217e74710a5
1
07_userland/roles/2_userland
366
[ "permissive" ]
[ { "path": "07_userland/roles/2_userland/tasks/main.yml", "content": "---\n# tasks file for roles/userland\n\n - name: Set hostname\n hostname:\n name: \"{{ my_hostname }}\"\n\n - name: Make me feel at home\n package:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - ema...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1593, "all_permissive": true }
ansible_role
widansible/ex407-preparation
75ae7eeb5c68a623c0865bfbeb537ff5b814e114
0
exam/roles/apache
366
[ "no_license" ]
[ { "path": "exam/roles/apache/tasks/main.yml", "content": "---\n- name: install web\n yum:\n name: '{{ item }}'\n state: present\n loop:\n - httpd\n - wget\n - unzip\n\n- name: start and enabled \n service:\n name: httpd\n state: started\n enabled: true\n\n- name: index.html templa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 608, "all_permissive": false }
ansible_role
carotechie/ansible_101
1a0145b55a4be2899e8b06f30ede655535b2eb3c
0
roles/servers-audit
366
[ "no_license" ]
[ { "path": "roles/servers-audit/templates/inventory.j2", "content": "\"Instance Name\",\"Instance Identifier\",\"Instance Type\",\"Instance Region\",\"Is Instance Running?\",\"Instance Cost (Monthly)\",\"Is JIRA Released?\",\"Date Scheduled for Deletion\"\n{% for host in report_emails %}\n{% if host.email ==...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2972, "all_permissive": false }
ansible_role
carotechie/ansible_101
1a0145b55a4be2899e8b06f30ede655535b2eb3c
0
roles/servers-report
366
[ "no_license" ]
[ { "path": "roles/servers-report/tasks/main.yml", "content": "---\n- name: \"retrieve server information for west-1\"\n ec2_instance_facts:\n filters: \"{{ server_existance_filters }}\"\n region: \"us-west-1\"\n register: cali_boxes\n\n- name: \"retrieve server information for west-2\"\n ec2_instanc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2824, "all_permissive": false }
ansible_role
hikaru-shindo/ansible
393327d77c502a4a37ceebe9eaee5515b047d5e5
0
roles/audio
366
[ "no_license" ]
[ { "path": "roles/audio/tasks/main.yml", "content": "---\n\n- name: Install pulseaudio\n become: true\n package:\n name:\n - pulseaudio\n - pulseaudio-alsa\n - pulseaudio-bluetooth\n - pulseaudio-zeroconf\n state: present\n\n- name: \"Add current user to audio group\"\n become: t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 419, "all_permissive": false }
ansible_role
hikaru-shindo/ansible
393327d77c502a4a37ceebe9eaee5515b047d5e5
0
roles/bluetooth
366
[ "no_license" ]
[ { "path": "roles/bluetooth/tasks/main.yml", "content": "---\n\n- name: Install bluez\n become: true\n package:\n name:\n - bluez\n - bluez-utils\n state: present\n notify: restart bluetooth\n\n- name: Enable bluetooth service\n become: true\n service:\n name: bluetooth\n enabled: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 597, "all_permissive": false }
ansible_role
hikaru-shindo/ansible
393327d77c502a4a37ceebe9eaee5515b047d5e5
0
roles/docker
366
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n# docker tasks main\n\n- name: Ensure docker installed\n become: true\n package:\n name: docker\n state: present\n\n- name: Ensure docker-compose\n become: true\n package:\n name: docker-compose\n state: present\n notify:\n - enab...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 583, "all_permissive": false }
ansible_role
hikaru-shindo/ansible
393327d77c502a4a37ceebe9eaee5515b047d5e5
0
roles/i3
366
[ "no_license" ]
[ { "path": "roles/i3/tasks/main.yml", "content": "---\n\n- name: Install xorg-xserver\n become: true\n package:\n name: \n - xorg-server\n - xorg-xinit\n state: present\n\n- name: Install additional xorg packages\n become: true\n package:\n name:\n - xorg-setxkbmap\n - xorg-x...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2484, "all_permissive": false }
ansible_role
hikaru-shindo/ansible
393327d77c502a4a37ceebe9eaee5515b047d5e5
0
roles/network
366
[ "no_license" ]
[ { "path": "roles/network/tasks/main.yml", "content": "---\n\n- name: Ensure resolved enabled and started\n become: true\n service:\n name: systemd-resolved\n enabled: yes\n state: started\n\n- name: Ensure resolv.conf is using resolved\n become: true\n file:\n src: /run/systemd/resolve/stub-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1171, "all_permissive": false }
ansible_role
hikaru-shindo/ansible
393327d77c502a4a37ceebe9eaee5515b047d5e5
0
roles/ntp
366
[ "no_license" ]
[ { "path": "roles/ntp/handlers/main.yml", "content": "---\n# handlers file for ntp\n\n- name: restart ntpd\n become: true\n service:\n name: ntpd\n state: restarted\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 }, { "path": "roles/ntp/defaults/main...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 777, "all_permissive": false }
ansible_role
hikaru-shindo/ansible
393327d77c502a4a37ceebe9eaee5515b047d5e5
0
roles/phpdev
366
[ "no_license" ]
[ { "path": "roles/phpdev/tasks/main.yml", "content": "---\n\n- name: Install PHP packages\n become: true\n package:\n name: \"{{ php_packages }}\"\n state: present\n \n- name: Install composer\n become: true\n package:\n name: composer\n state: present\n\n- name: Install basic dev tools\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 696, "all_permissive": false }
ansible_role
hikaru-shindo/ansible
393327d77c502a4a37ceebe9eaee5515b047d5e5
0
roles/power
366
[ "no_license" ]
[ { "path": "roles/power/tasks/main.yml", "content": "---\n\n- name: Install ACPI tooling\n become: true\n package:\n name: acpi\n state: present\n\n- name: Install power manager\n become: true\n package:\n name: xfce4-power-manager\n state: present\n", "license_type": "no_license", "d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 200, "all_permissive": false }
ansible_role
hikaru-shindo/ansible
393327d77c502a4a37ceebe9eaee5515b047d5e5
0
roles/ssh
366
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": "---\n\n- name: Install ssh client tools\n become: true\n package:\n name: openssh\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 101, "all_permissive": false }
ansible_role
hikaru-shindo/ansible
393327d77c502a4a37ceebe9eaee5515b047d5e5
0
roles/wifi
366
[ "no_license" ]
[ { "path": "roles/wifi/tasks/main.yml", "content": "---\n\n- name: Install wpa_supplicant\n become: true\n package:\n name: wpa_supplicant\n state: present\n\n- name: Install wireless tolls\n become: true\n package:\n name:\n - wireless_tools\n state: present\n", "license_type": "no_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 216, "all_permissive": false }
ansible_role
hikaru-shindo/ansible
393327d77c502a4a37ceebe9eaee5515b047d5e5
0
roles/yay
366
[ "no_license" ]
[ { "path": "roles/yay/tasks/main.yml", "content": "---\n# tasks file for pacaur\n\n- name: Ensure build dependencies\n become: true\n pacman:\n name:\n - base-devel\n - curl\n - git\n\n- name: Optimize makepkg compression\n become: true\n lineinfile:\n dest: /etc/makepkg.conf\n li...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 935, "all_permissive": false }
ansible_role
hikaru-shindo/ansible
393327d77c502a4a37ceebe9eaee5515b047d5e5
0
roles/yubikey
366
[ "no_license" ]
[ { "path": "roles/yubikey/tasks/main.yml", "content": "---\n\n- name: Ensure U2F host library installed\n become: true\n package:\n name: libu2f-host\n state: installed\n\n- name: Enable YubiKey SmartCard support\n become: true\n copy:\n content: ATTRS{idVendor}==\"1050\", ATTRS{idProduct}==\"04...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 426, "all_permissive": false }
ansible_role
hikaru-shindo/ansible
393327d77c502a4a37ceebe9eaee5515b047d5e5
0
roles/zsh
366
[ "no_license" ]
[ { "path": "roles/zsh/defaults/main.yml", "content": "---\n\nzsh_oh_my_zsh_version: master\nzsh_path: /usr/bin/zsh\nzsh_user: \"{{ ansible_user }}\"\nzsh_home: \"{{ ansible_user_dir }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 124 }, { "path": "roles/zsh/t...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1209, "all_permissive": false }
ansible_role
janusle/yanlog
3d4d34f0768847ea03b47a0c12ec8fe0ff2d8eff
1
deployment/ansible/roles/common
366
[ "no_license" ]
[ { "path": "deployment/ansible/roles/common/tasks/supervisor.yml", "content": "---\n\n- name: Install supervisor\n apt:\n name: supervisor\n state: latest\n update_cache: yes\n\n\n- name: Create log directory and file for supervisor\n file:\n path: \"{{ item.path }}\"\n state: \"{{ item.stat...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3906, "all_permissive": false }
ansible_role
janusle/yanlog
3d4d34f0768847ea03b47a0c12ec8fe0ff2d8eff
1
deployment/ansible/roles/dbtier
366
[ "no_license" ]
[ { "path": "deployment/ansible/roles/dbtier/handlers/main.yml", "content": "---\n# handlers file for dbtier\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "deployment/ansible/roles/dbtier/vars/main.yml", "content": "---\n# vars file for dbtier...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 993, "all_permissive": false }
ansible_role
janusle/yanlog
3d4d34f0768847ea03b47a0c12ec8fe0ff2d8eff
1
deployment/ansible/roles/webtier
366
[ "no_license" ]
[ { "path": "deployment/ansible/roles/webtier/tasks/nginx.yml", "content": "---\n\n- name: Install nginx\n apt:\n name: nginx\n notify: restart nginx\n\n\n- name: Generate nginx conf for the site\n template:\n src: site_nginx.conf.j2\n dest: /srv/www/{{ domain_name }}/nginx/{{ app_name }}_nginx.co...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 7523, "all_permissive": false }
ansible_role
ismaeelsameed/ansible-django-deployment
f9ca41887628686b97534fea159422637f0796fa
1
roles/web
366
[ "no_license" ]
[ { "path": "roles/web/tasks/setup_django_app.yml", "content": "---\n\n- name: Install packages required by the Django app inside virtualenv\n pip: virtualenv={{ virtualenv_path }} requirements={{ requirements_file }}\n\n- name: Run the Django syncdb command\n django_manage:\n command: syncdb\n app_pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1202, "all_permissive": false }