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
evgeny-goldin/playbooks
e278696c624e3c0526900829856ede2a40f3a0db
14
playbooks/roles/node.js
7,583
[ "no_license" ]
[ { "path": "playbooks/roles/node.js/vars/main.yml", "content": "---\nnode.js: {\n \n}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 20 }, { "path": "playbooks/roles/node.js/tasks/main.yml", "content": "---\n- name: Installing Node.js packages\n apt: name=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 686, "all_permissive": false }
ansible_role
evgeny-goldin/playbooks
e278696c624e3c0526900829856ede2a40f3a0db
14
playbooks/roles/packer
7,583
[ "no_license" ]
[ { "path": "playbooks/roles/packer/tasks/main.yml", "content": "---\n- name: Calculating Packer version\n set_fact:\n packer_version: \"{{ packer.version | calculate( packer.latest ) }}\"\n\n- include: \"{{ common.utils.download }}\"\n vars:\n title: Packer\n url: \"{{ packer.url | token...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 920, "all_permissive": false }
ansible_role
evgeny-goldin/playbooks
e278696c624e3c0526900829856ede2a40f3a0db
14
playbooks/roles/ruby
7,583
[ "no_license" ]
[ { "path": "playbooks/roles/ruby/tasks/main.yml", "content": "---\n- name: Calculating Ruby version\n set_fact:\n ruby_version: \"{{ ruby.version | calculate( ruby.latest ) }}\"\n additional_envs: \"\"\n\n- name: Running 'rbenv' install\n include: rbenv.yml\n when: \"{{ ruby.installer == 'r...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4206, "all_permissive": false }
ansible_role
evgeny-goldin/playbooks
e278696c624e3c0526900829856ede2a40f3a0db
14
playbooks/roles/run-after
7,583
[ "no_license" ]
[ { "path": "playbooks/roles/run-after/tasks/main.yml", "content": "---\n- include: \"{{ common.utils.include }}\"\n vars:\n role: run-before\n\n- file:\n path: \"{{ periodic_touch_file }}\"\n state: touch\n when: periodic\n", "license_type": "no_license", "detected_licenses": [], "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 158, "all_permissive": false }
ansible_role
evgeny-goldin/playbooks
e278696c624e3c0526900829856ede2a40f3a0db
14
playbooks/roles/run-before
7,583
[ "no_license" ]
[ { "path": "playbooks/roles/run-before/tasks/main.yml", "content": "---\n\n- name: Checking for existence of a periodic 'touch' file\n stat: path={{ periodic_touch_file }}\n register: touch\n\n- name: Calculating seconds since last periodic run\n set_fact:\n seconds_since_last_periodic: \"{{ ansible_da...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2075, "all_permissive": false }
ansible_role
evgeny-goldin/playbooks
e278696c624e3c0526900829856ede2a40f3a0db
14
playbooks/roles/scala
7,583
[ "no_license" ]
[ { "path": "playbooks/roles/scala/vars/main.yml", "content": "---\nscala: {\n version: latest, # 2.11.5, latest - http://scala-lang.org/download/\n latest: {\n command: \"curl -Ls 'http://www.scala-lang.org/download/' | grep '<span class=\\\"version\\\">' | sed -r 's/<[^>]+>//g' | awk '{print $2}'\",\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1027, "all_permissive": false }
ansible_role
evgeny-goldin/playbooks
e278696c624e3c0526900829856ede2a40f3a0db
14
playbooks/roles/skydns
7,583
[ "no_license" ]
[ { "path": "playbooks/roles/skydns/meta/main.yml", "content": "---\ndependencies:\n - { role: etcd, when: periodic }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 53 }, { "path": "playbooks/roles/skydns/vars/main.yml", "content": "---\nskydns: {\n # https:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2312, "all_permissive": false }
ansible_role
evgeny-goldin/playbooks
e278696c624e3c0526900829856ede2a40f3a0db
14
playbooks/roles/teamcity
7,583
[ "no_license" ]
[ { "path": "playbooks/roles/teamcity/tasks/main.yml", "content": "---\n- name: Calculating TeamCity version\n set_fact:\n teamcity_version: \"{{ teamcity.version | calculate( teamcity.latest ) }}\"\n agent: \"{{ teamcity.home }}/TeamCity/buildAgent/bin/agent.sh\"\n\n- include: \"{{ common.u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1641, "all_permissive": false }
ansible_role
evgeny-goldin/playbooks
e278696c624e3c0526900829856ede2a40f3a0db
14
playbooks/roles/test-repo
7,583
[ "no_license" ]
[ { "path": "playbooks/roles/test-repo/vars/main.yml", "content": "---\ntest_repo: {\n files_dir: /opt,\n simulations: [\n { name: Warmup, users: 1, artifacts: all-artifacts-size-sorted.txt },\n { name: Get100, users: 100, artifacts: all-artifacts-name-sorted.txt },\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 11176, "all_permissive": false }
ansible_role
evgeny-goldin/playbooks
e278696c624e3c0526900829856ede2a40f3a0db
14
playbooks/roles/tomcat
7,583
[ "no_license" ]
[ { "path": "playbooks/roles/tomcat/vars/main.yml", "content": "---\ntomcat: {\n version: latest, # 8.0.17, 7.0.57, latest - https://tomcat.apache.org/download-80.cgi\n port: 8080,\n latest: {\n command: \"curl -Ls '{{ common.urls.tomcat }}/download-80.cgi' | grep 'apache-tomcat-' | grep '.zip' | hea...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2061, "all_permissive": false }
ansible_role
evgeny-goldin/playbooks
e278696c624e3c0526900829856ede2a40f3a0db
14
playbooks/roles/vagrant
7,583
[ "no_license" ]
[ { "path": "playbooks/roles/vagrant/tasks/main.yml", "content": "---\n- name: Calculating Vagrant version\n set_fact:\n vagrant_version: \"{{ vagrant.version | calculate( vagrant.latest ) }}\"\n\n- include: \"{{ common.utils.download }}\"\n vars:\n title: Vagrant\n url: \"{{ vagrant.url ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 832, "all_permissive": false }
ansible_role
evgeny-goldin/playbooks
e278696c624e3c0526900829856ede2a40f3a0db
14
playbooks/roles/virtualbox
7,583
[ "no_license" ]
[ { "path": "playbooks/roles/virtualbox/tasks/main.yml", "content": "---\n# https://help.ubuntu.com/community/VirtualBox/Installation\n# https://www.virtualbox.org/wiki/Linux_Downloads\n\n- name: Adding VirtualBox repository key\n apt_key: url='http://download.virtualbox.org/virtualbox/debian/oracle_vbox....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 656, "all_permissive": false }
ansible_role
evgeny-goldin/playbooks
e278696c624e3c0526900829856ede2a40f3a0db
14
playbooks/roles/zookeeper
7,583
[ "no_license" ]
[ { "path": "playbooks/roles/zookeeper/tasks/main.yml", "content": "---\n- set_fact:\n zookeeper_home: \"{{ zookeeper.home }}/zookeeper-{{ zookeeper.version }}\"\n- set_fact:\n zookeeper_port: \"{{ zookeeper_port | default( zookeeper.port ) }}\"\n zookeeper_config: \"{{ zookeeper_home }}/conf/zoo...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5011, "all_permissive": false }
ansible_role
lijiawang/k8s-ansible
7a69ce4db000dc17b33148dc8da9d52ff1f62041
0
roles/basic
7,583
[ "no_license" ]
[ { "path": "roles/basic/tasks/main.yaml", "content": "---\n- name: 基础软件安装\n yum: name={{item}} state=present\n with_items:\n - gcc\n - gcc-c++\n - wget\n - lrzsz\n - telnet\n - net-tools\n - epel*\n - vim\n - unzip\n - ntpdate\n - chrony\n - yum-utils\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1526, "all_permissive": false }
ansible_role
lijiawang/k8s-ansible
7a69ce4db000dc17b33148dc8da9d52ff1f62041
0
roles/calico
7,583
[ "no_license" ]
[ { "path": "roles/calico/tasks/main.yaml", "content": "---\n- name: 下发calico.yaml\n copy: src=templates/calico.yaml.j2 dest=/root/kube-calico.yaml\n- name: 部署calico\n shell: kubectl apply -f /root/kube-calico.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 158 }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 158, "all_permissive": false }
ansible_role
lijiawang/k8s-ansible
7a69ce4db000dc17b33148dc8da9d52ff1f62041
0
roles/docker
7,583
[ "no_license" ]
[ { "path": "roles/docker/files/daemon.json", "content": "{\n \"exec-opts\": [\"native.cgroupdriver=systemd\"],\n \"registry-mirrors\" : [\n \"https://ot2k4d59.mirror.aliyuncs.com/\"\n ]\n}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 }, { "path": "rol...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 912, "all_permissive": false }
ansible_role
lijiawang/k8s-ansible
7a69ce4db000dc17b33148dc8da9d52ff1f62041
0
roles/k8s
7,583
[ "no_license" ]
[ { "path": "roles/k8s/templates/config.conf.j2", "content": "apiVersion: kubeadm.k8s.io/v1beta2\nbootstrapTokens:\n- groups:\n - system:bootstrappers:kubeadm:default-node-token\n token: abc<PASSWORD>\n ttl: 24h0m0s\n usages:\n - signing\n - authentication\nkind: InitConfiguration\nlocalAPIEndpoint:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1767, "all_permissive": false }
ansible_role
lijiawang/k8s-ansible
7a69ce4db000dc17b33148dc8da9d52ff1f62041
0
roles/kernelup
7,583
[ "no_license" ]
[ { "path": "roles/kernelup/tasks/main.yaml", "content": "---\n- name: 升级系统所有的包\n yum:\n name: '*'\n state: latest\n- name: 重启系统\n shell: init 6\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 89, "all_permissive": false }
ansible_role
lijiawang/k8s-ansible
7a69ce4db000dc17b33148dc8da9d52ff1f62041
0
roles/kubeadm
7,583
[ "no_license" ]
[ { "path": "roles/kubeadm/tasks/main.yaml", "content": "- name: 添加阿里云K8S源\n copy: \n src: files/kubernetes.repo \n dest: /etc/yum.repos.d/kubernetes.repo\n- name: 清除缓存\n shell: yum clean all && yum makecache fast -y\n\n- name: 安装kubeadm{{k8s_version}},kubectl{{k8s_version}},kubelet{{k8s_version}}\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 374, "all_permissive": false }
ansible_role
lijiawang/k8s-ansible
7a69ce4db000dc17b33148dc8da9d52ff1f62041
0
roles/node
7,583
[ "no_license" ]
[ { "path": "roles/node/tasks/main.yaml", "content": "---\n- name: kubeadm token\n shell: kubeadm token create --print-join-command\n register: k8s_token\n when: inventory_hostname in groups['master']\n- name: 设置变量k8s_token为set_fact\n set_fact: k8s_token={{ k8s_token.stdout }}\n ignore_errors: true\n w...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 585, "all_permissive": false }
ansible_role
Master-CIP/API-Hello-World
1b9ded4f415acd13b63932f43e8b2f8336de0ac3
0
ansible/roles/deploiement
7,583
[ "no_license" ]
[ { "path": "ansible/roles/deploiement/tasks/main.yml", "content": "- name: Login to Docker Hub\n docker_login:\n username: \"{{ docker_registry_username }}\"\n password: \"{{ <PASSWORD> }}\"\n\n- name: Supprimer conteneur existant\n docker_container:\n name: \"{{ app_container_name }}\"\n state...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 608, "all_permissive": false }
ansible_role
Master-CIP/API-Hello-World
1b9ded4f415acd13b63932f43e8b2f8336de0ac3
0
ansible/roles/docker
7,583
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "- name: Installer Docker\n apt:\n name: [docker.io]\n state: present\n update_cache: yes\n\n- name: Ajouter deployer au groupe docker\n user:\n name: \"{{ item }}\"\n groups: docker\n append: yes\n with_items: \"{{ docker_user...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 340, "all_permissive": false }
ansible_role
Master-CIP/API-Hello-World
1b9ded4f415acd13b63932f43e8b2f8336de0ac3
0
ansible/roles/utilisateur
7,583
[ "no_license" ]
[ { "path": "ansible/roles/utilisateur/tasks/main.yml", "content": "- name: Créer le groupe deployer\n group:\n name: deployer\n state: present\n\n- name: Créer l'utilisateur deployer\n user:\n name: deployer\n group: deployer\n shell: /bin/bash\n createhome: yes\n state: present\n\n\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 228, "all_permissive": false }
ansible_role
ncuwaln/manager
4da961b2e21ea4fea9eaa6e4b22c856af81922f6
0
roles/automake
7,571
[ "no_license" ]
[ { "path": "roles/automake/tasks/main.yml", "content": "---\n- name: check tar.gz file\n delegate_to: \"127.0.0.1\"\n run_once: true\n command: ls {{item}}\n with_items:\n - \"{{software_path}}/m4-{{m4_version}}.tar.gz\"\n - \"{{software_path}}/autoconf-{{autoconf_version}}.tar.gz\"\n - \"{{soft...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5906, "all_permissive": false }
ansible_role
ncuwaln/manager
4da961b2e21ea4fea9eaa6e4b22c856af81922f6
0
roles/db
7,571
[ "no_license" ]
[ { "path": "roles/db/tasks/main.yml", "content": "---\n- name: install mysql\n yum: name={{ item }} state=installed\n with_items:\n - mariadb\n - mariadb-server\n - MySQL-python\n\n- name: install MySQL-python in loacl\n yum: name={{ item }} state=installed\n with_items:\n - mariadb\n - mariadb...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2225, "all_permissive": false }
ansible_role
ncuwaln/manager
4da961b2e21ea4fea9eaa6e4b22c856af81922f6
0
roles/setup
7,571
[ "no_license" ]
[ { "path": "roles/setup/tasks/main.yml", "content": "---\n- name: disable selinux\n selinux:\n state: disabled\n\n# - name: add repository\n# yum_repository:\n# name: \"{{ repo_name }}\"\n# description: Ali YUM repo\n# baseurl: \"{{ ali_repo_baseurl }}\"\n\n- name: copy yum repo\n copy:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 469, "all_permissive": false }
ansible_role
ncuwaln/manager
4da961b2e21ea4fea9eaa6e4b22c856af81922f6
0
roles/zabbix-server
7,571
[ "no_license" ]
[ { "path": "roles/zabbix-server/handlers/main.yml", "content": "---\n- name: start zabbix\n command: zabbix_server\n\n# - name: stop zabbix\n# command: zabbix\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "roles/zabbix-server/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 4461, "all_permissive": false }
ansible_role
Ellkinox/ansible-jenkins
ac1b8de427d1b8475cd345a07cb1acee4b4ddacb
0
roles/nginx
7,571
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "- name: install nginx\n apt: \n name:\n - nginx\n state: present\n update_cache: yes\n cache_valid_time: 3600\n become: true\n\n- name: start nginx\n service:\n name: nginx\n state: started\n become: true\n\n- name: index\n temp...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 325, "all_permissive": false }
ansible_role
ice3/deploy_machines
0411cd62abfbf2944674d92b5496ff252641cb23
0
provisioning/roles/config-files
7,571
[ "no_license" ]
[ { "path": "provisioning/roles/config-files/tasks/main.yml", "content": "- name: Add dev user\n user: name={{ username }}\n state=present\n groups=\"sudo\"\n password={{ <PASSWORD> }}\n shell=/usr/bin/zsh\n become: yes\n\n- name: Set hostname\n hostname: name={{ hostname }}\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2450, "all_permissive": false }
ansible_role
ice3/deploy_machines
0411cd62abfbf2944674d92b5496ff252641cb23
0
provisioning/roles/general-dependancies
7,571
[ "no_license" ]
[ { "path": "provisioning/roles/general-dependancies/tasks/main.yml", "content": "---\n- name: Check if there are packages available to be installed/upgraded\n command: /usr/lib/update-notifier/apt-check --package-names\n register: packages\n\n- name: Upgrade all packages to the latest version\n apt: updat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2111, "all_permissive": false }
ansible_role
ice3/deploy_machines
0411cd62abfbf2944674d92b5496ff252641cb23
0
provisioning/roles/python-packages
7,571
[ "no_license" ]
[ { "path": "provisioning/roles/python-packages/tasks/main.yml", "content": "- name: Copy the requirements file\n copy: src={{ item.src }} dest={{item.dest}} force=yes\n with_items:\n - { src: 'requirements-general.txt', dest: '/tmp/' }\n - { src: 'requirements-sci.txt', dest: '/tmp/' }\n - { src: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1368, "all_permissive": false }
ansible_role
mvaschetto/rhce-8-lab
a82b7895ec337781df9a8a612a3f52e1b748e946
0
roles/net-config
7,571
[ "no_license" ]
[ { "path": "roles/net-config/vars/main.yml", "content": "ext_netnat:\n name: \"ext-net\"\n address: \"192.168.100.1\"\n subnet_mask: \"255.255.255.0\"\n dhcp_start: \"192.168.100.100\"\n dhcp_end: \"192.168.100.254\"\next_net:\n name: \"ext-net\"\n address: \"{{ ext-address | default(None) }}\"\n sub...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 7557, "all_permissive": false }
ansible_role
mvaschetto/rhce-8-lab
a82b7895ec337781df9a8a612a3f52e1b748e946
0
roles/setup-host
7,571
[ "no_license" ]
[ { "path": "roles/setup-host/tasks/main.yml", "content": "---\n- name: Check distribution\n debug:\n msg: \"Distribution of target host is not supported\"\n when: (ansible_distribution != \"Debian\")\n failed_when: (ansible_distribution != \"Debian\")\n tags:\n - always\n\n- name: ensure the director...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2878, "all_permissive": false }
ansible_role
joehakimrahme/BAIO
324433451fa9af633d55c9037880f5a4972adaa9
0
roles/blogstrap
7,571
[ "permissive" ]
[ { "path": "roles/blogstrap/tasks/main.yml", "content": "---\n- name: Install pip\n package: name=python-pip state=present\n\n- name: Install Blogstrap\n pip: name=Blogstrap state=present\n\n- name: Create /var/www\n file: path=/var/www state=directory\n\n- name: Clone Shellinthecloud\n git: repo={{ blog...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 527, "all_permissive": true }
ansible_role
joehakimrahme/BAIO
324433451fa9af633d55c9037880f5a4972adaa9
0
roles/common
7,571
[ "permissive" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Copy the EPEL repository definition\n copy: src=epel.repo dest=/etc/yum.repos.d/\n\n- name: Create the GPG key for EPEL\n copy: src=RPM-GPG-KEY-EPEL-7 dest=/etc/pki/rpm-gpg\n\n- name: Install git\n package: name=git state=present\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 329, "all_permissive": true }
ansible_role
joehakimrahme/BAIO
324433451fa9af633d55c9037880f5a4972adaa9
0
roles/gunicorn
7,571
[ "permissive" ]
[ { "path": "roles/gunicorn/tasks/main.yml", "content": "---\n- name: Install gunicorn\n package: name=python-gunicorn state=present\n\n- name: Copy service file\n copy: src=gunicorn.service dest=/etc/systemd/system/gunicorn.service\n\n- name: Start gunicorn service\n service: name=gunicorn state=started d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 262, "all_permissive": true }
ansible_role
RaphaelSiston/Vagrant-Ansible-Nginx
89cdb11cce6114431bf78983736b50e9ca1e1ce0
0
ansible/roles/nginx
7,571
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n - name: Instalando Nginx \n apt: name=nginx state=latest\n\n\n - name: Copiando index.html\n copy: src=index.html dest=/var/www/html\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
jmcleroy/tower-build
5708610259d6aaabc4f3512adb44380b8d9d6e52
0
roles/credentials
7,571
[ "no_license" ]
[ { "path": "roles/credentials/tasks/main.yml", "content": "---\n- name: Edit Demo Credential\n tower_credential:\n name: demo\n kind: ssh\n organization: Default\n password: \"{{ <PASSWORD> }}\"\n state: present\n username: admin\n tower_host: \"{{ host }}\"\n tower_username: \"{{ us...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 894, "all_permissive": false }
ansible_role
jmcleroy/tower-build
5708610259d6aaabc4f3512adb44380b8d9d6e52
0
roles/job_templates
7,571
[ "no_license" ]
[ { "path": "roles/job_templates/tasks/main.yml", "content": "---\n- name: Create NXOS backup job template\n tower_job_template:\n name: \"nxos backup\"\n description: \"backup nxos\"\n job_type: \"run\"\n inventory: \"NXOS\"\n project: \"NXOS\"\n playbook: \"nxos_backup.yml\"\n machine_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 432, "all_permissive": false }
ansible_role
jmcleroy/tower-build
5708610259d6aaabc4f3512adb44380b8d9d6e52
0
roles/projects
7,571
[ "no_license" ]
[ { "path": "roles/projects/tasks/main.yml", "content": "---\n- name: create the sales demo nxos project\n tower_project:\n name: NXOS\n description: Networking playbooks\n scm_type: git\n scm_url: https://github.com/jmcleroy/jpoc\n scm_clean: no\n scm_delete_on_update: no\n scm_update_o...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 812, "all_permissive": false }
ansible_role
tjeaneric/simple-playbook-amazon-linux-image
538d317ad425990a92b6d8206dd7c00272001801
0
roles/setup
7,571
[ "no_license" ]
[ { "path": "roles/setup/tasks/main.yml", "content": "---\n- name: \"update yum packages.\"\n become: true\n yum:\n update_cache: yes\n\n- name: remove dependencies that are no longer required\n become: true\n yum:\n autoremove: yes\n\n- name: \"install dependencies.\"\n become: true\n yum:\n n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 639, "all_permissive": false }
ansible_role
MohamedEssam4444/Ansible_create_ec2_instance_and_deploy_wordpress_using_docker
c31a080acb63c60152501a14717c07cf8a346642
0
roles/create-ec2-instances
7,579
[ "no_license" ]
[ { "path": "roles/create-ec2-instances/vars/main.yml", "content": "---\n# vars file for create-ec2-instances\n\nregion_name: 'us-east-1'\nkey_name: 'my_keypair'\nami_id: 'ami-022e1a32d3f742bd8'\ninstance_type: 't2.micro'\ninstance_name: 'web'\nsubnet_id: 'subnet-05b8963fa97755555' # to be changed\nvpc_id: 'v...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1779, "all_permissive": false }
ansible_role
MohamedEssam4444/Ansible_create_ec2_instance_and_deploy_wordpress_using_docker
c31a080acb63c60152501a14717c07cf8a346642
0
roles/install-Wordpress-Mariadb
7,579
[ "no_license" ]
[ { "path": "roles/install-Wordpress-Mariadb/tasks/main.yml", "content": "---\n\n- name: Deploy MariaDB server\n docker_container:\n image: mariadb\n name: mariadb\n volumes:\n - \"{{db_volume}}:/var/lib/mysql\"\n env:\n MYSQL_ROOT_PASSWORD: <PASSWORD>\n MYSQL_PASSWORD: <PASSWORD>\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1358, "all_permissive": false }
ansible_role
MohamedEssam4444/Ansible_create_ec2_instance_and_deploy_wordpress_using_docker
c31a080acb63c60152501a14717c07cf8a346642
0
roles/install-docker
7,579
[ "no_license" ]
[ { "path": "roles/install-docker/tasks/main.yml", "content": "# Ansible playbook AWS - install docker (2021)\n- name: Update all packages\n yum:\n name: '*'\n state: latest\n update_only: yes\n- name: Ensure a list of yum packages are installed\n yum:\n name: \"{{ packages }}\"\n state: late...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 566, "all_permissive": false }
ansible_role
jkavan/molecule-test-project
5b433a59ae47eb326b65cef15f850984d567f7cc
1
roles/common
7,579
[ "no_license" ]
[ { "path": "roles/common/vars/main.yml", "content": "---\nssh:\n prohibit_password: '<PASSWORD>'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Get SSH version.\n shell:\n 'apt-cache...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1278, "all_permissive": false }
ansible_role
marcwrobel/ansible-collection-assertions
273b77dee7415bb57c5d7557f55cecf2c4a0555e
0
ansible_collections/marcwrobel/assertions/roles/assert_that_ansible
7,579
[ "no_license" ]
[ { "path": "ansible_collections/marcwrobel/assertions/roles/assert_that_ansible/tasks/main.yml", "content": "---\n\n- name: 'Clear assertions result variables'\n set_fact:\n assert_that_ansible__has_min_version_assertion:\n assert_that_ansible__has_max_version_assertion:\n\n- name: \"Assert that Ansib...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5866, "all_permissive": false }
ansible_role
marcwrobel/ansible-collection-assertions
273b77dee7415bb57c5d7557f55cecf2c4a0555e
0
ansible_collections/marcwrobel/assertions/roles/assert_that_distribution
7,579
[ "no_license" ]
[ { "path": "ansible_collections/marcwrobel/assertions/roles/assert_that_distribution/README.md", "content": "# marcwrobel.assertions.assert_that_distribution\n\nAssertions on distributions (`is_in`).\n\n## Role variables\n\nThis role is using the following variables:\n\n- `is_in` (`string[]`, optional) - the...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3840, "all_permissive": false }
ansible_role
marcwrobel/ansible-collection-assertions
273b77dee7415bb57c5d7557f55cecf2c4a0555e
0
ansible_collections/marcwrobel/assertions/roles/assert_that_file
7,579
[ "no_license" ]
[ { "path": "ansible_collections/marcwrobel/assertions/roles/assert_that_file/tasks/main.yml", "content": "---\n\n- name: 'Clear assertions result variables'\n set_fact:\n assert_that_file__has_content_matching_assertion:\n\n- name: 'Run path assertions on {{ with_path }}'\n include_role:\n name: 'mar...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4855, "all_permissive": false }
ansible_role
marcwrobel/ansible-collection-assertions
273b77dee7415bb57c5d7557f55cecf2c4a0555e
0
ansible_collections/marcwrobel/assertions/roles/assert_that_path
7,579
[ "no_license" ]
[ { "path": "ansible_collections/marcwrobel/assertions/roles/assert_that_path/vars/main.yml", "content": "---\n\n# Supported values for has_type assertion\nassert_that_path__supported_types: [ 'file', 'directory', 'link' ]\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 11...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 5599, "all_permissive": false }
ansible_role
marcwrobel/ansible-collection-assertions
273b77dee7415bb57c5d7557f55cecf2c4a0555e
0
ansible_collections/marcwrobel/assertions/roles/assert_that_service
7,579
[ "no_license" ]
[ { "path": "ansible_collections/marcwrobel/assertions/roles/assert_that_service/tasks/main.yml", "content": "---\n\n- name: 'Clear assertions result variables'\n set_fact:\n assert_that_service__exists_assertion:\n assert_that_service__has_state_assertion:\n assert_that_service__has_status_assertio...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4976, "all_permissive": false }
ansible_role
alexpdp7/nixyes
a7affeffbf10e3fbffcc1ef31b283b005081a6a3
0
roles/nixyes
7,579
[ "no_license" ]
[ { "path": "roles/nixyes/tasks/main.yml", "content": "- name: Run apt update\n ansible.builtin.apt:\n update_cache: yes\n\n- name: Enable password authentication\n ansible.builtin.lineinfile:\n path: /etc/ssh/sshd_config\n regexp: '^PasswordAuthentication'\n line: PasswordAuthentication yes\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 730, "all_permissive": false }
ansible_role
CMSgov/beneficiary-fhir-data
fab329e2a990c21b71e20b610b4c4c32753d0688
66
ops/ansible/playbooks-ccs/roles/base_patch
7,579
[ "permissive" ]
[ { "path": "ops/ansible/playbooks-ccs/roles/base_patch/tasks/main.yml", "content": "---\n###\n# Here we are installing the minimal security updates. Set warn to false. Unable to use yum module for minimal sec updates.\n###\n- name: Apply security patches\n become: yes\n shell: yum update-minimal --security...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 363, "all_permissive": true }
ansible_role
CMSgov/beneficiary-fhir-data
fab329e2a990c21b71e20b610b4c4c32753d0688
66
ops/ansible/playbooks-ccs/roles/install_docker
7,579
[ "permissive" ]
[ { "path": "ops/ansible/playbooks-ccs/roles/install_docker/handlers/main.yml", "content": "---\n\n- name: Restart Docker\n systemd:\n name: docker\n state: restarted\n become: true\n\n- name: Restart Jenkins\n systemd:\n name: jenkins\n state: restarted\n become: true\n", "license_type": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 915, "all_permissive": true }
ansible_role
CMSgov/beneficiary-fhir-data
fab329e2a990c21b71e20b610b4c4c32753d0688
66
ops/ansible/roles/bfd-db-migrator
7,579
[ "permissive" ]
[ { "path": "ops/ansible/roles/bfd-db-migrator/.gitignore", "content": "# Ignore test junk.\ntest/venv/\ntest/roles/\ntest/*.retry\n", "license_type": "permissive", "detected_licenses": [ "CC0-1.0" ], "size_bytes": 56 }, { "path": "ops/ansible/roles/bfd-db-migrator/test/inventory...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 13, "total_bytes": 12369, "all_permissive": true }
ansible_role
CMSgov/beneficiary-fhir-data
fab329e2a990c21b71e20b610b4c4c32753d0688
66
ops/ansible/roles/bfd-pipeline
7,579
[ "permissive" ]
[ { "path": "ops/ansible/roles/bfd-pipeline/tasks/etl.yml", "content": "---\n- name: Install Pre-requisites\n vars:\n ansible_python_interpreter: /usr/bin/python\n yum:\n pkg:\n - java-21-amazon-corretto-devel\n become: true\n tags:\n - pre-ami\n\n- name: Create ETL Service User\n user:\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 15463, "all_permissive": true }
ansible_role
CMSgov/beneficiary-fhir-data
fab329e2a990c21b71e20b610b4c4c32753d0688
66
ops/ansible/roles/bfd-server
7,579
[ "permissive" ]
[ { "path": "ops/ansible/roles/bfd-server/tasks/main.yml", "content": "---\n\n# Ensure that the service isn't started/restarted unless the 'post-ami' tag is active.\n# Note: this must always be referenced as `launch_enabled | default(false)`.\n- name: Activate Launch Tasks If post-ami Tag Is Active\n set_fac...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 17, "total_bytes": 26919, "all_permissive": true }
ansible_role
CMSgov/beneficiary-fhir-data
fab329e2a990c21b71e20b610b4c4c32753d0688
66
ops/ansible/roles/cloudwatch-agent-instrumented
7,579
[ "permissive" ]
[ { "path": "ops/ansible/roles/cloudwatch-agent-instrumented/templates/cwagent.json.j2", "content": "{\n \"metrics\": {\n \"append_dimensions\": {\n \"InstanceId\": \"${aws:InstanceId}\",\n \"AutoScalingGroupName\": \"${aws:AutoScalingGroupName}\",\n \"Environment\": \"{{ env }}\"\n },\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2003, "all_permissive": true }
ansible_role
hacktk/vagrant-lamp-ansible
f2e202557ec2c457f1fb2bbd5d49cb8207d06b60
0
ansible/roles/common
7,579
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: disable selinux\n selinux: state=disabled\n\n- name: disable services\n service: name={{ item }} enabled=no\n with_items:\n - auditd\n - firewalld\n - kdump\n - postfix\n - tuned\n ignore_errors: true\n\n- name: yum...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 555, "all_permissive": false }
ansible_role
hacktk/vagrant-lamp-ansible
f2e202557ec2c457f1fb2bbd5d49cb8207d06b60
0
ansible/roles/db
7,579
[ "no_license" ]
[ { "path": "ansible/roles/db/vars/main.yml", "content": "---\nmysql_log_dir: /var/log/mysql/\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "ansible/roles/db/tasks/main.yml", "content": "---\n- name: install repositories\n yum: name={{ item }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1256, "all_permissive": false }
ansible_role
hacktk/vagrant-lamp-ansible
f2e202557ec2c457f1fb2bbd5d49cb8207d06b60
0
ansible/roles/web
7,579
[ "no_license" ]
[ { "path": "ansible/roles/web/tasks/php.yml", "content": "---\n- name: install remi repository\n yum: name=http://rpms.famillecollet.com/enterprise/remi-release-7.rpm state=present\n\n- name: install php\n yum: name={{ item }} enablerepo=remi,remi-php56 state=present\n with_items:\n - php\n - php-cl...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 10769, "all_permissive": false }
ansible_role
silverMatt92/aruba-template
dcfda9e10c0a39114b820937c2dcc14f37d8a680
0
roles/access-points
7,579
[ "no_license" ]
[ { "path": "roles/access-points/templates/iap_variables.j2", "content": "{\n{% for device in data.list %}\n \"{{ device['serial'] }}\": {\n \"_sys_allowed_ap\": \"{{ device['mac'] }}\",\n \"_sys_lan_mac\": \"{{ device['mac'] }}\",\n \"_sys_serial\": \"{{ device['serial'] }}\",\n \"model\": \"{{ devi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4213, "all_permissive": false }
ansible_role
random-vm/ansible-openvpn
dab8d249ac1574e42e3e241b205ff6b0ab9543d5
0
roles/openvpn
7,579
[ "no_license" ]
[ { "path": "roles/openvpn/defaults/main.yml", "content": "---\n# defaults file for aws-openvpn\nopenssl_cnf_version: 1.0.0\nopenvpn_environmnent:\n EASY_RSA: \"/etc/openvpn/easy-rsa\"\n OPENSSL: \"openssl\"\n PKCS11TOOL: \"pkcs11-tool\"\n GREP: \"grep\"\n KEY_CONFIG: \"/etc/openvpn/easy-rsa/openssl.cnf\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5900, "all_permissive": false }
ansible_role
szilardshome/homelab
257101a2005bff1db26c540ab7b47ef13c4e0143
1
ansible/k3s/roles/cilium_deploy
7,579
[ "no_license" ]
[ { "path": "ansible/k3s/roles/cilium_deploy/tasks/main.yml", "content": "# ansible/k3s/roles/cilium-deploy/tasks/main.yml\n---\n- name: \"Pause to allow the cluster to settle\"\n ansible.builtin.pause:\n seconds: 60\n prompt: \"Waiting for 60 seconds for the cluster to become ready before deploying Ci...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5588, "all_permissive": false }
ansible_role
lpsandaruwan/gce-tomcat-ansible-demo
5ac9a652a2dcd8d556c8158911c87894315537c0
1
roles/java
7,579
[ "permissive" ]
[ { "path": "roles/java/defaults/main.yml", "content": "---\n# Oracle JDK links and directories to download and install\n\njdk_download_url: http://download.oracle.com/otn-pub/java/jdk/8u131-b11/d54c1d3a095b4ff2b6607d096fa80163/jdk-8u131-linux-x64.tar.gz\njdk_archive_name: jdk-8u131-linux-x64.tar.gz\njdk_syst...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1658, "all_permissive": true }
ansible_role
lpsandaruwan/gce-tomcat-ansible-demo
5ac9a652a2dcd8d556c8158911c87894315537c0
1
roles/tomcat
7,579
[ "permissive" ]
[ { "path": "roles/tomcat/defaults/main.yml", "content": "---\n# Apache Tomcat links and directories to download and install\n\ntomcat_download_url: http://www-us.apache.org/dist/tomcat/tomcat-8/v8.0.50/bin/apache-tomcat-8.0.50.tar.gz\ntomcat_archive_name: apache-tomcat-8.0.50.tar.gz\ntomcat_dir: apache-tomca...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3394, "all_permissive": true }
ansible_role
lpsandaruwan/gce-tomcat-ansible-demo
5ac9a652a2dcd8d556c8158911c87894315537c0
1
roles/tomcat-deploy
7,579
[ "permissive" ]
[ { "path": "roles/tomcat-deploy/tasks/main.yml", "content": "---\n# Deploy war file in Apache Tomcat\n\n- name: Verify whether the war file already has been extracted, check path {{ deployed_path }}\n stat:\n path: \"{{ deployed_path }}\"\n register: war_extracted\n\n- name: Clean early deployed files, ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1434, "all_permissive": true }
ansible_role
tbernacchi/ansible-ELK
13610de4611ee6f126a1b410a32077c80663baaa
0
roles/elasticsearch
7,579
[ "no_license" ]
[ { "path": "roles/elasticsearch/templates/elasticsearch.yml.j2", "content": "node.data: true\nnode.master: true\npath.data: {{ path_data }} \npath.logs: {{ path_logs }} \nnetwork.host: [\"{{ ansible_eth1.ipv4.address }}\"]\nhttp.port: 9200\ncluster.initial_master_nodes: [\"{{ ansible_eth1.ipv4.address }}\"]\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1179, "all_permissive": false }
ansible_role
tbernacchi/ansible-ELK
13610de4611ee6f126a1b410a32077c80663baaa
0
roles/filebeat
7,579
[ "no_license" ]
[ { "path": "roles/filebeat/tasks/main.yml", "content": "---\n##Install filebeat 7.6.1\n- name: Install filebeat 7.6.1\n yum: name=https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-7.6.1-x86_64.rpm\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 152 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 152, "all_permissive": false }
ansible_role
tbernacchi/ansible-ELK
13610de4611ee6f126a1b410a32077c80663baaa
0
roles/java
7,579
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "---\n# Install java\n- name: Install java-1.8.0-openjdk\n yum:\n name: \"{{ packages }}\"\n state: present\n vars:\n packages:\n - java-1.8.0-openjdk\n - java-1.8.0-openjdk-devel\n - java-1.8.0-openjdk-headless\n", "license_type": "no_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 217, "all_permissive": false }
ansible_role
tbernacchi/ansible-ELK
13610de4611ee6f126a1b410a32077c80663baaa
0
roles/kibana
7,579
[ "no_license" ]
[ { "path": "roles/kibana/tasks/main.yml", "content": "---\n# Installing Kibana\n- name: Installing Kibana\n yum: name=https://artifacts.elastic.co/downloads/kibana/kibana-7.6.1-x86_64.rpm\n\n##Template kibana\n- name: Template a file to /etc/kibana/kibana.yml\n template:\n src: ../templates/kibana.yml.j...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 822, "all_permissive": false }
ansible_role
tbernacchi/ansible-ELK
13610de4611ee6f126a1b410a32077c80663baaa
0
roles/logstash
7,579
[ "no_license" ]
[ { "path": "roles/logstash/tasks/main.yml", "content": "---\n##Install elastic 7.6.1\n- name: Install logstash 7.6.1\n yum: name=https://artifacts.elastic.co/downloads/logstash/logstash-7.6.1.rpm\n\n##Template elasticsearch\n#- name: Template a file to /etc/elasticsearch/elasticsearch.yml\n# template:\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 710, "all_permissive": false }
ansible_role
lnbayinen/platform-deployment-master
4ba2abe42dc813be51bc54e9a0bd25f555926ffc
0
configuration/chef/nw-component/ansible/roles/cookbook-maker
7,579
[ "no_license" ]
[ { "path": "configuration/chef/nw-component/ansible/roles/cookbook-maker/templates/attr_firewall.rb.j2", "content": "force_default['firewall']['firewalld']['permanent'] = true\ndefault['{{ cookbook_name }}']['firewall_rules'] = []\n", "license_type": "no_license", "detected_licenses": [], "size_b...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 25, "total_bytes": 13606, "all_permissive": false }
ansible_role
mmaxwellc/UdaPeopleApp
29e29b13f90335cd9e7968e45ca804808c9e8660
0
.circleci/ansible/roles/configure-server
7,579
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-server/tasks/main.yml", "content": "- name: \"update apt packages.\"\n become: yes\n apt:\n update_cache: yes\n\n- name: \"upgrade packages\"\n become: yes\n apt:\n upgrade: yes\n\n\n- name: remove dependencies that are no longer required\n become: yes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 618, "all_permissive": false }
ansible_role
mmaxwellc/UdaPeopleApp
29e29b13f90335cd9e7968e45ca804808c9e8660
0
.circleci/ansible/roles/deploy
7,579
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "---\n- name: \"Creates backend app directory\"\n file:\n path: ~/backend\n state: directory\n\n- name: \"Unarchive backend files\"\n unarchive:\n src: artifact.tar.gz\n dest: ~/backend\n\n- name: \"Installing Node Dependenc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 563, "all_permissive": false }
ansible_role
softwarefactory-project/sf-config
d3edb453a87f587e0cdc2fb2d2bd26d03cf9cea3
4
ansible/roles/sf-base
7,579
[ "no_license" ]
[ { "path": "ansible/roles/sf-base/tasks/install.yml", "content": "---\n- name: Set yum.conf retries\n lineinfile:\n dest: /etc/yum.conf\n regexp: \"^retries=\"\n line: \"retries=30\"\n\n- name: Enable codeready-builder-for-rhel-9 for it needed for installing epel on rhel\n shell: subscription-mana...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 12485, "all_permissive": false }
ansible_role
softwarefactory-project/sf-config
d3edb453a87f587e0cdc2fb2d2bd26d03cf9cea3
4
ansible/roles/sf-cgit
7,579
[ "no_license" ]
[ { "path": "ansible/roles/sf-cgit/templates/cgit_container_httpd_cgit.conf.j2", "content": "<VirtualHost *:{{ cgit_port }}>\n ServerName {{ fqdn }}\n DocumentRoot /var/www/htdocs/cgit/\n <Directory \"/var/www/htdocs/cgit/\">\n Options +ExecCGI\n AddHandler cgi-script .cgi\n DirectoryIndex cgit.cgi\n #All...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 14234, "all_permissive": false }
ansible_role
softwarefactory-project/sf-config
d3edb453a87f587e0cdc2fb2d2bd26d03cf9cea3
4
ansible/roles/sf-container
7,579
[ "no_license" ]
[ { "path": "ansible/roles/sf-container/tasks/setup.yaml", "content": "---\n- name: \"Create container creation script for {{ item.service }}\"\n template:\n src: creation.j2\n dest: \"/usr/local/bin/container-{{ item.service }}.sh\"\n mode: '0755'\n owner: root\n register: _container_script_cha...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 7949, "all_permissive": false }
ansible_role
softwarefactory-project/sf-config
d3edb453a87f587e0cdc2fb2d2bd26d03cf9cea3
4
ansible/roles/sf-etherpad
7,579
[ "no_license" ]
[ { "path": "ansible/roles/sf-etherpad/handlers/main.yml", "content": "---\n- name: restart etherpad\n service:\n name: etherpad\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "ansible/roles/sf-etherpad/tasks/install.yml",...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 9509, "all_permissive": false }
ansible_role
softwarefactory-project/sf-config
d3edb453a87f587e0cdc2fb2d2bd26d03cf9cea3
4
ansible/roles/sf-gateway
7,579
[ "no_license" ]
[ { "path": "ansible/roles/sf-gateway/meta/main.yml", "content": "---\ngalaxy_info:\n description: HTTP entrypoint to software factory services\n company: Red Hat\n license: Apache\n min_ansible_version: 2.2\n platforms:\n - name: EL\n versions:\n - 7\n galaxy_tags:\n - software-factor...
{ "task_files": 9, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 21, "total_bytes": 53207, "all_permissive": false }
ansible_role
softwarefactory-project/sf-config
d3edb453a87f587e0cdc2fb2d2bd26d03cf9cea3
4
ansible/roles/sf-gerrit
7,579
[ "no_license" ]
[ { "path": "ansible/roles/sf-gerrit/templates/gitconfig.j2", "content": "[user]\n name = <NAME>\n email = {{ local_admin_mail }}\n[gitreview]\n username = admin\n[push]\n default = simple\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 }, { "path":...
{ "task_files": 10, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 19, "total_bytes": 33210, "all_permissive": false }
ansible_role
softwarefactory-project/sf-config
d3edb453a87f587e0cdc2fb2d2bd26d03cf9cea3
4
ansible/roles/sf-gerritbot
7,579
[ "no_license" ]
[ { "path": "ansible/roles/sf-gerritbot/meta/main.yml", "content": "---\ngalaxy_info:\n description: Gerritbot service\n company: Red Hat\n license: Apache\n min_ansible_version: 2.2\n platforms:\n - name: EL\n versions:\n - 7\n galaxy_tags:\n - software-factory\n", "license_type":...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 8688, "all_permissive": false }
ansible_role
softwarefactory-project/sf-config
d3edb453a87f587e0cdc2fb2d2bd26d03cf9cea3
4
ansible/roles/sf-hound
7,579
[ "no_license" ]
[ { "path": "ansible/roles/sf-hound/tasks/get_logs.yml", "content": "---\n- name: Getting container logs\n include_role:\n name: sf-container\n tasks_from: get_logs.yaml\n loop:\n - container: \"{{ role_package }}\"\n options: \"\"\n target: \"{{ log_dest }}\"\n", "license_type": "no_...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 6131, "all_permissive": false }
ansible_role
softwarefactory-project/sf-config
d3edb453a87f587e0cdc2fb2d2bd26d03cf9cea3
4
ansible/roles/sf-hypervisor-k1s
7,579
[ "no_license" ]
[ { "path": "ansible/roles/sf-hypervisor-k1s/defaults/main.yml", "content": "---\nrole_actions:\n - install\n - setup\n - disable\n - config_update\n\nrole_package: k1s\n\nk1s_token: \"<PASSWORD>\"\nk1s_mtu: 1500\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 },...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 4886, "all_permissive": false }
ansible_role
softwarefactory-project/sf-config
d3edb453a87f587e0cdc2fb2d2bd26d03cf9cea3
4
ansible/roles/sf-hypervisor-openshift
7,579
[ "no_license" ]
[ { "path": "ansible/roles/sf-hypervisor-openshift/defaults/main.yml", "content": "---\nrole_actions:\n - install\n - setup\n - disable\n\nrole_package: origin\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "ansible/roles/sf-hypervisor-openshift...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2400, "all_permissive": false }
ansible_role
softwarefactory-project/sf-config
d3edb453a87f587e0cdc2fb2d2bd26d03cf9cea3
4
ansible/roles/sf-install-server
7,579
[ "no_license" ]
[ { "path": "ansible/roles/sf-install-server/files/status-page-update.py", "content": "#!/usr/bin/env python3\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. You may obtain\n# a copy of the License at\n#\n# http://ww...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 55746, "all_permissive": false }
ansible_role
softwarefactory-project/sf-config
d3edb453a87f587e0cdc2fb2d2bd26d03cf9cea3
4
ansible/roles/sf-keycloak
7,579
[ "no_license" ]
[ { "path": "ansible/roles/sf-keycloak/tasks/configure_role.yml", "content": "---\n# Create or update keycloak roles\n#\n# Inputs:\n#\n# Object with the following attributes:\n# - component: \"opensearch\",\n# roles:\n# - name - role name\n# description - role description\n# ...
{ "task_files": 12, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 15, "total_bytes": 37413, "all_permissive": false }
ansible_role
softwarefactory-project/sf-config
d3edb453a87f587e0cdc2fb2d2bd26d03cf9cea3
4
ansible/roles/sf-lodgeit
7,579
[ "no_license" ]
[ { "path": "ansible/roles/sf-lodgeit/tasks/install.yml", "content": "---\n- name: Remove package\n yum:\n name: lodgeit\n state: absent\n disablerepo: \"{{ yum_disable_repo|default(omit) }}\"\n enablerepo: \"{{ yum_enable_repo|default(omit) }}\"\n\n- name: Pull image\n include_role:\n name: ...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 4844, "all_permissive": false }
ansible_role
softwarefactory-project/sf-config
d3edb453a87f587e0cdc2fb2d2bd26d03cf9cea3
4
ansible/roles/sf-log-processing
7,579
[ "no_license" ]
[ { "path": "ansible/roles/sf-log-processing/meta/sfconfig.py", "content": "# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. You may obtain\n# a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 11766, "all_permissive": false }
ansible_role
softwarefactory-project/sf-config
d3edb453a87f587e0cdc2fb2d2bd26d03cf9cea3
4
ansible/roles/sf-logserver
7,579
[ "no_license" ]
[ { "path": "ansible/roles/sf-logserver/tasks/disable.yml", "content": "---\n- name: Disable services\n service:\n name: \"{{ item }}\"\n state: stopped\n enabled: \"no\"\n loop:\n - \"{{ role_package }}\"\n ignore_errors: \"yes\"\n\n- name: Delete containers and files\n block:\n - name: De...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 10325, "all_permissive": false }
ansible_role
softwarefactory-project/sf-config
d3edb453a87f587e0cdc2fb2d2bd26d03cf9cea3
4
ansible/roles/sf-managesf
7,579
[ "no_license" ]
[ { "path": "ansible/roles/sf-managesf/templates/config.py.j2", "content": "app = {\n 'guess_content_type_from_ext': False,\n 'root': 'managesf.controllers.root.RootController',\n 'modules': ['managesf'],\n 'template_path': '%(confdir)s/managesf/templates',\n 'debug': {% if managesf_loglevel ==...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 13026, "all_permissive": false }
ansible_role
softwarefactory-project/sf-config
d3edb453a87f587e0cdc2fb2d2bd26d03cf9cea3
4
ansible/roles/sf-mosquitto
7,579
[ "no_license" ]
[ { "path": "ansible/roles/sf-mosquitto/templates/acl.conf.j2", "content": "topic deny keycloak\ntopic read #\nuser SF_SERVICE_USER\ntopic readwrite #\n#user SF_3RD_PARTY\n#topic readwrite 3rdparty/#\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 }, { "path": ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 5509, "all_permissive": false }
ansible_role
softwarefactory-project/sf-config
d3edb453a87f587e0cdc2fb2d2bd26d03cf9cea3
4
ansible/roles/sf-murmur
7,579
[ "no_license" ]
[ { "path": "ansible/roles/sf-murmur/meta/main.yml", "content": "---\ngalaxy_info:\n description: uMurmur (mumble) service\n company: Red Hat\n license: Apache\n min_ansible_version: 2.2\n platforms:\n - name: EL\n versions:\n - 7\n galaxy_tags:\n - software-factory\n", "license_ty...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 5077, "all_permissive": false }
ansible_role
softwarefactory-project/sf-config
d3edb453a87f587e0cdc2fb2d2bd26d03cf9cea3
4
ansible/roles/sf-mysql
7,579
[ "no_license" ]
[ { "path": "ansible/roles/sf-mysql/tasks/backup.yml", "content": "---\n- name: Set podman command facts\n set_fact:\n podman_command: \"podman exec {{ role_package }}\"\n\n- name: \"Get database list\"\n shell: >\n {{ podman_command }} sh -c ' mysql\n -uroot -p$MYSQL_ROOT_PASSWORD\n -ANe \"SELE...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 10038, "all_permissive": false }
ansible_role
softwarefactory-project/sf-config
d3edb453a87f587e0cdc2fb2d2bd26d03cf9cea3
4
ansible/roles/sf-nodepool
7,579
[ "no_license" ]
[ { "path": "ansible/roles/sf-nodepool/files/dib-virt-customize.py", "content": "#!/usr/bin/env python3\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. You may obtain\n# a copy of the License at\n#\n# http://www.apac...
{ "task_files": 10, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 20, "total_bytes": 31071, "all_permissive": false }
ansible_role
softwarefactory-project/sf-config
d3edb453a87f587e0cdc2fb2d2bd26d03cf9cea3
4
ansible/roles/sf-ochlero
7,579
[ "no_license" ]
[ { "path": "ansible/roles/sf-ochlero/meta/main.yml", "content": "---\ngalaxy_info:\n description: Ochlero service\n company: Red Hat\n license: Apache\n min_ansible_version: 2.2\n platforms:\n - name: EL\n versions:\n - 7\n galaxy_tags:\n - software-factory\n", "license_type": "no...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 4839, "all_permissive": false }
ansible_role
softwarefactory-project/sf-config
d3edb453a87f587e0cdc2fb2d2bd26d03cf9cea3
4
ansible/roles/sf-postfix
7,579
[ "no_license" ]
[ { "path": "ansible/roles/sf-postfix/meta/main.yml", "content": "---\ngalaxy_info:\n description: postfix setup for software factory\n company: Red Hat\n license: Apache\n min_ansible_version: 2.2\n platforms:\n - name: EL\n versions:\n - 7\n galaxy_tags:\n - software-factory\ndepende...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 2988, "all_permissive": false }
ansible_role
softwarefactory-project/sf-config
d3edb453a87f587e0cdc2fb2d2bd26d03cf9cea3
4
ansible/roles/sf-repos/files/config/nodepool/virt_images/roles/base
7,579
[ "no_license" ]
[ { "path": "ansible/roles/sf-repos/files/config/nodepool/virt_images/roles/base/defaults/main.yaml", "content": "---\nimage_cache_dir: \"/var/cache/nodepool\"\nimage_wipe_cache: False\nmemsize: 1024\nbase_packages:\n - traceroute\n - iproute\n - git\n - rsync\nextra_packages: []\n", "license_type": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1926, "all_permissive": false }
ansible_role
softwarefactory-project/sf-config
d3edb453a87f587e0cdc2fb2d2bd26d03cf9cea3
4
ansible/roles/sf-repos/files/config/nodepool/virt_images/roles/base-appliance
7,579
[ "no_license" ]
[ { "path": "ansible/roles/sf-repos/files/config/nodepool/virt_images/roles/base-appliance/tasks/main.yaml", "content": "- name: Download appliance\n unarchive:\n src: http://download.libguestfs.org/binaries/appliance/appliance-1.46.0.tar.xz\n remote_src: yes\n dest: /tmp\n args:\n creates: /tmp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 306, "all_permissive": false }
ansible_role
softwarefactory-project/sf-config
d3edb453a87f587e0cdc2fb2d2bd26d03cf9cea3
4
ansible/roles/sf-repos/files/config/nodepool/virt_images/roles/base-cleanup
7,579
[ "no_license" ]
[ { "path": "ansible/roles/sf-repos/files/config/nodepool/virt_images/roles/base-cleanup/tasks/main.yaml", "content": "---\n- name: Remove tmp directory\n file:\n path: \"{{ image_tmp_dir }}\"\n state: absent\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 }, ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 151, "all_permissive": false }
ansible_role
softwarefactory-project/sf-config
d3edb453a87f587e0cdc2fb2d2bd26d03cf9cea3
4
ansible/roles/sf-repos/files/config/nodepool/virt_images/roles/base-customize
7,579
[ "no_license" ]
[ { "path": "ansible/roles/sf-repos/files/config/nodepool/virt_images/roles/base-customize/tasks/main.yaml", "content": "---\n- debug:\n msg: \"Running: {{ ' '.join(virt_customize_cmd) }}\"\n\n- name: Run virt-customize\n command: \"{{ ' '.join(virt_customize_cmd) }}\"\n environment: \"{{ virt_customize_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 198, "all_permissive": false }