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
Re-vanth/cloudera-mysql-final-role
2eddc4de6bc2097e980dfaa93d143eb6fdef124f
0
roles/database
387
[ "no_license" ]
[ { "path": "roles/database/files/replication.cnf", "content": "\n[mysqld]\n# replication config START\n#server-id=$(printf '%d\\n' \"0x$(hostid)\")\n#log-bin=mysql-bin\n#relay-log=mysql-relay-bin\n#expire_logs_days=10\n#sync_binlog=1\n# For MySQL version 5.1.8 or later. Comment out binlog_format for older ve...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2962, "all_permissive": false }
ansible_role
Re-vanth/cloudera-mysql-final-role
2eddc4de6bc2097e980dfaa93d143eb6fdef124f
0
roles/prereq
387
[ "no_license" ]
[ { "path": "roles/prereq/vars/main.yml", "content": "---\nswappiness_value: 1\ncurrent_date: \"{{ lookup('pipe', 'date +%Y%m%d-%H%M') }}\"\nredhat_packages:\n - ntp\n - unzip\n - deltarpm\n - epel-release\n - libselinux-python\n - postgresql-jdbc\n - lzo\n\nipables_commands:\n - iptables -F\n - ipta...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 8046, "all_permissive": false }
ansible_role
francklemoine/ansible-build-images
df1a3e2e66e56d5bd8bb419232ca7c48bad2ed87
0
roles/images
387
[ "no_license" ]
[ { "path": "roles/images/defaults/main.yml", "content": "---\n# default\n\n# proxy connections (mandatory)\nproxy_env:\n foo: bar\n# http_proxy: http://x.x.x.x:80\n# https_proxy: http://x.x.x.x:80\n\n# specific argv to build images\n#docker_build_extra_args: \"--build-arg http_proxy=http://x.x.x.x:80/ --b...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3285, "all_permissive": false }
ansible_role
exotel/aws-auto-scaling
5af50c39bf2afb6a73ed3e7c6298b1f4cf561426
9
ansible/roles/spot-notifier
387
[ "no_license" ]
[ { "path": "ansible/roles/spot-notifier/files/spot_termination_notifier_wrapper.sh", "content": "#!/bin/bash\nif [ $# -ne 2 ]; then\n\techo \"ERROR: Please provide scriptname and asg name.\"\nelse\n\n\tCMD=\"$1 $2 ap-southeast-1\" \n echo $CMD\n\t(sleep 5 && /bin/bash /home/ec2-user/termination_scrip...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 7212, "all_permissive": false }
ansible_role
DrTom/hab_comfoconnect2mqtt
a919bdcb9e6253583c089ea2f553a6f8ebef035d
1
deploy/roles/deploy
387
[ "no_license" ]
[ { "path": "deploy/roles/deploy/tasks/main.yml", "content": "- name: install dependencies\n apt:\n name: \"{{ packages }}\"\n update_cache: yes\n cache_valid_time: 3600\n vars: \n packages: \n - python3-venv\n - python3-virtualenv\n tags: [python]\n\n- name: create user\n user:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1898, "all_permissive": false }
ansible_role
snkk1210/aws-vpc-3layer
6bedbd6747c4104c0e6eab9471470d2642dc13f2
0
roles/aws_vpc
387
[ "no_license" ]
[ { "path": "roles/aws_vpc/tasks/main.yml", "content": "---\n# tasks file for aws_vpc\n- name: create_vpc\n ec2_vpc_net:\n name: \"{{ vpc_name }}\"\n cidr_block: \"{{ vpc_cidr }}\"\n region: \"{{ region }}\"\n profile: \"{{ profile }}\"\n dns_hostnames: yes\n dns_support: yes\n register: v...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2782, "all_permissive": false }
ansible_role
vdbogdanov/ansible-role-server
b7ce5daf1efd2a2aa3c81a9039963cb54bb01f07
0
roles/docker
387
[ "permissive" ]
[ { "path": "roles/docker/tasks/main.yaml", "content": "---\n- name: Install docker\n ansible.builtin.shell:\n cmd: curl -fsSL https://get.docker.com | sh\n\n- name: Start docker\n ansible.builtin.systemd_service:\n name: docker.service\n state: started\n enabled: true\n", "license_type": "p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 219, "all_permissive": true }
ansible_role
vdbogdanov/ansible-role-server
b7ce5daf1efd2a2aa3c81a9039963cb54bb01f07
0
roles/fail2ban
387
[ "permissive" ]
[ { "path": "roles/fail2ban/handlers/main.yaml", "content": "---\n- name: Restart fail2ban\n ansible.builtin.systemd_service:\n name: fail2ban.service\n state: restarted\n enabled: true\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 130 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 554, "all_permissive": true }
ansible_role
vdbogdanov/ansible-role-server
b7ce5daf1efd2a2aa3c81a9039963cb54bb01f07
0
roles/firewall
387
[ "permissive" ]
[ { "path": "roles/firewall/handlers/main.yaml", "content": "---\n- name: Restart firewalld\n ansible.builtin.systemd_service:\n name: firewalld.service\n state: restarted\n enabled: true\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 132...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 982, "all_permissive": true }
ansible_role
vdbogdanov/ansible-role-server
b7ce5daf1efd2a2aa3c81a9039963cb54bb01f07
0
roles/k3s
387
[ "permissive" ]
[ { "path": "roles/k3s/tasks/main.yaml", "content": "---\n- name: Get info about services\n ansible.builtin.service_facts:\n\n- name: Install k3s\n ansible.builtin.shell:\n cmd: curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC=\"--disable=traefik\" sh -\n when: \"'k3s.service' not in ansible_facts['servi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 502, "all_permissive": true }
ansible_role
vdbogdanov/ansible-role-server
b7ce5daf1efd2a2aa3c81a9039963cb54bb01f07
0
roles/ssh
387
[ "permissive" ]
[ { "path": "roles/ssh/handlers/main.yaml", "content": "---\n- name: Restart sshd\n ansible.builtin.systemd_service:\n name: sshd.service\n state: restarted\n enabled: true\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 122 }, { "...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 520, "all_permissive": true }
ansible_role
vdbogdanov/ansible-role-server
b7ce5daf1efd2a2aa3c81a9039963cb54bb01f07
0
roles/upgrade-packages
387
[ "permissive" ]
[ { "path": "roles/upgrade-packages/tasks/main.yaml", "content": "---\n- name: Update cache\n ansible.builtin.dnf:\n update_cache: true\n\n- name: Upgrade all packages\n ansible.builtin.dnf:\n name: \"*\"\n state: latest\n\n- name: Reboot server\n ansible.builtin.reboot:\n reboot_timeout: 3600\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 230, "all_permissive": true }
ansible_role
tmukherjee13/ansible-bootstrap
0eded9b6b8d4493965b3ce767cf67fabc92efb2f
0
roles/app
386
[ "no_license" ]
[ { "path": "roles/app/tasks/main.yml", "content": "---\r\n- name: Ensure deploy directory is present\r\n file:\r\n dest: \"{{ app_directory }}\"\r\n state: directory\r\n owner: \"{{ web_server_user }}\"\r\n group: \"{{ web_server_group }}\"\r\n mode: 0755\r\n\r\n- name: Ensure deploy director...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 998, "all_permissive": false }
ansible_role
tmukherjee13/ansible-bootstrap
0eded9b6b8d4493965b3ce767cf67fabc92efb2f
0
roles/jenkins
386
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yml", "content": "---\r\n- name: Setup Jenkins Repo\r\n apt_key:\r\n url: \"{{ jenkins_key_server }}\"\r\n state: \"{{ package_state }}\"\r\n\r\n- name: Add Jenkins Repository in sources list\r\n apt_repository:\r\n repo: \"{{ jenkins_repo_url }}\"\r\n state...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 744, "all_permissive": false }
ansible_role
Bagautdino/sbertech-ansible
c1caf3efdf93c399fbbd239dd46398c57fd62e5e
0
roles/string_compress
386
[ "no_license" ]
[ { "path": "roles/string_compress/filter_plugins/string_filters.py", "content": "def compress(value):\n if not value:\n return ''\n result = []\n current_char = value[0]\n count = 1\n for char in value[1:]:\n if char == current_char:\n count += 1\n else:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 762, "all_permissive": false }
ansible_role
Bagautdino/sbertech-ansible
c1caf3efdf93c399fbbd239dd46398c57fd62e5e
0
roles/user
386
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yml", "content": "---\n- name: CREATE USER WITH PASSWORD\n ansible.builtin.user:\n name: \"{{ user_name }}\"\n password: \"{{ <PASSWORD> }}\"\n shell: /bin/bash\n\n- name: ADD SODUERS DIR FOR USER\n ansible.builtin.copy:\n dest: \"/etc/sudoers.d/{{ user_name }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 513, "all_permissive": false }
ansible_role
Otus-DevOps-2023-11/ivankiselev320_infra
16db9e84d51bff76a14628aad97606843c8d5efd
0
ansible/roles/db
386
[ "no_license" ]
[ { "path": "ansible/roles/db/tasks/install_mongo.yml", "content": "---\n- name: Change mongo config file\n template:\n src: templates/mongod.conf.j2\n dest: /etc/mongodb.conf\n mode: 0644\n notify: restart mongodb\n\n- name: Add APT key\n apt_key:\n id: \"EA312927\"\n keyserver: keyserver.u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 656, "all_permissive": false }
ansible_role
akash123-eng/SSH_AUTOMATION
02b259daefdb01a144dea1605e85b7c165eb4b24
0
playbooks/roles/ssh_access
386
[ "no_license" ]
[ { "path": "playbooks/roles/ssh_access/tasks/access_grant.yml", "content": "- name: Add a new user\r\n user:\r\n name: \"{{ user_name }}\"\r\n password: <PASSWORD>\r\n shell: /bin/bash\r\n tags:\r\n - add\r\n\r\n\r\n- name: Give SSH access\r\n authorized_key:\r\n user: \"{{ user_name }}\"\r...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1191, "all_permissive": false }
ansible_role
CxGarcia/vps-setup
8ef993990f4b56c9a0c34d1f59e9e6f918ee36cc
0
roles/oh-my-zsh
386
[ "no_license" ]
[ { "path": "roles/oh-my-zsh/defaults/main.yml", "content": "---\nhome_path: '/home/{{ remote_user }}'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "roles/oh-my-zsh/tasks/main.yml", "content": "---\n- name: Installing Zsh and git\n apt: pkg=...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 620, "all_permissive": false }
ansible_role
IMakeThings/Ansible
b45e48044ced6195864e3f45766e2f740c89e4a4
0
roles/common
386
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n\n- name: Install common software properties\n apt:\n state: latest\n name: software-properties-common\n\n- name: ubuntu | ensuring Ubuntu universe repo is enabled ({{ ansible_distribution_version }} >= 16.04)\n apt_repository:\n repo: \"d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 652, "all_permissive": false }
ansible_role
IMakeThings/Ansible
b45e48044ced6195864e3f45766e2f740c89e4a4
0
roles/gym
386
[ "no_license" ]
[ { "path": "roles/gym/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - gym", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "roles/gym/tasks/main.yml", "content": "---\n# tasks file for gym\n\n- name: Inst...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1107, "all_permissive": false }
ansible_role
IMakeThings/Ansible
b45e48044ced6195864e3f45766e2f740c89e4a4
0
roles/package_installer
386
[ "no_license" ]
[ { "path": "roles/package_installer/defaults/main.yml", "content": "---\n# defaults file for package-installer\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "roles/package_installer/handlers/main.yml", "content": "---\n# handlers file for pac...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1426, "all_permissive": false }
ansible_role
IMakeThings/Ansible
b45e48044ced6195864e3f45766e2f740c89e4a4
0
roles/sublime
386
[ "no_license" ]
[ { "path": "roles/sublime/vars/main.yml", "content": "---\n# vars file for sublime\n\nmy_pkgs:\n - sublime:\n repo: https://download.sublimetext.com/\n add: apt/stable/\n name: sublime-text", "license_type": "no_license", "detected_licenses": [], "size_bytes": 138 }, { "path": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 390, "all_permissive": false }
ansible_role
andreafspeziale/lisk-ansible
011266f04cbb9d7b8272253c78c76ed060604153
0
roles/lisk
386
[ "no_license" ]
[ { "path": "roles/lisk/defaults/main.yml", "content": "---\n# defaults file for lisk\ndep_packages:\n - libpq-dev\n - build-essential\n - g++\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 }, { "path": "roles/lisk/tasks/setup-lisk.yml", "content": "---\...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1217, "all_permissive": false }
ansible_role
andreafspeziale/lisk-ansible
011266f04cbb9d7b8272253c78c76ed060604153
0
roles/node
386
[ "no_license" ]
[ { "path": "roles/node/tasks/main.yml", "content": "---\n - name: Add node package\n shell: curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -\n - name: Install nodejs\n apt: name=nodejs force=yes\n - name: Install nodejs essentials\n apt: name=build-essential force=yes\n", "licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 237, "all_permissive": false }
ansible_role
andreafspeziale/lisk-ansible
011266f04cbb9d7b8272253c78c76ed060604153
0
roles/pgsql
386
[ "no_license" ]
[ { "path": "roles/pgsql/tasks/main.yml", "content": "---\n- name: Opening pgsql to PSequel editing pg_hba.conf\n lineinfile: dest=/home/vagrant/lisk-test/pgsql/data/pg_hba.conf line=\"host all all all password\"\n- name: Opening pgsql to PSequel editing postgresql.conf\n lineinfile: dest=/home/vagrant/lisk...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 609, "all_permissive": false }
ansible_role
andreafspeziale/lisk-ansible
011266f04cbb9d7b8272253c78c76ed060604153
0
roles/python
386
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "---\n- name: Install essentials\n apt: name=build-essential state=present\n- name: Install python setuptools\n apt: name=python-setuptools state=present\n- name: Install python-dev\n apt: name=python-dev state=present\n- name: Install pip\n apt: name=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 351, "all_permissive": false }
ansible_role
ashwin697/ansible
a23e39c915b0663b4ca12e36af6a4f0a6b0d5bf1
0
roles/updates
386
[ "no_license" ]
[ { "path": "roles/updates/tasks/main.yml", "content": "- name: updating Ubuntu\n package:\n update_cache: yes\n upgrade: dist\n when: ansible_distribution == \"Ubuntu\"\n\n- name: Updating Centos\n yum:\n update_cache: yes\n when: ansible_distribution == \"CentOS\"\n\n- name: restart the service\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 660, "all_permissive": false }
ansible_role
epiclongstone/server-setup
264140b02de443a53d2bc13aa04ddd9203a30320
0
ansible/roles/docker
386
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n- name: add apt_key\n become: true\n apt_key:\n url: \"{{ apt_key_url }}\"\n state: present\n \n \n- name: add repositories\n become: true\n apt_repository:\n repo: \"{{ apt_repository }}\"\n state: present\n\n- name: inst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 532, "all_permissive": false }
ansible_role
epiclongstone/server-setup
264140b02de443a53d2bc13aa04ddd9203a30320
0
ansible/roles/hostname
386
[ "no_license" ]
[ { "path": "ansible/roles/hostname/templates/hosts", "content": "## Hosts file deployed from Ansible - DO NOT EDIT!\n\n127.0.0.1\tlocalhost\n127.0.1.1\t{{inventory_hostname}}\n\n::1 localhost ip6-localhost ip6-loopback\nfc00:db20:35b:7399::5 ip6-localnet\nfdf8:f53e:61e4::18 ip6-mcastprefix\nfd00:a516:7c1...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 789, "all_permissive": false }
ansible_role
epiclongstone/server-setup
264140b02de443a53d2bc13aa04ddd9203a30320
0
ansible/roles/ntp
386
[ "no_license" ]
[ { "path": "ansible/roles/ntp/tasks/main.yml", "content": "- name: Install NTP\n become: true\n apt: pkg=ntp state=present update_cache=yes\n notify: Restart NTP\n when: (ansible_os_family == \"Debian\")\n\n- name: Install NTP\n become: true\n yum: pkg=ntp state=installed\n notify: Restart NTP\n when...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 546, "all_permissive": false }
ansible_role
epiclongstone/server-setup
264140b02de443a53d2bc13aa04ddd9203a30320
0
ansible/roles/rancher
386
[ "no_license" ]
[ { "path": "ansible/roles/rancher/tasks/main.yml", "content": "---\n- name: install Python-pip\n become: true\n apt:\n name: python-pip\n state: present\n update_cache: yes\n\n- name: install Python docker\n become: true\n pip:\n name: docker-py\n state: present\n\n- name: run Rancher serv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 670, "all_permissive": false }
ansible_role
epiclongstone/server-setup
264140b02de443a53d2bc13aa04ddd9203a30320
0
ansible/roles/timezone
386
[ "no_license" ]
[ { "path": "ansible/roles/timezone/tasks/main.yml", "content": "---\n- name: set timezone to Europe/London\n become: true\n timezone:\n name: Europe/London\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 95, "all_permissive": false }
ansible_role
epiclongstone/server-setup
264140b02de443a53d2bc13aa04ddd9203a30320
0
ansible/roles/users
386
[ "no_license" ]
[ { "path": "ansible/roles/users/tasks/authkeys.yml", "content": "---\n- name: Set authorized key\n become: true\n authorized_key:\n user: \"{{ item.username }}\"\n state: present\n key: \"{{ item.key }}\"\n with_items: \"{{ ssh_keys }}\"\n", "license_type": "no_license", "detected_license...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 816, "all_permissive": false }
ansible_role
rikongha/udapeople-auto-deploy
623eef5833bad6a2bd1811ee256859e7c2f7887a
1
.circleci/ansible/roles/configure-server
386
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-server/tasks/main.yml", "content": "---\n- name: \"update and upgrade apt\"\n become: yes\n apt:\n update_cache: yes\n upgrade: \"yes\"\n\n- name: \"install dependencies.\"\n become: yes\n apt:\n name: [\"python3\", \"nodejs\", \"npm\"]\n state: l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 445, "all_permissive": false }
ansible_role
rikongha/udapeople-auto-deploy
623eef5833bad6a2bd1811ee256859e7c2f7887a
1
.circleci/ansible/roles/deploy
386
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "---\n- name: extract artefact\n become: yes\n unarchive:\n src: files/artefact.tar.gz\n dest: .\n\n- name: load environment variables\n become_method: sudo\n become_user: root\n become: yes\n shell: |\n ls -al\n echo \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1173, "all_permissive": false }
ansible_role
rflorenc/spinner
5ebca62dfc81d636d2f388dba5c681d032f3d9ad
0
roles/spinner
386
[ "no_license" ]
[ { "path": "roles/spinner/tasks/main.yaml", "content": "---\n - import_tasks: prereqs.yaml\n \n - import_tasks: create_cluster.yaml\n when: not destroy_cluster|bool\n\n - import_tasks: destroy_cluster.yaml\n when: destroy_cluster|bool", "license_type": "no_license", "detected_licenses": [],...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 5593, "all_permissive": false }
ansible_role
rajasekhar2304/SADemoTest_iac
9f7e5cdaa9e78da419d1d159345a2d229cf2c789
0
roles/copy
386
[ "no_license" ]
[ { "path": "roles/copy/tasks/main.yml", "content": "- name: copy \n synchronize:\n src: \"{{ src_dir }}\"\n dest: \"{{ dest_dir }}\"\n rsync_opts:\n # - \"--exclude=node_modules\"\n - \"--exclude=SADemoTest_iac\"\n - \"--exclude=.git\"\n - \"--exclude=.gitignore\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 690, "all_permissive": false }
ansible_role
rajasekhar2304/SADemoTest_iac
9f7e5cdaa9e78da419d1d159345a2d229cf2c789
0
roles/ebdeploy
386
[ "no_license" ]
[ { "path": "roles/ebdeploy/tasks/main.yml", "content": "- name: eb appversion\n become_user: root\n shell: \"chdir={{ dest_dir }} /home/dradmin/.ebcli-virtual-env/executables/eb deploy\" \n # shell: sh {{ iac_dest_dir }}/scripts/ebdeploy.sh\n # shell: sh /home/dradmin/raja/scripts/ebshellscript.sh #cd \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 554, "all_permissive": false }
ansible_role
bmichalkiewicz/workstation
ae84517b19cd95b5ef58a6400202a7f128687f2c
0
roles/common
386
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Install packages\n ansible.builtin.import_tasks: packages.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "roles/common/tasks/packages.yml", "content": "---\n- name: Instal...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 246, "all_permissive": false }
ansible_role
bmichalkiewicz/workstation
ae84517b19cd95b5ef58a6400202a7f128687f2c
0
roles/pip
386
[ "no_license" ]
[ { "path": "roles/pip/defaults/main.yml", "content": "---\nvirtualenv_install_path: '/opt/virtualenv'\n\npython_apps_update_required: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "roles/pip/tasks/main.yml", "content": "---\n- name: Inst...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 564, "all_permissive": false }
ansible_role
andreariano/kubernetes-iaac
2f8a06fc5dc951770dc2099a33efe5763b7a624b
0
ansible/roles/kubeadm
386
[ "no_license" ]
[ { "path": "ansible/roles/kubeadm/tasks/main.yml", "content": "---\n- name: Remove swapfile from /etc/fstab\n mount:\n name: swap\n fstype: swap\n state: absent\n\n- name: Turn swap off\n shell: swapoff -a\n\n- name: Put SELinux in permissive mode.\n selinux:\n policy: targeted\n state: per...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1619, "all_permissive": false }
ansible_role
we-bridge/vagrant-ansible-symfony-puphpet
8fb6f6dc6ce92154c20af47079e776899108d976
0
provisioning/roles/apache
386
[ "no_license" ]
[ { "path": "provisioning/roles/apache/tasks/main.yml", "content": "---\n- name: APT install package\n apt: name=apache2\n\n- name: Add Debian non-free to be able to get the non-free fastcgi module\n apt_repository: repo='deb http://mirrorservice.org/sites/ftp.debian.org/debian/ {{ ansible_lsb.codename }} n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 550, "all_permissive": false }
ansible_role
we-bridge/vagrant-ansible-symfony-puphpet
8fb6f6dc6ce92154c20af47079e776899108d976
0
provisioning/roles/vagrantbox
386
[ "no_license" ]
[ { "path": "provisioning/roles/vagrantbox/tasks/vagrantify_apache.yml", "content": "---\n- name: apache | disable default site\n command: removes=/etc/apache2/sites-enabled/000-default\n a2dissite 000-default\n notify:\n restart Apache\n\n- name: remove apache lock file\n file: path=/var/lock/apache...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 583, "all_permissive": false }
ansible_role
we-bridge/vagrant-ansible-symfony-puphpet
8fb6f6dc6ce92154c20af47079e776899108d976
0
provisioning/roles/webapp-container
386
[ "no_license" ]
[ { "path": "provisioning/roles/webapp-container/templates/fastcgi.conf.j2", "content": "<IfModule mod_fastcgi.c>\n\t AddType application/x-httpd-fastphp5 .php\n\t Action application/x-httpd-fastphp5 /php5-fcgi\n\t Alias /php5-fcgi /usr/lib/cgi-bin/php5-fcgi\n\t FastCgiExternalServer /usr/lib/cgi-bin/php5-fcg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2679, "all_permissive": false }
ansible_role
MikeMX777/YY-DV
6095e2588079403d30e6490c297a48c1356465d0
0
ansible/roles/deploy_bingo
388
[ "no_license" ]
[ { "path": "ansible/roles/deploy_bingo/tasks/bingo.yaml", "content": "---\n- name: command\n command: echo 'BINGO'\n when: \"inventory_hostname in groups.get('nodes', [])\"\n\n- name: Create persistent directories for bingo\n file:\n path: '{{ item }}'\n state: directory\n recurse: yes\n with_it...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2028, "all_permissive": false }
ansible_role
MikeMX777/YY-DV
6095e2588079403d30e6490c297a48c1356465d0
0
ansible/roles/deploy_nginx
388
[ "no_license" ]
[ { "path": "ansible/roles/deploy_nginx/tasks/main.yaml", "content": "\n- name: Include a NGINX\n import_tasks: nginx.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 }, { "path": "ansible/roles/deploy_nginx/tasks/nginx.yaml", "content": "---\n\n- name:...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 753, "all_permissive": false }
ansible_role
MikeMX777/YY-DV
6095e2588079403d30e6490c297a48c1356465d0
0
ansible/roles/deploy_postgres
388
[ "no_license" ]
[ { "path": "ansible/roles/deploy_postgres/tasks/main.yaml", "content": "- name: Login to registry\n docker_login:\n registry: \"{{ REGISTRY_URL }}\"\n username: \"{{ REGISTRY_USER }}\"\n password: \"{{ <PASSWORD> }}\"\n reauthorize: yes\n\n- name: Include postgres\n import_tasks: postgres.yaml\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 950, "all_permissive": false }
ansible_role
MikeMX777/YY-DV
6095e2588079403d30e6490c297a48c1356465d0
0
ansible/roles/erase_bingo
388
[ "no_license" ]
[ { "path": "ansible/roles/erase_bingo/tasks/bingo.yaml", "content": "- name: \"Delete contaner\"\n docker_compose:\n project_src: \"{{ bingo_dir }}\"\n build: no\n state: absent\n when: \"inventory_hostname in groups.get('nodes', [])\"\n\n- name: Delete persistent directories\n file:\n path: '...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 367, "all_permissive": false }
ansible_role
MikeMX777/YY-DV
6095e2588079403d30e6490c297a48c1356465d0
0
ansible/roles/erase_nginx
388
[ "no_license" ]
[ { "path": "ansible/roles/erase_nginx/tasks/nginx.yaml", "content": "- name: \"Delete contaner\"\n docker_compose:\n project_src: \"{{ nginx_home }}\"\n build: no\n state: absent\n when: \"inventory_hostname in groups.get('nginx', [])\"\n\n- name: Delete persistent directories for nginx {{ nginx_h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 345, "all_permissive": false }
ansible_role
MikeMX777/YY-DV
6095e2588079403d30e6490c297a48c1356465d0
0
ansible/roles/erase_postgres
388
[ "no_license" ]
[ { "path": "ansible/roles/erase_postgres/tasks/main.yaml", "content": "- name: Include a postgres\n import_tasks: postgres.yaml\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 58 }, { "path": "ansible/roles/erase_postgres/tasks/postgres.yaml", "content": "-...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 383, "all_permissive": false }
ansible_role
MikeMX777/YY-DV
6095e2588079403d30e6490c297a48c1356465d0
0
ansible/roles/restart_bingo
388
[ "no_license" ]
[ { "path": "ansible/roles/restart_bingo/tasks/main.yaml", "content": "- name: \"Restart contaner BINGO \"\n docker_compose:\n project_src: \"{{ bingo_dir }}\"\n build: no\n restarted: yes\n when: \"inventory_hostname in groups.get('nodes', [])\"", "license_type": "no_license", "detected_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 175, "all_permissive": false }
ansible_role
MikeMX777/YY-DV
6095e2588079403d30e6490c297a48c1356465d0
0
ansible/roles/restart_nginx
388
[ "no_license" ]
[ { "path": "ansible/roles/restart_nginx/tasks/main.yaml", "content": "- name: \"Restart contaner nginx\"\n docker_compose:\n project_src: \"{{ nginx_home }}\"\n build: no\n restarted: yes\n when: \"inventory_hostname in groups.get('nginx', [])\"", "license_type": "no_license", "detected_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 175, "all_permissive": false }
ansible_role
MikeMX777/YY-DV
6095e2588079403d30e6490c297a48c1356465d0
0
ansible/roles/restart_postgres
388
[ "no_license" ]
[ { "path": "ansible/roles/restart_postgres/tasks/main.yaml", "content": "- name: \"Restart postgres\"\n docker_compose:\n project_src: \"{{ pg_dir }}\"\n build: no\n restarted: yes\n when: \"inventory_hostname in groups.get('postgres', [])\"", "license_type": "no_license", "detected_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 168, "all_permissive": false }
ansible_role
vTNT/ansible-system
d9eb06ba31154f5508c6a0f205f6aa104a5f34ed
0
roles/common
388
[ "no_license" ]
[ { "path": "roles/common/handlers/main.yml", "content": "---\n\n- name: restart snmpd\n service: name=snmpd state=restarted\n \n- name: yum makecache\n shell: yum makecache\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 }, { "path": "roles/common/tasks/m...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2322, "all_permissive": false }
ansible_role
vTNT/ansible-system
d9eb06ba31154f5508c6a0f205f6aa104a5f34ed
0
roles/snmp
388
[ "no_license" ]
[ { "path": "roles/snmp/tasks/main.yml", "content": "---\n\n- name: install snmp service\n yum: name={{ item }} state=present\n with_items:\n - net-snmp\n - net-snmp-libs\n - net-snmp-utils\n\n- name: Configure snmp file\n template: src=snmpd.conf.j2 dest=/etc/snmp/snmpd.conf\n notify: restart sn...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 411, "all_permissive": false }
ansible_role
AlexRogalskiy/DevArtifacts
931aabb8cbf27656151c54856eb2ea7d1153203a
4
master/ansible-tutorial-master/ansible-tutorial-master/playbooks/roles/create-file
388
[ "no_license" ]
[ { "path": "master/ansible-tutorial-master/ansible-tutorial-master/playbooks/roles/create-file/tasks/main.yml", "content": "---\n- name: Create an empty file\n file: path={{ file_path }} state=touch mode=0644", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 83, "all_permissive": false }
ansible_role
AlexRogalskiy/DevArtifacts
931aabb8cbf27656151c54856eb2ea7d1153203a
4
master/ansible-tutorial-master/ansible-tutorial-master/playbooks/roles/install-package
388
[ "no_license" ]
[ { "path": "master/ansible-tutorial-master/ansible-tutorial-master/playbooks/roles/install-package/defaults/main.yml", "content": "package: git", "license_type": "no_license", "detected_licenses": [], "size_bytes": 12 }, { "path": "master/ansible-tutorial-master/ansible-tutorial-master/pl...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 112, "all_permissive": false }
ansible_role
rafaelwars/treinamento_ansible
3a30cc7de0633aeef3067695ca187b59c53f1f3c
0
roles/common
388
[ "no_license" ]
[ { "path": "roles/common/handlers/main.yml", "content": "---\n\n- name: Restart SSH\n systemd: name=sshd daemon_reload=yes state=restarted enabled=yes\n\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "roles/common/tasks/main.yml", "conte...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 3628, "all_permissive": false }
ansible_role
rafaelwars/treinamento_ansible
3a30cc7de0633aeef3067695ca187b59c53f1f3c
0
roles/wordpress
388
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "---\n\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_distribution == 'RedHat' or ansible_distrib...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 993, "all_permissive": false }
ansible_role
AndreFPeixoto/Ansible
c830c4ef56d1919a8c636757d0e673ffd5b4a9af
0
roles/common
388
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n\n# Update RedHat Distribution\n- name: \"Update RedHat Like Distribution\"\n yum:\n name: \"*\"\n state: latest\n security: yes\n update_cache: yes\n when: ansible_distribution == \"Fedora\" or ansible_distribution == \"CentOS\" or ans...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1312, "all_permissive": false }
ansible_role
AndreFPeixoto/Ansible
c830c4ef56d1919a8c636757d0e673ffd5b4a9af
0
roles/maria-db
388
[ "no_license" ]
[ { "path": "roles/maria-db/tasks/main.yml", "content": "---\n\n- name: \"PACKAGE | Install Required Packages\"\n package:\n name:\n - dirmngr\n - python-apt\n - python3-apt\n state: latest\n\n- name: \"PACKAGE | Update System\"\n package:\n name: \"*\"\n state: latest\n\n- name: ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1577, "all_permissive": false }
ansible_role
AndreFPeixoto/Ansible
c830c4ef56d1919a8c636757d0e673ffd5b4a9af
0
roles/php
388
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n\n- name: PHP Dependencies\n debug:\n msg: \"PHP Dependencies Completed\"\n\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 82, "all_permissive": false }
ansible_role
AndreFPeixoto/Ansible
c830c4ef56d1919a8c636757d0e673ffd5b4a9af
0
roles/win
388
[ "no_license" ]
[ { "path": "roles/win/tasks/main.yml", "content": "---\n- name: \"Add User\"\n win_domain_user:\n name: alpha\n firstname: Alpha\n surname: Romeo\n company: Kyntech Services\n password: <PASSWORD>\n state: present\n groups:\n - Domain Admins\n\n- name: \"Copy Test File\"\n win_cop...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 850, "all_permissive": false }
ansible_role
markokole/iac-aws-kafka
46039feb8b2b461b7cb166188cb78f78bd24e2d5
2
modules/provision-kafka/resources/ansible/roles/java
388
[ "no_license" ]
[ { "path": "modules/provision-kafka/resources/ansible/roles/java/tasks/main.yml", "content": "- name: Install Java and nc packages\n yum:\n name: \"{{ packages }}\"\n vars:\n packages:\n - \"{{ java.yum_package }}\"\n - nc\n\n- name: Generate /etc/ssh/ RSA host key pair\n connection: local\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 620, "all_permissive": false }
ansible_role
markokole/iac-aws-kafka
46039feb8b2b461b7cb166188cb78f78bd24e2d5
2
modules/provision-kafka/resources/ansible/roles/kafka
388
[ "no_license" ]
[ { "path": "modules/provision-kafka/resources/ansible/roles/kafka/templates/kafka.service.j2", "content": "[Unit]\nDescription=Kafka\nBefore=\nAfter=network.target\n\n[Service]\nType=simple\nUser=kafka\nExecStart={{ kafka.landing_zone }}/{{ kafka.kafka_home }}/bin/kafka-server-start.sh {{ kafka.landing_zone ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2669, "all_permissive": false }
ansible_role
markokole/iac-aws-kafka
46039feb8b2b461b7cb166188cb78f78bd24e2d5
2
modules/provision-kafka/resources/ansible/roles/zookeeper
388
[ "no_license" ]
[ { "path": "modules/provision-kafka/resources/ansible/roles/zookeeper/templates/zookeeper.service.j2", "content": "[Unit]\nDescription=Zookeeper\nBefore=\nAfter=network.target\n\n[Service]\nType=forking\nUser=zookeeper\nEnvironment=ZOO_LOG_DIR={{ zookeeper.log_path }} \nEnvironment=JAVA_HOME={{ java.java_hom...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2686, "all_permissive": false }
ansible_role
OpenGeoscience/geonames
433915bcc91dc47597660662ddcc5263b26eae33
1
roles/geonames
388
[ "no_license" ]
[ { "path": "roles/geonames/tasks/main.yml", "content": "---\n\n- name: install dependencies\n apt: name=unzip\n become: yes\n become_user: root\n\n- name: copy script\n template:\n src: build_geonames.sh.j2\n dest: \"{{ ansible_user_dir }}/build_geonames.sh\"\n mode: 0755\n\n- name: import data\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 361, "all_permissive": false }
ansible_role
testMarch/ansible_roles
eabea8b23ffcb2af79f5d8da865e543a6c1f55f4
0
phpinfo_role_use/roles/phpinfo
388
[ "no_license" ]
[ { "path": "phpinfo_role_use/roles/phpinfo/vars/main.yml", "content": "---\ninfo_page: /var/www/html/info.php\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "phpinfo_role_use/roles/phpinfo/tasks/main.yml", "content": "---\n- name: Check if the...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1636, "all_permissive": false }
ansible_role
testMarch/ansible_roles
eabea8b23ffcb2af79f5d8da865e543a6c1f55f4
0
tomcat_role_use/roles/tomcat10
388
[ "no_license" ]
[ { "path": "tomcat_role_use/roles/tomcat10/tasks/main.yml", "content": "---\n- name: check if the playbook is being executed on supported os\n ansible.builtin.fail:\n msg: \"This playbook is designed to work on ubuntu and centos only\"\n when: ansible_facts['distribution'] != \"Ubuntu\" and ansible_fact...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 5189, "all_permissive": false }
ansible_role
UltimaLabs/rotatorshell
046369af8ecc64c20bd94e787fa4a54a51c19226
0
provisioning/roles/deploy-app
388
[ "no_license" ]
[ { "path": "provisioning/roles/deploy-app/tasks/main.yml", "content": "---\n# tasks file for deploy-app\n\n- name: Create the app folder\n file: path={{ app_basedir }} owner={{ app_files_owner }} group={{ app_files_group }} mode=0775 state=directory\n\n- name: Copy the app JAR\n copy:\n src: \"{{ app_ja...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1382, "all_permissive": false }
ansible_role
astraios/playbook-docker
dd4e8110be642ceff4d226da748fe487af0ebc4f
0
roles/docker
388
[ "no_license" ]
[ { "path": "roles/docker/defaults/main.yml", "content": "---\ncompose_version: 1.17.1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "roles/docker/tasks/main.yml", "content": "---\n# Install docker\n# We're just following docker's instructions...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 961, "all_permissive": false }
ansible_role
bostonjs/bostonjs.com
07f7d074b20f4dbff8ce0b0bd07130a95eee45da
1
deploy/ansible/roles/deploy
388
[ "no_license" ]
[ { "path": "deploy/ansible/roles/deploy/tasks/build.yml", "content": "# All project build tasks go here. These tasks will only be run for the\n# specified commit if the commit hasn't been deployed before or if \"force\"\n# is true.\n\n- name: install npm modules\n npm: path=\"{{clone_path}}\"\n\n- name: cop...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 437, "all_permissive": false }
ansible_role
jyotibhanot/dubizzle-coding-challenge
510c1ca088d2d4cb6a83caa0f97e60c118377b1c
0
code/ansible/roles/common
388
[ "no_license" ]
[ { "path": "code/ansible/roles/common/tasks/main.yml", "content": "---\n# tasks file for common\n- include: apt.yml\n tags: ['apt']\n- include: hostname.yml\n tags: ['hostname']\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 }, { "path": "code/ansible/roles...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 745, "all_permissive": false }
ansible_role
nikhilkumar4443/datadog-tc-ansible
c0f5634c3433aeb60a5c495931192d6320185b54
0
roles/datadog-agent
388
[ "no_license" ]
[ { "path": "roles/datadog-agent/defaults/main.yml", "content": "dog_api_key: \"your api-key\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "roles/datadog-agent/tasks/main.yml", "content": "---\n- name: Copy repo file into place\n copy: src=...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 640, "all_permissive": false }
ansible_role
sangukKang/packer-ansible
c8f1bee28e04998f4a053be26c2bba8058222bee
0
playbooks/roles/awscli
392
[ "no_license" ]
[ { "path": "playbooks/roles/awscli/tasks/main.yml", "content": "---\n- name: awscli ansible play book\n hosts: all\n become: yes\n tasks:\n - name: Install AWS CLI from PIP\n pip: name=\"awscli\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 134, "all_permissive": false }
ansible_role
sangukKang/packer-ansible
c8f1bee28e04998f4a053be26c2bba8058222bee
0
playbooks/roles/common
392
[ "no_license" ]
[ { "path": "playbooks/roles/common/tasks/main.yml", "content": "---\n- name: common ansible play book\n hosts: all\n become: yes\n tasks:\n # apt\n - name: Update and upgrade apt packages\n apt:\n upgrade: yes\n update_cache: yes\n # python3-pip\n - name: install Python3\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 449, "all_permissive": false }
ansible_role
sangukKang/packer-ansible
c8f1bee28e04998f4a053be26c2bba8058222bee
0
playbooks/roles/java
392
[ "no_license" ]
[ { "path": "playbooks/roles/java/tasks/main.yml", "content": "---\n- name: Install java\n hosts: all\n gather_facts: true\n become: yes\n pre_tasks:\n - include_vars: \"../../env_vars/vars.yml\"\n tasks:\n - name: Include version-specific variables for Debian.\n include_vars: \"../vars/var.ym...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 487, "all_permissive": false }
ansible_role
sangukKang/packer-ansible
c8f1bee28e04998f4a053be26c2bba8058222bee
0
playbooks/roles/kubectl
392
[ "no_license" ]
[ { "path": "playbooks/roles/kubectl/vars/var.yml", "content": "# kube version\nkubectl_2_20: \"https://amazon-eks.s3.us-west-2.amazonaws.com/1.20.4/2021-04-12/bin/linux/amd64/kubectl\"\nkubectl_1_19: \"https://amazon-eks.s3.us-west-2.amazonaws.com/1.19.6/2021-01-05/bin/linux/amd64/kubectl\"\nkubectl_1_18: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1404, "all_permissive": false }
ansible_role
sangukKang/packer-ansible
c8f1bee28e04998f4a053be26c2bba8058222bee
0
playbooks/roles/nginx
392
[ "no_license" ]
[ { "path": "playbooks/roles/nginx/tasks/main.yml", "content": "---\n- name: Install nginx\n hosts: all\n gather_facts: true\n become: yes\n pre_tasks:\n - include_vars: \"../../env_vars/vars.yml\"\n tasks:\n# - name: Ensure 'man' directory exists.\n# file:\n# path: /usr/share/man/man1\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 567, "all_permissive": false }
ansible_role
sangukKang/packer-ansible
c8f1bee28e04998f4a053be26c2bba8058222bee
0
playbooks/roles/nodejs
392
[ "no_license" ]
[ { "path": "playbooks/roles/nodejs/tasks/main.yml", "content": "---\n- name: node ansible play book\n hosts: all\n become: yes\n# pre_tasks:\n# - include_vars: \"../../env_vars/vars.yml\"\n tasks:\n - name: Debian nodejs install\n apt:\n name: nodejs\n state: present\n\n # npm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 306, "all_permissive": false }
ansible_role
murosan/ansible-study
23f5abbd4e29310ba383dd80d4f8d9862e1cceb6
0
roles/add-user
392
[ "no_license" ]
[ { "path": "roles/add-user/tasks/main.yml", "content": "---\n- name: add admin group\n group:\n name: \"{{ admin_group_name }}\"\n gid: \"{{ admin_group_id }}\"\n become: yes\n\n- name: add admin user\n user:\n name: \"{{ item.name }}\"\n uid: \"{{ item.uid }}\"\n group: \"{{ admin_group_na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 638, "all_permissive": false }
ansible_role
TovmasHovhannisyan/Ansible_kubernetes_cluster
95aff52bbb96ba36ee795cf6a80af6e08a766303
0
roles/Init_Master
392
[ "no_license" ]
[ { "path": "roles/Init_Master/tasks/main.yaml", "content": "---\n\n - name: Initialize the Kubernetes cluster using kubeadm\n shell: kubeadm init --pod-network-cidr=10.10.0.0/16\n\n - name: Setup kubeconfig for vagrant user\n command: \"{{ item }}\"\n with_items:\n - mkdir -p /home/$USER/.kube\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 351, "all_permissive": false }
ansible_role
TovmasHovhannisyan/Ansible_kubernetes_cluster
95aff52bbb96ba36ee795cf6a80af6e08a766303
0
roles/Install_Packages
392
[ "no_license" ]
[ { "path": "roles/Install_Packages/tasks/main.yaml", "content": "---\n\n# - name: Get Kubernetes apt-key\n# apt_key:\n# url: https://packages.cloud.google.com/apt/doc/apt-key.gpg\n# state: present\n\n# Note: currently the latest repository is still xenial not bionic\n# - name: Add Kubernetes APT repo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2405, "all_permissive": false }
ansible_role
babutzc/demo-ansible
9a3a8e843d07a67b1671a6ec3362de0e2184fe1a
0
data/ansible/roles/gitlab
392
[ "no_license" ]
[ { "path": "data/ansible/roles/gitlab/tasks/gitlab-start.yml", "content": "---\n\n- name: Place Gitlab Config into /etc/gitlab/\n become: 'yes'\n template:\n src: gitlab.rb.j2\n dest: /etc/gitlab/gitlab.rb\n owner: root \n mode: '600'\n\n\n- name: Reconfigure Gitlab\n become: 'yes'\n shell: g...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 999, "all_permissive": false }
ansible_role
mitonattou919/ansible-sample
463bfe438b1eecb75c5ae7282f72ce417c127f2e
0
k8s/roles/k8s
392
[ "no_license" ]
[ { "path": "k8s/roles/k8s/tasks/repo.yml", "content": "- name: YUM Repository configuration\n copy:\n src: etc/yum.repos.d/kubernetes.repo\n dest: /etc/yum.repos.d/kubernetes.repo\n owner: root\n group: root\n mode: 644\n become: yes\n\n", "license_type": "no_license", "detected_lice...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 586, "all_permissive": false }
ansible_role
mitonattou919/ansible-sample
463bfe438b1eecb75c5ae7282f72ce417c127f2e
0
k8s/roles/linux
392
[ "no_license" ]
[ { "path": "k8s/roles/linux/files/etc/hosts", "content": "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n\n192.168.56.101 ansible-svr\n\n192.168.56.201 master\n192.168.56.202 worker1\n192.168.56.2...
{ "task_files": 9, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 11, "total_bytes": 2539, "all_permissive": false }
ansible_role
mitonattou919/ansible-sample
463bfe438b1eecb75c5ae7282f72ce417c127f2e
0
k8s/roles/sysstat
392
[ "no_license" ]
[ { "path": "k8s/roles/sysstat/tasks/sysstat.yml", "content": "- name: Sysstat installation\n yum:\n name: sysstat\n state: present\n become: yes\n\n- name: Sysstat configuration\n copy:\n src: \"{{ item.config_file }}\"\n dest: \"/{{ item.config_file }}\"\n owner: \"{{ item.config_owner }}\...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 559, "all_permissive": false }
ansible_role
mitonattou919/ansible-sample
463bfe438b1eecb75c5ae7282f72ce417c127f2e
0
project_debgon2/roles/linux
392
[ "no_license" ]
[ { "path": "project_debgon2/roles/linux/templates/local-repo.repo.j2", "content": "[InstallMedia-BaseOS]\nname=Red Hat Enterprise Linux 8 - BaseOS\nmetadata_expire=-1\ngpgcheck=1\nenabled=1\nbaseurl=file://{{ linux_repo_basedir }}/BaseOS/\ngpgkey=file:///etc/pki/rpm-gpg/{{ linux_repo_gpgkey }}\n\n[InstallMed...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 2065, "all_permissive": false }
ansible_role
mitonattou919/ansible-sample
463bfe438b1eecb75c5ae7282f72ce417c127f2e
0
project_debgon2/roles/nginx
392
[ "no_license" ]
[ { "path": "project_debgon2/roles/nginx/tasks/dnf.yml", "content": "- name: Packages installation\n dnf:\n name: \"{{ nginx_packages }}\"\n state: latest\n become: yes\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 103 }, { "path": "project_debgon2/role...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 128, "all_permissive": false }
ansible_role
mitonattou919/ansible-sample
463bfe438b1eecb75c5ae7282f72ce417c127f2e
0
project_debgon2/roles/windows
392
[ "no_license" ]
[ { "path": "project_debgon2/roles/windows/tasks/hostname.yml", "content": "- name: Hostname configuration\n win_hostname:\n name: \"{{ win_host_name }}\"\n register: result\n\n- name: debug\n debug:\n msg: \"{{ result }}\"\n\n", "license_type": "no_license", "detected_licenses": [], "siz...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 757, "all_permissive": false }
ansible_role
bibliotechy/cspace-ansible
5d8969bac23836af480fc1c5b53c8c8dd6034768
0
roles/ansible-cspace_app-role
392
[ "no_license" ]
[ { "path": "roles/ansible-cspace_app-role/vars/main.yml", "content": "---\n# vars file for ansible-cspace_app-role\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "roles/ansible-cspace_app-role/handlers/main.yml", "content": "---\n# handlers fi...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 392, "all_permissive": false }
ansible_role
kencx/arch
d8fd1518f11854b26d8a8781e9d7e4bdf78ccda6
0
roles/audio
392
[ "no_license" ]
[ { "path": "roles/audio/tasks/main.yml", "content": "---\n- name: Install pipewire and support packages\n community.general.pacman:\n name: \"{{ item }}\"\n state: present\n with_items:\n - pipewire\n - pipewire-pulse\n - pipewire-alsa\n - pipewire-jack\n\n- name: Get UID of {{ user }}\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1032, "all_permissive": false }
ansible_role
kencx/arch
d8fd1518f11854b26d8a8781e9d7e4bdf78ccda6
0
roles/aur
392
[ "no_license" ]
[ { "path": "roles/aur/defaults/main.yml", "content": "---\naur_user: arch\naur_custom_repo_name: \"custom\"\naur_custom_repo_dir: \"/var/cache/pacman/{{ aur_custom_repo_name }}\"\naur_custom_repo_sig_level: \"Optional TrustAll\"\naur_packages:\n - aurutils\n - anki-official-binary-bundle\n - hurl-rs\naur_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1588, "all_permissive": false }
ansible_role
kencx/arch
d8fd1518f11854b26d8a8781e9d7e4bdf78ccda6
0
roles/base
392
[ "no_license" ]
[ { "path": "roles/base/tasks/boot.yml", "content": "---\n- name: Install grub\n community.general.pacman:\n name: grub\n state: present\n\n- set_fact:\n vendor: intel\n when:\n - ansible_processor is defined\n - \"'Intel' in ansible_processor | join(' ')\"\n\n- set_fact:\n vendor: amd\n ...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 6613, "all_permissive": false }
ansible_role
kencx/arch
d8fd1518f11854b26d8a8781e9d7e4bdf78ccda6
0
roles/bluetooth
392
[ "no_license" ]
[ { "path": "roles/bluetooth/tasks/main.yml", "content": "---\n- name: Install bluez[-utils]\n community.general.pacman:\n name:\n - bluez\n - bluez-utils\n state: present\n\n- name: Unblock the bluetooth device\n systemd:\n name: rfkill-block@blueooth\n state: stopped\n enabled: fa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 470, "all_permissive": false }
ansible_role
kencx/arch
d8fd1518f11854b26d8a8781e9d7e4bdf78ccda6
0
roles/dev
392
[ "no_license" ]
[ { "path": "roles/dev/tasks/qemu.yml", "content": "---\n- name: Install qemu and libvirt\n community.general.pacman:\n name:\n - qemu-desktop\n - libvirt\n state: present\n\n- name: Install libvirt dependencies\n community.general.pacman:\n name:\n - dnsmasq\n - dmidecode\n ...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 5294, "all_permissive": false }
ansible_role
kencx/arch
d8fd1518f11854b26d8a8781e9d7e4bdf78ccda6
0
roles/disk
392
[ "no_license" ]
[ { "path": "roles/disk/tasks/main.yml", "content": "---\n- name: Install udisks2\n community.general.pacman:\n name:\n - udisks2\n - udiskie\n state: present\n\n- name: Install smartmontools\n community.general.pacman:\n name: smartmontools\n state: present\n", "license_type": "no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 219, "all_permissive": false }
ansible_role
kencx/arch
d8fd1518f11854b26d8a8781e9d7e4bdf78ccda6
0
roles/gui
392
[ "no_license" ]
[ { "path": "roles/gui/defaults/main.yml", "content": "---\n# xf86-video-intel, xf86-video-amdgpu, nvidia\ngui_video_driver: \"\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "roles/gui/tasks/driver.yml", "content": "---\n# https://wiki.archl...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3184, "all_permissive": false }
ansible_role
kencx/arch
d8fd1518f11854b26d8a8781e9d7e4bdf78ccda6
0
roles/laptop
392
[ "no_license" ]
[ { "path": "roles/laptop/tasks/power.yml", "content": "---\n- name: Install acpi\n community.general.pacman:\n name: acpi\n state: present\n\n- name: Install tlp\n community.general.pacman:\n name: tlp\n state: present\n\n- name: Start tlp\n systemd:\n name: tlp\n state: started\n ena...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1583, "all_permissive": false }