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
McEmil1993/ansible-repo
8844d36668009bffefcdc272d76e1dee3b2185ab
1
ansible/roles/nginx
7,379
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: Update apt cache\n apt:\n update_cache: yes\n\n- name: Install NGINX\n apt:\n name: nginx\n state: present\n\n- name: Ensure NGINX is running\n service:\n name: nginx\n state: started\n enabled: true\n\n- name: Cre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1459, "all_permissive": false }
ansible_role
McEmil1993/ansible-repo
8844d36668009bffefcdc272d76e1dee3b2185ab
1
ansible/roles/nodejs
7,379
[ "no_license" ]
[ { "path": "ansible/roles/nodejs/tasks/main.yml", "content": "---\n- name: Install Node.js 20.x\n apt_repository:\n repo: deb https://deb.nodesource.com/node_20.x jammy main\n state: present\n update_cache: yes\n\n- name: Install Node.js\n apt:\n name: ['nodejs']\n state: present", "lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 225, "all_permissive": false }
ansible_role
sathiya1987/ADP
9ce5c3daf9ceae040379e87aa815de9d2eafcf7b
0
playbooks/roles/nginx
7,379
[ "no_license" ]
[ { "path": "playbooks/roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n\n- name: Install nginx\n yum: name=nginx state=present\n\n- name: Copy nginx configuration for website\n template: src=/home/centos/playbooks/conf/mysite.conf dest=/etc/nginx/conf.d\n notify: restart nginx\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 347, "all_permissive": false }
ansible_role
kotoji/ansible-for-my-gears
afd63f3f7310536ca25c91c0c58255fce276fd71
0
roles/base
7,379
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yaml", "content": "---\n- name: install packages\n apt:\n name: \n - build-essential\n - cmake\n - zip\n - gettext\n - python3-pip\n state: present\n update_cache: true\n become: true\n", "license_type": "no_license", "detected_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 190, "all_permissive": false }
ansible_role
kotoji/ansible-for-my-gears
afd63f3f7310536ca25c91c0c58255fce276fd71
0
roles/container
7,379
[ "no_license" ]
[ { "path": "roles/container/tasks/main.yaml", "content": "---\n- include_role:\n name: container\n tasks_from: runc.yaml\n\n- include_role:\n name: container\n tasks_from: containerd.yaml\n\n- include_role:\n name: container\n tasks_from: buildkit.yaml\n\n- include_role:\n name: containe...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 8038, "all_permissive": false }
ansible_role
kotoji/ansible-for-my-gears
afd63f3f7310536ca25c91c0c58255fce276fd71
0
roles/docker
7,379
[ "no_license" ]
[ { "path": "roles/docker/tasks/docker.yaml", "content": "---\n# Prerequisites:\n# - containerd\n\n### install\n\n- name: check if docker archive exists\n command: ls -l \"{{ archive_dir }}/docker-{{ docker_version }}.tgz\"\n ignore_errors: yes\n changed_when: no\n failed_when: no\n register: check_arc...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4790, "all_permissive": false }
ansible_role
kotoji/ansible-for-my-gears
afd63f3f7310536ca25c91c0c58255fce276fd71
0
roles/mdns
7,379
[ "no_license" ]
[ { "path": "roles/mdns/tasks/main.yaml", "content": "---\n- name: install avahi-daemon\n ansible.builtin.apt:\n name: avahi-daemon\n become: yes\n\n- name: enable and start avahi-daemon services\n systemd:\n daemon_reload: yes\n enabled: yes\n state: started\n name: avahi-daemon\n become: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 250, "all_permissive": false }
ansible_role
kotoji/ansible-for-my-gears
afd63f3f7310536ca25c91c0c58255fce276fd71
0
roles/nvim
7,379
[ "no_license" ]
[ { "path": "roles/nvim/defaults/main.yaml", "content": "---\nnvim_version: 0.9.1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 24 }, { "path": "roles/nvim/tasks/main.yaml", "content": "---\n- name: check if nvim source exists\n command: ls -l \"{{archive_di...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1072, "all_permissive": false }
ansible_role
Websoft9Archive/ansible-superset
4030a9ef1795b1096d04c9fc30d5bedb1237a6e9
7
roles/superset
7,379
[ "no_license" ]
[ { "path": "roles/superset/CHANGELOG.md", "content": "# CHANGELOG\n\n## To do\n\n1. More solution\n\n## Logs\n\n### Bug Fixes\n\n* 2020-11-24 upgrade to 0.38.0, modify the error of 0.37.2\n\n### Features\n\n* 2020-02-14 completed\n", "license_type": "no_license", "detected_licenses": [], "size_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2115, "all_permissive": false }
ansible_role
testdevopser/test-task
4cf396df94b612900cde8b3810eefeff25e6a059
0
roles/beat_exporter
7,379
[ "no_license" ]
[ { "path": "roles/beat_exporter/tasks/main.yml", "content": "- name: Ensure golang is installed\n apt:\n name: golang-go\n state: present\n update_cache: true\n\n- name: Create source directory\n file:\n path: \"{{ beat_exporter_src }}\"\n state: directory\n owner: \"{{ ansible_user | def...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1459, "all_permissive": false }
ansible_role
testdevopser/test-task
4cf396df94b612900cde8b3810eefeff25e6a059
0
roles/filebeat_docker_logs
7,379
[ "no_license" ]
[ { "path": "roles/filebeat_docker_logs/templates/filebeat.yml.j2", "content": "filebeat.inputs:\n - type: container\n enabled: true\n paths:\n - /var/lib/docker/containers/*/*.log\n processors:\n - add_docker_metadata:\n host: \"unix:///var/run/docker.sock\"\n - decode_json_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2195, "all_permissive": false }
ansible_role
testdevopser/test-task
4cf396df94b612900cde8b3810eefeff25e6a059
0
roles/logstash
7,379
[ "no_license" ]
[ { "path": "roles/logstash/defaults/main.yml", "content": "logstash_version: \"8.14.0\"\nlogstash_config_dir: \"/etc/logstash\"\nlogstash_pipeline_dir: \"/etc/logstash/conf.d\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 }, { "path": "roles/logstash/templa...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1544, "all_permissive": false }
ansible_role
gaius-r/loadbalserverautomate
6bb631ddaa440b16355640038be03f0d613fa85f
0
roles/loadbalsetup
7,379
[ "no_license" ]
[ { "path": "roles/loadbalsetup/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - loadbalsetup", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "roles/loadbalsetup/vars/main.yml", "content": "---\n# vars fil...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1150, "all_permissive": false }
ansible_role
gaius-r/loadbalserverautomate
6bb631ddaa440b16355640038be03f0d613fa85f
0
roles/serverdeploy
7,379
[ "no_license" ]
[ { "path": "roles/serverdeploy/vars/main.yml", "content": "aws_access_key: <enter_access_key>\naws_secret_key: <enter_secret_key>\nimage: ami-0a9d27a9f4f5c0efc\ninstance_type: t2.micro\nserver_count: 3\nregion: ap-south-1\nsecurity_group: servers_sg\nkeypair: loadbal\nload_tag: mp_loadbal\nserve_tag: mp_back...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3350, "all_permissive": false }
ansible_role
ocelotdata/devtools
7223e0bddd2195d3f9d2621ab21c7a953f81b805
0
iac/playbooks/roles/base
7,379
[ "no_license" ]
[ { "path": "iac/playbooks/roles/base/tasks/install-apt.yaml", "content": "---\n- name: install basic packages\n apt:\n name: ['apt-transport-https', 'ca-certificates', 'curl', 'gnupg-agent', 'software-properties-common', 'vim', 'docker', 'containerd', 'libxslt1-dev', 'libxml2-dev', 'zip', 'libssl-dev', '...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 542, "all_permissive": false }
ansible_role
SysadminWorld/Lab-Machines
c7331df330328bc6f6d8a2cbcb3a52e680c59706
0
Labs/Password-Lab/ansible/roles/common
7,378
[ "no_license" ]
[ { "path": "Labs/Password-Lab/ansible/roles/common/tasks/main.yml", "content": "\n- name: create white template\n template:\n src: theme.template\n dest: /home/vagrant/script.sh\n mode: 0755\n\n- name: set Kali Linux white theme\n template:\n src: desktop.template\n dest: /etc/xdg/autostart/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 232, "all_permissive": false }
ansible_role
shimrangeorge-cyberark/cp-ansible-rh-ex
8bf7914208a56dab59b0ffed25b0d42c007f17c9
0
install/roles/cp-configure
7,378
[ "no_license" ]
[ { "path": "install/roles/cp-configure/defaults/main.yml", "content": "---\n\n\n# defaults file for cp-configure\n\nbase_pas_url: https://ec2-34-216-15-14.us-west-2.compute.amazonaws.com\ncp_file: AAM-RHELinux-Intel64-Rls-v13.0.2.zip\ncp_s3_bucket: citi-ansible-cp\nvault_address: 192.168.127.12\ncp_rpm: CARK...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 17692, "all_permissive": false }
ansible_role
one-love/ansible-patternlab
097590e7e271618fd331be2b2e3dfdefe162ec6e
0
provision/roles/patternlab
7,378
[ "no_license" ]
[ { "path": "provision/roles/patternlab/vars/main.yml", "content": "---\n# vars file for patternlab\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "provision/roles/patternlab/defaults/main.yml", "content": "---\n# defaults file for patternlab\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2083, "all_permissive": false }
ansible_role
protobuff3r/hcloud-k8s
c5ed3bde05e990a8ec2b6a0ae8ffcf752d69106d
45
roles/get-kubeconfig
7,378
[ "no_license" ]
[ { "path": "roles/get-kubeconfig/tasks/main.yaml", "content": "---\n- name: Copy Kube-Config to Local Device\n slurp:\n src: /etc/kubernetes/admin.conf\n register: kubeconf\n\n- name: Save kubeconf to local kubectl\n local_action: copy content=\"{{ kubeconf['content'] | b64decode }}\" dest=\"{{ local_k...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 295, "all_permissive": false }
ansible_role
protobuff3r/hcloud-k8s
c5ed3bde05e990a8ec2b6a0ae8ffcf752d69106d
45
roles/ip-failover
7,378
[ "no_license" ]
[ { "path": "roles/ip-failover/templates/configmap-secret.yaml.j2", "content": "apiVersion: v1\nkind: ConfigMap\nmetadata:\n name: fip-controller-config\n namespace: fip-controller\ndata:\n config.json: |\n {\n \"hcloudFloatingIPs\": [\n{% for ip in floating_ipv4 %}\n \"{{ ip }}\"{% if not l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2870, "all_permissive": false }
ansible_role
protobuff3r/hcloud-k8s
c5ed3bde05e990a8ec2b6a0ae8ffcf752d69106d
45
roles/kube-master
7,378
[ "no_license" ]
[ { "path": "roles/kube-master/tasks/main.yaml", "content": "---\n- name: Load Kubernetes Images\n shell: kubeadm config images pull\n\n- name: Init Kubeadm - Kubernetes Master\n shell: kubeadm init --pod-network-cidr=192.168.0.0/16 --apiserver-cert-extra-sans=10.0.1.2\n\n- name: Create Kube-Config Folder\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2538, "all_permissive": false }
ansible_role
protobuff3r/hcloud-k8s
c5ed3bde05e990a8ec2b6a0ae8ffcf752d69106d
45
roles/kube-prepare
7,378
[ "no_license" ]
[ { "path": "roles/kube-prepare/templates/60-floating-ip.j2", "content": "{% for ip in floating_ipv4 %}\nauto eth0:{{loop.index}}\niface eth0:{{loop.index}} inet static\n address {{ ip }}\n netmask 32\n\n{% endfor %}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 138 },...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1649, "all_permissive": false }
ansible_role
protobuff3r/hcloud-k8s
c5ed3bde05e990a8ec2b6a0ae8ffcf752d69106d
45
roles/kube-worker
7,378
[ "no_license" ]
[ { "path": "roles/kube-worker/tasks/main.yaml", "content": "---\n- name: Join Kubernetes Master\n shell: \"{{lookup('file', '/tmp/join.sh')}}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 80, "all_permissive": false }
ansible_role
protobuff3r/hcloud-k8s
c5ed3bde05e990a8ec2b6a0ae8ffcf752d69106d
45
roles/local-cleanup
7,378
[ "no_license" ]
[ { "path": "roles/local-cleanup/tasks/main.yaml", "content": "---\n- name: Clean K8s yaml files\n file:\n state: absent\n path: /tmp/k8s-install/\n\n- name: Delete Join tempfile\n file:\n path: /tmp/join.sh\n state: absent", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 165, "all_permissive": false }
ansible_role
protobuff3r/hcloud-k8s
c5ed3bde05e990a8ec2b6a0ae8ffcf752d69106d
45
roles/metal-lb
7,378
[ "no_license" ]
[ { "path": "roles/metal-lb/files/tiller-installfix.yaml", "content": "---\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n creationTimestamp: null\n labels:\n app: helm\n name: tiller\n name: tiller-deploy\n namespace: kube-system\nspec:\n replicas: 1\n selector: {\"matchLabels\": {\"app\": \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3475, "all_permissive": false }
ansible_role
protobuff3r/hcloud-k8s
c5ed3bde05e990a8ec2b6a0ae8ffcf752d69106d
45
roles/tf-destroy
7,378
[ "no_license" ]
[ { "path": "roles/tf-destroy/tasks/main.yaml", "content": "---\n- name: Destroy Infrastructure with Terraform\n terraform:\n project_path: \"{{ playbook_dir }}/roles/tf-infrastructure/terraform\"\n force_init: true\n state: absent\n variables:\n hcloud_token: \"{{ hetzner_token }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 469, "all_permissive": false }
ansible_role
protobuff3r/hcloud-k8s
c5ed3bde05e990a8ec2b6a0ae8ffcf752d69106d
45
roles/tf-infrastructure
7,378
[ "no_license" ]
[ { "path": "roles/tf-infrastructure/terraform/variables.tf", "content": "// DO NOT EDIT - ANSIBLE replace the variables\n\nvariable \"hcloud_token\" {\n type = string\n description = \"Hetzner Cloud API Token - Replaced by Ansible Playbook on run\"\n}\n\nvariable \"datacenter\" {\n type = st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 6515, "all_permissive": false }
ansible_role
Boes-man/ansible-galaxy
cfccbc1e1c12c20a886d603789eca1264e5c0697
0
roles/DCOS.bootstrap
7,378
[ "no_license" ]
[ { "path": "roles/DCOS.bootstrap/handlers/main.yml", "content": "- name: \"Same version config update: Remove old dcos_install.sh\"\n file:\n state: absent\n path: \"{{ download_path }}/genconf/serve/dcos_install.sh\"\n listen: trigger_new_config\n\n- name: \"Same version config update: Remove old up...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 6682, "all_permissive": false }
ansible_role
Boes-man/ansible-galaxy
cfccbc1e1c12c20a886d603789eca1264e5c0697
0
roles/DCOS.requirements
7,378
[ "no_license" ]
[ { "path": "roles/DCOS.requirements/tasks/main.yml", "content": "# DC/OS System Requirements as of https://docs.mesosphere.com/1.11/installing/production/system-requirements/\n- name: \"Gather OS specific variables\"\n include_vars: \"{{ item }}\"\n with_first_found:\n - \"vars/{{ ansible_distribution }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3339, "all_permissive": false }
ansible_role
angelesphillips/sample-ee
80bdbe8f678341f054a07adfc29169b99bbb0235
0
roles/machine-certs
7,378
[ "no_license" ]
[ { "path": "roles/machine-certs/tasks/main.yml", "content": "---\n# tasks file for machine-certs\n- name: \"Classroom CA: Check if {{ ca_cert_file }} exists\"\n stat:\n path: \"{{ ca_cert_file }}\"\n register: ca_cert_pem\n\n- name: \"Classroom CA: Fail if {{ ca_cert_file }} does not exist\"\n fail:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3222, "all_permissive": false }
ansible_role
naveen-kulkarni/Ansible_Linux_Patching_Playbook
e0ae4b21cc30dbe57d412e4ae6630f9727fe85eb
0
roles/RHEL6_RHEL7_OSPatch
7,371
[ "no_license" ]
[ { "path": "roles/RHEL6_RHEL7_OSPatch/tasks/pre-check.yml", "content": "---\n\n - name: Pre-Patch Config\n shell:\n /sbin/route |awk ' { $1,$2,$3,$8 }' ;\n df -h -F xfs -F ext3 -F ext2 -F ext4 | awk '{ print $1,$6 }';\n /sbin/ifconfig |grep inet |egrep -v \"inet6|127.0.0.1\"\n reg...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 12, "total_bytes": 5804, "all_permissive": false }
ansible_role
we-bridge/vagrant-ansible-symfony
00b25cdd71d6bba8d9150d3c710bc53ed0bc9dbe
7
provisioning/roles/git
7,371
[ "no_license" ]
[ { "path": "provisioning/roles/git/tasks/main.yml", "content": "---\n- name: APT install Git\n apt: name=git\n\n- name: Install Git completions for bash\n shell: creates=/etc/bash_completion.d/git\n curl -Ls https://github.com/git/git/raw/master/contrib/completion/git-completion.bash > /etc/bash_complet...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 249, "all_permissive": false }
ansible_role
we-bridge/vagrant-ansible-symfony
00b25cdd71d6bba8d9150d3c710bc53ed0bc9dbe
7
provisioning/roles/mysql
7,371
[ "no_license" ]
[ { "path": "provisioning/roles/mysql/tasks/main.yml", "content": "---\n- name: MySQL server and client\n apt: name=mysql-server,python-mysqldb\n\n- name: MySQL database init\n mysql_db: name={{ DBNAME }}\n\n- name: MySQL database user\n mysql_user: name={{ DBUSER }} password={{ <PASSWORD> }} priv={{ DBNAM...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 246, "all_permissive": false }
ansible_role
we-bridge/vagrant-ansible-symfony
00b25cdd71d6bba8d9150d3c710bc53ed0bc9dbe
7
provisioning/roles/webapp
7,371
[ "no_license" ]
[ { "path": "provisioning/roles/webapp/defaults/main.yml", "content": "---\ndb_drivers:\n mysql: pdo_mysql\n postgresql: pdo_pgsql\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "provisioning/roles/webapp/tasks/main.yml", "content": "---\n- n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1431, "all_permissive": false }
ansible_role
we-bridge/vagrant-ansible-symfony
00b25cdd71d6bba8d9150d3c710bc53ed0bc9dbe
7
provisioning/roles/webapp-container
7,371
[ "no_license" ]
[ { "path": "provisioning/roles/webapp-container/tasks/main.yml", "content": "---\n- name: create Apache VirtualHost for app\n template: src=apache2.vhost.j2 dest=/etc/apache2/sites-available/{{ APPNAME }}.conf\n notify:\n restart Apache\n\n- name: add FastCGI worker pool\n template: src=php-fpm-pool.co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 472, "all_permissive": false }
ansible_role
cailloumajor/screen-timing-board
271f94292cf74b6b4a5cb8d808fc84ff2c2ee293
0
roles/default
7,371
[ "no_license" ]
[ { "path": "roles/default/vars/main.yml", "content": "---\npackages:\n - fonts-font-awesome\n - fonts-liberation2\n - nodm\n - numlockx\n - python3-pil\n - python3-pil.imagetk\n - python3-tk\n - x11-xserver-utils\n - xinit\n - xserver-xorg\n - xserver-xorg-input-libinput\n - xserver-xorg-video-fb...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1372, "all_permissive": false }
ansible_role
gndal/ansible-nxos
43e65969dd315d7bd5d781edbaafa86da6ff5c3f
0
roles/Leaf
7,371
[ "no_license" ]
[ { "path": "roles/Leaf/tasks/main.yml", "content": "---\n- name: ENABLE FEATURES\n cisco.nxos.nxos_feature:\n feature: \"{{ item.feature }}\"\n loop: \"{{ leaf_features }}\"\n\n- name: CONFIGURE LOOPBACK INTERFACES\n cisco.nxos.nxos_interfaces:\n config:\n - name: \"{{ item.interface }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3537, "all_permissive": false }
ansible_role
gndal/ansible-nxos
43e65969dd315d7bd5d781edbaafa86da6ff5c3f
0
roles/Service
7,371
[ "no_license" ]
[ { "path": "roles/Service/tasks/main.yml", "content": "---\n- name: CONFIGURE VLAN TO VNI MAPPING\n cisco.nxos.nxos_vlans:\n config:\n - vlan_id: \"{{ item.vlan_id }}\"\n mapped_vni: \"{{ item.vni_id }}\"\n with_items: \"{{ vlans_l2vni + vlans_l3vni }}\"\n\n- name: CONFIGURE TENANT VRFs\n c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3009, "all_permissive": false }
ansible_role
gndal/ansible-nxos
43e65969dd315d7bd5d781edbaafa86da6ff5c3f
0
roles/Spine
7,371
[ "no_license" ]
[ { "path": "roles/Spine/tasks/main.yml", "content": "---\n- name: ENABLE FEATURES\n cisco.nxos.nxos_feature:\n feature: \"{{ item.feature }}\"\n loop: \"{{ spine_features }}\"\n\n- name: ENABLE OSPF PROCESS\n cisco.nxos.nxos_ospfv2:\n config:\n processes:\n - process_id: \"{{ ospf_proces...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3261, "all_permissive": false }
ansible_role
tkerns1965/tk_ansible_gnucash_vscode01
aaa3df06ae11f0b44beb303be5ee18da9b0772c4
0
roles/gnucash_vscode01
7,371
[ "no_license" ]
[ { "path": "roles/gnucash_vscode01/tasks/main.yml", "content": "---\n- name: Include private variables\n include_vars: private.yml\n tags: \n - smb\n - gnucash\n - vscode\n\n- name: Import smb tasks\n import_tasks: 01_smb.yml\n tags: smb\n\n- name: Import gnucash tasks\n import_tasks: 02_gnucas...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 331, "all_permissive": false }
ansible_role
ashemath/ansible-thewizard
88d429a142899de895f677fc3eebd75f29e2dd14
0
roles/role_a
7,371
[ "no_license" ]
[ { "path": "roles/role_a/tasks/main.yml", "content": "- name: What role are we executing?\n debug: \n msg: \"We are running this task for {{ role_name }}\"\n\n- name: Print verse specified for this role.\n debug:\n msg: \"{{ item.msg }}\"\n loop: \"{{ verse }}\"\n\n- name: include the chorus\n impo...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1591, "all_permissive": false }
ansible_role
ashemath/ansible-thewizard
88d429a142899de895f677fc3eebd75f29e2dd14
0
roles/role_b
7,371
[ "no_license" ]
[ { "path": "roles/role_b/meta/main.yml", "content": "dependencies:\n - role: role_a\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/role_b/tasks/main.yml", "content": "- name: import role_a's tasks\n import_tasks:\n file: \"{{ playb...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 866, "all_permissive": false }
ansible_role
ashemath/ansible-thewizard
88d429a142899de895f677fc3eebd75f29e2dd14
0
roles/role_c
7,371
[ "no_license" ]
[ { "path": "roles/role_c/handlers/main.yml", "content": "- name: \"Write out {{ role_name }}'s verse\"\n blockinfile:\n path: proof/song\n marker: \"\"\n block: \"{{ item.msg }}\"\n create: yes\n loop: \"{{ verse }}\"\n listen: \"role_c write\"\n- name: \"Write out {{ role_name }}'s chorus\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 940, "all_permissive": false }
ansible_role
citadelict/ansibllle-config-mgt
6f4104147dfdf35a2ef16dff5881ea0093f47ebf
1
roles/apache
7,371
[ "no_license" ]
[ { "path": "roles/apache/handlers/main.yml", "content": "---\n- name: restart apache\n service:\n name: \"{{ apache_service }}\"\n state: \"{{ apache_restart_state }}\"\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 }, { "path": "roles/a...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2831, "all_permissive": false }
ansible_role
citadelict/ansibllle-config-mgt
6f4104147dfdf35a2ef16dff5881ea0093f47ebf
1
roles/artifactory
7,371
[ "no_license" ]
[ { "path": "roles/artifactory/tasks/main.yml", "content": "---\n# tasks file for artifactory on Ubuntu\n\n- name: Update apt cache\n ansible.builtin.apt:\n update_cache: yes\n become: yes\n\n- name: Add JFrog GPG key\n ansible.builtin.shell: |\n curl -fsSL https://releases.jfrog.io/artifactory/api/g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1712, "all_permissive": false }
ansible_role
citadelict/ansibllle-config-mgt
6f4104147dfdf35a2ef16dff5881ea0093f47ebf
1
roles/nginx
7,371
[ "no_license" ]
[ { "path": "roles/nginx/tasks/setup-Debian.yml", "content": "---\n- name: Update apt cache.\n apt: update_cache=yes cache_valid_time=86400\n changed_when: false\n become: yes\n when: enable_nginx_lb\n\n- name: Ensure nginx is installed.\n become: yes\n apt:\n name: \"{{ nginx_package_name }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 622, "all_permissive": false }
ansible_role
citadelict/ansibllle-config-mgt
6f4104147dfdf35a2ef16dff5881ea0093f47ebf
1
roles/webserver
7,371
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "---\n# Install Apache\n- name: Install Apache\n remote_user: ec2-user\n become: true\n ansible.builtin.yum:\n name: httpd\n state: present\n\n# Install EPEL release\n- name: Install EPEL release\n remote_user: ec2-user\n become: true\n ansi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3836, "all_permissive": false }
ansible_role
thunder-spb/devops-ansible-aws-demo
238f7d772cd0fab828fe561d9bfa97a6007d0e5b
0
roles/instances
7,371
[ "no_license" ]
[ { "path": "roles/instances/tasks/main.yaml", "content": "---\n## Create instances if not created. Checked within Tag Name.\n- name: Get Running EC2 instances\n ec2_instance_info:\n region: \"{{ vpc_region }}\"\n filters:\n instance-state-name: [\"running\"]\n \"tag:Type\": \"{{ services.nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1661, "all_permissive": false }
ansible_role
batyacorp/vpn-bot
3b3ccde977634d9261f503861830f386f1f91004
0
ansible/roles/hostname
7,371
[ "no_license" ]
[ { "path": "ansible/roles/hostname/tasks/main.yml", "content": "---\n- name: Set a hostname\n ansible.builtin.hostname:\n name: \"{{ inventory_hostname }}\"\n tags: set-hostname\n\n- name: \"Generate /etc/hosts.ansible file\"\n template: \"src=hosts.j2 dest='/etc/hosts.ansible' owner=root group=root mo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1011, "all_permissive": false }
ansible_role
hatsari/ansible-playbook
2b9deb74de66debc44197f88a811d019716cc43c
9
aws-provision_by_sekim/roles/aws-deprovision
7,371
[ "no_license" ]
[ { "path": "aws-provision_by_sekim/roles/aws-deprovision/tasks/main.yml", "content": "---\n- name: Set up Vars\n include_vars: main.yml\n\n- name: Gather hosts matching tags\n ec2_instance_facts:\n region: \"{{ aws_region }}\"\n filters:\n instance-state-name: running\n# instance_state: ru...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1501, "all_permissive": false }
ansible_role
hatsari/ansible-playbook
2b9deb74de66debc44197f88a811d019716cc43c
9
aws-provision_by_sekim/roles/aws-instance-modify
7,371
[ "no_license" ]
[ { "path": "aws-provision_by_sekim/roles/aws-instance-modify/tasks/main.yml", "content": "---\n#- hosts: localhost\n- name: Gather hosts matching tags\n ec2_instance_facts:\n region: \"{{ aws_region }}\"\n filters:\n instance-state-name: running\n# instance_state: running\n \"tag:prov\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2696, "all_permissive": false }
ansible_role
hatsari/ansible-playbook
2b9deb74de66debc44197f88a811d019716cc43c
9
aws-provision_by_sekim/roles/aws-net-facts
7,371
[ "no_license" ]
[ { "path": "aws-provision_by_sekim/roles/aws-net-facts/tasks/main.yml", "content": "---\n- name: Facts about defaul VPC\n ec2_vpc_net_facts:\n filters:\n isDefault: \"true\"\n register: vpc_net_find\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 120, "all_permissive": false }
ansible_role
hatsari/ansible-playbook
2b9deb74de66debc44197f88a811d019716cc43c
9
aws-provision_by_sekim/roles/aws-provision
7,371
[ "no_license" ]
[ { "path": "aws-provision_by_sekim/roles/aws-provision/vars/main.yml", "content": "---\n#ansible_aws_access_key: \n#ansible_aws_secret_key: \n#region: ap-nort\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "aws-provision_by_sekim/roles/aws-provi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1602, "all_permissive": false }
ansible_role
hatsari/ansible-playbook
2b9deb74de66debc44197f88a811d019716cc43c
9
aws-provision_by_sekim/roles/aws-web
7,371
[ "no_license" ]
[ { "path": "aws-provision_by_sekim/roles/aws-web/vars/web.yml", "content": "---\ninstance_name: frontend\n#\n# IAM GROUP\n#\ninstance_group_name: frontends\n#\n# Security Group\n#\n#security_name: default\nsecurity_name: frontend_servers\n#ansible_aws_region: ap-northeast-2\n", "license_type": "no_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2313, "all_permissive": false }
ansible_role
hatsari/ansible-playbook
2b9deb74de66debc44197f88a811d019716cc43c
9
demo_ops/1.createvm/roles/create_vm_on_rhv
7,371
[ "no_license" ]
[ { "path": "demo_ops/1.createvm/roles/create_vm_on_rhv/tasks/main.yml", "content": "---\n- name: Obtain SSO token with using username/password credentials\n ovirt_auth:\n url: \"{{ rhv_url }}\"\n username: \"{{ rhv_user }}\"\n# ca_file: \"{{ rhv_ca }}\"\n password: \"{{ <PASSWORD> }}\"\n inse...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 394, "all_permissive": false }
ansible_role
hatsari/ansible-playbook
2b9deb74de66debc44197f88a811d019716cc43c
9
demo_ops/1.createvm/roles/create_vm_on_vsphere
7,371
[ "no_license" ]
[ { "path": "demo_ops/1.createvm/roles/create_vm_on_vsphere/tasks/main.yml", "content": "---\n- name: Create VM from template\n vsphere_guest:\n vcenter_hostname: \"{{ vcenter_host }}\"\n username: \"{{ vcenter_user }}\"\n password: \"{{ <PASSWORD> }}\"\n guest: \"{{ vm_name }}\"\n# force: yes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 713, "all_permissive": false }
ansible_role
hatsari/ansible-playbook
2b9deb74de66debc44197f88a811d019716cc43c
9
openstack-management/roles/common
7,371
[ "no_license" ]
[ { "path": "openstack-management/roles/common/tasks/main.yml", "content": "---\n# This playbook contains common plays that will be run on all nodes.\n\n#- name: copy yum repo file\n# template:\n# src: repos.repo\n# dest: /etc/yum.repos.d/repos.repo\n# owner: root\n\n- name: set selinux permissive\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1104, "all_permissive": false }
ansible_role
hatsari/ansible-playbook
2b9deb74de66debc44197f88a811d019716cc43c
9
openstack-management/roles/db
7,371
[ "no_license" ]
[ { "path": "openstack-management/roles/db/vars/main.yml", "content": "---\n#dbname: ppas\n#dbport: 5445\n#dbsid: \ndbgroup: pg{{ dbsid|lower }}\nprefix: /PG\ndbbase: /PG/{{ dbsid|upper }}\n#edbhome: /PG/{{ dbsid|upper }}/9.5AS\ndbdir: /pgdata/{{ dbsid|upper }}\ndatadir: /pgdata/{{ dbsid|upper }}/data/pg\nxlo...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 17655, "all_permissive": false }
ansible_role
hatsari/ansible-playbook
2b9deb74de66debc44197f88a811d019716cc43c
9
openstack-management/roles/deleteAll
7,371
[ "no_license" ]
[ { "path": "openstack-management/roles/deleteAll/handlers/main.yml", "content": "---\n# handlers file for destoryAll\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "openstack-management/roles/deleteAll/tests/test.yml", "content": "---\n- hosts...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1986, "all_permissive": false }
ansible_role
hatsari/ansible-playbook
2b9deb74de66debc44197f88a811d019716cc43c
9
openstack-management/roles/openstack-instance
7,371
[ "no_license" ]
[ { "path": "openstack-management/roles/openstack-instance/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - openstack-instance", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "openstack-management/roles/openst...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 12, "total_bytes": 10060, "all_permissive": false }
ansible_role
hatsari/ansible-playbook
2b9deb74de66debc44197f88a811d019716cc43c
9
openstack-management/roles/openstack-lbaas
7,371
[ "no_license" ]
[ { "path": "openstack-management/roles/openstack-lbaas/defaults/main.yml", "content": "---\n# defaults file for openstack-lbaas\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "openstack-management/roles/openstack-lbaas/tests/test.yml", "conten...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 9023, "all_permissive": false }
ansible_role
hatsari/ansible-playbook
2b9deb74de66debc44197f88a811d019716cc43c
9
openstack-management/roles/update_stack
7,371
[ "no_license" ]
[ { "path": "openstack-management/roles/update_stack/tasks/stack.yml", "content": "- name: update stack\n ignore_errors: True\n register: stack_update\n os_stack:\n# auth: \"{{ os_auth }}\"\n name: \"{{ stack_name }}\"\n state: present\n template: template_main.yaml\n parameters:\n make...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1369, "all_permissive": false }
ansible_role
hatsari/ansible-playbook
2b9deb74de66debc44197f88a811d019716cc43c
9
openstack-management/roles/was
7,371
[ "permissive" ]
[ { "path": "openstack-management/roles/was/handlers/main.yml", "content": "##\n# As the EAP service would be named like jboss-as-standlone.sh or jboss-eap.sh\n# the service ( directed via systemctl ) requires the service name to be without\n# extension hence we use spiltext filter to get the service name wih...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 17, "total_bytes": 15897, "all_permissive": true }
ansible_role
hatsari/ansible-playbook
2b9deb74de66debc44197f88a811d019716cc43c
9
openstack-management/roles/web
7,371
[ "no_license" ]
[ { "path": "openstack-management/roles/web/tasks/main.yml", "content": "---\n- name: install httpd\n yum:\n name: httpd\n state: installed\n \n- name: httpd.conf template\n template:\n src: httpd.conf.j2\n dest: /etc/httpd/conf/httpd.conf\n owner: root\n\n- name: mod_jk.conf template\n t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 959, "all_permissive": false }
ansible_role
hatsari/ansible-playbook
2b9deb74de66debc44197f88a811d019716cc43c
9
osp-undercloud-playbook/roles/common
7,371
[ "no_license" ]
[ { "path": "osp-undercloud-playbook/roles/common/tasks/main.yml", "content": "- name: Set a MOTD\n template: src=motd.j2\n dest=/etc/motd\n owner=root\n group=root\n mode=0644\n\n- name: add the stack user\n user: name=stack\n\n- name: enable sudo for the stack u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 535, "all_permissive": false }
ansible_role
hatsari/ansible-playbook
2b9deb74de66debc44197f88a811d019716cc43c
9
osp-undercloud-playbook/roles/network
7,371
[ "no_license" ]
[ { "path": "osp-undercloud-playbook/roles/network/tasks/main.yml", "content": "- name: add VLAN interfaces\n template: src=ifcfg.j2\n dest=/etc/sysconfig/network-scripts/ifcfg-{{ item.name }}\n owner=root\n group=root\n mode=0755\n with_items:\n - {name: 'vlan10...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1255, "all_permissive": false }
ansible_role
hatsari/ansible-playbook
2b9deb74de66debc44197f88a811d019716cc43c
9
osp-undercloud-playbook/roles/rhos
7,371
[ "no_license" ]
[ { "path": "osp-undercloud-playbook/roles/rhos/tasks/main.yml", "content": "- name: Get the RHOS-release repo management tool\n yum: name=http://rhos-release.virt.bos.redhat.com/repos/rhos-release/rhos-release-latest.noarch.rpm\n state=present\n\n- name: Enable the ospd repo\n command: \"rhos-release...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 658, "all_permissive": false }
ansible_role
hatsari/ansible-playbook
2b9deb74de66debc44197f88a811d019716cc43c
9
osp-undercloud-playbook/roles/rosp
7,371
[ "no_license" ]
[ { "path": "osp-undercloud-playbook/roles/rosp/tasks/main.yml", "content": "- name: Register the box with the Red Hat Portal\n redhat_subscription: state=present \n username={{ rh_username }} \n password={{ <PASSWORD> }} \n pool={{ rh_pool }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 936, "all_permissive": false }
ansible_role
hatsari/ansible-playbook
2b9deb74de66debc44197f88a811d019716cc43c
9
osp-undercloud-playbook/roles/undercloud
7,371
[ "no_license" ]
[ { "path": "osp-undercloud-playbook/roles/undercloud/handlers/main.yml", "content": "- name: Restart ironic-inspector\n become_user: root\n service: name=openstack-ironic-conductor.service state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2261, "all_permissive": false }
ansible_role
hatsari/ansible-playbook
2b9deb74de66debc44197f88a811d019716cc43c
9
sample/roles/myvhost
7,371
[ "no_license" ]
[ { "path": "sample/roles/myvhost/tasks/main.yml", "content": "---\n\n- name: install httpd\n yum:\n name: httpd\n state: latest\n\n- name: start and enable httpd\n service:\n name: httpd\n state: started\n enabled: true\n", "license_type": "no_license", "detected_licenses": [], "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 164, "all_permissive": false }
ansible_role
hatsari/ansible-playbook
2b9deb74de66debc44197f88a811d019716cc43c
9
training_3tier/roles/common
7,371
[ "no_license" ]
[ { "path": "training_3tier/roles/common/tasks/main.yml", "content": "---\n# tasks file for common\n# tasks:\n- name: enable repos\n template:\n src: ./open_three-tier-app.repo\n dest: /etc/yum.repos.d/open_three-tier-app.repo\n mode: 0644\n\n#- name: open the network port 22\n# firewalld:\n# p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 569, "all_permissive": false }
ansible_role
hatsari/ansible-playbook
2b9deb74de66debc44197f88a811d019716cc43c
9
training_3tier/roles/dbserver
7,371
[ "no_license" ]
[ { "path": "training_3tier/roles/dbserver/tasks/main.yml", "content": "---\n# tasks file for dbserver\n#- name: deploy postgres\n# gather_facts: false\n# become: true\n# hosts: appdbs\n#tasks:\n- name: install postgres\n yum:\n name: postgresql-server\n state: latest\n- name: enable apache at boot\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 642, "all_permissive": false }
ansible_role
hatsari/ansible-playbook
2b9deb74de66debc44197f88a811d019716cc43c
9
training_3tier/roles/osp_infra
7,371
[ "no_license" ]
[ { "path": "training_3tier/roles/osp_infra/tasks/osp_create_security.yml", "content": "- os_security_group:\n cloud: ospcloud\n state: present\n name: ICMP_and_SSH\n description: ICMP and SSH enabled\n tags:\n - tested\n- os_security_group_rule:\n cloud: ospcloud\n security_group: ICMP_...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1309, "all_permissive": false }
ansible_role
hatsari/ansible-playbook
2b9deb74de66debc44197f88a811d019716cc43c
9
training_3tier/roles/proxy
7,371
[ "no_license" ]
[ { "path": "training_3tier/roles/proxy/tasks/main.yml", "content": "---\n# tasks file for proxy\n#- name: deploy haproxy\n# hosts: frontends\n# gather_facts: false # remove later! speeds up testing\n# become: true\n\n#tasks:\n- name: install HAProxy\n yum:\n name: haproxy \n state: latest\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 903, "all_permissive": false }
ansible_role
hatsari/ansible-playbook
2b9deb74de66debc44197f88a811d019716cc43c
9
training_3tier/roles/wasserver
7,371
[ "no_license" ]
[ { "path": "training_3tier/roles/wasserver/tasks/main.yml", "content": "---\n# tasks file for wasserver\n#\n#- name: deploy tomcat\n# hosts: apps # gather_facts: false\n# become: true\n\n#tasks:\n- name: install tomcat\n yum:\n name: tomcat\n state: latest\n- name: enable tomcat at boot\n service:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1140, "all_permissive": false }
ansible_role
hatsari/ansible-playbook
2b9deb74de66debc44197f88a811d019716cc43c
9
training_3tier/roles/webserver
7,371
[ "no_license" ]
[ { "path": "training_3tier/roles/webserver/tasks/main.yml", "content": "---\n# tasks file for webserver\n#- name: deploy apache\n# hosts: apps\n# gather_facts: false\n# become: true\n#\n#tasks:\n- name: install apache\n yum:\n name: httpd\n state: latest\n- name: enable apache at boot\n service:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 761, "all_permissive": false }
ansible_role
walden-it/ansible-lamp-lemp
8ef100e3c996ed5487873514bf080490090259f4
0
roles/waldenit.apache2
7,371
[ "no_license" ]
[ { "path": "roles/waldenit.apache2/tasks/install_Debian.yml", "content": "- name: APACHE2 | Installing APACHE2\n apt:\n pkg: libapache2-mod-fastcgi\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "roles/waldenit.apache2/handl...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 904, "all_permissive": false }
ansible_role
walden-it/ansible-lamp-lemp
8ef100e3c996ed5487873514bf080490090259f4
0
roles/waldenit.nginx
7,371
[ "no_license" ]
[ { "path": "roles/waldenit.nginx/tasks/configure_Debian.yml", "content": "---\n- include_vars: \"group_vars/vhosts.yml\"\n\n- template: \n src: vhost.j2\n dest: \"/etc/nginx/conf.d/{{item.key}}.conf\"\n with_dict: vhosts\n\n- name: create htdocs\n file: dest=/var/www/{{item.key}}/htdocs recurse=true ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2010, "all_permissive": false }
ansible_role
davidpalves/dotfiles
7f44d4c83ed49776dca3b47fb938c6a01c6f3f19
1
roles/albert
7,371
[ "no_license" ]
[ { "path": "roles/albert/tasks/main.yml", "content": "- block:\n - name: Check if Albert is installed\n command: dpkg-query -W albert\n register: albert_installed\n ignore_errors: true\n \n - name: Install Albert\n apt:\n deb: '{{ albert_deb_url }}'\n when: albert_insta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 742, "all_permissive": false }
ansible_role
davidpalves/dotfiles
7f44d4c83ed49776dca3b47fb938c6a01c6f3f19
1
roles/discord
7,371
[ "no_license" ]
[ { "path": "roles/discord/defaults/main.yml", "content": "discord_package_url: 'https://discordapp.com/api/download?platform=linux&format=deb'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": "roles/discord/tasks/main.yml", "content": "- block:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 383, "all_permissive": false }
ansible_role
davidpalves/dotfiles
7f44d4c83ed49776dca3b47fb938c6a01c6f3f19
1
roles/peek
7,371
[ "no_license" ]
[ { "path": "roles/peek/tasks/main.yml", "content": "- block:\n - name: Add Peek repository\n apt_repository:\n repo: 'ppa:peek-developers/stable'\n\n - name: Install Peek\n apt:\n name: peek\n state: latest\n\n tags:\n - install\n - install-peek\n", "license_type": "no_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 212, "all_permissive": false }
ansible_role
davidpalves/dotfiles
7f44d4c83ed49776dca3b47fb938c6a01c6f3f19
1
roles/slack
7,371
[ "no_license" ]
[ { "path": "roles/slack/tasks/main.yml", "content": "- block:\n - name: Check if Slack is installed\n command: dpkg-query -W slack-desktop\n register: slack_installed\n ignore_errors: true\n\n - name: Install Slack\n apt:\n deb: '{{ slack_deb_url }}'\n when: slack_installed.rc != 0\n\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 523, "all_permissive": false }
ansible_role
davidpalves/dotfiles
7f44d4c83ed49776dca3b47fb938c6a01c6f3f19
1
roles/telegram
7,371
[ "no_license" ]
[ { "path": "roles/telegram/tasks/main.yml", "content": "- block:\n - name: Check if Telegram is installed\n command: dpkg-query -W telegram-desktop\n register: telegram_installed\n ignore_errors: true\n\n - name: Install Telegram\n snap:\n name: telegram-desktop\n when: telegram_install...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 311, "all_permissive": false }
ansible_role
davidpalves/dotfiles
7f44d4c83ed49776dca3b47fb938c6a01c6f3f19
1
roles/wallpapers
7,371
[ "no_license" ]
[ { "path": "roles/wallpapers/tasks/main.yml", "content": "\n- block:\n - name: Create wallpapers folder\n file:\n path: '{{ wallpapers_dir }}'\n state: directory\n owner: \"{{ ansible_user_id }}\"\n\n - block:\n - name: Copy background.jpg\n copy:\n src: background.jpg\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1102, "all_permissive": false }
ansible_role
davidpalves/dotfiles
7f44d4c83ed49776dca3b47fb938c6a01c6f3f19
1
roles/zsh
7,371
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "\n- block:\n - name: Check if zsh is installed\n command: zsh --version\n register: zsh_installed\n ignore_errors: true\n tags:\n - check\n - check-zsh\n\n - import_tasks: install.yml\n when: >\n zsh_installed.rc != 0 or\n ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2718, "all_permissive": false }
ansible_role
AlejandraBeltranMorales/ProxPot
db52829c59a6bb477320e32e8317f07f11ec8ac4
5
ansible/roles/cowrie
7,372
[ "no_license" ]
[ { "path": "ansible/roles/cowrie/tasks/main.yml", "content": "---\n- name: Clone Cowrie repository\n git:\n repo: 'https://github.com/cowrie/cowrie.git'\n dest: /opt/cowrie\n version: main # Specify the branch or tag if needed\n\n- name: Upload the modified docker-compose.yml\n copy:\n src: .....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1601, "all_permissive": false }
ansible_role
AlejandraBeltranMorales/ProxPot
db52829c59a6bb477320e32e8317f07f11ec8ac4
5
ansible/roles/cron
7,372
[ "no_license" ]
[ { "path": "ansible/roles/cron/files/cowrieCopy.sh", "content": "#!/bin/bash\n\n# Define paths\nTEMP_FILE=\"/tmp/cowrie_temp.json\"\nDEST_FILE=\"/opt/cowrie/var/log/cowrie/cowrie.json\"\nMARKER_FILE=\"/var/log/cowrie_last_bytes.txt\"\n\n# Get the current size of the destination file if it exists\nif [ -f \"$...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5544, "all_permissive": false }
ansible_role
AlejandraBeltranMorales/ProxPot
db52829c59a6bb477320e32e8317f07f11ec8ac4
5
ansible/roles/dionaea
7,372
[ "no_license" ]
[ { "path": "ansible/roles/dionaea/tasks/main.yml", "content": "---\n- name: Ensure required packages are installed\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n loop:\n - git\n - wget\n\n- name: Clone dionaea repository\n git:\n repo: 'https://github.com/DinoTools/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4588, "all_permissive": false }
ansible_role
AlejandraBeltranMorales/ProxPot
db52829c59a6bb477320e32e8317f07f11ec8ac4
5
ansible/roles/fluentbit
7,372
[ "no_license" ]
[ { "path": "ansible/roles/fluentbit/templates/fluent-bit.conf.j2", "content": "[SERVICE]\n # Flush\n # =====\n # set an interval of seconds before to flush records to a destination\n flush 1\n\n # Daemon\n # ======\n # instruct Fluent Bit to run in foreground or background mode.\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4685, "all_permissive": false }
ansible_role
AlejandraBeltranMorales/ProxPot
db52829c59a6bb477320e32e8317f07f11ec8ac4
5
ansible/roles/mailoney
7,372
[ "no_license" ]
[ { "path": "ansible/roles/mailoney/tasks/main.yml", "content": "- name: Create mailoney docker directory\n file:\n path: /opt/mailoney\n state: directory\n mode: '0755'\n\n- name: Copy docker-compose file\n copy:\n src: docker-compose.yml\n dest: /opt/mailoney/docker-compose.yml\n mode: '...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 951, "all_permissive": false }
ansible_role
ciiiii/ansible-bug-example
91bd20d5863906522b43d0af755ed1be8995b8ce
0
roles/test
7,372
[ "no_license" ]
[ { "path": "roles/test/handlers/main.yml", "content": "- name: test handler\n debug:\n msg: \"handler called: {{ inventory_hostname }}\"\n changed_when: True\n notify:\n - get hostname(handler)\n - print hostname(handler)\n\n- name: get hostname(handler)\n command: cat /etc/hostname\n register:...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 656, "all_permissive": false }
ansible_role
tofaramac/ansible
bde78c599d9ae426b4e8e0c20626863fa41d206d
1
roles/acct
7,372
[ "no_license" ]
[ { "path": "roles/acct/vars/main.yml", "content": "---\n# vars file for acct\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 25 }, { "path": "roles/acct/handlers/main.yml", "content": "---\n# handlers file for acct\n", "license_type": "no_license", "de...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 443, "all_permissive": false }
ansible_role
tofaramac/ansible
bde78c599d9ae426b4e8e0c20626863fa41d206d
1
roles/ansible
7,372
[ "no_license" ]
[ { "path": "roles/ansible/tasks/main.yml", "content": "---\n#- name: create ansible user\n# user: name=ansible state=present system=yes shell=/bin/bash \n# group=sudo\n- name: ansible install\n apt: name=ansible state=present update_cache=yes cache_valid_time=86400\n when: \"'{{inventory_hostname_short...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 899, "all_permissive": false }
ansible_role
tofaramac/ansible
bde78c599d9ae426b4e8e0c20626863fa41d206d
1
roles/apache2
7,372
[ "no_license" ]
[ { "path": "roles/apache2/tasks/main.yml", "content": "---\n# tasks file for apache2\n- name: apache2 install\n apt: name=apache2 state=present update_cache=yes cache_valid_time=86400\n when: \"'{{hostname}}' in groups['apache2-servers'] or groups['dev']\"\n tags: [ 'packages' ]\n\n- name: cleanout sites-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 11860, "all_permissive": false }
ansible_role
tofaramac/ansible
bde78c599d9ae426b4e8e0c20626863fa41d206d
1
roles/app_aurora
7,372
[ "no_license" ]
[ { "path": "roles/app_aurora/handlers/main.yml", "content": "---\n# handlers file for aurora\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/app_aurora/tasks/main.yml", "content": "---\n# tasks file for aurora\n\n#- name: Make sure the k...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 5405, "all_permissive": false }
ansible_role
tofaramac/ansible
bde78c599d9ae426b4e8e0c20626863fa41d206d
1
roles/app_crescendo
7,372
[ "no_license" ]
[ { "path": "roles/app_crescendo/handlers/main.yml", "content": "---\n# handlers file for crescendo\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/app_crescendo/defaults/main.yml", "content": "---\n# defaults file for crescendo\ngithub_r...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3132, "all_permissive": false }
ansible_role
tofaramac/ansible
bde78c599d9ae426b4e8e0c20626863fa41d206d
1
roles/app_databases
7,372
[ "no_license" ]
[ { "path": "roles/app_databases/handlers/main.yml", "content": "---\n# handlers file for app_databases\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/app_databases/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: roo...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1080, "all_permissive": false }
ansible_role
tofaramac/ansible
bde78c599d9ae426b4e8e0c20626863fa41d206d
1
roles/app_devdocs
7,372
[ "no_license" ]
[ { "path": "roles/app_devdocs/vars/main.yml", "content": "---\n# vars file for app_devdocs\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/app_devdocs/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 443, "all_permissive": false }
ansible_role
tofaramac/ansible
bde78c599d9ae426b4e8e0c20626863fa41d206d
1
roles/app_enbaya_ini
7,372
[ "no_license" ]
[ { "path": "roles/app_enbaya_ini/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - app_enbaya_ini", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "roles/app_enbaya_ini/vars/main.yml", "content": "---\n# va...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 10351, "all_permissive": false }
ansible_role
tofaramac/ansible
bde78c599d9ae426b4e8e0c20626863fa41d206d
1
roles/app_enbaya_sts
7,372
[ "no_license" ]
[ { "path": "roles/app_enbaya_sts/templates/amqp.ini.j2", "content": "; {{ ansible_managed }}\n; ----------------------------------------------------------\n; AMQP CONFIGURATION\n; ----------------------------------------------------------\n\namqp.connection.host = localhost\namqp.connection.port = 5672\na...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 16, "total_bytes": 7461, "all_permissive": false }