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
erikauer/kubernetes-cluster-runbook
1547056177fa5dc4917d589c517b69069e8e2b79
3
ansible-playbook/roles/coreos-raw-python-install
8,000
[ "no_license" ]
[ { "path": "ansible-playbook/roles/coreos-raw-python-install/tasks/install-python.yml", "content": "- name: Setup for Ansible - Install Python on CoreOS\n raw: wget -qO- https://raw.githubusercontent.com/judexzhu/Install-Python-on-CoreOs/master/install-python.sh | sudo bash\n", "license_type": "no_licen...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 217, "all_permissive": false }
ansible_role
erikauer/kubernetes-cluster-runbook
1547056177fa5dc4917d589c517b69069e8e2b79
3
ansible-playbook/roles/etcd-provisioning
8,000
[ "no_license" ]
[ { "path": "ansible-playbook/roles/etcd-provisioning/tasks/configure-flannel-network.yml", "content": "- name: Be sure that etcd has started\n wait_for:\n host: \"{{ groups.etcd_nodes | first }}\"\n port: 2379\n- name: Configure flannel network in etcd - nodes\n uri:\n url: \"http://{{ groups.etcd...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 887, "all_permissive": false }
ansible_role
erikauer/kubernetes-cluster-runbook
1547056177fa5dc4917d589c517b69069e8e2b79
3
ansible-playbook/roles/kubernetes-master-provisioning
8,000
[ "no_license" ]
[ { "path": "ansible-playbook/roles/kubernetes-master-provisioning/tasks/setup-kube-scheduler-pod.yml", "content": "- name: Deploy kube-scheduler manifest\n template: src=kube-scheduler.yaml dest=/etc/kubernetes/manifests/kube-scheduler.yaml\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 2303, "all_permissive": false }
ansible_role
erikauer/kubernetes-cluster-runbook
1547056177fa5dc4917d589c517b69069e8e2b79
3
ansible-playbook/roles/kubernetes-worker-provisioning
8,000
[ "no_license" ]
[ { "path": "ansible-playbook/roles/kubernetes-worker-provisioning/tasks/setup-worker-kubeconfig-pod.yml", "content": "- name: Deploy worker kubeconfig pod manifest\n template: src=worker-kubeconfig.yaml dest=/etc/kubernetes/manifests/worker-kubeconfig.yaml\n", "license_type": "no_license", "detected...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 2910, "all_permissive": false }
ansible_role
kaarthikvm/AmazonWebService-AWS
a1b3ce6496c2bdbcb7f65fc2f2fad8ddcd7276ce
0
myansible/roles/myapache
8,000
[ "no_license" ]
[ { "path": "myansible/roles/myapache/tasks/main.yml", "content": "---\n - name: remove apache\n apt:\n name: apache2\n state: absent\n - name: install apache\n apt:\n name: apache2\n state: present\n - name: stop apache service\n service:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 382, "all_permissive": false }
ansible_role
kedwards/aaf
e6ead53d6804a023474f4aa48955cb5bc91e05aa
0
ansible/playbooks/roles/codebuild
8,000
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/codebuild/tasks/main.yml", "content": "---\n- name: Create codebuild resources\n amazon.aws.cloudformation:\n stack_name: \"{{ stack_prefix }}-codebuild\"\n state: present\n region: \"{{ aws_region }}\"\n template: \"{{ cf_dir }}/codebuild.aws.yml\"\n creat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 707, "all_permissive": false }
ansible_role
kedwards/aaf
e6ead53d6804a023474f4aa48955cb5bc91e05aa
0
ansible/playbooks/roles/codebuild_vpc
8,000
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/codebuild_vpc/tasks/main.yml", "content": "---\n- name: Set stack name\n ansible.builtin.set_fact:\n endpoints_stack_name: \"{{ stack_prefix }}-endpoints\"\n network_stack_name: \"{{ stack_prefix }}-network\"\n\n- name: Get facts about network stack\n amazon.aws.cl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1669, "all_permissive": false }
ansible_role
kedwards/aaf
e6ead53d6804a023474f4aa48955cb5bc91e05aa
0
ansible/playbooks/roles/codecommit
8,000
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/codecommit/tasks/main.yml", "content": "---\n- name: Create codecommit repositories\n amazon.aws.cloudformation:\n stack_name: \"{{ stack_prefix }}-codecommit\"\n state: present\n region: \"{{ aws_region }}\"\n template: \"{{ cf_dir }}/codecommit.aws.yml\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 478, "all_permissive": false }
ansible_role
kedwards/aaf
e6ead53d6804a023474f4aa48955cb5bc91e05aa
0
ansible/playbooks/roles/codepipeline
8,000
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/codepipeline/tasks/main.yml", "content": "---\n- name: Create codepipeline resources\n amazon.aws.cloudformation:\n stack_name: \"{{ stack_prefix }}-codepipeline\"\n state: present\n region: \"{{ aws_region }}\"\n template: \"{{ cf_dir }}/codepipeline.aws.yml\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 428, "all_permissive": false }
ansible_role
kedwards/aaf
e6ead53d6804a023474f4aa48955cb5bc91e05aa
0
ansible/playbooks/roles/compute
8,000
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/compute/tasks/main.yml", "content": "---\n- name: Set stack name\n ansible.builtin.set_fact:\n endpoints_stack_name: \"{{ stack_prefix }}-endpoints\"\n network_stack_name: \"{{ stack_prefix }}-network\"\n\n- name: Get facts about network stack\n amazon.aws.cloudfor...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3525, "all_permissive": false }
ansible_role
kedwards/aaf
e6ead53d6804a023474f4aa48955cb5bc91e05aa
0
ansible/playbooks/roles/destroy
8,000
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/destroy/files/delete-ssm-parameters.sh", "content": "#!/bin/bash\n\nprefix=\"${1}\"\n\nif [ -z \"${prefix}\" ] ; then\n\techo \"Please provide a prefix\"\n\texit 1\nfi\n\naws ssm delete-parameters --name $(aws ssm describe-parameters --query \"Parameters[?contains(Name, '$...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4073, "all_permissive": false }
ansible_role
kedwards/aaf
e6ead53d6804a023474f4aa48955cb5bc91e05aa
0
ansible/playbooks/roles/ec2_keypair
8,000
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/ec2_keypair/tasks/main.yml", "content": "---\n- name: Set key_name fact\n ansible.builtin.set_fact:\n key_name: \"{{ private_key | basename | split('.') | first }}\"\n\n- name: Check if keyfile exists\n ansible.builtin.stat:\n path: \"{{ private_key }}\"\n registe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1204, "all_permissive": false }
ansible_role
kedwards/aaf
e6ead53d6804a023474f4aa48955cb5bc91e05aa
0
ansible/playbooks/roles/httpd
8,000
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/httpd/tasks/main.yml", "content": "---\n- name: Ensure the latest list of packages are installed\n ansible.builtin.yum:\n name: \"{{ packages }}\"\n state: present\n vars:\n packages:\n - httpd\n - httpd-tools\n - php\n\n- name: Deploy apache conf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2840, "all_permissive": false }
ansible_role
kedwards/aaf
e6ead53d6804a023474f4aa48955cb5bc91e05aa
0
ansible/playbooks/roles/iam
8,000
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/iam/tasks/main.yml", "content": "---\n- name: Create iam resources\n amazon.aws.cloudformation:\n stack_name: \"{{ stack_prefix }}-iam\"\n state: present\n region: \"{{ aws_region }}\"\n template: \"{{ cf_dir }}/iam.aws.yml\"\n create_changeset: \"{{ create...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 241, "all_permissive": false }
ansible_role
kedwards/aaf
e6ead53d6804a023474f4aa48955cb5bc91e05aa
0
ansible/playbooks/roles/integration_tests
8,000
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/integration_tests/tasks/main.yml", "content": "---\n- name: Set 'stack_name' variable\n ansible.builtin.set_fact:\n stack_name: \"{{ stack_prefix }}-network\"\n\n- name: Get facts about the cfn network stack\n amazon.aws.cloudformation_info:\n stack_name: \"{{ stac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2079, "all_permissive": false }
ansible_role
kedwards/aaf
e6ead53d6804a023474f4aa48955cb5bc91e05aa
0
ansible/playbooks/roles/lambda
8,000
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/lambda/tasks/main.yml", "content": "---\n- name: Find all lambda folders\n ansible.builtin.find:\n paths: \"{{ root_dir }}/lambda\"\n recurse: false\n file_type: directory\n register: lambda_functions\n\n- name: Set function names\n ansible.builtin.set_fact:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3124, "all_permissive": false }
ansible_role
kedwards/aaf
e6ead53d6804a023474f4aa48955cb5bc91e05aa
0
ansible/playbooks/roles/network
8,000
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/network/tasks/main.yml", "content": "---\n- name: Set stack_name fact\n ansible.builtin.set_fact:\n stack_name: \"{{ stack_prefix }}-network\"\n\n- name: Create network resources\n amazon.aws.cloudformation:\n stack_name: \"{{ stack_name }}\"\n state: present\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2316, "all_permissive": false }
ansible_role
kedwards/aaf
e6ead53d6804a023474f4aa48955cb5bc91e05aa
0
ansible/playbooks/roles/s3bucket
8,000
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/s3bucket/tasks/main.yml", "content": "---\n- name: Create s3 bucket resources\n amazon.aws.cloudformation:\n stack_name: \"{{ stack_prefix }}-s3bucket\"\n state: present\n region: \"{{ aws_region }}\"\n template: \"{{ cf_dir }}/s3bucket.aws.yml\"\n create_c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 394, "all_permissive": false }
ansible_role
kedwards/aaf
e6ead53d6804a023474f4aa48955cb5bc91e05aa
0
ansible/playbooks/roles/security
8,000
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/security/tasks/main.yml", "content": "---\n- name: Set stack name\n ansible.builtin.set_fact:\n endpoints_stack_name: \"{{ stack_prefix }}-endpoints\"\n network_stack_name: \"{{ stack_prefix }}-network\"\n\n- name: Get facts about network stack\n amazon.aws.cloudfo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 833, "all_permissive": false }
ansible_role
kedwards/aaf
e6ead53d6804a023474f4aa48955cb5bc91e05aa
0
ansible/playbooks/roles/setup
8,000
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/setup/tasks/main.yml", "content": "---\n- name: Get git root directory\n ansible.builtin.shell: >\n git rev-parse --show-toplevel\n register: cmd_output\n changed_when: false\n\n- name: Set root directory variable\n ansible.builtin.set_fact:\n root_dir: \"{{ cmd_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 366, "all_permissive": false }
ansible_role
kedwards/aaf
e6ead53d6804a023474f4aa48955cb5bc91e05aa
0
ansible/playbooks/roles/ssm_parameters
8,000
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/ssm_parameters/tasks/main.yml", "content": "---\n- name: Set default ssm paramaters\n ansible.builtin.set_fact:\n default_ssm_parameters:\n - { type: \"SecureString\", name: \"/{{ ssm_parameter_path }}/ansible_private_key\", description: \"Ansible private key for EC...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2092, "all_permissive": false }
ansible_role
kedwards/aaf
e6ead53d6804a023474f4aa48955cb5bc91e05aa
0
ansible/playbooks/roles/template
8,000
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/template/tasks/main.yml", "content": "---\n- name: Template buildspec files\n ansible.builtin.template:\n src: \"{{ item }}\"\n dest: \"{{ root_dir }}/buildspec/{{ item | basename | regex_replace('buildspec_', '') | regex_replace('\\\\.j2$', '') }}\"\n mode: \"0...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 297, "all_permissive": false }
ansible_role
neodyland/mail-ansible
19d40c284f9bea5c588d1dd047c8decd37eef9fc
0
roles/ldap
8,003
[ "no_license" ]
[ { "path": "roles/ldap/tasks/main.yml", "content": "---\n- name: Install dependencies (1)\n ansible.builtin.apt:\n name:\n - debconf-utils\n update_cache: true\n\n- name: Reconfigure slapd\n ansible.builtin.debconf:\n name: slapd\n question: \"{{ item.name }}\"\n value: \"{{ item.value }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1164, "all_permissive": false }
ansible_role
neodyland/mail-ansible
19d40c284f9bea5c588d1dd047c8decd37eef9fc
0
roles/postfix
8,003
[ "no_license" ]
[ { "path": "roles/postfix/tasks/main.yml", "content": "---\n- name: Install postfix\n ansible.builtin.apt:\n name:\n - postfix\n - postfix-ldap\n\n- name: Set Postfix config\n ansible.builtin.template:\n src: postfix.main.cf\n dest: /etc/postfix/main.cf", "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
klingtnet/klingt.net
11c95eee816721232aedd7eb366e9efb10bf892a
10
roles/caddy
8,003
[ "no_license" ]
[ { "path": "roles/caddy/defaults/main.yml", "content": "caddy_user: caddy\ncaddy_group: caddy\ncaddy_path: /usr/bin/caddy\ncaddy_prometheus_port: 9180\ncaddy_file_browser_root: \"/home/{{ caddy_user }}/files.{{ domain }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 1...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2622, "all_permissive": false }
ansible_role
klingtnet/klingt.net
11c95eee816721232aedd7eb366e9efb10bf892a
10
roles/common
8,003
[ "no_license" ]
[ { "path": "roles/common/defaults/main.yml", "content": "locale: en_US.UTF-8\ndomain: klingt.net\ndomain_version: unknown-version\ndb_name: klingt-net\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 }, { "path": "roles/common/tasks/main.yml", "content": "- ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1745, "all_permissive": false }
ansible_role
klingtnet/klingt.net
11c95eee816721232aedd7eb366e9efb10bf892a
10
roles/gitea
8,003
[ "no_license" ]
[ { "path": "roles/gitea/defaults/main.yml", "content": "gitea_user: gitea\ngitea_group: gitea\ngitea_db_name: gitea\ngitea_path: /usr/bin/gitea\ngitea_port: 10000\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 103 }, { "path": "roles/gitea/handlers/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2663, "all_permissive": false }
ansible_role
klingtnet/klingt.net
11c95eee816721232aedd7eb366e9efb10bf892a
10
roles/grafana
8,003
[ "no_license" ]
[ { "path": "roles/grafana/tasks/main.yml", "content": "- name: \"Create group {{ grafana_group }}\"\n become: true\n group:\n name: \"{{ grafana_group }}\"\n- name: Create grafana user\n become: true\n user:\n name: \"{{ grafana_user }}\"\n comment: \"Grafana run user\"\n append: true\n gr...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2236, "all_permissive": false }
ansible_role
klingtnet/klingt.net
11c95eee816721232aedd7eb366e9efb10bf892a
10
roles/klingt.net
8,003
[ "no_license" ]
[ { "path": "roles/klingt.net/tasks/main.yml", "content": "- name: Build klingt.net\n command: make -B -C ./build/klingt.net\n delegate_to: localhost\n- name: \"Create {{ web_root }}\"\n file:\n state: directory\n path: \"{{ web_root }}/{{ domain }}\"\n mode: 0755\n become: true\n- name: Copy tem...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 410, "all_permissive": false }
ansible_role
klingtnet/klingt.net
11c95eee816721232aedd7eb366e9efb10bf892a
10
roles/postgres
8,003
[ "no_license" ]
[ { "path": "roles/postgres/tasks/pgweb.yml", "content": "- name: Build pgweb\n command: make -C ./build/pgweb\n delegate_to: localhost\n- name: Install pgweb\n become: true\n copy:\n src: ./build/pgweb/pgweb\n dest: \"{{ pgweb_path }}\"\n mode: 0755\n- name: Install pgweb systemd unit\n become:...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1604, "all_permissive": false }
ansible_role
klingtnet/klingt.net
11c95eee816721232aedd7eb366e9efb10bf892a
10
roles/prometheus
8,003
[ "no_license" ]
[ { "path": "roles/prometheus/tasks/main.yml", "content": "- name: Build prometheus\n command: make -C ./build/prometheus\n delegate_to: localhost\n- name: \"Create group {{ prometheus_group }}\"\n become: true\n group:\n name: \"{{ prometheus_group }}\"\n- name: \"Create user {{ prometheus_user }}\"\n...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2660, "all_permissive": false }
ansible_role
KevinChris7/Ansible-SimpleWebApp-AWS
19c515c1a8f2cab7d0df94c9f51344ecde42d48d
0
roles/firewallD
8,003
[ "no_license" ]
[ { "path": "roles/firewallD/tasks/main.yml", "content": " - name: Install FirewallD\r\n yum:\r\n name: \"{{ item }}\"\r\n state: present\r\n loop:\r\n - firewalld\r\n - name: Start FirewallD\r\n service:\r\n name: firewalld\r\n state: started\r\n - n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 314, "all_permissive": false }
ansible_role
KevinChris7/Ansible-SimpleWebApp-AWS
19c515c1a8f2cab7d0df94c9f51344ecde42d48d
0
roles/flaskapp
8,003
[ "no_license" ]
[ { "path": "roles/flaskapp/tasks/main.yml", "content": " - name: Install Flask \r\n pip:\r\n name: \"{{ item }}\"\r\n state: latest\r\n loop: \r\n - flask\r\n - flask-mysql\r\n - firewall\r\n\r\n # - name: Configure FirewallD for Web\r\n # firewalld:\r\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 867, "all_permissive": false }
ansible_role
KevinChris7/Ansible-SimpleWebApp-AWS
19c515c1a8f2cab7d0df94c9f51344ecde42d48d
0
roles/mysqldb
8,003
[ "no_license" ]
[ { "path": "roles/mysqldb/tasks/main.yml", "content": " - name: Install Mysql server\r\n yum:\r\n name: \"{{ item }}\" \r\n state: latest\r\n loop:\r\n - MySQL-python\r\n - python-virtualenv\r\n - python-setuptools\r\n - polkit\r\n - wget\r\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1152, "all_permissive": false }
ansible_role
KevinChris7/Ansible-SimpleWebApp-AWS
19c515c1a8f2cab7d0df94c9f51344ecde42d48d
0
roles/python
8,003
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": " - name: Install packages \r\n apt:\r\n name: \"{{ item }}\"\r\n state: latest\r\n loop:\r\n - python-setuptools\r\n - python3-pip\r\n #- mysql-server-8.0\r\n # - python.x86_64\r\n # - mys...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 442, "all_permissive": false }
ansible_role
AnMakar/student-exam2-ansible
6d33cd8d29e1a238e39ec69b6bdbf6aa113b6dff
0
roles/install_docker
8,003
[ "no_license" ]
[ { "path": "roles/install_docker/tasks/main.yaml", "content": "---\n- name: add docker repo\n get_url:\n url: https://download.docker.com/linux/centos/docker-ce.repo\n dest: /etc/yum.repos.d/docker-ce.repo\n\n- name: install docker engine\n package:\n name: docker-ce\n state: latest\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 312, "all_permissive": false }
ansible_role
AnMakar/student-exam2-ansible
6d33cd8d29e1a238e39ec69b6bdbf6aa113b6dff
0
roles/start_nginx
8,003
[ "no_license" ]
[ { "path": "roles/start_nginx/templates/nginx.conf.j2", "content": "user nginx;\nworker_processes 1;\n\nerror_log /var/log/nginx/error.log warn;\npid /var/run/nginx.pid;\n\nevents {\n worker_connections 1024;\n}\n\nhttp {\n include /etc/nginx/mime.types;\n default_type application/octet-stream;\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2053, "all_permissive": false }
ansible_role
AnMakar/student-exam2-ansible
6d33cd8d29e1a238e39ec69b6bdbf6aa113b6dff
0
roles/start_web
8,003
[ "no_license" ]
[ { "path": "roles/start_web/tasks/main.yaml", "content": "---\n- name: install docker\n include_role: \n name: install_docker\n\n- name: install python and etc\n become: yes\n yum:\n name: \n - python3\n - python-docker-py\n state: latest\n\n- name: set docker network for web app\n become:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 762, "all_permissive": false }
ansible_role
josehelps/splunkconf2015-demo
a12127050acf0593455c0a9da99ff80dc9608c94
5
roles/search_head
8,003
[ "no_license" ]
[ { "path": "roles/search_head/tasks/deploy_monitored_configs.yml", "content": "---\n- debug: msg=\"Remember to have a branch with the splunk/etc directory named just like the hostname of your search head before using this play\"\n\n- name: copy splunk-admins private key\n copy: src=splunk_creds/splunk-admin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2299, "all_permissive": false }
ansible_role
gothicfann/explorium-demo
59d6c5fda9f079ce29f7b1f383ff312f18f0ba41
0
ansible/roles/baselinux
8,003
[ "no_license" ]
[ { "path": "ansible/roles/baselinux/tasks/main.yml", "content": "---\n\n- name: set hostname\n hostname:\n name: \"{{ baselinux_hostname }}\"\n notify:\n - restart rsyslog\n\n- name: set timezone\n timezone:\n name: \"{{ baselinux_timezone }}\"\n notify:\n - restart rsyslog\n\n- name: selinux...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2757, "all_permissive": false }
ansible_role
gothicfann/explorium-demo
59d6c5fda9f079ce29f7b1f383ff312f18f0ba41
0
ansible/roles/explorium
8,003
[ "no_license" ]
[ { "path": "ansible/roles/explorium/handlers/main.yml", "content": "---\n\n- name: restart docker\n systemd:\n name: docker\n state: restarted\n\n- name: restart jenkins\n systemd:\n name: jenkins\n state: restarted", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 3451, "all_permissive": false }
ansible_role
iteration-1/tools-automation-code
ceb738a3cda973a896bb844efb81801533c08263
0
roles/prometheus
8,003
[ "no_license" ]
[ { "path": "roles/prometheus/tasks/main.yml", "content": "- name: Set prompt name\n ansible.builtin.shell: set-prompt prometheus\n\n- name: Download prometheus\n ansible.builtin.unarchive:\n src: https://github.com/prometheus/prometheus/releases/download/v{{ version }}/prometheus-{{ version }}.linux-amd...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 744, "all_permissive": false }
ansible_role
rogerperkin/network-programmability
d08e52de991714a4af95a9551948a09be458fe09
125
SCRIPTS/Ansible/Projects_Pub/config_generator/templates/roles/hsrp
8,003
[ "no_license" ]
[ { "path": "SCRIPTS/Ansible/Projects_Pub/config_generator/templates/roles/hsrp/tasks/main.yml", "content": "---\n- name: Generate Configuration File for Primary Switch \n template: src=hsrp-config.j2 dest=~/network-programmability/SCRIPTS/Ansible/Projects_Pub/config_generator/output/SW1.txt\n with_items: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2053, "all_permissive": false }
ansible_role
rogerperkin/network-programmability
d08e52de991714a4af95a9551948a09be458fe09
125
SCRIPTS/Ansible/Projects_Pub/ise-switch-config/templates/roles/switch
8,003
[ "no_license" ]
[ { "path": "SCRIPTS/Ansible/Projects_Pub/ise-switch-config/templates/roles/switch/vars/main.yml", "content": "---\nswitch:\n - RADIUS-TEST-USER: RADIUS-TEST\n \n ISE-RADIUS-GROUP: ISE-RADIUS \n RADIUS-TEST-USER-PWD: <PASSWORD>\n ISE-SERVER-1-Name: ISE-1\n ISE-SERVER-2-Name: ISE-2\n radius-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2488, "all_permissive": false }
ansible_role
rogerperkin/network-programmability
d08e52de991714a4af95a9551948a09be458fe09
125
SCRIPTS/Ansible/Projects_Pub/vxlan-lab/roles/leaf
8,003
[ "no_license" ]
[ { "path": "SCRIPTS/Ansible/Projects_Pub/vxlan-lab/roles/leaf/tasks/main.yml", "content": "---\n - name: ENABLE REQUIRED FEATURES\n nxos_feature:\n feature: \"{{ item.feature }}\"\n with_items: \"{{ features }}\"\n\n - name: CHANGE INTERFACES to L3 Mode \n nxos_interface:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3068, "all_permissive": false }
ansible_role
rogerperkin/network-programmability
d08e52de991714a4af95a9551948a09be458fe09
125
SCRIPTS/Ansible/Projects_Pub/vxlan-lab/roles/spine
8,003
[ "no_license" ]
[ { "path": "SCRIPTS/Ansible/Projects_Pub/vxlan-lab/roles/spine/vars/main.yml", "content": "---\n\n features:\n - { feature: bgp }\n - { feature: ospf }\n - { feature: interface-vlan}\n #- { feature: \"nv overlay\" }\n\n default_vrf_interfaces:\n - { interface: Ethernet1/1 }\n - { interface: Ethernet1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1077, "all_permissive": false }
ansible_role
rogerperkin/network-programmability
d08e52de991714a4af95a9551948a09be458fe09
125
SCRIPTS/Ansible/roles/config_localpw
8,003
[ "no_license" ]
[ { "path": "SCRIPTS/Ansible/roles/config_localpw/templates/ios_local_pw.j2", "content": "## Local PW Template for IOS \n\nusername {{ user_type[item.user_type].admin_un }} password {{ user_type[item.user_type].admin_pw }} \nusername {{ user_type[item.user_type].admin_un }} privilege {{ user_type[item.user_ty...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 521, "all_permissive": false }
ansible_role
kharandziuk/concourse-deployment
9787a72022af8043e3acacc8231bfeb52fd33832
0
roles/webservers
8,003
[ "no_license" ]
[ { "path": "roles/webservers/tasks/main.yml", "content": "---\n- name: Init a new swarm with default parameters\n docker_swarm:\n state: present\n advertise_addr: \"10.2.2.25\"\n\n- name: remove volumes\n community.general.docker_prune:\n volumes: yes\n\n- name: Creates backup directory\n file:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 968, "all_permissive": false }
ansible_role
VolkovIlia/vibecoding
45a3ecec23a80a0142ef612f9cfcf2762920d709
0
roles/app_stack
8,003
[ "no_license" ]
[ { "path": "roles/app_stack/handlers/main.yml", "content": "---\n# handlers file for app_stack\n- name: Restart app_stack (docker compose)\n community.docker.docker_compose_v2:\n project_src: \"/opt/ai_stack\"\n state: present # Это перезапустит сервисы, если их конфигурация изменилась\n recreate: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 45943, "all_permissive": false }
ansible_role
VolkovIlia/vibecoding
45a3ecec23a80a0142ef612f9cfcf2762920d709
0
roles/common
8,003
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# tasks file for common role\n- name: Обновление всех пакетов\n ansible.builtin.apt:\n update_cache: yes\n upgrade: dist\n autoremove: yes\n autoclean: yes\n tags: common_update\n\n- name: Установка базовых системных пакетов\n ansible....
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1714, "all_permissive": false }
ansible_role
VolkovIlia/vibecoding
45a3ecec23a80a0142ef612f9cfcf2762920d709
0
roles/docker
8,003
[ "no_license" ]
[ { "path": "roles/docker/handlers/main.yml", "content": "---\n# handlers file for docker\n- name: Restart Docker Service\n ansible.builtin.systemd:\n name: docker\n state: restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 }, { "path": "roles/docke...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1718, "all_permissive": false }
ansible_role
vsupe358/ansible
37346bd273cc3f01632aee8f28f6aa5e60f810ff
0
playbook/roles/webserver
8,003
[ "no_license" ]
[ { "path": "playbook/roles/webserver/tasks/main.yml", "content": "\n- name: INstall httpd on webserver\n yum: pkg=httpd state=latest\n\n\n\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 71, "all_permissive": false }
ansible_role
paralink/devbox
dc756355c0be16895c2fdc277080baa0e1c78018
0
roles/common
8,003
[ "no_license" ]
[ { "path": "roles/common/vars/main.yml", "content": "users:\n - name: pl\n groups: pl\n password: <PASSWORD> # python -c 'import crypt; print crypt.crypt(\"123\", \"salt\")' \n public_key: 'keys/pl.pub'\n private_key: 'keys/pl'", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3150, "all_permissive": false }
ansible_role
paralink/devbox
dc756355c0be16895c2fdc277080baa0e1c78018
0
roles/dotfiles
8,003
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/main.yml", "content": "########\n# sudo #\n########\n- name: create sudo file\n become: true\n become_user: root\n template:\n src: \"{{ item }}-nopasswd.j2\"\n dest: /etc/sudoers.d/{{ item }}-nopasswd\n owner: root\n group: root\n mode: 0644\n with_items:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2129, "all_permissive": false }
ansible_role
paralink/devbox
dc756355c0be16895c2fdc277080baa0e1c78018
0
roles/golang
8,003
[ "no_license" ]
[ { "path": "roles/golang/tasks/main.yml", "content": "- name: install golang\n become: true\n become_user: root\n dnf: name=golang state=latest\n\n- name: install golang tools\n raw: \"GOPATH=$HOME/go go get -u {{ item }}\"\n with_items:\n - github.com/golang/lint/golint\n - golang.org/x/tools/cmd...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 529, "all_permissive": false }
ansible_role
paralink/devbox
dc756355c0be16895c2fdc277080baa0e1c78018
0
roles/haskell
8,003
[ "no_license" ]
[ { "path": "roles/haskell/tasks/main.yml", "content": "- name: install stack dependencies\n become: true\n become_user: root\n dnf: name=\"{{ item }}\" state=latest\n with_items:\n - perl\n - make\n - automake\n - gcc\n - gmp-devel\n - libffi\n - zlib\n - xz\n - tar\n - git\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 928, "all_permissive": false }
ansible_role
pinterb/bootstrap
c15e4732a77080125812e5053e4d87e2d9486192
10
provisioning/ansible/roles/common
8,003
[ "permissive" ]
[ { "path": "provisioning/ansible/roles/common/vars/Debian.yml", "content": "---\n# file: roles/common/vars/Debian.yml\n\ncommon_pkgs:\n - git\n - wget\n - curl\n - rsync\n - unzip\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 101 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 864, "all_permissive": true }
ansible_role
pinterb/bootstrap
c15e4732a77080125812e5053e4d87e2d9486192
10
provisioning/ansible/roles/golang
8,003
[ "permissive" ]
[ { "path": "provisioning/ansible/roles/golang/tasks/main.yml", "content": "---\n# file: roles/golang/tasks/main.yml\n\n- name: Is Go currently installed?\n shell: \"[ -d {{ golang_install_dir }}/go ] && echo 'Found' || echo ''\"\n register: golang_installed\n tags: golang\n\n- name: Create the Go install ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4190, "all_permissive": true }
ansible_role
pinterb/bootstrap
c15e4732a77080125812e5053e4d87e2d9486192
10
provisioning/ansible/roles/gradle
8,003
[ "permissive" ]
[ { "path": "provisioning/ansible/roles/gradle/vars/main.yml", "content": "---\n# file: roles/gradle/vars/main.yml\n\n# download variables\ngradle_base_download_url: \"http://services.gradle.org/distributions\"\ngradle_extracted_dirname: \"gradle-{{ gradle_version }}\"\ngradle_download_filename: \"{{ gradle_e...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2064, "all_permissive": true }
ansible_role
pinterb/bootstrap
c15e4732a77080125812e5053e4d87e2d9486192
10
provisioning/ansible/roles/java
8,003
[ "permissive" ]
[ { "path": "provisioning/ansible/roles/java/defaults/main.yml", "content": "---\n# file: roles/java/defaults/main.yml \n\n#java.version: \njava:\n version: 1.7.0_45\n\n#java.installdir: \n installdir: /usr/local/java \n\n#java.archive.jdk: \n archive:\n jdk: jdk-7u45-linux-x64.tar.gz\n\n#java.archiv...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 6167, "all_permissive": true }
ansible_role
pinterb/bootstrap
c15e4732a77080125812e5053e4d87e2d9486192
10
provisioning/ansible/roles/jdk
8,003
[ "permissive" ]
[ { "path": "provisioning/ansible/roles/jdk/tasks/RedHat_alternatives.yml", "content": "---\n# file: roles/jdk/tasks/RedHat_alternatives.yml\n\n- name: Inform the system where new jdk is located\n command: $item\n with_items:\n - /usr/sbin/alternatives --install /usr/bin/java java {{ jdk.installdir }}/jd...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 10860, "all_permissive": true }
ansible_role
pinterb/bootstrap
c15e4732a77080125812e5053e4d87e2d9486192
10
provisioning/ansible/roles/maven
8,003
[ "permissive" ]
[ { "path": "provisioning/ansible/roles/maven/templates/etc_profiled_maven.sh.j2", "content": "#!/bin/sh\n# {{ ansible_managed }}\n\nexport M2_HOME={{ maven.install_dir }}/maven\nexport M3_HOME={{ maven.install_dir }}/maven\nexport M2=$M2_HOME/bin\nexport M3=$M3_HOME/bin\nexport MAVEN_OPTS=\"-Xms256m -Xmx512m...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2900, "all_permissive": true }
ansible_role
pinterb/bootstrap
c15e4732a77080125812e5053e4d87e2d9486192
10
provisioning/ansible/roles/packer
8,003
[ "permissive" ]
[ { "path": "provisioning/ansible/roles/packer/defaults/main.yml", "content": "---\n# file: roles/packer/defaults/main.yml\n\npacker_install_dir: /usr/local/packer\n\n# version info\npacker_version: 0.5.2\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_byte...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2197, "all_permissive": true }
ansible_role
pinterb/bootstrap
c15e4732a77080125812e5053e4d87e2d9486192
10
provisioning/ansible/roles/vertx
8,003
[ "permissive" ]
[ { "path": "provisioning/ansible/roles/vertx/vars/main.yml", "content": "---\n# file: roles/vertx/vars/main.yml \n\nvertx_major_version: 2 \nvertx_minor_version: 2.0.2 \nvertx_download_url: http://dl.bintray.com/vertx/downloads/vert.x-{{ vertx_minor_version }}-final.tar.gz\nvertx_install_dir: /opt\n", "l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2359, "all_permissive": true }
ansible_role
shivakpkp/ansible_create_change_user
52f663e5551b253a2b252a2cd3ad4cbad7e9bf9f
0
roles/create-user
8,003
[ "no_license" ]
[ { "path": "roles/create-user/handlers/main.yml", "content": "---\n# handlers file for create-user\n - name: restart the ssh service\n service:\n name: ssh\n state: restarted\n listen: restart\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 142 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1221, "all_permissive": false }
ansible_role
apermuy/ansible-postfix
8d6753bcc07e38e44242810236f10178a9b5fea7
0
roles/postfix
8,003
[ "no_license" ]
[ { "path": "roles/postfix/templates/sasl_passwd.j2", "content": "{{ relayhost }} {{ user }}:{{ password}}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "roles/postfix/tasks/main.yml", "content": "- name: Incluir variables\n include_vars: commo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1205, "all_permissive": false }
ansible_role
vvo/ansible-archee
62e3d7549775db262fbe7ca312d0ea5df66b9214
18
roles/base
8,002
[ "no_license" ]
[ { "path": "roles/base/tasks/configure-keyboard.yml", "content": "---\n# I use a qwerty keyboard to write code, english and french sentences\n# So I use us altrg-intl\n# I have an usb keyboard along the laptop keyboard\n# using setxkbmap in ~/.xinitrc is not sufficient when using usb keyboards\n# you need to...
{ "task_files": 14, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 15, "total_bytes": 9920, "all_permissive": false }
ansible_role
alismousavii/lab
0a9ffcd523ea0c320be261acc710258d138f72ce
0
ansible/roles/nginx
8,002
[ "no_license" ]
[ { "path": "ansible/roles/nginx/templates/nginx.conf", "content": "user www-data;\nworker_processes auto;\npid /run/nginx.pid;\ninclude /etc/nginx/modules-enabled/*.conf;\n\nevents {\n worker_connections 1024;\n}\n\nhttp {\n limit_conn_zone $binary_remote_addr zone=newzone:5m;\n limit_req_zone $bina...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1619, "all_permissive": false }
ansible_role
vvash94/ansible_playbook
11540064b7a5f2e5792252ca9d1fb0e1f6f0836f
0
roles/webserver
8,002
[ "no_license" ]
[ { "path": "roles/webserver/templates/index.j2", "content": "<html>\n<head>\nHello ELB\n</head>\n<body>\n<h1>\nYou are visiting {{ ansible_fqdn }}\n</h1>\n</body>\n</html>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 }, { "path": "roles/webserver/tasks/main...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 505, "all_permissive": false }
ansible_role
ITAndreHoch/Prometheus-federation
96bfac87cdf7d5572cf6bef24cbc91be320fbddf
3
roles/mysql2
8,002
[ "no_license" ]
[ { "path": "roles/mysql2/tasks/main.yml", "content": "---\n# tasks file for mysql1\n- name: Update system\n yum:\n name: '*'\n state: latest\n\n- name: Add MySql repository\n yum_repository:\n name: mysql\n description: Mysql repository\n baseurl: http://repo.mysql.com/yum/mysql-5.7-commun...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4012, "all_permissive": false }
ansible_role
ITAndreHoch/Prometheus-federation
96bfac87cdf7d5572cf6bef24cbc91be320fbddf
3
roles/prometheus2
8,002
[ "no_license" ]
[ { "path": "roles/prometheus2/tasks/configuration.yml", "content": "---\n- name: Grafana - copy DATASOURCE YAML \n copy:\n src: datasource.yaml\n dest: /etc/grafana/provisioning/datasources/datasource.yaml\n owner: grafana\n group: grafana\n mode: 0640\n\n- name: Creating Grafana Dashboard Di...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 7758, "all_permissive": false }
ansible_role
ITAndreHoch/Prometheus-federation
96bfac87cdf7d5572cf6bef24cbc91be320fbddf
3
roles/prometheus3
8,002
[ "no_license" ]
[ { "path": "roles/prometheus3/tasks/configuration.yml", "content": "---\n- name: Creating Grafana Dashboard Dir\n file:\n path: /var/lib/grafana/dashboards\n state: directory\n owner: grafana\n group: grafana\n mode: 0775\n \n- name: Grafana - dasboard Provisioning file\n copy:\n src: das...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 8343, "all_permissive": false }
ansible_role
Alexsandr152/testbast
8c27853334fa2dcf1c72268a1ee32b63fbb28eb6
0
roles/user
8,002
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yml", "content": "---\n - name: создание пользователя\n ansible.builtin.user:\n name: \"{{ user_name }}\"\n password: \"{{ <PASSWORD> | password_hash('<PASSWORD>') }}\"\n create_home: true\n comment: \"{{ user_comment }}\"\n shell: /bin/bash\n group...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 415, "all_permissive": false }
ansible_role
Oswaldo200818/rh294
0c64e574bff88faa4e384f3c398eb969a31a2ab9
0
roles/apache
8,002
[ "no_license" ]
[ { "path": "roles/apache/templates/index.html.j2", "content": "<h1>Servidor web en {{ inventory_hostname }}</h1>\n<p>Este servidor escucha en el puerto {{ apache_listen_port }}.</p>", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 }, { "path": "roles/apache/defau...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 650, "all_permissive": false }
ansible_role
fred-drake/ansible-playbook-mac
7f386cdb825f1e1680aa5900990fda696fdb73d1
0
roles/homebrew
8,002
[ "no_license" ]
[ { "path": "roles/homebrew/tasks/formulae.yml", "content": "---\n- name: Delete Selected Homebrew Packages\n ansible.builtin.command: \"{{ homebrew_executable_path }} uninstall {{ item }}\"\n register: command_result\n changed_when: (\"No such keg\" not in command_result.stderr)\n loop: \"{{ homebrew_pac...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4402, "all_permissive": false }
ansible_role
fred-drake/ansible-playbook-mac
7f386cdb825f1e1680aa5900990fda696fdb73d1
0
roles/mas
8,002
[ "no_license" ]
[ { "path": "roles/mas/tasks/main.yml", "content": "---\n- name: Pull list of outdated MAS apps\n ansible.builtin.shell:\n cmd: |\n set -o pipefail\n mas outdated | awk '{print $1}'\n executable: /bin/bash\n register: homebrew_mas_outdated_result\n changed_when: false\n failed_when: false\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 592, "all_permissive": false }
ansible_role
skl1f/ansible
a78d5e836303127e620e2b9424898ebcb89d3984
0
roles/database
8,002
[ "no_license" ]
[ { "path": "roles/database/vars/main.yml", "content": "---\n# vars file for db_users\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "roles/database/tasks/main.yml", "content": "---\n# tasks file for db_users\n\n- name: Create databases\n no_l...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 975, "all_permissive": false }
ansible_role
skl1f/ansible
a78d5e836303127e620e2b9424898ebcb89d3984
0
roles/mysql
8,002
[ "no_license" ]
[ { "path": "roles/mysql/handlers/main.yml", "content": "---\n# handlers file for mysql\n- name: restart mysql\n become: yes\n service: name=mysqld state=restarted enabled=yes\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118 }, { "path": "roles/mysql/templat...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1384, "all_permissive": false }
ansible_role
sagarfale/rd-automation
328d8732a71687f71b098d49a0046f013a5a440c
0
roles/apache
8,002
[ "no_license" ]
[ { "path": "roles/apache/handlers/main.yml", "content": "---\n# handlers file for apache\n- name: restart_apache\n service:\n name: \"{{ srv }}\"\n state: restarted\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 }, { "path": "roles/apache/vars/main.y...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 957, "all_permissive": false }
ansible_role
Commvault/hedvig-lab
96dc2ee7ed5bc7df1edafeca1ca27aa52770bbed
2
roles/cloud
8,002
[ "permissive" ]
[ { "path": "roles/cloud/vars/main.yaml", "content": "region: eastus\nvm_size:\n proxy: \"Standard_D2_v3\"\n deployment: \"Standard_D8_v3\"\n storagenode: \"Standard_D8_v3\"\nstorage_account_type: Standard_LRS\nkey_path_public: ~/.ssh/hedvig.pub\nos_version: \"7_9\"\ncidr:\n base: \"10.0.0.0/16\"\n publi...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 9250, "all_permissive": true }
ansible_role
Commvault/hedvig-lab
96dc2ee7ed5bc7df1edafeca1ca27aa52770bbed
2
roles/common
8,002
[ "permissive" ]
[ { "path": "roles/common/tasks/main.yaml", "content": "- name: Set root password\n become: true\n user:\n name: root\n password: \"{{ pwd | password_hash('<PASSWORD>') }}\"\n- name: Create admin group\n become: true\n group:\n name: admin\n state: present\n- name: Create admin user password a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1936, "all_permissive": true }
ansible_role
Commvault/hedvig-lab
96dc2ee7ed5bc7df1edafeca1ca27aa52770bbed
2
roles/deployment
8,002
[ "permissive" ]
[ { "path": "roles/deployment/tasks/main.yaml", "content": "### Setup Azure CLI libraries\n- name: Add key\n rpm_key:\n state: present\n key: https://packages.microsoft.com/keys/microsoft.asc\n become: true\n- name: Add repository from MSFT\n yum_repository:\n description: MSFT repo\n name: azu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2175, "all_permissive": true }
ansible_role
Commvault/hedvig-lab
96dc2ee7ed5bc7df1edafeca1ca27aa52770bbed
2
roles/jump
8,002
[ "permissive" ]
[ { "path": "roles/jump/tasks/main.yaml", "content": "- name: Add key for installing chrome\n rpm_key:\n state: present\n key: https://dl.google.com/linux/linux_signing_key.pub\n become: true\n- name: Add repo for Chrome\n yum_repository:\n description: Chrome\n name: google-chrome.repo\n ba...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1050, "all_permissive": true }
ansible_role
Commvault/hedvig-lab
96dc2ee7ed5bc7df1edafeca1ca27aa52770bbed
2
roles/local
8,002
[ "permissive" ]
[ { "path": "roles/local/tasks/main.yaml", "content": "---\n- name: Create vars.yaml\n template:\n src: vars.yaml.j2\n dest: \"{{ lookup('env', 'PWD') }}/vars.yaml\"\n- name: Load Python modules \n pip:\n name: \n - passlib\n - azure-cli\n state: present\n- name: Load Ansible azure col...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1048, "all_permissive": true }
ansible_role
Commvault/hedvig-lab
96dc2ee7ed5bc7df1edafeca1ca27aa52770bbed
2
roles/local_inventory
8,002
[ "permissive" ]
[ { "path": "roles/local_inventory/tasks/main.yaml", "content": "- name: Add new ip / key combination to known_hosts to prevent annoying prompts\n local_action: shell ssh-keyscan {{ jump_server }} >> ~/.ssh/known_hosts\n- name: Create the inventory file with the resolved jump server ip\n template:\n src:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 846, "all_permissive": true }
ansible_role
Commvault/hedvig-lab
96dc2ee7ed5bc7df1edafeca1ca27aa52770bbed
2
roles/swbucket
8,002
[ "permissive" ]
[ { "path": "roles/swbucket/tasks/main.yaml", "content": "- name: Create resource group\n azure_rm_resourcegroup:\n name: rghedvigsw\n location: eastus\n state: present\n- name: Create storage account\n azure_rm_storageaccount:\n name: sahedvigsw\n resource_group: rghedvigsw\n account_type...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 586, "all_permissive": true }
ansible_role
danryu/project_s
b41492a2c2b5e469b1831a1696926cdc72361ca2
1
ansible_play/roles/common
8,002
[ "no_license" ]
[ { "path": "ansible_play/roles/common/tasks/main.yml", "content": "## Main ansible task \n\n- name: configure Docker apt repo\n apt_repository: repo='deb https://apt.dockerproject.org/repo ubuntu-trusty main' state=present \n become: true\n\n# install dependencies\n- name: install apt packages\n apt: name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 603, "all_permissive": false }
ansible_role
cpetersen/brainiac
15cf846d3e9785a8bd9477f53d2e5bee1f04248d
2
plays/roles/bazel
8,001
[ "no_license" ]
[ { "path": "plays/roles/bazel/tasks/main.yml", "content": "---\n\n- name: Install dependecies\n apt: pkg={{ item }} state=present\n with_items:\n - pkg-config\n - zip\n - g++\n - zlib1g-dev\n sudo: yes\n\n- name: Download the Bazel Installer\n get_url: url=https://github.com/bazelbuild/bazel/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 606, "all_permissive": false }
ansible_role
cpetersen/brainiac
15cf846d3e9785a8bd9477f53d2e5bee1f04248d
2
plays/roles/cuda
8,001
[ "no_license" ]
[ { "path": "plays/roles/cuda/tasks/main.yml", "content": "---\n\n- name: Update and Upgrade\n apt: update_cache=yes upgrade=safe\n sudo: yes\n\n- name: Install development dependencies\n apt: pkg={{ item }} state=present\n with_items:\n - build-essential\n - g++\n - gfortran\n - git\n - li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2340, "all_permissive": false }
ansible_role
cpetersen/brainiac
15cf846d3e9785a8bd9477f53d2e5bee1f04248d
2
plays/roles/java8
8,001
[ "no_license" ]
[ { "path": "plays/roles/java8/tasks/main.yml", "content": "---\n\n- name: Install dependecies\n apt: pkg={{ item }} state=present\n with_items:\n - python-software-properties\n sudo: yes\n\n- name: Install the Java Repository\n apt_repository: repo='ppa:webupd8team/java' state=present update_cache=yes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 539, "all_permissive": false }
ansible_role
cpetersen/brainiac
15cf846d3e9785a8bd9477f53d2e5bee1f04248d
2
plays/roles/tensorflow
8,001
[ "no_license" ]
[ { "path": "plays/roles/tensorflow/tasks/main.yml", "content": "---\n\n- name: Clone tensorflow\n git: repo=https://github.com/tensorflow/tensorflow dest=/mnt/brainiac/tensorflow recursive=yes update=no\n\n- name: Configure Tensorflow\n command: ./configure\n args:\n chdir: /mnt/brainiac/tensorflow\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1099, "all_permissive": false }
ansible_role
lucashlx/treinamento_ansible
2fa6eca2e7b22480348984349caef0e959192f03
0
treinamento_ansible/roles/common
8,001
[ "no_license" ]
[ { "path": "treinamento_ansible/roles/common/tasks/main.yml", "content": "---\n\n#--- General ---#\n\n- name: Alterando o nome da maquina\n command: echo \"centos\" > /etc/hostname\n when: ansible_distribution == \"CentOS\" or ansible_distribution == \"RedHat\" \n\n- name: Alterando o nome da maquina\n co...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4315, "all_permissive": false }
ansible_role
lucashlx/treinamento_ansible
2fa6eca2e7b22480348984349caef0e959192f03
0
treinamento_ansible/roles/php
8,001
[ "no_license" ]
[ { "path": "treinamento_ansible/roles/php/tasks/main.yml", "content": "---\n# Gerenciamento de pacotes\n\n- name: Instalacao dos repositorios PHP 7.2\n# yum: \n# name: ['https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm', 'https://mirror.webtatic.com/yum/el7/webtatic-release.rpm']\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2550, "all_permissive": false }
ansible_role
lucashlx/treinamento_ansible
2fa6eca2e7b22480348984349caef0e959192f03
0
treinamento_ansible/roles/wordpress
8,001
[ "no_license" ]
[ { "path": "treinamento_ansible/roles/wordpress/tasks/main.yml", "content": "---\n# Download do wordpress\n- name: Download do codigo fonte do wordpress\n unarchive:\n src: https://wordpress.org/latest.zip\n dest: /var/www/html\n owner: nginx\n group: nginx\n remote_src: yes\n when: ansible_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1251, "all_permissive": false }
ansible_role
evgeniy-klemin/mongo-rs-ansible-sample
8d28626cf3a898258b57bf5baa365b997e64719b
0
playbooks/roles/common
8,001
[ "no_license" ]
[ { "path": "playbooks/roles/common/tasks/main.yml", "content": "---\n# Common roles for all hosts\n\n- name: Sets hostname\n hostname: \n name: '{{ hostname }}'\n when: hostname is defined\n\n\n- name: Add hostname in /etc/hosts\n lineinfile: \n dest: '/etc/hosts'\n regexp: '^127.0.0.1'\n line...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 492, "all_permissive": false }
ansible_role
evgeniy-klemin/mongo-rs-ansible-sample
8d28626cf3a898258b57bf5baa365b997e64719b
0
playbooks/roles/docker
8,001
[ "no_license" ]
[ { "path": "playbooks/roles/docker/tasks/main.yml", "content": "# vim:ft=ansible\n---\n\n\n- name: configure docker logs\n template: src=default_docker.j2 dest=/etc/default/docker mode=755\n\n- name: Upgrade all packages Debian\n apt: upgrade=dist\n ignore_errors: True\n when: ansible_os_family == 'Debia...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2159, "all_permissive": false }
ansible_role
evgeniy-klemin/mongo-rs-ansible-sample
8d28626cf3a898258b57bf5baa365b997e64719b
0
playbooks/roles/mongo
8,001
[ "no_license" ]
[ { "path": "playbooks/roles/mongo/templates/rs_initiate.js.j2", "content": "rs.initiate();\nsleep(13000);\ncfg = rs.conf();\ncfg.members[0].host = \"{{ ansible_eth1.ipv4.address }}:27017\";\nrs.reconfig(cfg, {force: true});\nsleep(8000);\n{% for host in groups[rs] %}\n{% if not ansible_hostname == hostvars[h...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3850, "all_permissive": false }
ansible_role
gergund/packer-ansible-template
8d5688059e0d1b3c4bec39234964b1317bb52c07
0
ansible/roles/common
8,001
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n\n- name: Enable EPEL repo\n shell: yum-config-manager --enable epel\n\n- name: Install default set of software\n yum: name={{ item }} state=present\n with_items:\n - htop\n - git\n - curl\n", "license_type": "no_license", "d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 193, "all_permissive": false }
ansible_role
gergund/packer-ansible-template
8d5688059e0d1b3c4bec39234964b1317bb52c07
0
ansible/roles/nginx
8,001
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "- name: Install latest Nginx from official repo\n yum: name={{ item }} state=present\n with_items:\n - nginx\n\n- name: Configure and Restart Nginx\n template: src=nginx.conf.j2 dest=/etc/nginx/nginx.conf\n notify: restart nginx\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 401, "all_permissive": false }
ansible_role
gergund/packer-ansible-template
8d5688059e0d1b3c4bec39234964b1317bb52c07
0
ansible/roles/php-fpm
8,001
[ "no_license" ]
[ { "path": "ansible/roles/php-fpm/tasks/main.yml", "content": "- name: Install default PHP-7.1 set\n yum: name={{ item }} state=present\n with_items:\n - php71.x86_64\n - php71-bcmath.x86_64\n - php71-cli.x86_64\n - php71-common.x86_64\n - php71-fpm.x86_64\n - php71-gd.x86_64\n - php71-gmp.x8...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 715, "all_permissive": false }