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
amaehrle/vagrant-ruby-box
4ed49a4a534c774dc5921d0de55d692c19778d38
0
roles/database
7,658
[ "no_license" ]
[ { "path": "roles/database/tasks/main.yml", "content": "---\n- name: Install database dependencies\n apt: name={{item}} state=latest update-cache=yes\n with_items:\n - libsqlite3-dev\n - sqlite3\n - libpq-dev\n - postgresql\n - postgresql-contrib\n # needs fixing ...\n # environment:\n # ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 312, "all_permissive": false }
ansible_role
amaehrle/vagrant-ruby-box
4ed49a4a534c774dc5921d0de55d692c19778d38
0
roles/ruby
7,658
[ "no_license" ]
[ { "path": "roles/ruby/tasks/main.yml", "content": "---\n- name: Install ruby dependencies\n apt: name={{item}} state=latest update-cache=yes\n with_items:\n - build-essential\n - git-core\n - libreadline6-dev\n - libyaml-dev\n - libgdbm-dev\n - libncurses5-dev\n - libtool\n - libff...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1156, "all_permissive": false }
ansible_role
HarryMMM/ansible-deploy
9a5b43f64b82b6aac32752d2435437593b8c0d96
0
collections/ansible_collections/harryai/common/roles/jdk_install
7,658
[ "no_license" ]
[ { "path": "collections/ansible_collections/harryai/common/roles/jdk_install/tasks/main.yml", "content": "---\n- name: Create java install directory\n ansible.builtin.file:\n path: '{{ jdk_install_path }}'\n state: directory\n mode: '0755'\n\n- name: Copy JDK package to remote host\n ansible.built...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 954, "all_permissive": false }
ansible_role
HarryMMM/ansible-deploy
9a5b43f64b82b6aac32752d2435437593b8c0d96
0
collections/ansible_collections/harryai/common/roles/reader
7,658
[ "no_license" ]
[ { "path": "collections/ansible_collections/harryai/common/roles/reader/tasks/main.yml", "content": "---\n- name: Create reader directory\n ansible.builtin.file:\n path: '{{ reader_install_path }}'\n state: directory\n mode: '0755'\n\n- name: Copy to remote host\n ansible.builtin.copy:\n src: '...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1261, "all_permissive": false }
ansible_role
AstashovAndrey/ansible_otus
7abe26bb6d5bd05c6758104c7ab8c2cbc113efac
0
roles/check_service
7,658
[ "no_license" ]
[ { "path": "roles/check_service/tasks/main.yml", "content": "---\n- name: Check service\n wait_for:\n host: 127.0.0.1\n port: '{{ item }}'\n timeout: 3\n loop:\n - 9292\n - 4567\n - 5000\n - 27017\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 15...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 151, "all_permissive": false }
ansible_role
AstashovAndrey/ansible_otus
7abe26bb6d5bd05c6758104c7ab8c2cbc113efac
0
roles/comment_ui
7,658
[ "no_license" ]
[ { "path": "roles/comment_ui/handlers/main.yml", "content": "---\n# handlers file for ui\n- name: reload reddit-{{ service }}\n systemd:\n name: reddit-{{ service }}\n state: restarted\n daemon_reload: true", "license_type": "no_license", "detected_licenses": [], "size_bytes": 149 }, ...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1018, "all_permissive": false }
ansible_role
AstashovAndrey/ansible_otus
7abe26bb6d5bd05c6758104c7ab8c2cbc113efac
0
roles/post
7,658
[ "no_license" ]
[ { "path": "roles/post/tasks/configure.yml", "content": "- name: add post_config\n template:\n src: post_config.j2\n dest: '{{ reddit_path }}/post-py/post_config'\n notify: reload reddit-post\n\n\n- name: create reddit-post.service\n template:\n src: reddit-post.service.j2\n dest: '/etc/system...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1038, "all_permissive": false }
ansible_role
mettyoung/shop-management
0f4d83a1c7f85c1d16ec2b6b8d2fb23585ceddf1
0
devops/roles/mysql
7,658
[ "no_license" ]
[ { "path": "devops/roles/mysql/defaults/main.yml", "content": "mysql_image: mysql:5.7.18\nmysql_container_name: shop-db", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 }, { "path": "devops/roles/mysql/tasks/main.yml", "content": "- name: Create MySQL containe...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 557, "all_permissive": false }
ansible_role
mettyoung/shop-management
0f4d83a1c7f85c1d16ec2b6b8d2fb23585ceddf1
0
devops/roles/os
7,658
[ "no_license" ]
[ { "path": "devops/roles/os/tasks/main.yml", "content": "- name: Enable EPEL Repo\n yum:\n name: epel-release\n update_cache: true\n state: present\n\n- name: Install Python\n yum:\n name:\n - libselinux-python\n - python-pip\n update_cache: yes\n state: latest\n\n- name: Add Do...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 778, "all_permissive": false }
ansible_role
mettyoung/shop-management
0f4d83a1c7f85c1d16ec2b6b8d2fb23585ceddf1
0
devops/roles/webapp
7,658
[ "no_license" ]
[ { "path": "devops/roles/webapp/defaults/main.yml", "content": "webapp_artifact_dir: files\nwebapp_artifact_name: app.tar\nwebapp_container_name: shop-management", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 }, { "path": "devops/roles/webapp/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 894, "all_permissive": false }
ansible_role
sunakan/notes-about-vagrant
56705edfb251122c02718c2c55420967dd585d69
0
basic/roles/dev-packages
7,658
[ "no_license" ]
[ { "path": "basic/roles/dev-packages/tasks/setup-Debian.yml", "content": "---\n\n- name: 開発でよく使うパッケージを入れる\n apt:\n name:\n - vim\n - git\n - tig\n - tmux\n - tree\n - lvm2\n - make\n update_cache: yes\n cache_valid_time: 3600\n", "license_type": "no_license", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 856, "all_permissive": false }
ansible_role
sunakan/notes-about-vagrant
56705edfb251122c02718c2c55420967dd585d69
0
basic/roles/jp-lang
7,658
[ "no_license" ]
[ { "path": "basic/roles/jp-lang/tasks/main.yml", "content": "---\n\n# OSの違いによって挙動を変える\n#- include_tasks: setup-Redhat.yml\n# when: ansible_os_family == 'RedHat'\n\n- include_tasks: setup-Debian.yml\n when: ansible_os_family == 'Debian'\n\n- name: localeの作成\n locale_gen:\n name: ja_JP.UTF-8\n state: ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 599, "all_permissive": false }
ansible_role
davidrama/univers
5f39d72a840ac2a1e18479e1acee83b6a35f1425
0
roles/brianshumate.nomad
7,658
[ "no_license" ]
[ { "path": "roles/brianshumate.nomad/tasks/install.yml", "content": "---\n# File: install.yml - package installation tasks for Nomad\n\n- name: OS packages\n package:\n name: \"{{ item }}\"\n state: present\n with_items: \"{{ nomad_os_packages }}\"\n tags: installation\n\n- name: Check Nomad package...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3640, "all_permissive": false }
ansible_role
davidrama/univers
5f39d72a840ac2a1e18479e1acee83b6a35f1425
0
roles/consul
7,658
[ "no_license" ]
[ { "path": "roles/consul/tasks/main.yml", "content": "---\n- name: Install needed packages\n apt: pkg={{ item }} update_cache=yes cache_valid_time=43200\n become: true\n with_items:\n - curl \n - unzip \n - git \n\n\n- name: Creating consul group\n group:\n name: consul\n state: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2701, "all_permissive": false }
ansible_role
davidrama/univers
5f39d72a840ac2a1e18479e1acee83b6a35f1425
0
roles/m4rcu5nl.zerotier-one
7,658
[ "no_license" ]
[ { "path": "roles/m4rcu5nl.zerotier-one/tasks/install/Archlinux.yml", "content": "# zerotier-one is available in the official repositories\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 57 }, { "path": "roles/m4rcu5nl.zerotier-one/defaults/main.yml", "content...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 5828, "all_permissive": false }
ansible_role
davidrama/univers
5f39d72a840ac2a1e18479e1acee83b6a35f1425
0
roles/ssh
7,658
[ "no_license" ]
[ { "path": "roles/ssh/defaults/main.yml", "content": "---\ngitusername: \n - davidrama\n\nrevokeuser:\n - hexapode\n\nubuntu_version: \"bionic\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 }, { "path": "roles/ssh/tasks/main.yml", "content": "---\n- name...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3934, "all_permissive": false }
ansible_role
lnguyen/helix
ff3c4c1b4f87c0c27b6d576dbc01c78b49d3f82c
0
provisioning/roles/arms
7,664
[ "no_license" ]
[ { "path": "provisioning/roles/arms/tasks/main.yml", "content": "---\n\n- name: install arm service for consul\n template: src=arm.json.j2 dest=/etc/consul.d/arm.json\n notify:\n - restart consul\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 }, { "path"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 254, "all_permissive": false }
ansible_role
lnguyen/helix
ff3c4c1b4f87c0c27b6d576dbc01c78b49d3f82c
0
provisioning/roles/common
7,664
[ "no_license" ]
[ { "path": "provisioning/roles/common/meta/main.yml", "content": "---\n\ndependencies:\n - { role: go, sudo: true }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "provisioning/roles/common/handlers/main.yml", "content": "---\n\n- name: resta...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 363, "all_permissive": false }
ansible_role
lnguyen/helix
ff3c4c1b4f87c0c27b6d576dbc01c78b49d3f82c
0
provisioning/roles/consul
7,664
[ "permissive" ]
[ { "path": "provisioning/roles/consul/defaults/main.yml", "content": "---\nconsul_version: 0.4.1\nconsul_archive: \"{{ consul_version }}_linux_amd64.zip\"\nconsul_ui_archive: \"{{ consul_version }}_web_ui.zip\"\nconsul_download: \"https://dl.bintray.com/mitchellh/consul/{{ consul_archive }}\"\nconsul_ui_down...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2271, "all_permissive": true }
ansible_role
lnguyen/helix
ff3c4c1b4f87c0c27b6d576dbc01c78b49d3f82c
0
provisioning/roles/fingers
7,664
[ "no_license" ]
[ { "path": "provisioning/roles/fingers/defaults/main.yml", "content": "---\n\nfinger_port: 7654\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 23 }, { "path": "provisioning/roles/fingers/tasks/main.yml", "content": "---\n\n- name: install finger service for c...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 592, "all_permissive": false }
ansible_role
pavlakis/vagrant-ansible-hump
d8ea552b8caec42c4eec79c3b6406b6be7cc8601
1
ansible/roles/hiawatha
7,664
[ "no_license" ]
[ { "path": "ansible/roles/hiawatha/templates/default.tpl", "content": "# VARIABLES\n# Here we can set persistent variables.\nSet LOCALHOST = 127.0.0.0/8\nSet LAN = 192.168.20.0/24\nSet WLAN = 172.16.1.0/24\n\n# GENERAL SETTINGS\n#\nServerString = Hiawatha\nServerId = www-data\nConnectionsTotal = 10000\nConne...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1671, "all_permissive": false }
ansible_role
pavlakis/vagrant-ansible-hump
d8ea552b8caec42c4eec79c3b6406b6be7cc8601
1
ansible/roles/mail
7,664
[ "no_license" ]
[ { "path": "ansible/roles/mail/tasks/main.yml", "content": "- name: Install Mailcatcher\n shell: gem install mailcatcher\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 61, "all_permissive": false }
ansible_role
pavlakis/vagrant-ansible-hump
d8ea552b8caec42c4eec79c3b6406b6be7cc8601
1
ansible/roles/sass
7,664
[ "no_license" ]
[ { "path": "ansible/roles/sass/tasks/main.yml", "content": "- name: Latest version of Ruby is installed\n apt: pkg={{ item }} state=latest\n with_items:\n - ruby2.0\n - ruby2.0-dev\n\n- name: Symlink exists for Ruby 2.0\n file: src=/usr/bin/ruby2.0 dest=/usr/local/bin/ruby state=link\n\n- name: Syml...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 500, "all_permissive": false }
ansible_role
dusansimic/compose-snipe
d1f6c7a5c5ec7fdecd0aadfff9afded05fcc7661
0
ansible/roles/accounts
7,664
[ "no_license" ]
[ { "path": "ansible/roles/accounts/tasks/main.yaml", "content": "---\n- name: Setup user account\n ansible.builtin.user:\n name: ctrmgr\n groups:\n - docker\n append: true\n shell: /bin/bash\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
dusansimic/compose-snipe
d1f6c7a5c5ec7fdecd0aadfff9afded05fcc7661
0
ansible/roles/docker
7,664
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yaml", "content": "---\n- name: Setup repository\n block:\n - name: Add repository key\n ansible.builtin.get_url:\n url: https://download.docker.com/linux/ubuntu/gpg\n dest: /etc/apt/keyrings/docker.asc\n mode: u=rw,g=,o=\n owne...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1348, "all_permissive": false }
ansible_role
dusansimic/compose-snipe
d1f6c7a5c5ec7fdecd0aadfff9afded05fcc7661
0
ansible/roles/snipe
7,664
[ "no_license" ]
[ { "path": "ansible/roles/snipe/tasks/main.yaml", "content": "---\n- name: Check for compose file\n ansible.builtin.stat:\n path: /usr/lib/snipe/docker-compose.yaml\n register: compose_stat\n\n- name: Compose exists\n when: compose_stat.stat.exists\n block:\n - name: Backup compose file\n ansi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3469, "all_permissive": false }
ansible_role
empovit/ansible-assisted-openshift
1171797882b62585c085b7a65bac78606a39df32
0
roles/cluster_installation
7,664
[ "permissive" ]
[ { "path": "roles/cluster_installation/tasks/cleanup.yml", "content": "- name: Delete assisted cluster\n karmab.aicli.ai_cluster:\n name: \"{{ cluster_name }}\"\n offlinetoken: \"{{ ocm_offline_token }}\"\n state: absent", "license_type": "permissive", "detected_licenses": [ "Apache-2...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1648, "all_permissive": true }
ansible_role
empovit/ansible-assisted-openshift
1171797882b62585c085b7a65bac78606a39df32
0
roles/etc_hosts
7,664
[ "permissive" ]
[ { "path": "roles/etc_hosts/tasks/main.yml", "content": "- name: Read current DNS resolution file \"{{ dns_resolution_file }}\"\n ansible.builtin.slurp:\n src: \"{{ dns_resolution_file }}\"\n register: dns_entries\n\n- name: Warn if the API VIP already in {{ dns_resolution_file }}\n ansible.builtin.deb...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3128, "all_permissive": true }
ansible_role
JAGANNATHDEVOPS/SONARQUBE-TUTORIAL
d9a334ba67473048ededf3ea512a59ba3e2570db
0
roles/postgrsql-install
7,664
[ "no_license" ]
[ { "path": "roles/postgrsql-install/defaults/main.yml", "content": "---\n# defaults file for postgrsql-install\npublic_signing_key: https://www.postgresql.org/media/keys/ACCC4CF8.asc\npostgresql_repo: deb http://apt.postgresql.org/pub/repos/apt jammy-pgdg main\npackages: postgresql\n", "license_type": "n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1815, "all_permissive": false }
ansible_role
JAGANNATHDEVOPS/SONARQUBE-TUTORIAL
d9a334ba67473048ededf3ea512a59ba3e2570db
0
roles/sonarqube-instal
7,664
[ "no_license" ]
[ { "path": "roles/sonarqube-instal/defaults/main.yml", "content": "---\n# defaults file for sonarqube-instal\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "roles/sonarqube-instal/vars/main.yml", "content": "---\n# vars file for sonarqube-inst...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 3967, "all_permissive": false }
ansible_role
raviteja-devops/roboshop-jenkins
0f396bac32306f0cdb75a5cc1ccecf137a3b472e
0
roles/jenkins
7,664
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yml", "content": "- name: Create Folder\n community.general.jenkins_job:\n config: \"{{ lookup('file', 'templates/folder.xml') }}\"\n name: \"{{item}}\"\n url: http://172.31.7.194:8080\n user: admin\n password: \"{{<PASSWORD>}}\"\n loop: \"{{ folders }}\"...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1475, "all_permissive": false }
ansible_role
maksaptz/Static_routes
daa52881ae0fce8afedb4c138e5717376d5f278a
0
ansible/roles/coreForward
7,664
[ "no_license" ]
[ { "path": "ansible/roles/coreForward/tasks/main.yml", "content": "---\n- ansible.posix.sysctl:\n name: net.ipv4.ip_forward\n value: '1'\n sysctl_set: true\n when: inventory_hostname in groups[\"routers\"]\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 142 } ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 142, "all_permissive": false }
ansible_role
maksaptz/Static_routes
daa52881ae0fce8afedb4c138e5717376d5f278a
0
ansible/roles/nat
7,664
[ "no_license" ]
[ { "path": "ansible/roles/nat/handlers/main.yml", "content": "---\n- name: iptables systemd\n systemd:\n name: iptables\n enabled: yes\n state: restarted\n \n- name: save iptables v4 rules\n shell: iptables-save > /etc/iptables/rules.v4\n listen: persist iptables\n", "license_type": "no_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 820, "all_permissive": false }
ansible_role
maksaptz/Static_routes
daa52881ae0fce8afedb4c138e5717376d5f278a
0
ansible/roles/routes
7,664
[ "no_license" ]
[ { "path": "ansible/roles/routes/tasks/main.yml", "content": "--- \n- name: install traceroute\n shell: apt update && apt install traceroute -y\n when: (ansible_distribution == \"Ubuntu\")\n\n- name: set up routes inetRouter\n template:\n src: templates/inetRouter\n dest: /etc/network/interfaces\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1601, "all_permissive": false }
ansible_role
lel99999/dev_SpringBoot
9a421d7b2e87f5ecc9fb251d1189aac7c6add151
0
roles/chromeRH7
7,664
[ "permissive" ]
[ { "path": "roles/chromeRH7/tasks/main.yml", "content": "# main.yml - Activate EPEL\n---\n#- name: Instell Latest EPEL 7 Release\n# shell: yum install \"{{ epel_url }}\" -y --nogpgcheck\n# yum:\n# name: \"{{ epel_url }}\"\n# state: present\n# disable_gpg_check: yes\n# tags:\n# - chromeRH7\n\n# Make...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 745, "all_permissive": true }
ansible_role
shades10101/homelab
24395f85aa1ca13e835a7823581d8ba3810fcee9
1
ansible/roles/extend_lvm
7,664
[ "no_license" ]
[ { "path": "ansible/roles/extend_lvm/tasks/extend_lvm.yaml", "content": "- name: Extend the logical volume to take all remaining space of the PVs and resize the underlying filesystem\n lvol:\n vg: \"{{ linux_vg }}\"\n lv: \"{{ linux_lv }}\"\n size: 100%PVS\n resizefs: true", "license_type": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 204, "all_permissive": false }
ansible_role
shades10101/homelab
24395f85aa1ca13e835a7823581d8ba3810fcee9
1
ansible/roles/packages
7,664
[ "no_license" ]
[ { "path": "ansible/roles/packages/tasks/main.yml", "content": "- name: Update all packages to their latest version\n apt:\n name: \"*\"\n state: latest\n\n- name: Run the equivalent of \"apt-get update\" as a separate step\n apt:\n update_cache: yes\n\n- name: Install a list of packages\n apt:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 278, "all_permissive": false }
ansible_role
shades10101/homelab
24395f85aa1ca13e835a7823581d8ba3810fcee9
1
ansible/roles/ssh_key
7,664
[ "no_license" ]
[ { "path": "ansible/roles/ssh_key/tasks/main.yaml", "content": "- name: Set authorized key took from file\n authorized_key:\n user: shahid\n state: present\n key: \"{{ lookup('file', '/home/shahid/.ssh/homelab.pub') }}\"\n become: true", "license_type": "no_license", "detected_licenses":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 177, "all_permissive": false }
ansible_role
maker2413/HephaestOS
f82cbd0e4def2bc9e143af5def46bed9349ce0b6
1
roles/grub
7,664
[ "no_license" ]
[ { "path": "roles/grub/defaults/main.yml", "content": "---\n# defaults for roles/grub\nefi: false\ninstall_grub: false\niommu_enabled: true\nremake_grub_config: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 }, { "path": "roles/grub/README.org", "co...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1903, "all_permissive": false }
ansible_role
maker2413/HephaestOS
f82cbd0e4def2bc9e143af5def46bed9349ce0b6
1
roles/hostname
7,664
[ "no_license" ]
[ { "path": "roles/hostname/defaults/main.yml", "content": "---\n# defaults file for roles/hostname\nhostname: \"Hephaestus\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 }, { "path": "roles/hostname/tasks/main.yml", "content": "---\n# tasks file for role...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1014, "all_permissive": false }
ansible_role
maker2413/HephaestOS
f82cbd0e4def2bc9e143af5def46bed9349ce0b6
1
roles/lightdm
7,664
[ "no_license" ]
[ { "path": "roles/lightdm/README.org", "content": "* Role Name\n\nThis role setups up my lightdm configuration.\n\n* Requirements\n------------\n\nThe only requirements for this role is for the dependencies to have been run: [[*Dependencies][Dependencies]].\n\n* Role Variables\n--------------\n\nThere are a ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1870, "all_permissive": false }
ansible_role
maker2413/HephaestOS
f82cbd0e4def2bc9e143af5def46bed9349ce0b6
1
roles/locale
7,664
[ "no_license" ]
[ { "path": "roles/locale/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/locale\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "roles/locale/defaults/main.yml", "content": "---\n# defaults file ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1174, "all_permissive": false }
ansible_role
maker2413/HephaestOS
f82cbd0e4def2bc9e143af5def46bed9349ce0b6
1
roles/network
7,664
[ "no_license" ]
[ { "path": "roles/network/README.org", "content": "* Role Name\n\nThis role setups up my network configuration.\n\n* Requirements\n------------\n\nThe only requirements for this role is for the dependencies to have been run: [[*Dependencies][Dependencies]].\n\n* Role Variables\n--------------\n\nThere are no...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1516, "all_permissive": false }
ansible_role
maker2413/HephaestOS
f82cbd0e4def2bc9e143af5def46bed9349ce0b6
1
roles/packages
7,664
[ "no_license" ]
[ { "path": "roles/packages/tasks/main.yml", "content": "---\n# tasks file for roles/packages\n- name: Install Pacman packages\n community.general.pacman:\n name: \"{{ pacman_packages }}\"\n state: latest\n become: true\n\n- name: Install Pacman packages for development\n community.general.pacman:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3418, "all_permissive": false }
ansible_role
maker2413/HephaestOS
f82cbd0e4def2bc9e143af5def46bed9349ce0b6
1
roles/sudo
7,664
[ "no_license" ]
[ { "path": "roles/sudo/handlers/main.yml", "content": "---\n# handlers file for roles/sudo\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/sudo/tasks/main.yml", "content": "---\n# tasks file for roles/sudo\n- name: Copy sudo configuratio...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 1402, "all_permissive": false }
ansible_role
maker2413/HephaestOS
f82cbd0e4def2bc9e143af5def46bed9349ce0b6
1
roles/timezone
7,664
[ "no_license" ]
[ { "path": "roles/timezone/vars/main.yml", "content": "---\n# vars file for roles/timezone\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/timezone/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1161, "all_permissive": false }
ansible_role
maker2413/HephaestOS
f82cbd0e4def2bc9e143af5def46bed9349ce0b6
1
roles/users
7,664
[ "no_license" ]
[ { "path": "roles/users/handlers/main.yml", "content": "---\n# handlers file for roles/users\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/users/vars/main.yml", "content": "---\n# vars file for roles/users\n", "license_type": "no_l...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 3325, "all_permissive": false }
ansible_role
criyolee/ansible-role-mysql
5cea2d354a4e49872ff0ef47905759ce13cfee56
0
roles/python_packages
7,664
[ "no_license" ]
[ { "path": "roles/python_packages/vars/main.yml", "content": "---\n# vars file for python_packages", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/python_packages/tasks/main.yml", "content": "---\n# tasks file for python_packages\n- name: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1241, "all_permissive": false }
ansible_role
bossjones/linux-dotfiles
77de621e2ac6bf4fa2ed83be6798e88ca2dc04db
1
ansible/roles/mac-devtop
7,662
[ "permissive" ]
[ { "path": "ansible/roles/mac-devtop/templates/sudoers.j2", "content": "## sudoers file.\n##\n## This file MUST be edited with the 'visudo' command as root.\n## Failure to use 'visudo' may result in syntax or file permission errors\n## that prevent sudo from running.\n##\n## See the sudoers man page for the ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 9441, "all_permissive": true }
ansible_role
bossjones/linux-dotfiles
77de621e2ac6bf4fa2ed83be6798e88ca2dc04db
1
ansible/roles/motd
7,662
[ "permissive" ]
[ { "path": "ansible/roles/motd/templates/motd.tcl.j2", "content": "#!{{boss__motd_path_to_bin_env}} tclsh\n# MOTD script original? / mod mewbies.com v.03 2013 Sep 01\n\n# * Variables\nset var(user) $env(USER)\nset var(path) $env(PWD)\nset var(home) $env(HOME)\n\n# * Check if we're somewhere in /home\n#if {![...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5600, "all_permissive": true }
ansible_role
nikousokhan/tuned-optimizer
f8868117ef04b97249bb7f90429fbc12e6366199
0
roles/tuned_optimizer
7,662
[ "no_license" ]
[ { "path": "roles/tuned_optimizer/files/auto-tune.sh", "content": "#!/bin/bash\n# Tuned Optimizer for High Load Systems - DevOps & SysAdmins\n# Author: Nikousokhan\n\nset -e \n\ncommand -v systemd-detect-virt >/dev/null 2>&1 || { echo \"systemd-detect-virt not found!\"; exit 1; }\ncommand -v tuned-adm >/dev...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 8521, "all_permissive": false }
ansible_role
akbarmohammadi70/Swarm_CI-CD_ClientIP
c03d657c82c3915fd53191d365f3daec4c6faaa3
0
ansible/roles/docker
7,662
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n- name: Install requirments\n include_tasks: requirments.yml\n when: ansible_os_family == \"Debian\"\n- name: Install Docker \n include_tasks: docker.yml\n when: ansible_os_family == \"Debian\"\n...", "license_type": "no_license", ...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 3207, "all_permissive": false }
ansible_role
akbarmohammadi70/Swarm_CI-CD_ClientIP
c03d657c82c3915fd53191d365f3daec4c6faaa3
0
ansible/roles/nginx
7,662
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: Install Nginx on Manager Node\n include_tasks: nginx.yml\n when: ansible_os_family == \"Debian\"\n...", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 }, { "path": "ansible/roles/nginx/te...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1369, "all_permissive": false }
ansible_role
akbarmohammadi70/Swarm_CI-CD_ClientIP
c03d657c82c3915fd53191d365f3daec4c6faaa3
0
ansible/roles/registery_runner
7,662
[ "no_license" ]
[ { "path": "ansible/roles/registery_runner/tasks/docker_stack.yml", "content": "---\n- name: Define iptables rule to block traffic to exposed container ports\n iptables:\n table: mangle\n chain: PREROUTING\n protocol: tcp\n destination_port: 5000\n action: insert \n jump: ACCEPT\n when: i...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3418, "all_permissive": false }
ansible_role
akbarmohammadi70/Swarm_CI-CD_ClientIP
c03d657c82c3915fd53191d365f3daec4c6faaa3
0
ansible/roles/routing
7,662
[ "no_license" ]
[ { "path": "ansible/roles/routing/tasks/main.yml", "content": "---\n- name: Add Iptables Rules for Routing \n include_tasks: routing.yml\n when: ansible_os_family == \"Debian\"\n...", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 }, { "path": "ansible/roles/ro...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1799, "all_permissive": false }
ansible_role
akbarmohammadi70/Swarm_CI-CD_ClientIP
c03d657c82c3915fd53191d365f3daec4c6faaa3
0
ansible/roles/swarm
7,662
[ "no_license" ]
[ { "path": "ansible/roles/swarm/vars/main.yml", "content": "manager_private_ip: 192.168.0.1\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "ansible/roles/swarm/tasks/swarm.yml", "content": "---\n- name: Initialize Docker Swarm on manager nod...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 666, "all_permissive": false }
ansible_role
anieo/udacity-circleci
ec53f2a7255b700878c2ca52bb4ae8c36b4a521e
0
.circleci/ansible/roles/configure-server
7,662
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-server/tasks/main.yaml", "content": "---\n- name: install node\n shell: |\n curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash -\n\n- name: \"Install Node.js 13\"\n become: true\n apt:\n name: [\"nodejs\"]\n state: latest\n update_cache:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 291, "all_permissive": false }
ansible_role
anieo/udacity-circleci
ec53f2a7255b700878c2ca52bb4ae8c36b4a521e
0
.circleci/ansible/roles/deploy
7,662
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "---\n- name: create backend app directory\n file:\n path: /home/ubuntu/backend-app\n state: directory\n\n- name: extract backend files\n unarchive: \n src: artifact.tar.gz\n dest: /home/ubuntu/backend-app\n# - name: \"set ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2272, "all_permissive": false }
ansible_role
cclzxxx/Course-Ansible
ba1ff676bcc2527be90b7b98fba8148ea112273f
0
k8s-cluster-ansible/deploy_app-v2/roles/deploy-app-v2
7,662
[ "no_license" ]
[ { "path": "k8s-cluster-ansible/deploy_app-v2/roles/deploy-app-v2/tasks/deploy-app-v2.yml", "content": "- name: Install pip\n apt:\n name:\n - phyton-pip\n\n- name: Install requirements\n pip:\n name:\n - openshift\n - PyYAML\n\n- name: Copy deployment file app.v1\n template:\n src...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 915, "all_permissive": false }
ansible_role
cclzxxx/Course-Ansible
ba1ff676bcc2527be90b7b98fba8148ea112273f
0
k8s-cluster-ansible/install_k8s/roles/create-cluster
7,662
[ "no_license" ]
[ { "path": "k8s-cluster-ansible/install_k8s/roles/create-cluster/vars/main.yml", "content": "---\n# vars file for create-cluster\ndefaul_url_weavenet: \"https://cloud.weave.works/k8s/net?k8s-version=$(kubectl version | base64 | tr -d '\\n')\"", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1353, "all_permissive": false }
ansible_role
cclzxxx/Course-Ansible
ba1ff676bcc2527be90b7b98fba8148ea112273f
0
k8s-cluster-ansible/install_k8s/roles/join-workers
7,662
[ "no_license" ]
[ { "path": "k8s-cluster-ansible/install_k8s/roles/join-workers/tasks/join-cluster.yml", "content": "- name:\n debug:\n msg: \"[WORKER] K8S_TOKEN_HOLDER - O token eh {{ hostvars['K8S_TOKEN_HOLDER']['token'] }}\"\n\n- name:\n debug:\n msg: \"[WORKER] K8S_TOKEN_HOLDER - O hash eh {{ hostvars['K8S_TOKEN_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 552, "all_permissive": false }
ansible_role
cclzxxx/Course-Ansible
ba1ff676bcc2527be90b7b98fba8148ea112273f
0
k8s-cluster-ansible/provisioning/roles/create-instances
7,662
[ "no_license" ]
[ { "path": "k8s-cluster-ansible/provisioning/roles/create-instances/vars/main.yml", "content": "---\n# vars file for create-instances\ninstance_type: t2-medium\nsecurity_group_name: ansible-class-sg\nimage: ami-0400a1104d5b9caa1\nkeypair: aws-ansible-key-class.pem\ncount: 3\nprofile: aws-cred", "license_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2992, "all_permissive": false }
ansible_role
gardleopard/ansible-consul-agent
63b1ea1415de242636ddae3f9eb34e172e8d3335
1
roles/consul
7,662
[ "no_license" ]
[ { "path": "roles/consul/tasks/main.yml", "content": "---\n- name: install tools\n sudo: yes\n apt: name={{ item }} state=present update_cache=yes\n with_items:\n - unzip\n - curl\n - wget\n - vim\n\n- user: name=consul shell=/bin/bash\n sudo: yes\n\n- name: create consul directories\n sudo...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1864, "all_permissive": false }
ansible_role
SinaAboutalebi-Learning/QuantumBerry
c03757594729e992d2e55f7f79a951dc2660ecdd
0
roles/common
7,662
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: Update apt repository index\n ansible.builtin.apt:\n update_cache: true\n\n- name: Setup and install basic packages\n ansible.builtin.package:\n name: \"{{ item }}\"\n state: present\n loop:\n - vim\n - git\n - htop\n - bto...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 470, "all_permissive": false }
ansible_role
SinaAboutalebi-Learning/QuantumBerry
c03757594729e992d2e55f7f79a951dc2660ecdd
0
roles/rpiExporter
7,662
[ "no_license" ]
[ { "path": "roles/rpiExporter/tasks/main.yml", "content": "- name: Create RpiExporter Service Directory\n ansible.builtin.file:\n path: /home/{{ ansible_user }}/services/rpi-exporter\n state: directory\n owner: \"{{ ansible_user }}\"\n group: \"{{ ansible_user }}\"\n mode: \"0755\"\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 876, "all_permissive": false }
ansible_role
amar-merz/nodejsapp-loadBalancer-ansible
613856ddb09859d4155971e6f44a624fd057312e
1
infrastructure/roles/common
7,662
[ "no_license" ]
[ { "path": "infrastructure/roles/common/tasks/main.yml", "content": "---\n# tasks file for common\n- name: Install common packages\n apt:\n pkg:\n - vim\n - curl\n - git\n state: present\n", "license_type": "no_license", "detected_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 180, "all_permissive": false }
ansible_role
amar-merz/nodejsapp-loadBalancer-ansible
613856ddb09859d4155971e6f44a624fd057312e
1
infrastructure/roles/nginx-common
7,662
[ "no_license" ]
[ { "path": "infrastructure/roles/nginx-common/handlers/main.yml", "content": "---\n# handlers file for nginx-common", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "infrastructure/roles/nginx-common/tasks/main.yml", "content": "---\n# tasks file ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 406, "all_permissive": false }
ansible_role
amar-merz/nodejsapp-loadBalancer-ansible
613856ddb09859d4155971e6f44a624fd057312e
1
infrastructure/roles/nodejs-common
7,662
[ "no_license" ]
[ { "path": "infrastructure/roles/nodejs-common/tasks/main.yml", "content": "---\n# tasks file for nodejs-common\n- name: Install the gpg key for nodejs \n apt_key:\n url: \"https://deb.nodesource.com/gpgkey/nodesource.gpg.key\"\n state: present\n- name: Install nodejs Repo\n apt_reposito...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 654, "all_permissive": false }
ansible_role
abeego/jenkins-build-server
4b01f118585e44675b17c54d675ddbefb995bc6a
0
provision/roles/common
7,662
[ "no_license" ]
[ { "path": "provision/roles/common/defaults/main.yml", "content": "---\ncommon_packages:\n - git\n - curl\n - vim\n - default-jre\nswap_file_path: /swapfile\nswap_file_size: 2G\nswappiness: 10", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 }, { "path": "pro...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2889, "all_permissive": false }
ansible_role
abeego/jenkins-build-server
4b01f118585e44675b17c54d675ddbefb995bc6a
0
provision/roles/jenkins
7,662
[ "no_license" ]
[ { "path": "provision/roles/jenkins/tasks/main.yml", "content": "---\n- name: Add repository key for jenkins\n apt_key: url={{ jenkins_public_key_url }} state=present\n\n- name: Add jenkins repository\n apt_repository: repo={{ jenkins_repo }} state=present update_cache=yes\n\n- name: Installing jenkis with...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1408, "all_permissive": false }
ansible_role
abeego/jenkins-build-server
4b01f118585e44675b17c54d675ddbefb995bc6a
0
provision/roles/nginx
7,662
[ "no_license" ]
[ { "path": "provision/roles/nginx/handlers/main.yml", "content": "---\n- name: Restarting Nginx service\n service: name=nginx state=restarted enabled=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "provision/roles/nginx/tasks/main.yml", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 822, "all_permissive": false }
ansible_role
subha1469/demo
6fb458c07197e3650d8583959951b3cb507334ad
0
paas-apache2.4-suse/roles/apache24
7,662
[ "no_license" ]
[ { "path": "paas-apache2.4-suse/roles/apache24/tasks/main.yml", "content": "---\n- name: Validate Setup\n action: fail msg=\"Missing needed vars!\"\n with_items: [ $base_dir, $owner, $group, $http_port, $https_port, $ssl_enabled ]\n when: item is not defined\n\n- name: Copy SharedHosting.repo\n template:...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 14947, "all_permissive": false }
ansible_role
subha1469/demo
6fb458c07197e3650d8583959951b3cb507334ad
0
paas-jboss7-suse/roles/sles-jbosseap7
7,662
[ "no_license" ]
[ { "path": "paas-jboss7-suse/roles/sles-jbosseap7/templates/etc/sysconfig/jboss-eap.conf.j2", "content": "# Location of JDK\nJAVA_HOME=\"/opt/ais/install/java/ais-jdk1.8\"\n\n# Location of JBoss EAP HOME and BASE\nJBOSS_HOME=\"/opt/cloudhost/jboss/jbosseap7\"\nJBOSS_BASE=\"/opt/cloudhost/jboss/standalone\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 5824, "all_permissive": false }
ansible_role
subha1469/demo
6fb458c07197e3650d8583959951b3cb507334ad
0
paas-jboss7.3-suse/roles/jbosseap7.3
7,662
[ "no_license" ]
[ { "path": "paas-jboss7.3-suse/roles/jbosseap7.3/tasks/main.yml", "content": "---\n- name: Validate Setup\n action: fail msg=\"Missing needed vars!\"\n with_items: [ $base_dir, $http_port, $https_port, $ajp_port ]\n when: item is not defined\n\n- name: Remove yum cache\n command: rm -rf /var/cache/yum/*\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 7237, "all_permissive": false }
ansible_role
subha1469/demo
6fb458c07197e3650d8583959951b3cb507334ad
0
paas-tomcat7-suse/roles/sles-tomcat7
7,662
[ "no_license" ]
[ { "path": "paas-tomcat7-suse/roles/sles-tomcat7/tasks/main.yml", "content": "---\n- name: Remove zypper cache\n command: rm -rf /var/cache/zypper/*\n tags: zypper\n\n- name: Clean zypper data\n command: zypper clean\n tags: zypper\n\n- name: Install JDKs\n zypper: name={{item}} state=latest\n with_ite...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 9676, "all_permissive": false }
ansible_role
subha1469/demo
6fb458c07197e3650d8583959951b3cb507334ad
0
paas-tomcat7/roles/monit
7,662
[ "no_license" ]
[ { "path": "paas-tomcat7/roles/monit/tasks/main.yml", "content": "---\n- name: Copy SharedHosting.repo\n yum: name=DXC-SharedHosting-yum-repo state=latest\n tags: yum\n\n#- name: Copy tomcat7.repo\n# template: src=templates/tomcat7.repo.j2 dest=/etc/yum.repos.d/SharedHosting.repo backup=yes\n# tags: yum\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 976, "all_permissive": false }
ansible_role
subha1469/demo
6fb458c07197e3650d8583959951b3cb507334ad
0
paas-tomcat8-suse/roles/monit
7,662
[ "no_license" ]
[ { "path": "paas-tomcat8-suse/roles/monit/tasks/main.yml", "content": "---\n- name: Copy tomcat8.repo\n template: src=templates/tomcat8.repo.j2 dest=/etc/zypp/repos.d/SharedHosting.repo backup=yes\n tags: zypper\n\n- name: Install Monit\n zypper: name=monit state=latest\n tags: zypper\n\n- name: Configur...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 442, "all_permissive": false }
ansible_role
subha1469/demo
6fb458c07197e3650d8583959951b3cb507334ad
0
paas-tomcat8/roles/monit
7,662
[ "no_license" ]
[ { "path": "paas-tomcat8/roles/monit/tasks/main.yml", "content": "---\n- name: Copy SharedHosting.repo\n yum: name=DXC-SharedHosting-yum-repo state=latest\n tags: yum\n\n#- name: Install SharedHosting repo\n# yum: name=hpit-yum-dash-repo state=latest\n# tags: yum\n\n- name: Install Monit\n yum: name=hpi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 486, "all_permissive": false }
ansible_role
subha1469/demo
6fb458c07197e3650d8583959951b3cb507334ad
0
paas-tomcat8/roles/tomcat8
7,662
[ "no_license" ]
[ { "path": "paas-tomcat8/roles/tomcat8/templates/monit-tomcat8.j2", "content": "check process tomcat8 with pidfile /var/run/tomcat/tomcat8.pid\n\tstart program = \"/etc/init.d/tomcat8 start\"\n\tstop program = \"/etc/init.d/tomcat8 stop\"\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 17087, "all_permissive": false }
ansible_role
subha1469/demo
6fb458c07197e3650d8583959951b3cb507334ad
0
paas-tomcat9/roles/tomcat9
7,662
[ "no_license" ]
[ { "path": "paas-tomcat9/roles/tomcat9/handlers/main.yml", "content": "---\n- name: restart monit\n action: service name=monit state=restarted\n\n- name: restart tomcat9\n action: service name=tomcat9 state=restarted\n\n- name: stop tomcat9\n action: service name=tomcat9 state=stopped\n\n- name: start tom...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 8543, "all_permissive": false }
ansible_role
subha1469/demo
6fb458c07197e3650d8583959951b3cb507334ad
0
paas-wildfly10-suse/roles/monit
7,662
[ "no_license" ]
[ { "path": "paas-wildfly10-suse/roles/monit/tasks/main.yml", "content": "---\n- name: Copy SharedHosting.repo\n template: src=SharedHosting.repo.j2 dest=/etc/zypp/repos.d/SharedHosting.repo backup=yes\n tags: zypper\n\n- name: Install Monit\n zypper: name=monit state=latest\n tags: zypper\n\n- name: Conf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 434, "all_permissive": false }
ansible_role
subha1469/demo
6fb458c07197e3650d8583959951b3cb507334ad
0
paas-wildfly10-suse/roles/sles-wildfly
7,662
[ "no_license" ]
[ { "path": "paas-wildfly10-suse/roles/sles-wildfly/handlers/main.yml", "content": "---\n- name: restart wildfly\n action: service name=wildfly10 state=restarted\n\n- name: stop wildfly\n action: service name=wildfly10 state=stopped\n\n- name: start wildfly\n action: service name=wildfly10 state=started\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 11135, "all_permissive": false }
ansible_role
Rowayda-Khayri/servers-containers-dss
a48373662c9ae5f88eaba6fa2e8480de1f20716f
0
roles/create-droplet
7,662
[ "no_license" ]
[ { "path": "roles/create-droplet/defaults/main.yml", "content": "---\n\ndigitalocean-api-token: \"\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/create-droplet/tasks/main.yml", "content": "---\n- name: Adds SSH key of control node (b...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 888, "all_permissive": false }
ansible_role
sesh/django-up
6528187cdb6bccf694de0cf7422d904ee80e335d
99
ansible/roles/base
7,662
[ "no_license" ]
[ { "path": "ansible/roles/base/tasks/main.yml", "content": "---\n\n- name: Exit if target is not Ubuntu 22.04\n meta: end_play\n when: ansible_distribution_release not in [\"jammy\"]\n\n\n- name: Add Deadsnakes Nightly APT repository\n apt_repository:\n repo: ppa:deadsnakes/ppa\n\n\n- apt: update_cache...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1290, "all_permissive": false }
ansible_role
sesh/django-up
6528187cdb6bccf694de0cf7422d904ee80e335d
99
ansible/roles/django
7,662
[ "no_license" ]
[ { "path": "ansible/roles/django/templates/app.sh.j2", "content": "#!/bin/bash\n\nset -e\nLOGFILE=/srv/www/{{ app_name }}/logs/{{ app_path }}.log\nLOGDIR=$(dirname $LOGFILE)\nNUM_WORKERS={{ gunicorn_workers }}\n\n# user/group to run as\nUSER={{ app_name }}\nGROUP={{ app_name }}\n\n{% for variable_name, value...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 5619, "all_permissive": false }
ansible_role
sesh/django-up
6528187cdb6bccf694de0cf7422d904ee80e335d
99
ansible/roles/nginx
7,662
[ "no_license" ]
[ { "path": "ansible/roles/nginx/defaults/main.yml", "content": "---\n\nnginx_timeout: 120\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 24 }, { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n\n- name: Apt update\n apt: update_cache=yes\n\n\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 8976, "all_permissive": false }
ansible_role
sesh/django-up
6528187cdb6bccf694de0cf7422d904ee80e335d
99
ansible/roles/opensmtpd
7,662
[ "no_license" ]
[ { "path": "ansible/roles/opensmtpd/tasks/main.yml", "content": "---\n\n- name: Install OpenSMTPd\n apt: name=opensmtpd state=latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 66, "all_permissive": false }
ansible_role
sesh/django-up
6528187cdb6bccf694de0cf7422d904ee80e335d
99
ansible/roles/postgres
7,662
[ "no_license" ]
[ { "path": "ansible/roles/postgres/tasks/main.yml", "content": "---\n\n- apt: update_cache=yes\n\n\n- name: Install postgresql\n apt:\n pkg:\n - postgresql\n - postgresql-client\n - python3-psycopg2\n\n\n- name: Ensure postgres is running\n service:\n name: postgresql\n state: start...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1018, "all_permissive": false }
ansible_role
sesh/django-up
6528187cdb6bccf694de0cf7422d904ee80e335d
99
ansible/roles/ufw
7,662
[ "no_license" ]
[ { "path": "ansible/roles/ufw/tasks/main.yml", "content": "---\n\n- name: Ensure latest UFW\n apt: name=ufw state=latest\n\n- ufw: policy=allow direction=outgoing\n- ufw: policy=deny direction=incoming\n\n- ufw: rule=allow port=22\n- ufw: rule=allow port=80 proto=tcp\n- ufw: rule=allow port=443 proto=tcp\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 260, "all_permissive": false }
ansible_role
minhhnn-vnlab/training-ansible
48a078c1de36720de39fffaba216b2c756a108bf
0
roles/db
7,662
[ "no_license" ]
[ { "path": "roles/db/tasks/main.yml", "content": "---\n# tasks file for db\n- name: Create /ansible/ directory\n file:\n path: /ansible\n state: directory\n\n- name: Clone vnlab-training-yii\n git:\n repo: https://github.com/minhhnn-vnlab/yii-application.git\n dest: /ansible/\n clone: yes\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 720, "all_permissive": false }
ansible_role
minhhnn-vnlab/training-ansible
48a078c1de36720de39fffaba216b2c756a108bf
0
roles/docker
7,662
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "# tasks file for docker\n- name: Ensure APT cache is up to date\n apt:\n update_cache: yes\n\n- name: Ensure dependencies are installed\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1038, "all_permissive": false }
ansible_role
minhhnn-vnlab/training-ansible
48a078c1de36720de39fffaba216b2c756a108bf
0
roles/server
7,662
[ "no_license" ]
[ { "path": "roles/server/tasks/main.yml", "content": "---\n# tasks file for server\n- name: Include the PHP and Composer installation playbook\n include_tasks: php_composer.yml\n\n- name: Create /ansible/ directory\n file:\n path: /ansible\n state: directory\n\n- name: Changing permission for git clo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4443, "all_permissive": false }
ansible_role
YuryShcharbina/training_projects
dd84c9c25d90766e4c0501ba37857e8448453bb3
0
task5/extra/install_jenkins/roles/install_docker
7,662
[ "no_license" ]
[ { "path": "task5/extra/install_jenkins/roles/install_docker/tasks/main.yml", "content": "---\n- name: Update repo and install dependencies\n apt:\n pkg:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg\n state: present\n update_cache: yes\n\n- name: Install Docker...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1103, "all_permissive": false }
ansible_role
YuryShcharbina/training_projects
dd84c9c25d90766e4c0501ba37857e8448453bb3
0
task5/extra/install_jenkins/roles/install_jenkins
7,662
[ "no_license" ]
[ { "path": "task5/extra/install_jenkins/roles/install_jenkins/README.md", "content": "Role Name\n=========\n\nInstall Jenkins in Docker container and run in for initialize\n\nRequirements\n------------\n\nDocker\n\n\nAuthor Information\n------------------\n\n<NAME>\n", "license_type": "no_license", "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1350, "all_permissive": false }
ansible_role
YuryShcharbina/training_projects
dd84c9c25d90766e4c0501ba37857e8448453bb3
0
task6/extra/ansible_roles_replica/roles/check_db_data
7,662
[ "no_license" ]
[ { "path": "task6/extra/ansible_roles_replica/roles/check_db_data/README.md", "content": "Role Name\n=========\n\nTest check query for database test_students\n\nAuthor Information\n------------------\n\n<NAME>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 112 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 514, "all_permissive": false }
ansible_role
YuryShcharbina/training_projects
dd84c9c25d90766e4c0501ba37857e8448453bb3
0
task6/extra/ansible_roles_replica/roles/configure_master
7,662
[ "no_license" ]
[ { "path": "task6/extra/ansible_roles_replica/roles/configure_master/tasks/main.yml", "content": "---\n- name: create user for replication\n community.postgresql.postgresql_user:\n db: test_students\n name: test_user\n password: \"{{ <PASSWORD> }}\" \n role_attr_flags: REPLICATION,LOGIN\n log...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1171, "all_permissive": false }
ansible_role
YuryShcharbina/training_projects
dd84c9c25d90766e4c0501ba37857e8448453bb3
0
task6/extra/ansible_roles_replica/roles/configure_slave
7,662
[ "no_license" ]
[ { "path": "task6/extra/ansible_roles_replica/roles/configure_slave/tasks/main.yml", "content": "---\n- name: create subscription to master server\n community.postgresql.postgresql_subscription:\n db: test_students\n name: test_subscription\n state: present\n publications: test_publication\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 525, "all_permissive": false }
ansible_role
YuryShcharbina/training_projects
dd84c9c25d90766e4c0501ba37857e8448453bb3
0
task6/extra/ansible_roles_replica/roles/load_data_to_db
7,662
[ "no_license" ]
[ { "path": "task6/extra/ansible_roles_replica/roles/load_data_to_db/tasks/main.yml", "content": "---\n- name: copy data files to master server\n copy:\n src: \"{{ item }}\"\n dest: /tmp\n with_items:\n - result.csv\n - students.csv\n - test_import.sql\n\n- name: load data to database test_st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 637, "all_permissive": false }
ansible_role
YuryShcharbina/training_projects
dd84c9c25d90766e4c0501ba37857e8448453bb3
0
task6/extra/ansible_roles_replica/roles/postgres_install
7,662
[ "no_license" ]
[ { "path": "task6/extra/ansible_roles_replica/roles/postgres_install/tasks/main.yml", "content": "---\n- name: Add key for PostgreSQL repository\n ansible.builtin.apt_key:\n url: https://www.postgresql.org/media/keys/ACCC4CF8.asc\n state: present\n\n- name: Add PostgreSQL repository into source list\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2367, "all_permissive": false }
ansible_role
YuryShcharbina/training_projects
dd84c9c25d90766e4c0501ba37857e8448453bb3
0
task6/main/ansible_playbook/roles/create_test_db
7,662
[ "no_license" ]
[ { "path": "task6/main/ansible_playbook/roles/create_test_db/tasks/main.yml", "content": "---\n- name: Create test database\n community.postgresql.postgresql_db:\n name: test_students\n login_user: postgres\n login_password: \"{{ <PASSWORD> }}\"\n login_host: localhost\n\n- name: Copy dump file ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1230, "all_permissive": false }