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
ksunil6266/autoscaling
2f9d8358e87d642107eea7e1e69ed27a743ef966
0
roles/CICD
7,671
[ "no_license" ]
[ { "path": "roles/CICD/tasks/main.yml", "content": "- set_fact:\n backup_dir: \"/tmp/backup/{{ ansible_date_time.year }}{{ ansible_date_time.month }}{{ ansible_date_time.day }}{{ansible_date_time.hour }}{{ ansible_date_time.minute }}{{ ansible_date_time.second }}\"\n\n- name: kill process\n shell: kill $...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 587, "all_permissive": false }
ansible_role
ksunil6266/autoscaling
2f9d8358e87d642107eea7e1e69ed27a743ef966
0
roles/test
7,671
[ "no_license" ]
[ { "path": "roles/test/tasks/main.yml", "content": "---\n- name: Gather EC2 facts.\n debug:\n msg: System {{ test }}\n\n\n- action:\n module: ec2_elb_facts\n names: \"{{test}}\"\n region: \"{{ region }}\"\n register: elb_facts\n\n- debug:\n msg: system {{elb_facts.elbs[0].instances_inservice...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3807, "all_permissive": false }
ansible_role
dskst/mac-setup
556b352567cee580d4e40969a81565aa4b910aca
0
roles/brew
7,671
[ "no_license" ]
[ { "path": "roles/brew/tasks/brew-cask.yml", "content": "- name: 'brew cask install'\n homebrew_cask:\n name: '{{ brew_cask_apps }}'\n state: present\n accept_external_apps: True\n tags: brew\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 141 }, { "pat...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1611, "all_permissive": false }
ansible_role
dskst/mac-setup
556b352567cee580d4e40969a81565aa4b910aca
0
roles/dot_files
7,671
[ "no_license" ]
[ { "path": "roles/dot_files/tasks/pull-dotfiles.yml", "content": "- name: 'pull dotfiles'\n git:\n repo: https://github.com/dskst/dotfiles.git\n dest: ~/workspace/github.com/dskst/dotfiles\n version: master\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 147 }...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 726, "all_permissive": false }
ansible_role
dskst/mac-setup
556b352567cee580d4e40969a81565aa4b910aca
0
roles/osx
7,671
[ "no_license" ]
[ { "path": "roles/osx/tasks/main.yml", "content": "- name: set NSGlobalDomain\n osx_defaults:\n key: '{{ item.key }}'\n type: '{{ item.type }}'\n value: '{{ item.value }}'\n with_items: '{{ global_defaults }}'\n tags:\n - osx\n- name: set com.apple defaults\n osx_defaults:\n domain: 'com.a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1333, "all_permissive": false }
ansible_role
dskst/mac-setup
556b352567cee580d4e40969a81565aa4b910aca
0
roles/vim
7,671
[ "no_license" ]
[ { "path": "roles/vim/meta/main.yml", "content": "dependencies:\n - role: dot_files", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "roles/vim/handlers/main.yml", "content": "- name: 'setup bundle'\n command: vim +PluginInstall +qall", "lic...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 274, "all_permissive": false }
ansible_role
dskst/mac-setup
556b352567cee580d4e40969a81565aa4b910aca
0
roles/zsh
7,671
[ "no_license" ]
[ { "path": "roles/zsh/handlers/main.yml", "content": "- name: 'zsh change shell'\n command: chsh -s /usr/local/bin/zsh\n become: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "roles/zsh/tasks/main.yml", "content": "- name: 'zsh provisioni...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 216, "all_permissive": false }
ansible_role
llasuka/ansible
78a0536fc1a35665313c8beeef45b02f7b8cf62f
0
14-create-role/roles/myfirewall
7,671
[ "no_license" ]
[ { "path": "14-create-role/roles/myfirewall/tasks/main.yml", "content": "---\n# tasks file for myfirewall\n- name: install firewall\n yum:\n name: firewalld\n state: latest\n- name: start and enable firewalld service\n service:\n name: firewalld\n state: started\n enabled: true\n- name: fire...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 469, "all_permissive": false }
ansible_role
chouseknecht/test-mkii
e33c407eec596f700faf48aed7c7b0ec87f6d3d9
0
roles/setup
7,671
[ "no_license" ]
[ { "path": "roles/setup/tasks/main.yml", "content": "- name: Update installed packages \n raw: apt-get update -y\n\n- name: Install Python \n raw: apt-get install -y python-minimal apt-utils\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 137 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 137, "all_permissive": false }
ansible_role
NicolleLouis/theolex
fd4360160aeb7ecb59632a49e7b7222c0c17f61a
0
back-legacy/provisioning/roles/base
7,671
[ "no_license" ]
[ { "path": "back-legacy/provisioning/roles/base/tasks/main.yml", "content": "---\n\n- include: create_swap_file.yml\n when: create_swap_file\n tags: swap\n\n- name: Install security updates\n apt: default_release={{ ansible_distribution_release }}-security\n update_cache={{ update_apt_cache }}\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 884, "all_permissive": false }
ansible_role
NicolleLouis/theolex
fd4360160aeb7ecb59632a49e7b7222c0c17f61a
0
deploy/ansible/roles/base
7,671
[ "no_license" ]
[ { "path": "deploy/ansible/roles/base/tasks/main.yml", "content": "- name: Install GIT VCS\n apt:\n name: git\n state: latest\n tags:\n - git", "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
NicolleLouis/theolex
fd4360160aeb7ecb59632a49e7b7222c0c17f61a
0
deploy/ansible/roles/docker
7,671
[ "no_license" ]
[ { "path": "deploy/ansible/roles/docker/tasks/main.yml", "content": "- name: Download getdocker script\n shell: \"curl -fsSL {{ getdocker_url}} -o {{ getdocker_script }}\"\n args:\n chdir: \"{{ home_dir }}\"\n warn: no\n tags:\n - docker\n\n- name: Set getdocker script to executable\n file:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 607, "all_permissive": false }
ansible_role
NicolleLouis/theolex
fd4360160aeb7ecb59632a49e7b7222c0c17f61a
0
deploy/ansible/roles/nodejs
7,671
[ "no_license" ]
[ { "path": "deploy/ansible/roles/nodejs/tasks/main.yml", "content": "- name: Install nvm\n become: yes\n become_method: sudo\n become_user: \"{{ install_user }}\"\n shell: >\n curl -o- {{ nvm_url }} | bash\n args:\n creates: \"{{ ansible_env.HOME }}/.nvm/nvm.sh\"\n warn: no\n tags:\n - node...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 607, "all_permissive": false }
ansible_role
mooperd/ansible-catn-freeipa
968ea41389c4fd01f6e9c1c1fdf5965545c736cf
1
roles/client
7,671
[ "no_license" ]
[ { "path": "roles/client/tasks/configure-ldap.yml", "content": "---\n#==============================================================================+\n# Description : Playbook to configure LDAP for freeIPA client\n#\n# Website : https://github.com/fubralimited/ansible-catn-freeipa\n#\n# (c) Copyright:\n#...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2153, "all_permissive": false }
ansible_role
mooperd/ansible-catn-freeipa
968ea41389c4fd01f6e9c1c1fdf5965545c736cf
1
roles/server
7,671
[ "no_license" ]
[ { "path": "roles/server/tasks/iptables-config.yml", "content": "---\n#==============================================================================+\n# Description : Playbook to configure iptables for freeIPA server \n#\n# Website : https://github.com/fubralimited/ansible-catn-freeipa\n#\n# (c) Copyrig...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3918, "all_permissive": false }
ansible_role
fabriziodea/BluePetClinic
3df5d9835e18b82ce809306b72ca64908bc0aa90
0
ansible/roles/swarm-init
7,671
[ "permissive" ]
[ { "path": "ansible/roles/swarm-init/tasks/main.yml", "content": "---\n# tasks for manager\n\n - name: Initialize docker swarm\n docker_swarm:\n state: present\n\n - name: Get the manager node join-token\n docker_swarm_info:\n register: swarm_info\n \n - name: Advertise address\n docker...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 286, "all_permissive": true }
ansible_role
DLee-AU/training_lab
96c2cb79569c06160621a58b3b2e9de5cb317400
0
roles/common
7,671
[ "no_license" ]
[ { "path": "roles/common/defaults/main.yml", "content": "---\n# defaults file for roles/common\n\nthree_tier_packages:\n - httpie\n - python-pip\n - haproxy\n - tomcat\n - postgresql-server\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 }, { "path": "rol...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 711, "all_permissive": false }
ansible_role
DLee-AU/training_lab
96c2cb79569c06160621a58b3b2e9de5cb317400
0
roles/haproxy
7,671
[ "no_license" ]
[ { "path": "roles/haproxy/tasks/main.yml", "content": "---\n# tasks file for roles/haproxy\n\n- name: http\n package:\n name: httpie\n state: latest\n\n- name: install HAProxy\n package:\n name: haproxy\n state: latest\n\n- name: enable HAProxy\n service:\n name: haproxy\n state: started...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 368, "all_permissive": false }
ansible_role
DLee-AU/training_lab
96c2cb79569c06160621a58b3b2e9de5cb317400
0
roles/postgres
7,671
[ "no_license" ]
[ { "path": "roles/postgres/handlers/main.yml", "content": "---\n# handlers file for roles/postgres\n\n- name: enable postgresql\n service:\n name: postgresql\n enabled: yes\n\n- name: start postgresql\n service: \n name: postgresql\n state: started", "license_type": "no_license", "detec...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 583, "all_permissive": false }
ansible_role
DLee-AU/training_lab
96c2cb79569c06160621a58b3b2e9de5cb317400
0
roles/tomcat
7,671
[ "no_license" ]
[ { "path": "roles/tomcat/tasks/main.yml", "content": "---\n- name: install tomcat\n package:\n name: tomcat\n state: latest\n\n- name: create ansible tomcat directory\n file:\n path: /usr/share/tomcat/webapps/ROOT\n state: directory\n\n- name: create ansible tomcat directory\n file:\n path:...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1714, "all_permissive": false }
ansible_role
nandab1805/ansible-roles-roboshop-tf
0efbb25d1f612743de532c9eb685f527770fb3d4
0
roles/common
7,671
[ "no_license" ]
[ { "path": "roles/common/tasks/app-setup.yaml", "content": "- name: Create roboshop user\n ansible.builtin.user:\n name: roboshop\n\n- name: Recursively remove app directory\n ansible.builtin.file:\n path: /app\n state: absent\n\n- name: Create app directory\n ansible.builtin.file:\n path: /a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1365, "all_permissive": false }
ansible_role
docent-net/primary_learning
cec140f76eefaaab3046373dccd0aaa48cfeb70e
0
roles/common
7,671
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: Install basic packages\n dnf: >\n state=latest\n name={{ item }}\n with_items:\n - vim\n - python3\n - python\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 122 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 122, "all_permissive": false }
ansible_role
docent-net/primary_learning
cec140f76eefaaab3046373dccd0aaa48cfeb70e
0
roles/games
7,671
[ "no_license" ]
[ { "path": "roles/games/tasks/main.yml", "content": "- name: Install games\n dnf: >\n name={{ item }}\n state=latest\n with_items:\n - tuxtype2\n - gcompris", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 107, "all_permissive": false }
ansible_role
docent-net/primary_learning
cec140f76eefaaab3046373dccd0aaa48cfeb70e
0
roles/user
7,671
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yml", "content": "- name: Create user account for your kid\n user: >\n name={{ user_login }}\n password={{ <PASSWORD> }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 106, "all_permissive": false }
ansible_role
docent-net/primary_learning
cec140f76eefaaab3046373dccd0aaa48cfeb70e
0
roles/vnc
7,671
[ "no_license" ]
[ { "path": "roles/vnc/templates/vncserver.service.j2", "content": "[Unit]\nDescription=Remote desktop service (VNC)\nAfter=syslog.target network.target\n\n[Install]\nWantedBy=multi-user.target\n\n[Service]\nEnvironment=\"DISPLAY=:1\"\nType=forking\nUser=root\nExecStart=/bin/x0vncserver -PasswordFile={{ os.vn...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1070, "all_permissive": false }
ansible_role
josigaudencio/hogwarts
a4f82075b0b586e4726e12160b990698bc52a35f
0
roles/batman
7,671
[ "no_license" ]
[ { "path": "roles/batman/tasks/main.yml", "content": "---\n# tasks file for batman\n- name: Role de instalacao do apache\n hosts: all\n vars:\n - texto: \"Deploy Funcionando\"\n tasks:\n - include: prerequisitos.yml\n - include: intall_httpd.yml\n - include: install_apache.yml\n - include: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 259, "all_permissive": false }
ansible_role
josigaudencio/hogwarts
a4f82075b0b586e4726e12160b990698bc52a35f
0
roles/puppet
7,671
[ "no_license" ]
[ { "path": "roles/puppet/tasks/main.yml", "content": "---\n# tasks file for puppet\n- name: Role de Instalacao Puppet\n hosts: all\n tasks:\n - include: prerequisitos.yml\n - include: install_centos.yml\n - include: install_ubuntu.yml\n\n \n", "license_type": "no_license", "detected_l...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1091, "all_permissive": false }
ansible_role
shawone/configuration
0a394c96df9e9f8fba8bbcc770c82eb2486fbe62
1
playbooks/roles/boost
7,667
[ "no_license" ]
[ { "path": "playbooks/roles/boost/templates/user-config.jam.j2", "content": "using mpi : /opt/openmpi/bin/mpicxx ;\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "playbooks/roles/boost/defaults/main.yml", "content": "---\nboost_dir: \"/home/va...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1277, "all_permissive": false }
ansible_role
shawone/configuration
0a394c96df9e9f8fba8bbcc770c82eb2486fbe62
1
playbooks/roles/cpp_dev
7,667
[ "no_license" ]
[ { "path": "playbooks/roles/cpp_dev/tasks/main.yml", "content": "---\n# Additional c++ libs (mongo driver)\n- name: install libboost-all-dev\n apt: >\n pkg=libboost-all-dev\n state=present install_recommends=yes\n force=yes update_cache=yes\n\n# Additional c++ libs (mongo driver)\n- name: install l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 351, "all_permissive": false }
ansible_role
shawone/configuration
0a394c96df9e9f8fba8bbcc770c82eb2486fbe62
1
playbooks/roles/env_dev
7,667
[ "no_license" ]
[ { "path": "playbooks/roles/env_dev/tasks/main.yml", "content": "---\n- name: be sure python-software-properties is installed\n apt: >\n pkg=python-software-properties\n state=installed\n tags: emacs\n\n- name: add repository for emacs24\n apt_repository: repo='ppa:cassou/emacs'\n tags: emacs\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1242, "all_permissive": false }
ansible_role
shawone/configuration
0a394c96df9e9f8fba8bbcc770c82eb2486fbe62
1
playbooks/roles/mongo
7,667
[ "no_license" ]
[ { "path": "playbooks/roles/mongo/tasks/main.yml", "content": "---\n- name: check to see that MongoDB 2.4 is not installed\n stat: path=/etc/init.d/mongodb\n register: mongodb_needs_upgrade\n\n- name: verify 2.4 not installed\n fail: msg=\"MongoDB 2.4 is currently installed and cannot be safely upgraded i...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1555, "all_permissive": false }
ansible_role
shawone/configuration
0a394c96df9e9f8fba8bbcc770c82eb2486fbe62
1
playbooks/roles/openmpi
7,667
[ "no_license" ]
[ { "path": "playbooks/roles/openmpi/tasks/main.yml", "content": "---\n- name: check if open-MPI already installed\n stat: path={{ openmpi_build }}/bin/mpirun\n register: openmpi_need_install\n\n- name: checkout open-MPI repo into {{ openmpi_dir }}\n git: >\n dest=\"{{ openmpi_dir }}\"\n repo=\"{{ op...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 776, "all_permissive": false }
ansible_role
art-cherepan/PHP-3
6b6a8963aa989f01eebcbb4ecf6cc7c01bbfeac6
0
ansible/roles/mc
7,667
[ "no_license" ]
[ { "path": "ansible/roles/mc/tasks/main.yaml", "content": "- name: Install MC\n apt:\n name:\n - mc\n state: latest\n update_cache: true\n become: true", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 102, "all_permissive": false }
ansible_role
art-cherepan/PHP-3
6b6a8963aa989f01eebcbb4ecf6cc7c01bbfeac6
0
ansible/roles/mysql
7,667
[ "no_license" ]
[ { "path": "ansible/roles/mysql/tasks/main.yaml", "content": "- name: Install mysql\n become: true\n apt:\n name:\n - mysql-server\n update_cache: yes\n state: latest\n\n- name: Install ansible python3 mysql dependency\n become: true\n apt:\n name: python3-mysqldb\n state: latest\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1140, "all_permissive": false }
ansible_role
willfarrell/ansible-playbook-aws
4cae12487ead12f495e03e220d4447905cbf865c
24
roles/_aws.elastic-cloud
7,667
[ "no_license" ]
[ { "path": "roles/_aws.elastic-cloud/tasks/main.yml", "content": "---\n\n#\n#\n#\n#\n#\n#\n#\n\n\n\n# TODO\n# http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create_deploy_docker_ecs.html\n# create s3 bucket `name-docker-auth\n# create file `name-docker-auth`\n#{\n#\t\"https://index.docker.io/v1/\": {\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1555, "all_permissive": false }
ansible_role
willfarrell/ansible-playbook-aws
4cae12487ead12f495e03e220d4447905cbf865c
24
roles/aws.cache.redis
7,667
[ "no_license" ]
[ { "path": "roles/aws.cache.redis/tasks/main.yml", "content": "---\n\n- name: Create Redis Security Group\n ec2_group:\n name: \"Redis\"\n #tags: # Not Supported\n # Name: \"name\"\n description: \"Port 6379 from VPC Private Subnets\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1727, "all_permissive": false }
ansible_role
willfarrell/ansible-playbook-aws
4cae12487ead12f495e03e220d4447905cbf865c
24
roles/aws.db.mysql
7,667
[ "no_license" ]
[ { "path": "roles/aws.db.mysql/tasks/main.yml", "content": "---\n\n# Database\n- name: Create MySQL Security Group\n ec2_group:\n name: \"MySQL\"\n #tags: # Not Supported\n # Name: \"name\"\n description: \"Port 3306 from VPC Private S...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3067, "all_permissive": false }
ansible_role
willfarrell/ansible-playbook-aws
4cae12487ead12f495e03e220d4447905cbf865c
24
roles/aws.db.postgres
7,667
[ "no_license" ]
[ { "path": "roles/aws.db.postgres/tasks/main.yml", "content": "---\n\n# Database\n- name: Create Postgres Security Group\n ec2_group:\n name: \"Postgres\"\n #tags: # Not Supported\n # Name: \"name\"\n description: \"Port 5432 from VPC ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3136, "all_permissive": false }
ansible_role
willfarrell/ansible-playbook-aws
4cae12487ead12f495e03e220d4447905cbf865c
24
roles/aws.ec2.bastion
7,667
[ "no_license" ]
[ { "path": "roles/aws.ec2.bastion/tasks/main.yml", "content": "---\n\n# product-code from https://wiki.centos.org/Cloud/AWS\n- name: Get AMI for CentOS in region\n ec2_ami_find:\n region: \"{{ aws_region }}\"\n profile: \"{{ aws_profile }}\"\n owner: \"aw...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2791, "all_permissive": false }
ansible_role
willfarrell/ansible-playbook-aws
4cae12487ead12f495e03e220d4447905cbf865c
24
roles/aws.ec2.instance
7,667
[ "no_license" ]
[ { "path": "roles/aws.ec2.instance/tasks/webapp.yml", "content": "---\n\n# product-code from https://wiki.centos.org/Cloud/AWS\n- name: Get AMI for CentOS in region\n ec2_ami_find:\n region: \"{{ aws_region }}\"\n profile: \"{{ aws_profile }}\"\n owner: ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5141, "all_permissive": false }
ansible_role
willfarrell/ansible-playbook-aws
4cae12487ead12f495e03e220d4447905cbf865c
24
roles/aws.ec2.privkey
7,667
[ "no_license" ]
[ { "path": "roles/aws.ec2.privkey/tasks/main.yml", "content": "---\n\n- local_action: stat path=~/.ssh/{{ aws_key_name }}.pub\n register: pubkey_file\n become: no\n changed_when: false\n\n# ECDSA not supported via API\n# ssh-keygen -q -t ecdsa -b 521 -N '' -C \"\" -f ~/.ssh/{{ aws_key_name }}\n- name: Cre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 648, "all_permissive": false }
ansible_role
willfarrell/ansible-playbook-aws
4cae12487ead12f495e03e220d4447905cbf865c
24
roles/aws.networking
7,667
[ "no_license" ]
[ { "path": "roles/aws.networking/tasks/main.yml", "content": "---\n\n- include: vpc.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 23 }, { "path": "roles/aws.networking/defaults/main.yml", "content": "---\n\naws_region: 'us-east-1'\n\nvpc_name: 'D...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 9317, "all_permissive": false }
ansible_role
willfarrell/ansible-playbook-aws
4cae12487ead12f495e03e220d4447905cbf865c
24
roles/aws.profile
7,667
[ "no_license" ]
[ { "path": "roles/aws.profile/tasks/main.yml", "content": "---\n\n- name: \"Ensure ~/.aws/credentials exists\"\n file:\n path: \"~/.aws/credentials\"\n state: touch\n register: touch_log\n changed_when: touch_log.diff.before.state != \"file\"\n\n- stat: path=~/.aws/credentials get_md5=yes\n registe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 594, "all_permissive": false }
ansible_role
acrisci/ansible-aptly-ops
dae41e4ea0767b7e973f9cecc62e619c7217a182
0
roles/aptly-nginx
7,667
[ "no_license" ]
[ { "path": "roles/aptly-nginx/tasks/main.yml", "content": "-\n name: Create aptly user\n # TODO put in common role\n user: name={{ aptly_user }} shell=/bin/bash\n become: yes\n-\n name: Install nginx\n apt: name={{ item }} state=present update_cache=yes\n with_items:\n - nginx\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 764, "all_permissive": false }
ansible_role
acrisci/ansible-aptly-ops
dae41e4ea0767b7e973f9cecc62e619c7217a182
0
roles/aptly-repo
7,667
[ "no_license" ]
[ { "path": "roles/aptly-repo/tasks/main.yml", "content": "-\n name: Create aptly user\n # TODO disable login shell for aptly user\n user: name={{ aptly_user }} shell=/bin/bash\n become: yes\n-\n name: Install aptly debian repository\n apt_repository: repo='deb http://repo.aptly.info/ squeez...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2593, "all_permissive": false }
ansible_role
venanna/pan-ansible-AWX
6ba44f95910c3e12b416a9c192efca12e3b108a2
0
ansible/config_examples/nautobot_integration/roles/firewall
7,667
[ "permissive" ]
[ { "path": "ansible/config_examples/nautobot_integration/roles/firewall/tasks/main.yaml", "content": "---\n# --------------------------------------------------------------------------------------------\n# PAN-OS configuration: tags\n# --------------------------------------------------------------------------...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 12292, "all_permissive": true }
ansible_role
venanna/pan-ansible-AWX
6ba44f95910c3e12b416a9c192efca12e3b108a2
0
ansible/config_examples/nautobot_integration/roles/nautobot
7,667
[ "permissive" ]
[ { "path": "ansible/config_examples/nautobot_integration/roles/nautobot/tasks/main.yaml", "content": "---\n# --------------------------------------------------------------------------------------------\n# Queue a sync operation from Nautobot to our config_context GitHub repo\n# ------------------------------...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3010, "all_permissive": true }
ansible_role
sophiekaymiller/universal-cpa-review-static-site
01437b31c43cfd56dd49daf683901f0e4abd8085
0
_ansible/roles/deploy-site
7,667
[ "no_license" ]
[ { "path": "_ansible/roles/deploy-site/vars/main.yml", "content": "---\n\nbucket: www.universalcpareview.com\ncloudfront_distribution: E32EN5WNCYS9SB", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 }, { "path": "_ansible/roles/deploy-site/tasks/main.yml", "co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 405, "all_permissive": false }
ansible_role
kanekoh/ocp4_servicemesh_homework
36a0d54be0a87cfafa617eb24efd39f81ff3790e
0
roles/bookinfo
7,667
[ "no_license" ]
[ { "path": "roles/bookinfo/tasks/deploy_bookinfo.yaml", "content": "---\n- name: check if the project exists\n shell: |\n oc get project {{ bookinfo_project }}\n register: result\n failed_when: false\n\n- name: create bookinfo project\n shell: |\n oc new-project {{ bookinfo_project }}\n when: resu...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 655, "all_permissive": false }
ansible_role
kanekoh/ocp4_servicemesh_homework
36a0d54be0a87cfafa617eb24efd39f81ff3790e
0
roles/security
7,667
[ "no_license" ]
[ { "path": "roles/security/templates/virtualservice.yaml.j2", "content": "---\napiVersion: networking.istio.io/v1alpha3\nkind: VirtualService\nmetadata:\n name: productpage-virtualservice\nspec:\n hosts:\n - productpage.{{ bookinfo_project }}.apps.{{ subdomain }}\n gateways:\n - productpage-gateway.{{ i...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 4527, "all_permissive": false }
ansible_role
kanekoh/ocp4_servicemesh_homework
36a0d54be0a87cfafa617eb24efd39f81ff3790e
0
roles/smcp
7,667
[ "no_license" ]
[ { "path": "roles/smcp/defaults/main.yaml", "content": "istio_system_project: bookretail-istio-system\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 }, { "path": "roles/smcp/tasks/deploy_servicemesh.yaml", "content": "---\n- name: Check if project exists\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1436, "all_permissive": false }
ansible_role
kanekoh/ocp4_servicemesh_homework
36a0d54be0a87cfafa617eb24efd39f81ff3790e
0
roles/smmr
7,667
[ "no_license" ]
[ { "path": "roles/smmr/defaults/main.yaml", "content": "bookinfo_project: bookinfo\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "roles/smmr/templates/servicemeshmemberroll.yaml.j2", "content": "apiVersion: maistra.io/v1\nkind: ServiceMeshMem...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1473, "all_permissive": false }
ansible_role
kila-kam/f5-ansible
e84409a1fea9c9519f1507405054c218619332e4
0
roles/dev_F5_pool_mark_up_process
7,667
[ "no_license" ]
[ { "path": "roles/dev_F5_pool_mark_up_process/tasks/main.yml", "content": "---\n# tasks file for dev_F5_pool_mark_up_process\n- name: Passed input values F5 mark up\n debug:\n msg: \n - \"{{ partition }}\"\n - \"{{ pool_name }}\"\n\n- name: Mark up f5 pool members\n include_role:\n name: f5...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 385, "all_permissive": false }
ansible_role
kila-kam/f5-ansible
e84409a1fea9c9519f1507405054c218619332e4
0
roles/f5_gslb_manager
7,667
[ "no_license" ]
[ { "path": "roles/f5_gslb_manager/handlers/main.yml", "content": "---\n# handlers file for f5_gslb_manager\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "roles/f5_gslb_manager/defaults/main.yml", "content": "---\n# defaults file for f5_gslb_m...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2755, "all_permissive": false }
ansible_role
kila-kam/f5-ansible
e84409a1fea9c9519f1507405054c218619332e4
0
roles/f5_ha_device_manager_role
7,667
[ "no_license" ]
[ { "path": "roles/f5_ha_device_manager_role/handlers/main.yml", "content": "---\n# handlers file for f5_ha_device_manager_role\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { "path": "roles/f5_ha_device_manager_role/vars/main.yml", "content": "---\n# v...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2037, "all_permissive": false }
ansible_role
kila-kam/f5-ansible
e84409a1fea9c9519f1507405054c218619332e4
0
roles/f5_pool_member_manager_role
7,667
[ "no_license" ]
[ { "path": "roles/f5_pool_member_manager_role/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - f5_pool_member_manager_role\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 }, { "path": "roles/f5_pool_member_manager_role/...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 3213, "all_permissive": false }
ansible_role
kila-kam/f5-ansible
e84409a1fea9c9519f1507405054c218619332e4
0
roles/f5_rest_login
7,667
[ "no_license" ]
[ { "path": "roles/f5_rest_login/handlers/main.yml", "content": "---\n# handlers file for f5_rest_login\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/f5_rest_login/tasks/main.yml", "content": "---\n# tasks file for f5_rest_logins\n\n - ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1247, "all_permissive": false }
ansible_role
kila-kam/f5-ansible
e84409a1fea9c9519f1507405054c218619332e4
0
roles/f5_single_device_manager_role
7,667
[ "no_license" ]
[ { "path": "roles/f5_single_device_manager_role/handlers/main.yml", "content": "---\n# handlers file for f5_single_device_manager_role\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "roles/f5_single_device_manager_role/defaults/main.yml", "con...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2472, "all_permissive": false }
ansible_role
kila-kam/f5-ansible
e84409a1fea9c9519f1507405054c218619332e4
0
roles/f5_virtual_svr_manager_role
7,667
[ "no_license" ]
[ { "path": "roles/f5_virtual_svr_manager_role/tasks/main.yml", "content": "---\n# tasks file for f5_virtual_svr_manager_role\n- name: Parse data of interests\n set_fact:\n parsed_vs_data: \"{{ item }}\"\n loop: \"{{ vs_data.virtual_servers }}\"\n when: vs_name == item.name\n\n- name: Parse data of inte...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 544, "all_permissive": false }
ansible_role
choicedraught/PyKMS-Ansible
8cc69ee3a59988335d6cdd120428c98af6275f6c
0
roles/py-kms
7,667
[ "no_license" ]
[ { "path": "roles/py-kms/tasks/install-pre-reqs.yml", "content": "- name: Copy SNMP config file for Mailcow-Dockerized\n ansible.builtin.copy:\n src: nextcloud.conf\n dest: /etc/snmp/config.d/nextcloud.conf\n owner: root\n group: root\n mode: 0600\n- name: Install LibreNMS Nextcloud module\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2564, "all_permissive": false }
ansible_role
Mirnaxvb/macbook-playbook
2f6dc937d074dc6bebd29256a87c2983e090eaea
0
roles/composer
7,667
[ "no_license" ]
[ { "path": "roles/composer/tasks/global-require.yml", "content": "---\n- name: Install configured globally-required packages.\n command: >\n {{ composer_path }} global require {{ item.name }}:{{ item.release | default('@stable') }} --no-progress --no-interaction\n environment:\n COMPOSER_HOME: \"{{ c...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3159, "all_permissive": false }
ansible_role
Mirnaxvb/macbook-playbook
2f6dc937d074dc6bebd29256a87c2983e090eaea
0
roles/config
7,667
[ "no_license" ]
[ { "path": "roles/config/tasks/main.yml", "content": "---\n- name: Link config into home folder.\n file:\n src: \"{{ config_repo_local_destination}}/{{ item }}\"\n dest: \"{{ config_home}}/{{ item }}\"\n state: link\n mode: 0644\n force: yes\n follow: false\n become: false\n with_items: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 413, "all_permissive": false }
ansible_role
Mirnaxvb/macbook-playbook
2f6dc937d074dc6bebd29256a87c2983e090eaea
0
roles/dotfiles
7,667
[ "no_license" ]
[ { "path": "roles/dotfiles/defaults/main.yml", "content": "---\ndotfiles_repo_local_destination: \"~/Code/SideProjects/macbook-playbook/dotfiles\"\ndotfiles_home: \"~\"\ndotfiles_files:\n - .zshrc\n - .bash_aliases\n - .bash_funtions\n - .tmux.conf\n", "license_type": "no_license", "detected_lice...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 456, "all_permissive": false }
ansible_role
Mirnaxvb/macbook-playbook
2f6dc937d074dc6bebd29256a87c2983e090eaea
0
roles/homebrew
7,667
[ "no_license" ]
[ { "path": "roles/homebrew/defaults/main.yml", "content": "---\nhomebrew_taps:\n - mongodb/brew\n - hashicorp/tap\n\nhomebrew_apps:\n - composer\n - mongosh\n - mongodb-community\n - nginx\n - node\n - node@16\n - python\n - sqlite\n - redis\n - mysql\n - brew-php-switcher\n - neovim\n - dnsma...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1691, "all_permissive": false }
ansible_role
rnsk/ansible-basercms
01b5a1596566dfeb831323d803eee33ab95bdddf
1
roles/apache
7,667
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\n- name: Install Apache\n yum: name=httpd state=present\n\n- name: Start httpd Service\n service: name=httpd state=started enabled=yes\n\n- name: Insert iptables rule\n lineinfile: >\n dest=/etc/sysconfig/iptables\n state=present\n regexp=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 895, "all_permissive": false }
ansible_role
rnsk/ansible-basercms
01b5a1596566dfeb831323d803eee33ab95bdddf
1
roles/basercms
7,667
[ "no_license" ]
[ { "path": "roles/basercms/tasks/main.yml", "content": "---\n- name: Download baserCMS\n git: >\n repo={{ basercms.repo_url }}\n dest=/var/www/basercms\n version={{ basercms.version_tag }}\n\n- name: Add group\n group: name={{ apache.group }}\n\n- name: Add user\n user: >\n name={{ apache.user...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1089, "all_permissive": false }
ansible_role
rnsk/ansible-basercms
01b5a1596566dfeb831323d803eee33ab95bdddf
1
roles/common
7,667
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Install python-selinux\n yum: name={{ item }} state=present\n with_items:\n - libselinux-python\n - libsemanage-python\n\n- name: Add repository 'EPEL'\n yum: name={{ epel_rpm_url }} state=present\n\n- name: Create the GPG key for EP...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 900, "all_permissive": false }
ansible_role
rnsk/ansible-basercms
01b5a1596566dfeb831323d803eee33ab95bdddf
1
roles/mysql
7,667
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n- name: Install MySQL package\n yum: name={{ item }} enablerepo=remi state=present\n with_items:\n - mysql-server\n - MySQL-python\n\n- name: Start MySQL Service\n service: name=mysqld state=started enabled=yes\n\n- name: Insert iptables rule...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 571, "all_permissive": false }
ansible_role
rnsk/ansible-basercms
01b5a1596566dfeb831323d803eee33ab95bdddf
1
roles/php
7,667
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n- name: Install PHP\n yum: name={{ item }} enablerepo=remi,epel state=present\n with_items: php_install\n\n- name: Configure PHP\n template: >\n src=php.ini.j2\n dest=/etc/php.ini\n owner=root\n group=root\n mode=644\n backup=yes\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 670, "all_permissive": false }
ansible_role
DevRico003/ansible-collection
0c7ac7b261c8744d19a9c6df12ec0735376cdcff
1
ansible-techstarter-roles/roles/nginx-role
7,670
[ "no_license" ]
[ { "path": "ansible-techstarter-roles/roles/nginx-role/defaults/main.yml", "content": "---\n# defaults file for nginx-container\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "ansible-techstarter-roles/roles/nginx-role/tasks/main.yml", "conten...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 581, "all_permissive": false }
ansible_role
hanneya449/clean-arch-payment-service
0773e0ab201e59ab404691615de1ca39a89bbf07
0
deployments/ansible/roles/constantinopel
7,670
[ "no_license" ]
[ { "path": "deployments/ansible/roles/constantinopel/templates/makefile.j2", "content": ".PHONY: launch\nlaunch: launch1 launch2 publish\n\n.PHONY: publish\npublish:\n\tufw allow from 192.168.18.0/24 to any port {{ published_probes_port_1 }} proto tcp || true\n\tufw allow from 192.168.18.0/24 to any port {{ ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 9435, "all_permissive": false }
ansible_role
lazaroall/main-tso-playbook
bd2e5f54eed3f82c7569d149faaa285b48cc6151
0
roles/file-creation
7,670
[ "permissive" ]
[ { "path": "roles/file-creation/tasks/main.yml", "content": "---\n- name: create a file\n file: path=/root/text1.txt state=touch owner=root group=root mode=0644\n", "license_type": "permissive", "detected_licenses": [ "MIT" ], "size_bytes": 99 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 99, "all_permissive": true }
ansible_role
lazaroall/main-tso-playbook
bd2e5f54eed3f82c7569d149faaa285b48cc6151
0
roles/file-deletion
7,670
[ "permissive" ]
[ { "path": "roles/file-deletion/tasks/main.yml", "content": "---\n- name: create a file\n file: path=/root/text1.txt state=absent\n", "license_type": "permissive", "detected_licenses": [ "MIT" ], "size_bytes": 68 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 68, "all_permissive": true }
ansible_role
lazaroall/main-tso-playbook
bd2e5f54eed3f82c7569d149faaa285b48cc6151
0
roles/hello-user
7,670
[ "permissive" ]
[ { "path": "roles/hello-user/tasks/main.yml", "content": "---\n- name: Hello User\n debug:\n msg: \"Hello User {{ username | upper }}! You are a {{ sx }} and your fullname is {{ userfull | upper }}.\" \n", "license_type": "permissive", "detected_licenses": [ "MIT" ], "size_bytes": 1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 143, "all_permissive": true }
ansible_role
lazaroall/main-tso-playbook
bd2e5f54eed3f82c7569d149faaa285b48cc6151
0
roles/installsoftware
7,670
[ "permissive" ]
[ { "path": "roles/installsoftware/tasks/main.yml", "content": "---\n - name: Install Tree\n yum: name={{ software }} state=present\n when: ansible_os_family == \"RedHat\"\n", "license_type": "permissive", "detected_licenses": [ "MIT" ], "size_bytes": 107 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 107, "all_permissive": true }
ansible_role
lazaroall/main-tso-playbook
bd2e5f54eed3f82c7569d149faaa285b48cc6151
0
roles/jinja2
7,670
[ "permissive" ]
[ { "path": "roles/jinja2/tasks/main.yml", "content": "---\n- name: Building the index.html\n template:\n src=index.j2\n dest=/var/www/index.html\n", "license_type": "permissive", "detected_licenses": [ "MIT" ], "size_bytes": 94 }, { "path": "roles/jinja2/templates/index.j...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 629, "all_permissive": true }
ansible_role
lazaroall/main-tso-playbook
bd2e5f54eed3f82c7569d149faaa285b48cc6151
0
roles/listsoftware
7,670
[ "permissive" ]
[ { "path": "roles/listsoftware/tasks/main.yml", "content": "---\n- name: List Software\n yum:\n list={{ software }}\n register: yum_packages\n\n- debug:\n var: yum_packages\n", "license_type": "permissive", "detected_licenses": [ "MIT" ], "size_bytes": 114 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 114, "all_permissive": true }
ansible_role
lazaroall/main-tso-playbook
bd2e5f54eed3f82c7569d149faaa285b48cc6151
0
roles/pingserver
7,670
[ "permissive" ]
[ { "path": "roles/pingserver/tasks/main.yml", "content": "---\n- name: ping a server\n ping:\n", "license_type": "permissive", "detected_licenses": [ "MIT" ], "size_bytes": 34 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 34, "all_permissive": true }
ansible_role
lazaroall/main-tso-playbook
bd2e5f54eed3f82c7569d149faaa285b48cc6151
0
roles/removesoftware
7,670
[ "permissive" ]
[ { "path": "roles/removesoftware/tasks/main.yml", "content": "---\n- name: Remove Software\n yum: name={{ software }} state=removed\n when: ansible_os_family == \"RedHat\"\n", "license_type": "permissive", "detected_licenses": [ "MIT" ], "size_bytes": 107 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 107, "all_permissive": true }
ansible_role
lazaroall/main-tso-playbook
bd2e5f54eed3f82c7569d149faaa285b48cc6151
0
roles/usercreation
7,670
[ "permissive" ]
[ { "path": "roles/usercreation/tasks/main.yml", "content": "---\n- name: Creating the users.\n user:\n name: \"{{ sname }}\"\n password: \"{{ '<PASSWORD>' | password_hash('<PASSWORD>') }}\"\n comment: \"{{ sfull }}\"\n shell: /bin/bash\n group: tso\n groups: wheel\n home: /home/{{ snam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 241, "all_permissive": true }
ansible_role
lazaroall/main-tso-playbook
bd2e5f54eed3f82c7569d149faaa285b48cc6151
0
roles/userdeletion
7,670
[ "permissive" ]
[ { "path": "roles/userdeletion/tasks/main.yml", "content": "---\n- name: Deleting the users.\n user:\n name: \"{{ sname }}\"\n state: absent\n remove: yes\n force: yes\n", "license_type": "permissive", "detected_licenses": [ "MIT" ], "size_bytes": 113 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 113, "all_permissive": true }
ansible_role
progval/playbooks
b2f6c8eafd0c89fe2d198772c7294dedfab42055
0
roles/base_vm_chroot
7,670
[ "no_license" ]
[ { "path": "roles/base_vm_chroot/tasks/lsblk.yml", "content": "- command: \"lsblk -o +UUID -nJ {{item.device}}\"\n # Using \"-o +UUID\" instead of \"-o UUID\" prevents lsblk from showing the\n # inner/encrypted filesystem UUID at the same level as the LUKS partition\n # UUID.\n register: lsblk_output\n- ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4783, "all_permissive": false }
ansible_role
progval/playbooks
b2f6c8eafd0c89fe2d198772c7294dedfab42055
0
roles/borg
7,670
[ "no_license" ]
[ { "path": "roles/borg/tasks/main.yml", "content": "- name: install borg\n apt:\n name: borgbackup\n\n- name: write borg backup script\n template:\n dest: /usr/local/bin/borg.sh\n src: borg.sh\n mode: u=rwx,go=\n\n- name: setup borgbase client key\n file:\n path: id_ed25519_borgbase\n st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2166, "all_permissive": false }
ansible_role
progval/playbooks
b2f6c8eafd0c89fe2d198772c7294dedfab42055
0
roles/ceph-client
7,670
[ "no_license" ]
[ { "path": "roles/ceph-client/tasks/main.yml", "content": "- name: create auth token\n command: ceph auth get-or-create {{ceph_client_name}}\n delegate_to: \"{{groups['mons'][0]}}\"\n register: ceph_client_keyring\n- name: give capabilities\n command: ceph auth caps {{ceph_client_name}} {{ceph_client_cap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 463, "all_permissive": false }
ansible_role
progval/playbooks
b2f6c8eafd0c89fe2d198772c7294dedfab42055
0
roles/ceph-common
7,670
[ "no_license" ]
[ { "path": "roles/ceph-common/tasks/main.yml", "content": "- name: add ceph stable repository\n apt_repository:\n repo: \"deb http://download.ceph.com/debian-luminous {{ debian_version }} main\"\n state: present\n- name: install ceph-common\n apt:\n name: ceph-common\n state: present\n- name: w...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1381, "all_permissive": false }
ansible_role
progval/playbooks
b2f6c8eafd0c89fe2d198772c7294dedfab42055
0
roles/ceph-rbd
7,670
[ "no_license" ]
[ { "path": "roles/ceph-rbd/tasks/main.yml", "content": "- name: install rbd-nbd\n apt:\n package: rbd-nbd\n state: present\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "roles/ceph-rbd/meta/main.yml", "content": "dependencies:\n - r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 774, "all_permissive": false }
ansible_role
progval/playbooks
b2f6c8eafd0c89fe2d198772c7294dedfab42055
0
roles/encrypted_device
7,670
[ "no_license" ]
[ { "path": "roles/encrypted_device/tasks/main.yml", "content": "- name: create temporary keyfile\n tempfile:\n path: /run/\n register: tempfile_keyfile\n\n- name: write keyfile\n copy:\n content: \"{{keyfile_content}}\"\n dest: \"{{tempfile_keyfile.path}}\"\n\n- name: test if the device is alre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 608, "all_permissive": false }
ansible_role
progval/playbooks
b2f6c8eafd0c89fe2d198772c7294dedfab42055
0
roles/friendship-express
7,670
[ "no_license" ]
[ { "path": "roles/friendship-express/tasks/main.yml", "content": "- name: \"Build hosts file\"\n blockinfile:\n dest: /etc/hosts\n block: |\n {% for hostname in groups['friendship_express'] %}\n {% if hostvars[hostname].fe_addr is defined %}\n {{ hostvars[hostname].fe_addr }} ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 310, "all_permissive": false }
ansible_role
progval/playbooks
b2f6c8eafd0c89fe2d198772c7294dedfab42055
0
roles/hypervisor
7,670
[ "no_license" ]
[ { "path": "roles/hypervisor/tasks/main.yml", "content": "- name: get-auth-key\n command: 'ceph auth get-key client.{{ansible_hostname}}-libvirt'\n delegate_to: \"{{groups['mons'][0]}}\"\n register: ceph_key\n changed_when: false\n\n- name: install packages\n apt:\n name: \"{{item}}\"\n state: pre...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2485, "all_permissive": false }
ansible_role
progval/playbooks
b2f6c8eafd0c89fe2d198772c7294dedfab42055
0
roles/mkfs_mount
7,670
[ "no_license" ]
[ { "path": "roles/mkfs_mount/tasks/main.yml", "content": "- name: mkfs\n filesystem:\n force: no\n dev: \"{{device}}\"\n fstype: \"{{fstype}}\"\n\n- name: create mount point\n file:\n path: \"{{path}}\"\n state: directory\n\n- name: mount\n command: \"mount -t {{fstype}} {{device}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 244, "all_permissive": false }
ansible_role
progval/playbooks
b2f6c8eafd0c89fe2d198772c7294dedfab42055
0
roles/munin-node
7,670
[ "no_license" ]
[ { "path": "roles/munin-node/handlers/main.yml", "content": "- name: systemd daemon-reload\n systemd:\n daemon_reload: yes\n\n- name: restart munin-node\n service: name=munin-node state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 }, { "path"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1361, "all_permissive": false }
ansible_role
redhat-openshift-ecosystem/operator-pipelines
cc39c38580005c26f1f2cd8dec78d25e5d102e19
17
ansible/roles/config_ocp_cluster
7,670
[ "permissive" ]
[ { "path": "ansible/roles/config_ocp_cluster/defaults/main.yml", "content": "---\nk8s_validate_certs: true # noqa: var-naming[no-role-prefix]\npipelinerun_listener_namespace: pipelinerun-listener # noqa: var-naming[no-role-prefix]\n", "license_type": "permissive", "detected_licenses": [ "Ap...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 18384, "all_permissive": true }
ansible_role
redhat-openshift-ecosystem/operator-pipelines
cc39c38580005c26f1f2cd8dec78d25e5d102e19
17
ansible/roles/index_signature_verification
7,670
[ "permissive" ]
[ { "path": "ansible/roles/index_signature_verification/files/pipelines/index-signature-verification-pipeline.yml", "content": "---\napiVersion: tekton.dev/v1\nkind: Pipeline\nmetadata:\n name: index-signature-verification-pipeline\nspec:\n workspaces:\n - name: registry-credentials\n tasks:\n - name...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 9214, "all_permissive": true }
ansible_role
redhat-openshift-ecosystem/operator-pipelines
cc39c38580005c26f1f2cd8dec78d25e5d102e19
17
ansible/roles/integration_tests
7,670
[ "permissive" ]
[ { "path": "ansible/roles/integration_tests/tasks/main.yaml", "content": "---\n- name: Prepare test data and run integration tests\n block:\n - name: Install CLI tools\n ansible.builtin.import_tasks: tasks/tools.yml\n tags:\n - prepare-tools\n\n - name: Prepare integration test data\n...
{ "task_files": 9, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 19453, "all_permissive": true }
ansible_role
redhat-openshift-ecosystem/operator-pipelines
cc39c38580005c26f1f2cd8dec78d25e5d102e19
17
ansible/roles/preflight-invalidation
7,670
[ "permissive" ]
[ { "path": "ansible/roles/preflight-invalidation/tasks/main.yml", "content": "---\n- name: Create Namespace\n kubernetes.core.k8s:\n state: present\n apply: true\n definition:\n kind: Namespace\n apiVersion: v1\n metadata:\n name: \"{{ preflight_invalidation_namespace }}\"\n\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2505, "all_permissive": true }
ansible_role
spells3/robost
aee16cfbd16098a02e4e4a1ba83e4b45cb6c1e3b
0
playbook/roles/docker
7,670
[ "no_license" ]
[ { "path": "playbook/roles/docker/files/requirements.txt", "content": "ansible==4.7.0\nansible-core==2.11.6\ncertifi==2021.10.8\ncffi==1.15.0\ncharset-normalizer==2.0.7\ncryptography==35.0.0\ndocker==5.0.3\nidna==3.3\nJinja2==3.0.2\nMarkupSafe==2.0.1\npackaging==21.0\npsycopg2-binary==2.9.1\npycparser==2.20\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 13, "total_bytes": 14699, "all_permissive": false }
ansible_role
saylaan/DevOps_Ansible_2019
5c1e9f91887c41974289d8855245f4f48178b107
0
roles/base
7,670
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "- name: Installing base packages on every servers\n hosts: all\n become: yes\n remote_user: root\n\n tasks:\n - name: Update repositories\n apt:\n upgrade: dist\n update_cache: yes\n - name: Update apt Cache\n apt:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1880, "all_permissive": false }
ansible_role
saylaan/DevOps_Ansible_2019
5c1e9f91887c41974289d8855245f4f48178b107
0
roles/poll
7,670
[ "no_license" ]
[ { "path": "roles/poll/tasks/main.yml", "content": "- name: Starting setup of Poll\n hosts: poll\n become: yes\n remote_user: root\n\n tasks:\n - name: Installing pip3 and build essentials\n apt:\n name:\n - build-essential\n - name: Check if poll directory exists\n stat:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1082, "all_permissive": false }
ansible_role
saylaan/DevOps_Ansible_2019
5c1e9f91887c41974289d8855245f4f48178b107
0
roles/postgresql
7,670
[ "no_license" ]
[ { "path": "roles/postgresql/tasks/main.yml", "content": "- name: Starting setup of PostgreSQL\n hosts: postgres\n become: yes\n remote_user: root\n\n tasks:\n - name: Adding postgres key\n apt_key:\n url: https://www.postgresql.org/media/keys/ACCC4CF8.asc\n state: present\n - na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3033, "all_permissive": false }
ansible_role
saylaan/DevOps_Ansible_2019
5c1e9f91887c41974289d8855245f4f48178b107
0
roles/redis
7,670
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "- name: Starting setup of Redis\n hosts: redis\n become: yes\n remote_user: root\n\n tasks:\n # - name: Check if target directory exists\n # stat:\n # path: /var/log/redis\n # register: redisLogDir\n # - name: Create directory if...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1484, "all_permissive": false }