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
Rajdip2511/QuoteGen
9e8300b055c804dc955d4a03cd3adc704cc2fd57
0
ansible/roles/app-deploy
7,631
[ "permissive" ]
[ { "path": "ansible/roles/app-deploy/tasks/main.yml", "content": "---\n- name: Create kubernetes directory\n file:\n path: \"~/kubernetes\"\n state: directory\n\n- name: Copy Kubernetes manifests\n copy:\n src: \"{{ playbook_dir }}/../../kubernetes/{{ item }}\"\n dest: \"~/kubernetes/\"\n with...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 648, "all_permissive": true }
ansible_role
Rajdip2511/QuoteGen
9e8300b055c804dc955d4a03cd3adc704cc2fd57
0
ansible/roles/kubernetes
7,631
[ "permissive" ]
[ { "path": "ansible/roles/kubernetes/tasks/main.yml", "content": "---\n- name: Add Kubernetes apt key\n apt_key:\n url: https://packages.cloud.google.com/apt/doc/apt-key.gpg\n state: present\n\n- name: Add Kubernetes repository\n apt_repository:\n repo: deb https://apt.kubernetes.io/ kubernetes-xe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1482, "all_permissive": true }
ansible_role
Rajdip2511/QuoteGen
9e8300b055c804dc955d4a03cd3adc704cc2fd57
0
ansible/roles/monitoring
7,631
[ "permissive" ]
[ { "path": "ansible/roles/monitoring/tasks/main.yml", "content": "---\n- name: Create monitoring directory\n file:\n path: \"~/monitoring\"\n state: directory\n\n- name: Copy monitoring configuration files\n copy:\n src: \"{{ playbook_dir }}/../../monitoring/{{ item }}\"\n dest: \"~/monitoring/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 459, "all_permissive": true }
ansible_role
Rajdip2511/QuoteGen
9e8300b055c804dc955d4a03cd3adc704cc2fd57
0
ansible/roles/server-setup
7,631
[ "permissive" ]
[ { "path": "ansible/roles/server-setup/tasks/main.yml", "content": "---\n- name: Install kubectl on Windows\n win_chocolatey:\n name: kubernetes-cli\n state: present\n when: ansible_os_family == \"Windows\"\n ignore_errors: yes # In case chocolatey is not installed\n\n- name: Check Kubernetes is ru...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 389, "all_permissive": true }
ansible_role
pellepelster/mango
ecd09e877eb59630feb449fb260574eb8705bc3b
6
mango-infrastructure/aws-loadtest/roles/application-servers
7,631
[ "no_license" ]
[ { "path": "mango-infrastructure/aws-loadtest/roles/application-servers/templates/setenv.sh.j2", "content": "JAVA_OPTS=\"-Dsecurity.disable=true\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "mango-infrastructure/aws-loadtest/roles/application-se...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3391, "all_permissive": false }
ansible_role
mujoh/ansible-config
c9df359473716880573cc7e80bc10789c6168478
0
roles/sample
7,631
[ "no_license" ]
[ { "path": "roles/sample/tasks/main.yml", "content": "---\n\n- name: Login docker\n docker_login:\n registry_url: \"{{ lookup('env','CI_REGISTRY') }}\"\n username: \"{{ lookup('env','CI_REGISTRY_USER') }}\"\n password: \"{{ lookup('env','CI_REGISTRY_PASSWORD') }}\"\n state: \"present\"\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 729, "all_permissive": false }
ansible_role
CodePicnic/codepicnic-cloud
ad36845221e90a6415de88f320c1600495356723
4
ansible/roles/aws-iam
7,632
[ "no_license" ]
[ { "path": "ansible/roles/aws-iam/templates/cloudwatch.json", "content": "{\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Sid\": \"Stmt1459601691000\",\n \"Effect\": \"Allow\",\n \"Action\": [\n \"cloudwatch:GetMetricData\",\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 807, "all_permissive": false }
ansible_role
CodePicnic/codepicnic-cloud
ad36845221e90a6415de88f320c1600495356723
4
ansible/roles/aws-keys
7,632
[ "no_license" ]
[ { "path": "ansible/roles/aws-keys/tasks/main.yaml", "content": " - name: upload key pair\n ec2_key:\n name: \"{{ ec2_key }}\"\n key_material: \"{{ item }}\"\n region: \"{{ aws_region }}\"\n with_file: \"{{ ec2_key_file }}\" \n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 170, "all_permissive": false }
ansible_role
CodePicnic/codepicnic-cloud
ad36845221e90a6415de88f320c1600495356723
4
ansible/roles/aws-monitoring-scripts
7,632
[ "no_license" ]
[ { "path": "ansible/roles/aws-monitoring-scripts/tasks/main.yaml", "content": " - name: install tools\n apt: name=unzip,libwww-perl,libdatetime-perl state=latest\n - name: monitoring scripts\n get_url: url=\"http://aws-cloudwatch.s3.amazonaws.com/downloads/CloudWatchMonitoringScripts-1.2.1.zip\" des...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 608, "all_permissive": false }
ansible_role
CodePicnic/codepicnic-cloud
ad36845221e90a6415de88f320c1600495356723
4
ansible/roles/base
7,632
[ "no_license" ]
[ { "path": "ansible/roles/base/tasks/main.yaml", "content": " - name: apt-get update\n apt: update_cache=yes \n - name: install tools\n apt: name=iftop,apachetop,mlocate,s3cmd,htop,xfsprogs,telnet,dsniff,iotop,dstat,tcpdump,schedtool,python-pip,unzip,nfs-common state=latest\n - name: upgrade ubuntu\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 480, "all_permissive": false }
ansible_role
CodePicnic/codepicnic-cloud
ad36845221e90a6415de88f320c1600495356723
4
ansible/roles/codepicnic-app
7,632
[ "no_license" ]
[ { "path": "ansible/roles/codepicnic-app/handlers/main.yaml", "content": "- name: restart workers \n service: name=workers state=restarted\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "ansible/roles/codepicnic-app/tasks/main.yaml", "conte...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1104, "all_permissive": false }
ansible_role
CodePicnic/codepicnic-cloud
ad36845221e90a6415de88f320c1600495356723
4
ansible/roles/codepicnic-backup
7,632
[ "no_license" ]
[ { "path": "ansible/roles/codepicnic-backup/tasks/main.yaml", "content": "- name: Gather facts\n action: ec2_facts\n\n- name: run swarm ami\n sudo : no\n local_action:\n module: ec2_ami\n instance_id: \"{{ ansible_ec2_instance_id }}\"\n name: \"{{ ansible_ec2_instance_id }}-{{ansible_date_t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 374, "all_permissive": false }
ansible_role
CodePicnic/codepicnic-cloud
ad36845221e90a6415de88f320c1600495356723
4
ansible/roles/codepicnic-base
7,632
[ "no_license" ]
[ { "path": "ansible/roles/codepicnic-base/tasks/main.yaml", "content": " - name: add app user\n user: name=devpad comment=\"Application\"\n - name: format device\n filesystem: fstype=xfs dev=\"{{ item.device }}\"\n with_items: \"{{ app_vols }}\"\n when: \"'app' in group_names\"\n - name: mount...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 857, "all_permissive": false }
ansible_role
CodePicnic/codepicnic-cloud
ad36845221e90a6415de88f320c1600495356723
4
ansible/roles/codepicnic-db
7,632
[ "no_license" ]
[ { "path": "ansible/roles/codepicnic-db/tasks/main.yaml", "content": " - name: create db\n mysql_db : name=\"{{ item.name }}\" state=present login_host=\"{{ db_host }}\" login_user=\"{{ db_root }}\" login_password=\"{{ <PASSWORD> }}\"\n with_items: \"{{ codepicnic_dbs }}\"\n - name: create users \n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 493, "all_permissive": false }
ansible_role
CodePicnic/codepicnic-cloud
ad36845221e90a6415de88f320c1600495356723
4
ansible/roles/codepicnic-ec2
7,632
[ "no_license" ]
[ { "path": "ansible/roles/codepicnic-ec2/tasks/main.yaml", "content": "- name: run codepicnic-app \n ec2:\n key_name: \"{{ ec2_key }}\"\n group: \"{{ app_sg }}\"\n instance_type: \"{{ ec2_type }}\"\n image: \"{{ ec2_ami }}\"\n wait: yes\n wait_timeout: 500\n instance_tags:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1999, "all_permissive": false }
ansible_role
CodePicnic/codepicnic-cloud
ad36845221e90a6415de88f320c1600495356723
4
ansible/roles/codepicnic-elb
7,632
[ "no_license" ]
[ { "path": "ansible/roles/codepicnic-elb/tasks/main.yaml", "content": " - name: create elb\n ec2_elb_lb:\n name: \"{{ elb_name }}\"\n state: present\n listeners:\n - protocol: http # options are http, https, ssl, tcp\n load_balancer_port: 80\n instance_port: 80\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 602, "all_permissive": false }
ansible_role
CodePicnic/codepicnic-cloud
ad36845221e90a6415de88f320c1600495356723
4
ansible/roles/codepicnic-sg
7,632
[ "no_license" ]
[ { "path": "ansible/roles/codepicnic-sg/tasks/main.yaml", "content": "- name: security group web \n ec2_group:\n name: \"{{ web_sg }}\"\n description: \"{{ web_sg }}\" \n region: \"{{ aws_region }}\" \n vpc_id: \"{{ vpc_id }}\" \n purge_rules: \"false\"\n rules:\n - proto: tcp\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2218, "all_permissive": false }
ansible_role
CodePicnic/codepicnic-cloud
ad36845221e90a6415de88f320c1600495356723
4
ansible/roles/create-ami
7,632
[ "no_license" ]
[ { "path": "ansible/roles/create-ami/tasks/main.yaml", "content": " - name: run swarm ami\n sudo : no\n local_action:\n module: ec2_ami\n #instance_id: \"{{ item.id }}\"\n instance_id: \"{{ ansible_ec2_instance_id }}\"\n name: \"{{ new_ami_name }}\"\n #device_mapping:\n #...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 770, "all_permissive": false }
ansible_role
CodePicnic/codepicnic-cloud
ad36845221e90a6415de88f320c1600495356723
4
ansible/roles/devpad-app
7,632
[ "no_license" ]
[ { "path": "ansible/roles/devpad-app/tasks/main.yaml", "content": "- name: codepicnic conf\n template: src=devpad.conf dest=/etc/nginx/sites-enabled/devpad.conf\n notify:\n - restart nginx \n- name: add ubuntu to main group\n user: name={{ deployment_user }} \n groups={{ app_user }}\n appen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1736, "all_permissive": false }
ansible_role
CodePicnic/codepicnic-cloud
ad36845221e90a6415de88f320c1600495356723
4
ansible/roles/devpad-base
7,632
[ "no_license" ]
[ { "path": "ansible/roles/devpad-base/tasks/main.yaml", "content": " - name: format device\n filesystem: fstype=\"xfs\" dev=\"/dev/xvdf\"\n - name: dir \n file: path=/home/devpad state=directory\n - name: mount device\n mount: name=\"/home/devpad\" src=\"/dev/xvdf\" fstype=\"xfs\" opts=defaults,n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 399, "all_permissive": false }
ansible_role
CodePicnic/codepicnic-cloud
ad36845221e90a6415de88f320c1600495356723
4
ansible/roles/devpad-ec2
7,632
[ "no_license" ]
[ { "path": "ansible/roles/devpad-ec2/tasks/main.yaml", "content": " - name: run devpad_app \n ec2:\n key_name: \"{{ key_name }}\"\n group: \"{{ sg_name }}\"\n instance_type: \"{{ ec2_type }}\"\n image: \"{{ ami }}\"\n wait: yes\n wait_timeout: 500\n instance_tags:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1232, "all_permissive": false }
ansible_role
CodePicnic/codepicnic-cloud
ad36845221e90a6415de88f320c1600495356723
4
ansible/roles/docker-apparmor
7,632
[ "no_license" ]
[ { "path": "ansible/roles/docker-apparmor/tasks/main.yaml", "content": " - name: add docker profile \n copy: src=docker.codepicnic dest=/etc/apparmor.d/docker.codepicnic\n# - name: add docker-system profile\n# copy: src=docker-system dest=/etc/apparmor.d/docker-system\n - name: parse apparmor profil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 310, "all_permissive": false }
ansible_role
CodePicnic/codepicnic-cloud
ad36845221e90a6415de88f320c1600495356723
4
ansible/roles/docker-xenial
7,632
[ "no_license" ]
[ { "path": "ansible/roles/docker-xenial/tasks/main.yaml", "content": " - name: Gather facts\n action: ec2_facts\n - name: format device\n filesystem: fstype=\"{{ docker_fs }}\" dev=\"{{ docker_disk }}\"\n - name: docker dir\n file: path=/var/lib/docker state=directory\n - name: mount device\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1760, "all_permissive": false }
ansible_role
CodePicnic/codepicnic-cloud
ad36845221e90a6415de88f320c1600495356723
4
ansible/roles/kubernetes-nginx
7,632
[ "no_license" ]
[ { "path": "ansible/roles/kubernetes-nginx/files/nginx-main.yaml", "content": "apiVersion: v1\nkind: Pod \nmetadata:\n name: nginx-main\n namespace: default\nspec:\n containers:\n - name: nginx-main\n image: nginx\n ports:\n - name: http\n containerPort: 80\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 931, "all_permissive": false }
ansible_role
CodePicnic/codepicnic-cloud
ad36845221e90a6415de88f320c1600495356723
4
ansible/roles/kubernetes-registry
7,632
[ "no_license" ]
[ { "path": "ansible/roles/kubernetes-registry/tasks/main.yaml", "content": " - name: registry dir \n file: path=\"/etc/kubernetes/registry\" state=directory owner=root\n - name: copy registry rc \n copy: src=registry-rc.yaml dest=/etc/kubernetes/addons/registry/\n - name: copy registry svc \n cop...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 289, "all_permissive": false }
ansible_role
CodePicnic/codepicnic-cloud
ad36845221e90a6415de88f320c1600495356723
4
ansible/roles/kubernetes-registry-proxy
7,632
[ "no_license" ]
[ { "path": "ansible/roles/kubernetes-registry-proxy/tasks/main.yaml", "content": " - name: copy manifest \n copy: src=registry-proxy.yaml dest=/etc/kubernetes/manifests/\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 91, "all_permissive": false }
ansible_role
CodePicnic/codepicnic-cloud
ad36845221e90a6415de88f320c1600495356723
4
ansible/roles/mariadb
7,632
[ "no_license" ]
[ { "path": "ansible/roles/mariadb/tasks/main.yaml", "content": "#Here are the commands to run to install MariaDB on your Ubuntu system:\n#sudo apt-get install software-properties-common\n#sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 <KEY>db\n#sudo add-apt-repository 'deb [arch=amd64...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1096, "all_permissive": false }
ansible_role
CodePicnic/codepicnic-cloud
ad36845221e90a6415de88f320c1600495356723
4
ansible/roles/newrelic
7,632
[ "no_license" ]
[ { "path": "ansible/roles/newrelic/tasks/main.yaml", "content": " - name: newrelic repo \n copy: src=newrelic.list dest=/etc/apt/sources.list.d/newrelic.list mode=0644\n\n - name: apt-key newrelic\n apt_key: url=\"https://download.newrelic.com/<KEY>\" state=present\n\n - name: Install newrelic \n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 535, "all_permissive": false }
ansible_role
CodePicnic/codepicnic-cloud
ad36845221e90a6415de88f320c1600495356723
4
ansible/roles/nginx
7,632
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yaml", "content": " - name: add nginx repo key\n copy: src=nginx_signing.key dest=/tmp/nginx_signing.key \n #- name: add nginx repo list \n # copy: src=nginx.list dest=/etc/apt/sources.list.d/nginx.list\n - name: add nginx repo key\n shell: apt-key add /t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 341, "all_permissive": false }
ansible_role
CodePicnic/codepicnic-cloud
ad36845221e90a6415de88f320c1600495356723
4
ansible/roles/passenger
7,632
[ "no_license" ]
[ { "path": "ansible/roles/passenger/tasks/main.yaml", "content": "- name: enable passenger repo\n apt_repository: repo='deb https://oss-binaries.phusionpassenger.com/apt/passenger trusty main' state=present \n- name: add key\n apt_key: keyserver=keyserver.ubuntu.com id=<KEY>\n- name: apt-get update\n apt:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 605, "all_permissive": false }
ansible_role
CodePicnic/codepicnic-cloud
ad36845221e90a6415de88f320c1600495356723
4
ansible/roles/reboot
7,632
[ "no_license" ]
[ { "path": "ansible/roles/reboot/tasks/main.yaml", "content": " - name: Gather facts\n action: ec2_facts\n - name: restart machine\n #shell: sleep 2 && shutdown -r now \"Ansible updates triggered\" creates=/var/tmp/reboot.txt\n shell: sleep 2 && shutdown -r now \"Ansible updates triggered\"\n asy...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 544, "all_permissive": false }
ansible_role
CodePicnic/codepicnic-cloud
ad36845221e90a6415de88f320c1600495356723
4
ansible/roles/redis
7,632
[ "no_license" ]
[ { "path": "ansible/roles/redis/tasks/main.yaml", "content": " - name: install build-essential \n apt: name=build-essential,tcl8.5 state=latest\n - name: Get redis \n get_url: url=\"http://download.redis.io/releases/redis-stable.tar.gz\" dest=/opt/redis-stable.tar.gz mode=0644\n - name: unzip redis...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 752, "all_permissive": false }
ansible_role
CodePicnic/codepicnic-cloud
ad36845221e90a6415de88f320c1600495356723
4
ansible/roles/ruby22
7,632
[ "no_license" ]
[ { "path": "ansible/roles/ruby22/tasks/main.yaml", "content": "- name: install dev-tools\n apt: name=git,g++,libmysqlclient-dev,libmagick++-dev,libmagickcore-dev,imagemagick,libmagickwand-dev,libxml2-dev,libxslt1-dev,zlib1g-dev state=latest\n- name: enable ruby repo\n apt_repository: repo='deb http://ppa.l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 882, "all_permissive": false }
ansible_role
CodePicnic/codepicnic-cloud
ad36845221e90a6415de88f320c1600495356723
4
ansible/roles/ruby23
7,632
[ "no_license" ]
[ { "path": "ansible/roles/ruby23/tasks/main.yaml", "content": "- name: install dev-tools\n apt: name=git,g++,libmysqlclient-dev,libmagick++-dev,libmagickcore-dev,imagemagick,libmagickwand-dev,libxml2-dev,libxslt1-dev,zlib1g-dev state=latest\n- name: enable ruby repo\n apt_repository: repo='deb http://ppa.l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 882, "all_permissive": false }
ansible_role
CodePicnic/codepicnic-cloud
ad36845221e90a6415de88f320c1600495356723
4
ansible/roles/ssh-keys
7,632
[ "no_license" ]
[ { "path": "ansible/roles/ssh-keys/tasks/main.yaml", "content": " - name: set keys\n authorized_key: user=ubuntu\n key=\"{{ item }}\"\n with_file:\n - gustavo.pub \n - alvaro.pub \n - hector.pub \n", "license_type": "no_license", "detected_licenses": [], "siz...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 161, "all_permissive": false }
ansible_role
CodePicnic/codepicnic-cloud
ad36845221e90a6415de88f320c1600495356723
4
ansible/roles/swarm
7,632
[ "no_license" ]
[ { "path": "ansible/roles/swarm/handlers/main.yaml", "content": " - name: docker-restart \n service: name=docker state=restarted\n - name: systemctl-reload\n systemd: state=restarted daemon_reload=yes name=docker \n", "license_type": "no_license", "detected_licenses": [], "size_bytes"...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1198, "all_permissive": false }
ansible_role
CodePicnic/codepicnic-cloud
ad36845221e90a6415de88f320c1600495356723
4
ansible/roles/swarm-autoscaling
7,632
[ "no_license" ]
[ { "path": "ansible/roles/swarm-autoscaling/tasks/main.yaml", "content": " - name: create launch-configuration-group \n ec2_lc:\n name: \"{{ lc_swarm_name }}\"\n key_name: \"{{ key_swarm_name }}\"\n security_groups: ['sg-33871c4b']\n instance_type: \"{{ type_swarm_node }}\"\n ima...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2543, "all_permissive": false }
ansible_role
CodePicnic/codepicnic-cloud
ad36845221e90a6415de88f320c1600495356723
4
ansible/roles/swarm-common
7,632
[ "no_license" ]
[ { "path": "ansible/roles/swarm-common/handlers/main.yaml", "content": " - name: docker-restart \n service: name=docker state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "ansible/roles/swarm-common/tasks/main.yaml", "content...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 701, "all_permissive": false }
ansible_role
CodePicnic/codepicnic-cloud
ad36845221e90a6415de88f320c1600495356723
4
ansible/roles/swarm-consul
7,632
[ "no_license" ]
[ { "path": "ansible/roles/swarm-consul/tasks/main.yaml", "content": "# - name: print consult_network \n# debug: var=hostvars[item]\n# with_items: \"{{groups['swarm-master']}}\"\n - name: set fact consul_network\n set_fact: consul_network=\"{{ hostvars[item]['ansible_eth0']['ipv4']['address'] }}\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1309, "all_permissive": false }
ansible_role
CodePicnic/codepicnic-cloud
ad36845221e90a6415de88f320c1600495356723
4
ansible/roles/swarm-devpad
7,632
[ "no_license" ]
[ { "path": "ansible/roles/swarm-devpad/tasks/main.yaml", "content": " - name: /pkg dir \n file: path=/pkg state=directory\n - name: mount device\n mount: name=\"/pkg\" src=\"fs-eb9432a2.efs.us-east-1.amazonaws.com:/\" fstype=\"nfs4\" opts=nfsvers=4.1,rsize=1048576,wsize=1048576,hard,timeo=600,retrans...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 254, "all_permissive": false }
ansible_role
CodePicnic/codepicnic-cloud
ad36845221e90a6415de88f320c1600495356723
4
ansible/roles/swarm-ec2
7,632
[ "no_license" ]
[ { "path": "ansible/roles/swarm-ec2/tasks/main.yaml", "content": " - name: run swarm master \n ec2:\n key_name: \"{{ key_swarm_name }}\"\n group: \"{{ sg_swarm_name }}\"\n instance_type: \"{{ type_swarm_node }}\"\n image: \"{{ ami_swarm }}\"\n wait: yes\n wait_timeout: 500\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2657, "all_permissive": false }
ansible_role
CodePicnic/codepicnic-cloud
ad36845221e90a6415de88f320c1600495356723
4
ansible/roles/swarm-ec2-ami
7,632
[ "no_license" ]
[ { "path": "ansible/roles/swarm-ec2-ami/tasks/main.yaml", "content": " - name: run swarm node \n ec2:\n key_name: \"{{ key_swarm_name }}\"\n group: \"{{ sg_swarm_name }}\"\n instance_type: \"t2.micro\"\n image: \"ami-fce3c696\"\n wait: yes\n wait_timeout: 500\n instance...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1160, "all_permissive": false }
ansible_role
CodePicnic/codepicnic-cloud
ad36845221e90a6415de88f320c1600495356723
4
ansible/roles/swarm-manager
7,632
[ "no_license" ]
[ { "path": "ansible/roles/swarm-manager/templates/docker-compose.yaml", "content": "version: '2'\nservices:\n cadvisor:\n image: google/cadvisor:latest\n ports:\n - \"3200:8080\"\n volumes:\n - \"/var/run:/var/run:rw\"\n - \"/sys:/sys:ro\"\n - \"/var/lib/docker/:/var/lib/docker:ro\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1164, "all_permissive": false }
ansible_role
CodePicnic/codepicnic-cloud
ad36845221e90a6415de88f320c1600495356723
4
ansible/roles/swarm-node
7,632
[ "no_license" ]
[ { "path": "ansible/roles/swarm-node/tasks/main.yaml", "content": " - name: Gather facts\n action: ec2_facts\n - name: copy ipt.sh\n copy: src=\"ipt.sh\" dest=/opt/ipt.sh\n - name: pull images\n shell: docker pull registry.codepicnic.com:5000/{{ item }}\n with_items: \"{{ base_images }}\"\n -...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3407, "all_permissive": false }
ansible_role
CodePicnic/codepicnic-cloud
ad36845221e90a6415de88f320c1600495356723
4
ansible/roles/swarm-node-ami
7,632
[ "no_license" ]
[ { "path": "ansible/roles/swarm-node-ami/files/docker-compose.yaml", "content": "version: '2'\nservices:\n swarm-agent:\n image: swarm\n container_name: swarm-${NODE_NAME}\n command: join --advertise=${NODE_IP}:2375 consul://${CONSUL_IP}:8500\n network_mode: bridge\n restart: always\n cadvis...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 5940, "all_permissive": false }
ansible_role
CodePicnic/codepicnic-cloud
ad36845221e90a6415de88f320c1600495356723
4
ansible/roles/swarm-registry
7,632
[ "no_license" ]
[ { "path": "ansible/roles/swarm-registry/tasks/main.yaml", "content": " - name: run registry\n #shell: \"docker run -v /certs:/certs -v /mnt/registry:/var/lib/registry -d -p 5000:5000 -e REGISTRY_HTTP_ADDR=:5000 -e REGISTRY_STORAGE_FILESYSTEM_ROOTDIRECTORY=/var/lib/registry -e REGISTRY_HTTP_TLS_CERTIFICAT...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 800, "all_permissive": false }
ansible_role
CodePicnic/codepicnic-cloud
ad36845221e90a6415de88f320c1600495356723
4
ansible/roles/sysdig
7,632
[ "no_license" ]
[ { "path": "ansible/roles/sysdig/tasks/main.yaml", "content": " - name: apt-key sysdig \n apt_key: url=\"https://s3.amazonaws.com/download.draios.com/DRAIOS-GPG-KEY.public\" state=present\n\n - name: Get Sysdig repo \n get_url: url=\"http://download.draios.com/stable/deb/draios.list\" dest=/etc/apt/...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1453, "all_permissive": false }
ansible_role
CodePicnic/codepicnic-cloud
ad36845221e90a6415de88f320c1600495356723
4
ansible/roles/tuna
7,632
[ "no_license" ]
[ { "path": "ansible/roles/tuna/tasks/main.yaml", "content": "- name: set fact consul_network\n set_fact: swarm_master_ip=\"{{ hostvars[item]['ansible_eth0']['ipv4']['address'] }}\"\n with_items: \"{{ groups['swarm-master'] }}\"\n- name: Pull from registry\n docker_image:\n name: registry.codepicnic.c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 551, "all_permissive": false }
ansible_role
MohammedOsamaHassan/Ansible_Project
75810e5c2db111151914af43284f617a33b2329c
0
roles/apache
7,632
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yaml", "content": "---\n- name: Install Apache on CentOS\n when: ansible_os_family == \"RedHat\"\n ansible.builtin.yum:\n name: httpd\n state: present\n\n- name: Install Apache on Ubuntu\n when: ansible_os_family == \"Debian\"\n ansible.builtin.apt:\n name: ap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 566, "all_permissive": false }
ansible_role
MohammedOsamaHassan/Ansible_Project
75810e5c2db111151914af43284f617a33b2329c
0
roles/mysql
7,632
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yaml", "content": "---\n- name: Install MariaDB for CentOS\n when: ansible_os_family == \"RedHat\"\n ansible.builtin.yum:\n name: mariadb-server\n state: present\n\n- name: Install MariaDB for Ubuntu\n when: ansible_os_family == \"Debian\"\n ansible.builtin.apt:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2737, "all_permissive": false }
ansible_role
MohammedOsamaHassan/Ansible_Project
75810e5c2db111151914af43284f617a33b2329c
0
roles/php
7,632
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yaml", "content": "---\n- name: Install PHP for CentOs\n when: ansible_os_family == \"RedHat\"\n ansible.builtin.yum:\n name:\n - php\n - php-mysqlnd\n - php-gd\n - php-json\n - php-fpm\n - php-xml\n state: present\n\n- name: Install PHP ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 553, "all_permissive": false }
ansible_role
MohammedOsamaHassan/Ansible_Project
75810e5c2db111151914af43284f617a33b2329c
0
roles/wordpress
7,632
[ "no_license" ]
[ { "path": "roles/wordpress/templates/wordpressCentOs.conf.j2", "content": "<VirtualHost *:80>\n ServerAdmin <EMAIL>\n DocumentRoot /var/www/html/wordpress\n ServerName 192.168.195.129\n\n <Directory /var/www/html/wordpress/>\n AllowOverride All\n </Directory>\n\n ErrorLog /var/log/h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2238, "all_permissive": false }
ansible_role
dbekasow/ansible_linux
06cc7f4d1f240b3a81f624b53ab2283003ae7ade
0
roles/development
7,632
[ "no_license" ]
[ { "path": "roles/development/tasks/main.yml", "content": "---\n- name: Install development tools\n ansible.builtin.include_tasks: \"{{ item }}\"\n loop:\n - docker.yml\n - dotnet.yml\n - rust.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 141 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 141, "all_permissive": false }
ansible_role
dbekasow/ansible_linux
06cc7f4d1f240b3a81f624b53ab2283003ae7ade
0
roles/terminal
7,632
[ "no_license" ]
[ { "path": "roles/terminal/tasks/main.yml", "content": "---\n- name: Install terminal\n ansible.builtin.include_tasks: \"{{ item }}\"\n loop:\n - alacritty.yml\n - helix.yml\n - gitui.yml\n - starship.yml\n - zellij.yml\n", "license_type": "no_license", "detected_licenses": [], "...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 893, "all_permissive": false }
ansible_role
dbekasow/ansible_linux
06cc7f4d1f240b3a81f624b53ab2283003ae7ade
0
roles/tools
7,632
[ "no_license" ]
[ { "path": "roles/tools/tasks/skim.yml", "content": "---\n- name: Install skim\n become: true\n ansible.builtin.package:\n name: skim\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "roles/tools/tasks/main.yml", "conte...
{ "task_files": 21, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 21, "total_bytes": 4654, "all_permissive": false }
ansible_role
M507/Ansible-SOS-Agents-Installation-On-Clients
c5e07e65184bb67b2030eee0bdaf8b6889be34c9
1
roles/nix_monitor
7,632
[ "no_license" ]
[ { "path": "roles/nix_monitor/tasks/fleet.yml", "content": "---\n- name: Copy Fleet launcher package if Debian/Ubuntu\n copy:\n src: nix/deb-launcher.deb\n dest: /tmp/deb-launcher.deb\n when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'\n\n- name: Install Fleet launcher if deb...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1512, "all_permissive": false }
ansible_role
M507/Ansible-SOS-Agents-Installation-On-Clients
c5e07e65184bb67b2030eee0bdaf8b6889be34c9
1
roles/win_monitor
7,632
[ "no_license" ]
[ { "path": "roles/win_monitor/tasks/main.yml", "content": "---\n\n- name: Creating Temporary Directory\n win_file:\n path: 'C:\\tmp\\'\n state: directory\n\n- name: Include Winlogbeat\n include_tasks: winlogbeat.yml\n tags: winlogbeat\n when: 'winlogbeat'\n\n- name: Include Fleet\n include_tasks: ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1716, "all_permissive": false }
ansible_role
chandralekhasingasani/practice-ansible
386fb142064fdb3825b946e88011acb02705a913
0
roles/cart
7,632
[ "no_license" ]
[ { "path": "roles/cart/tasks/main.yml", "content": "- name: Run tasks from nodejs\n ansible.builtin.import_role:\n name: common\n tasks_from: nodejs\n\n- name: Run tasks from systemd\n ansible.builtin.import_role:\n name: common\n tasks_from: systemd", "license_type": "no_license", "det...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 204, "all_permissive": false }
ansible_role
chandralekhasingasani/practice-ansible
386fb142064fdb3825b946e88011acb02705a913
0
roles/common
7,632
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: Setup Hostname\n ansible.builtin.shell: set-hostname {{COMPONENT}} &\n become: yes\n\n- name: Install multi python packages with version specifiers\n ansible.builtin.pip:\n name:\n - boto3 >= 1.22.0\n - botocore >= 1.25.0\n exec...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 4498, "all_permissive": false }
ansible_role
chandralekhasingasani/practice-ansible
386fb142064fdb3825b946e88011acb02705a913
0
roles/frontend
7,632
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "- name: Install Nginx\n ansible.builtin.yum:\n name: nginx\n state: latest\n\n- name: Remove files\n ansible.builtin.file:\n path: /usr/share/nginx/html\n state: absent\n\n- name: Unarchive a file that needs to be downloaded\n ansible.bui...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 872, "all_permissive": false }
ansible_role
chandralekhasingasani/practice-ansible
386fb142064fdb3825b946e88011acb02705a913
0
roles/mongodb
7,632
[ "no_license" ]
[ { "path": "roles/mongodb/vars/main.yml", "content": "COMPONENT: momgodb", "license_type": "no_license", "detected_licenses": [], "size_bytes": 18 }, { "path": "roles/mongodb/tasks/main.yml", "content": "- name: Copy mongo repo\n ansible.builtin.copy:\n src: mongo.repo\n dest: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 866, "all_permissive": false }
ansible_role
chandralekhasingasani/practice-ansible
386fb142064fdb3825b946e88011acb02705a913
0
roles/mysql
7,632
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: Copy mysql repo\n ansible.builtin.copy:\n src: mysql.repo\n dest: /etc/yum.repos.d/mysql.repo\n\n- name: Install mysql-community-server\n ansible.builtin.yum:\n name:\n - mysql-community-server\n - MySQL-python\n state: inst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1434, "all_permissive": false }
ansible_role
chandralekhasingasani/practice-ansible
386fb142064fdb3825b946e88011acb02705a913
0
roles/payment
7,632
[ "no_license" ]
[ { "path": "roles/payment/tasks/main.yml", "content": "- name: Run tasks from python\n ansible.builtin.import_role:\n name: common\n tasks_from: python\n\n- name: Run tasks from systemd\n ansible.builtin.import_role:\n name: common\n tasks_from: systemd\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 205, "all_permissive": false }
ansible_role
chandralekhasingasani/practice-ansible
386fb142064fdb3825b946e88011acb02705a913
0
roles/prometheus
7,632
[ "no_license" ]
[ { "path": "roles/prometheus/tasks/main.yml", "content": "- name: Run tasks from prometheus role\n ansible.builtin.import_role:\n name: prometheus\n tasks_from: server", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 }, { "path": "roles/prometheus/templat...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1666, "all_permissive": false }
ansible_role
chandralekhasingasani/practice-ansible
386fb142064fdb3825b946e88011acb02705a913
0
roles/rabbitmq
7,632
[ "no_license" ]
[ { "path": "roles/rabbitmq/tasks/main.yml", "content": "- name: Setup YUM Repos\n ansible.builtin.shell: curl -s https://packagecloud.io/install/repositories/rabbitmq/rabbitmq-server/script.rpm.sh | sudo bash\n\n- name: Install RabbitMQ & Erlang\n yum:\n name:\n - https://github.com/rabbitmq/erlang...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 719, "all_permissive": false }
ansible_role
chandralekhasingasani/practice-ansible
386fb142064fdb3825b946e88011acb02705a913
0
roles/redis
7,632
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "- name: Install packages\n ansible.builtin.shell: curl -L https://raw.githubusercontent.com/roboshop-devops-project/redis/main/redis.repo -o /etc/yum.repos.d/redis.repo\n\n- name: Install packages\n ansible.builtin.yum:\n name:\n - redis-6.2.11\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 571, "all_permissive": false }
ansible_role
chandralekhasingasani/practice-ansible
386fb142064fdb3825b946e88011acb02705a913
0
roles/shipping
7,632
[ "no_license" ]
[ { "path": "roles/shipping/tasks/main.yml", "content": "- name: Run tasks from java\n ansible.builtin.import_role:\n name: common\n tasks_from: java\n\n- name: Run tasks from systemd\n ansible.builtin.import_role:\n name: common\n tasks_from: systemd", "license_type": "no_license", "det...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 200, "all_permissive": false }
ansible_role
psamagal/vagrant-haproxy-keepalived
0fd4ed78a6543f2e0ac9bd4b5c233df52629cb46
0
provision/roles/haproxy
7,632
[ "no_license" ]
[ { "path": "provision/roles/haproxy/templates/rsyslog.conf.j2", "content": "# Provides UDP syslog reception\n$ModLoad imudp\n$UDPServerRun 514\n$UDPServerAddress 127.0.0.1\n\nif ($programname == 'haproxy' and $syslogseverity-text == 'info') then -/var/log/haproxy/haproxy-info.log\n& ~\nif ($programname == 'h...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2842, "all_permissive": false }
ansible_role
psamagal/vagrant-haproxy-keepalived
0fd4ed78a6543f2e0ac9bd4b5c233df52629cb46
0
provision/roles/keepalived
7,632
[ "no_license" ]
[ { "path": "provision/roles/keepalived/tasks/main.yml", "content": "---\n- name: \"Ensure Keepalived is installed\"\n yum:\n name: keepalived\n state: installed\n become: true\n\n- name: Configure Ip local band\n sysctl:\n name: net.ipv4.ip_nonlocal_bind\n value: 1\n sysctl_set: yes\n st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1714, "all_permissive": false }
ansible_role
psamagal/vagrant-haproxy-keepalived
0fd4ed78a6543f2e0ac9bd4b5c233df52629cb46
0
provision/roles/nginx
7,632
[ "no_license" ]
[ { "path": "provision/roles/nginx/vars/main.yml", "content": "app_name: demo\napp_user: demo\ngroup_user: demo\n\napp_home: /opt/webapp\n\napp_response: \"OK\"\nport_number: 8080", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 }, { "path": "provision/roles/nginx...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 526, "all_permissive": false }
ansible_role
sdelrio/acd-simple-backup
c47e79613bdde00bfad6afaaa881a975c2d73f1a
2
ansible/roles/acd-cli
7,632
[ "no_license" ]
[ { "path": "ansible/roles/acd-cli/tasks/main.yml", "content": "---\n# tasks file for acd-cli\n- include: \"{{ansible_distribution}}.yml\"\n\n#- name: Clone acd_cli rrepo\n# git:\n# repo=git://foosball.example.org/path/to/repo.git\n# dest=/srv/checkout\n# version=release-0.22\n#\n# pip3 ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2433, "all_permissive": false }
ansible_role
sdelrio/acd-simple-backup
c47e79613bdde00bfad6afaaa881a975c2d73f1a
2
ansible/roles/common
7,632
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "- name: Make sure not needed services are not running\n service:\n name: \"{{ item }}\"\n state: stopped\n enabled: no\n ignore_errors: yes\n with_items: obsolete_services\n tags: [common]\n", "license_type": "no_license", "de...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 251, "all_permissive": false }
ansible_role
chrisbergeron/cbmaster
e04e495c848194059922e55fa7fc8bd15a5f233c
0
roles/common
7,632
[ "no_license" ]
[ { "path": "roles/common/meta/main.yml", "content": "---\nallow_duplicates: no\ndependencies:\n - { role: remote-facts }\n - { role: user-public-keys, when: \"ansible_local is not defined or 'user_public_keys' not in ansible_local.keys() or 'provisioned' not in ansible_local.user_public_keys.keys() or not ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3571, "all_permissive": false }
ansible_role
davidasnider/ansible_home
62ab3648b304d797fcb4feac7ab384f8499ef555
0
roles/localhost
7,632
[ "no_license" ]
[ { "path": "roles/localhost/tasks/local-mac.yml", "content": "# ansible-task\n- name: Ensure ~/code directory exists\n ansible.builtin.file:\n path: \"{{ lookup('env', 'HOME') }}/code\"\n state: directory\n mode: '0755'\n\n- name: Install Homebrew if not present\n ansible.builtin.shell: |\n /bi...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 7762, "all_permissive": false }
ansible_role
cocofemi/udacity_ci-cd_project
30e0b4c4f5eececd96ddfb55c27d6058a5322675
1
.circleci/ansible/roles/python
7,632
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/python/tasks/main.yml", "content": "---\n- name: \"install python for Ansible.\"\n become: true\n raw: test -e /usr/bin/python3 || (apt -y update && apt install -y python3)\n changed_when: false", "license_type": "no_license", "detected_licenses": [], "size_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 155, "all_permissive": false }
ansible_role
cocofemi/udacity_ci-cd_project
30e0b4c4f5eececd96ddfb55c27d6058a5322675
1
.circleci/ansible/roles/setup
7,632
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/setup/tasks/main.yml", "content": "---\n- name: \"update apt packages.\"\n become: yes\n apt:\n update_cache: yes\n\n- name: \"upgrade packages\"\n become: yes\n apt:\n upgrade: yes\n ", "license_type": "no_license", "detected_licenses": [], "size_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 148, "all_permissive": false }
ansible_role
nsameera/playbooks
f3da0679a6ddc2a06fe20edd2e55eacf9e947c8c
0
roles/config-apache
7,632
[ "no_license" ]
[ { "path": "roles/config-apache/templates/httpd-vs.conf.j2", "content": "## Another Virtual hosts statemes ending in </VirtualHost> ###\n<VirtualHost *:443>\nServerName \"{{ sitename }}.com\"\nDocumentRoot \"/var/www/{{ sitename }}\"\nErrorLog \"/var/log/httpd/{{ sitename }}-ssl_error_log\"\n<IfModule log_co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1662, "all_permissive": false }
ansible_role
nsameera/playbooks
f3da0679a6ddc2a06fe20edd2e55eacf9e947c8c
0
roles/create-files
7,632
[ "no_license" ]
[ { "path": "roles/create-files/tasks/main.yml", "content": "---\n- name: create a file\n file:\n path: /home/playbooks/file1.txt\n state: touch\n when: true == true\n\n\n- name: create a directory\n file:\n path: /home/playbooks/smaran\n state: directory\n\n- name: create a file\n file:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 290, "all_permissive": false }
ansible_role
nsameera/playbooks
f3da0679a6ddc2a06fe20edd2e55eacf9e947c8c
0
roles/generate-ssl
7,632
[ "no_license" ]
[ { "path": "roles/generate-ssl/tasks/main.yml", "content": "---\n- name: Ensure directory exists for local self-signed TLS certs.\n file:\n path: \"{{ ssl_folder_location }}\"\n state: directory\n \n- name: Generate an OpenSSL private key.\n openssl_privatekey:\n path: \"{{ ssl_folder_location }}/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 800, "all_permissive": false }
ansible_role
nsameera/playbooks
f3da0679a6ddc2a06fe20edd2e55eacf9e947c8c
0
roles/install-apache
7,632
[ "no_license" ]
[ { "path": "roles/install-apache/tasks/main.yml", "content": "---\n- name: install package\n yum:\n name: httpd\n state: latest\n\n- name: start a service\n command: /usr/sbin/apachectl -k restart\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 136, "all_permissive": false }
ansible_role
nsameera/playbooks
f3da0679a6ddc2a06fe20edd2e55eacf9e947c8c
0
roles/install-mysql
7,632
[ "no_license" ]
[ { "path": "roles/install-mysql/tasks/main.yml", "content": "---\n- name: copy the mysql-community-server.repo file to /etc/yum.repos.d\n copy:\n src: mysql-community-source.repo\n dest: /etc/yum.repos.d/mysql-community-source.repo\n\n- name: copy the mysql-community.repo file to /etc/yum.repos.d\n c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 482, "all_permissive": false }
ansible_role
D3jag0re/multi-container-application
103b57e040379b1293dd53f2584db363b6af1299
0
ansible/roles/app
7,633
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/main.yml", "content": "---\n- name: Run Docker Compose \n shell: |\n docker compose -f /temp/docker-compose.yml up -d \n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 98, "all_permissive": false }
ansible_role
D3jag0re/multi-container-application
103b57e040379b1293dd53f2584db363b6af1299
0
ansible/roles/base
7,633
[ "no_license" ]
[ { "path": "ansible/roles/base/tasks/main.yml", "content": "---\n- name: Update apt cache\n apt:\n update_cache: yes\n\n- name: Install common packages\n apt:\n name:\n - git\n - curl\n - unzip\n - python3-pip\n state: present", "license_type": "no_license", "detected_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 185, "all_permissive": false }
ansible_role
comitat/epam_Internship_ansible
38c8adb5cfcf503216937c6754f890a74be4691e
0
roles/etchosts
7,633
[ "no_license" ]
[ { "path": "roles/etchosts/tasks/main.yml", "content": "---\n- name: configure hosts\n become: true\n template:\n src: templates/hosts.j2\n dest: /etc/hosts\n mode: 0644\n backup: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 }, { "path": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 241, "all_permissive": false }
ansible_role
comitat/epam_Internship_ansible
38c8adb5cfcf503216937c6754f890a74be4691e
0
roles/task5
7,633
[ "no_license" ]
[ { "path": "roles/task5/tasks/main.yml", "content": "---\n- name: install httpd\n yum:\n name: httpd\n update_cache: true\n state: \"{{ apache_package_state }}\"\n become: true\n\n- name: ensure httpd is enabled and running\n service:\n name: httpd\n state: \"{{ apache_state }}\"\n enabl...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1733, "all_permissive": false }
ansible_role
comitat/epam_Internship_ansible
38c8adb5cfcf503216937c6754f890a74be4691e
0
roles/task6
7,633
[ "no_license" ]
[ { "path": "roles/task6/tasks/main.yml", "content": "---\n- name: install vsftpd\n yum: \n name: vsftpd\n update_cache: true\n state: \"{{ vsftpd_package_state }}\"\n become: true\n\n- include_tasks: selinux.yml\n\n- name: copy vsftpd.conf\n template:\n src: templates/vsftpd.conf.j2\n dest:...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2740, "all_permissive": false }
ansible_role
jjballard/ansible-artemis
ff9aac25ff59885ea1e0713b588bb021941df705
0
roles/artemis
7,633
[ "no_license" ]
[ { "path": "roles/artemis/tasks/main.yml", "content": "- name: be sure wine is installed\n yum: pkg=wine state=installed\n tags: wine\n\n- name: install winetricks\n tags: wine\n copy: src=/usr/bin/winetricks dest=/usr/bin/winetricks owner:root group:root mode=0755\n\n#- name: Copy Artemis Installer\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1034, "all_permissive": false }
ansible_role
jjballard/ansible-artemis
ff9aac25ff59885ea1e0713b588bb021941df705
0
roles/common
7,633
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: run yum upgrade\n command: yum upgrade\n\n- name: be sure ntp is installed\n yum: pkg=ntp state=installed\n tags: ntp\n\n#- name: be sure ntp is configured\n# template: src=ntp.conf.j2 dest=/etc/ntp.conf\n# notify:\n# - restart ntpd\n# ta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 452, "all_permissive": false }
ansible_role
matbu/os-tripleo-module
47d13a26bf4dd2a7c60624a861cf85dd88b69e30
0
tripleo-poc/roles/overcloud
7,633
[ "no_license" ]
[ { "path": "tripleo-poc/roles/overcloud/tasks/main.yaml", "content": "- name: deploy overcloud\n os_tripleo_overcloud:\n state: present\n libvirt-type: qemu\n network-isolation: True\n environment_file: [\"network_environment.yaml\"]\n", "license_type": "no_license", "detected_licenses":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 170, "all_permissive": false }
ansible_role
matbu/os-tripleo-module
47d13a26bf4dd2a7c60624a861cf85dd88b69e30
0
tripleo-poc/roles/provision
7,633
[ "no_license" ]
[ { "path": "tripleo-poc/roles/provision/tasks/main.yaml", "content": "- name: add stack user\n user:\n name: 'stack'\n password: '<PASSWORD>'\n\n- name: provision host\n os_tripleo_provision:\n repo: ['http://trunk.rdoproject.org/centos7/delorean-deps.repo']\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 193, "all_permissive": false }
ansible_role
niteshpant/public-teksystems-cybersecurity
505057e93331426a5b19093a14e34479e8fc3627
0
part-3-cicd-principles/ansible/roles/webserver
7,633
[ "no_license" ]
[ { "path": "part-3-cicd-principles/ansible/roles/webserver/handlers/main.yml", "content": "---\n# handlers file for webserver\n\n- name: restart\n service:\n name: nginx\n state: reloaded", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "part-3...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 603, "all_permissive": false }
ansible_role
jbrinksmeier/ac-template-bug
feb47e52ec2552e7cda69d52c1e8962551f8448e
0
roles/some-template
7,633
[ "no_license" ]
[ { "path": "roles/some-template/files/my-template.conf.j2", "content": "{{ my_var }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 13 }, { "path": "roles/some-template/defaults/main.yml", "content": "---\nfile_path: '/root/file/my-template.conf'\nmy_var: 'on...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 199, "all_permissive": false }
ansible_role
allancalix/devmachine
9a144ceca358fd5c63682546a66925a55ee2ac23
0
roles/common
7,633
[ "no_license" ]
[ { "path": "roles/common/defaults/main.yaml", "content": "repos:\n - repo: allancalix/dotfiles\n branch: main\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "roles/common/tasks/layout.yaml", "content": "# Layout commonly used directories.\...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1672, "all_permissive": false }
ansible_role
allancalix/devmachine
9a144ceca358fd5c63682546a66925a55ee2ac23
0
roles/darwin
7,633
[ "no_license" ]
[ { "path": "roles/darwin/tasks/main.yaml", "content": "- name: Set MacOS system settings\n become: true\n shell: \"macos.sh\"\n tags:\n - never\n - init\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 100, "all_permissive": false }
ansible_role
allancalix/devmachine
9a144ceca358fd5c63682546a66925a55ee2ac23
0
roles/dotfiles
7,633
[ "no_license" ]
[ { "path": "roles/dotfiles/handlers/main.yaml", "content": "---\n- name: Run post install script\n shell: \"{{ playbook_dir }}/POST-INSTALL.sh\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "roles/dotfiles/vars/main.yaml", "content": "rescr...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2084, "all_permissive": false }
ansible_role
allancalix/devmachine
9a144ceca358fd5c63682546a66925a55ee2ac23
0
roles/gnupg
7,633
[ "no_license" ]
[ { "path": "roles/gnupg/tasks/main.yaml", "content": "- name: Ensures GPG config directory exists\n file:\n path: \"{{ ansible_env.HOME }}/.gnupg\"\n mode: u+rwx,g-rwx,o-rwx\n state: directory\n\n- name: Copies platform specific GPG configs\n template: src=\"{{ ansible_os_family }}_{{ item }}\" de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 354, "all_permissive": false }
ansible_role
allancalix/devmachine
9a144ceca358fd5c63682546a66925a55ee2ac23
0
roles/homebrew
7,633
[ "no_license" ]
[ { "path": "roles/homebrew/tasks/apps.yaml", "content": "- name: Update coreutils\n homebrew:\n name: \"{{ item }}\"\n state: latest\n loop:\n - coreutils\n - ssh-copy-id\n- name: Install Git\n homebrew:\n name: \"{{ item }}\"\n state: latest\n loop:\n - git-delta\n - git-absorb\n...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1227, "all_permissive": false }
ansible_role
allancalix/devmachine
9a144ceca358fd5c63682546a66925a55ee2ac23
0
roles/neovim
7,633
[ "no_license" ]
[ { "path": "roles/neovim/defaults/main.yaml", "content": "# Update an existing neovim binary in the destination location.\nneovim_update: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 }, { "path": "roles/neovim/tasks/main.yaml", "content": "- name: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 313, "all_permissive": false }
ansible_role
allancalix/devmachine
9a144ceca358fd5c63682546a66925a55ee2ac23
0
roles/nix
7,633
[ "no_license" ]
[ { "path": "roles/nix/tasks/main.yaml", "content": "- name: Install system packages\n environment:\n PATH: \"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\"\n shell: |\n set -euxo pipefail\n source ~/.nix-profile/etc/profile.d/nix.sh\n nix-env -i {{ item }}\n loop:\n - neovi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 508, "all_permissive": false }
ansible_role
allancalix/devmachine
9a144ceca358fd5c63682546a66925a55ee2ac23
0
roles/rust
7,633
[ "no_license" ]
[ { "path": "roles/rust/tasks/main.yaml", "content": "- name: Create temporary install directory\n tempfile:\n state: directory\n suffix: .install\n register: temp_install_dir\n changed_when: false\n\n- name: Install RustUp\n shell: |\n set -o pipefail\n curl https://sh.rustup.rs -sSf | sh -s ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 647, "all_permissive": false }