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
Trofogol/vagrant-api-environment
7cd78e129a3e9ee6e95b77462c6f6a1dc7a31fe4
0
ansible-provision/roles/mysql_server
7,404
[ "no_license" ]
[ { "path": "ansible-provision/roles/mysql_server/tasks/main.yml", "content": "---\n- name: install pymysql pip module\n import_tasks: add_pymysql.yml\n- name: install mysql using apt\n import_tasks: install_mysql.yml\n- name: configure mysql\n import_tasks: config_mysql.yml\n- name: import database to mys...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 1821, "all_permissive": false }
ansible_role
Trofogol/vagrant-api-environment
7cd78e129a3e9ee6e95b77462c6f6a1dc7a31fe4
0
ansible-provision/roles/python_ready
7,404
[ "no_license" ]
[ { "path": "ansible-provision/roles/python_ready/tasks/main.yml", "content": "---\n- name: install pip and pip3\n import_tasks: install_pips.yml\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "ansible-provision/roles/python_ready/tasks/insta...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 372, "all_permissive": false }
ansible_role
OLAMIDE100/Auto_Deployment_Project
4b3dba75a74bbcb5100c4b4a6b3884f2e23a185b
0
.circleci/ansible/roles/deploy
7,404
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "## Deployment playbook goes here.\n- name: extract artifact\n become: yes\n unarchive:\n src: files/artifact.tar.gz\n dest: .\n \n- name: start app\n become: yes\n shell: |\n npm install\n pm2 stop all\n pm2 start n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 982, "all_permissive": false }
ansible_role
arslan-qadeer/droid
d23d93727ca616360eee397f26f5b6d426b6200f
0
canonical/vagrant-canonical_maas/provisioning/roles/hosts-prep
7,404
[ "no_license" ]
[ { "path": "canonical/vagrant-canonical_maas/provisioning/roles/hosts-prep/files/check_image.sh", "content": "#!/bin/bash\n#This Script will wait untill image is imported\nshow_message=\"Importing image.\"\nuuid=$(maas maas-cli node-groups list | jq '.[] | select(.cluster_name==\"Cluster master\")' | jq .uui...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4115, "all_permissive": false }
ansible_role
arslan-qadeer/droid
d23d93727ca616360eee397f26f5b6d426b6200f
0
devstack/vagrant-devstack/provisioning/roles/hosts-prep
7,404
[ "no_license" ]
[ { "path": "devstack/vagrant-devstack/provisioning/roles/hosts-prep/tasks/main.yml", "content": "---\n\n- name: Install apt-get updates\n command: apt-get update\n\n- name: Install additional packages\n apt: name={{item}} state=present\n with_items:\n - git\n - vim\n - fping\n - openssh-server\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 371, "all_permissive": false }
ansible_role
arslan-qadeer/droid
d23d93727ca616360eee397f26f5b6d426b6200f
0
rackspace/vagrant-rpc_deploy/provisioning/roles/hosts-prep
7,404
[ "no_license" ]
[ { "path": "rackspace/vagrant-rpc_deploy/provisioning/roles/hosts-prep/tasks/main.yml", "content": "---\n\n- name: Install apt-get updates\n command: apt-get update\n\n- name: Install additional packages\n apt: name={{item}} state=present\n with_items:\n - git\n - vim\n - fping\n - openssh-server\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 712, "all_permissive": false }
ansible_role
arslan-qadeer/droid
d23d93727ca616360eee397f26f5b6d426b6200f
0
rackspace/vagrant-rpc_target/provisioning/roles/hosts-prep
7,404
[ "no_license" ]
[ { "path": "rackspace/vagrant-rpc_target/provisioning/roles/hosts-prep/tasks/main.yml", "content": "\n---\n\n- name: Copy public key to host\n copy: src=id_rsa.pub dest=/usr/share mode=0755\n\n- name: Create Directory for SSH-KEY\n command: mkdir -p /root/.ssh\n\n- name: Insert key into authorized keys fil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 631, "all_permissive": false }
ansible_role
khalidsr/cloud-1
13530211950e069733d9b9d68fc9e4ac42f7a8d2
0
ansible/roles/common
7,404
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yaml", "content": "- name: Install system packages\n apt:\n pkg:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n - python3-pip\n state: latest\n update_cache: true\n\n- name: Wait for apt lock...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1145, "all_permissive": false }
ansible_role
khalidsr/cloud-1
13530211950e069733d9b9d68fc9e4ac42f7a8d2
0
ansible/roles/mariadb
7,404
[ "no_license" ]
[ { "path": "ansible/roles/mariadb/tasks/main.yaml", "content": "- name: Create mariadb data directory\n file:\n path: \"{{ ansible_env.HOME }}/data/mariadb\"\n state: directory\n\n- name: Copy inception project\n copy:\n src: \"{{ inception_local_path }}/\"\n dest: \"{{ inception_remote_path }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 577, "all_permissive": false }
ansible_role
khalidsr/cloud-1
13530211950e069733d9b9d68fc9e4ac42f7a8d2
0
ansible/roles/nginx
7,404
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yaml", "content": "- name: Create nginx data directory\n file:\n path: \"{{ ansible_env.HOME }}/data/wordpress\"\n state: directory\n mode: '0755'\n\n- name: Copy inception project\n copy:\n src: \"{{ inception_local_path }}/\"\n dest: \"{{ inceptio...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 475, "all_permissive": false }
ansible_role
khalidsr/cloud-1
13530211950e069733d9b9d68fc9e4ac42f7a8d2
0
ansible/roles/phpmyadmin
7,404
[ "no_license" ]
[ { "path": "ansible/roles/phpmyadmin/tasks/main.yaml", "content": "- name: Create phpmyadmin data directory\n file:\n path: \"{{ ansible_env.HOME }}/data/phpmyadmin\"\n state: directory\n mode: '0755'\n\n- name: Copy inception project\n copy:\n src: \"{{ inception_local_path }}/\"\n dest: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 491, "all_permissive": false }
ansible_role
khalidsr/cloud-1
13530211950e069733d9b9d68fc9e4ac42f7a8d2
0
ansible/roles/wordpress
7,404
[ "no_license" ]
[ { "path": "ansible/roles/wordpress/tasks/main.yaml", "content": "- name: Create wordpress data directory\n file:\n path: \"{{ ansible_env.HOME }}/data/wordpress\"\n state: directory\n\n- name: Copy inception project\n copy:\n src: \"{{ inception_local_path }}/\"\n dest: \"{{ inception_remote_p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 585, "all_permissive": false }
ansible_role
priximmo/jenkins-ansible-docker
1f4f1377489d6e87ad99d351bdcccb9cd3177e3a
0
roles/wartest
7,408
[ "no_license" ]
[ { "path": "roles/wartest/tasks/main.yml", "content": "- name: install pip\n apt:\n name: python-pip\n state: present\n\n- name: pip install docker-py\n pip:\n name:\n - docker\n - docker-compose\n\n- name: run container\n docker_container:\n name: wartest\n image: \"{{ image }}\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 281, "all_permissive": false }
ansible_role
AnastasiyaGapochkina01/silkdemon
abd7166dee17d39d9c905604656ac0974d5bbde7
0
terraform_with_ansible/provision/roles/setup-docker
7,408
[ "no_license" ]
[ { "path": "terraform_with_ansible/provision/roles/setup-docker/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - setup-docker\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "terraform_with_ansible/provisio...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 983, "all_permissive": false }
ansible_role
buldozer231/ansible
1f4f748832593186a40948f80fb60e700b3099ac
0
roles/deploy
7,408
[ "no_license" ]
[ { "path": "roles/deploy/tasks/gzip.yml", "content": "---\n- name: \"{{ gzip_log }} Install\"\n package:\n name: \"{{ gzip_package }}\"\n state: latest\n update_cache: yes\n when: gzip_install\n tags:\n - install_gzip\n - deploy\n\n- name: \"{{gzip_log}} Remove\"\n package:\n ...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 5491, "all_permissive": false }
ansible_role
samroberts707/Craftible
233df3ba0e982a598c2970e43fa5251f389bdcde
0
ansible/roles/apache
7,408
[ "permissive" ]
[ { "path": "ansible/roles/apache/tasks/main.yml", "content": "---\n\n- name: Install Apache2\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: true\n with_items:\n - apache2\n\n- name: Enable UFW Firewall\n ufw:\n rule: allow\n name: \"{{ item }}\"\n direction: in\n st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2028, "all_permissive": true }
ansible_role
samroberts707/Craftible
233df3ba0e982a598c2970e43fa5251f389bdcde
0
ansible/roles/craftcms
7,408
[ "permissive" ]
[ { "path": "ansible/roles/craftcms/tasks/main.yml", "content": "---\n\n- name: Install Composer\n ansible.builtin.apt:\n name: composer\n state: present\n update_cache: true\n\n- name: Composer install php packages\n community.general.composer:\n command: install\n working_dir: \"/var/www/ht...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1480, "all_permissive": true }
ansible_role
samroberts707/Craftible
233df3ba0e982a598c2970e43fa5251f389bdcde
0
ansible/roles/git
7,408
[ "permissive" ]
[ { "path": "ansible/roles/git/tasks/main.yml", "content": "---\n\n- name: Install Git\n ansible.builtin.apt:\n name: git\n state: present\n update_cache: true\n\n- name: Clone Git Repo\n git:\n repo: \"{{ project_repo }}\"\n dest: \"/var/www/html/{{ project_name }}\"\n version: \"{{ proje...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 278, "all_permissive": true }
ansible_role
samroberts707/Craftible
233df3ba0e982a598c2970e43fa5251f389bdcde
0
ansible/roles/mysql
7,408
[ "permissive" ]
[ { "path": "ansible/roles/mysql/tasks/main.yml", "content": "---\n\n- name: Install MySQL packages\n ansible.builtin.apt:\n name: \"{{ item }}\"\n state: present\n update_cache: true\n with_items:\n - mysql-server\n - python3-pip\n\n- name: Make sure pymysql is present\n pip:\n name: pym...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 630, "all_permissive": true }
ansible_role
samroberts707/Craftible
233df3ba0e982a598c2970e43fa5251f389bdcde
0
ansible/roles/php
7,408
[ "permissive" ]
[ { "path": "ansible/roles/php/tasks/main.yml", "content": "---\n\n- name: Add latest php apt repository into sources list\n apt_repository:\n repo: ppa:ondrej/php\n state: present\n update_cache: true\n\n- name: Install PHP and Packages\n apt:\n name: \"{{ item }}\"\n state: present\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1488, "all_permissive": true }
ansible_role
xaviermerino/ECE5400-CloudComputing
4894050e1fe2d1235f486701fc6329d8b24103e4
0
vagrant/7-ansible-roles/roles/be_pretty
7,408
[ "no_license" ]
[ { "path": "vagrant/7-ansible-roles/roles/be_pretty/tasks/be_pretty.yml", "content": "- name: Print Pretty Message\n ansible.builtin.debug:\n msg: \"I am already pretty!\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 }, { "path": "vagrant/7-ansible-roles/r...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 118, "all_permissive": false }
ansible_role
xaviermerino/ECE5400-CloudComputing
4894050e1fe2d1235f486701fc6329d8b24103e4
0
vagrant/7-ansible-roles/roles/webserver
7,408
[ "no_license" ]
[ { "path": "vagrant/7-ansible-roles/roles/webserver/tasks/main.yml", "content": "---\n- import_tasks: apache.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "vagrant/7-ansible-roles/roles/webserver/tasks/apache.yml", "content": "- name: Insta...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 250, "all_permissive": false }
ansible_role
bh-gaur/ansible
e4555ae9328f64025fd7d2a753bf088b9fafdc8b
0
roles/jenkins
7,408
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yml", "content": "#SPDX-License-Identifier: MIT-0\n---\n# tasks file for jenkins\n- name: Update and Upgrade APT packages\n apt:\n update_cache: yes\n upgrade: yes\n\n- name: Install Java \n apt:\n name: openjdk-21-jre\n state: present\n\n- name: Check Java ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1757, "all_permissive": false }
ansible_role
bh-gaur/ansible
e4555ae9328f64025fd7d2a753bf088b9fafdc8b
0
roles/nginx
7,408
[ "no_license" ]
[ { "path": "roles/nginx/defaults/main.yml", "content": "---\nnginx_key: https://nginx.org/keys/nginx_signing.key\nnginx_repo: \"deb http://nginx.org/packages/mainline/ubuntu $(lsb_release -cs) nginx\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 }, { "path": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1310, "all_permissive": false }
ansible_role
SniffedPacket/GSS-Static-EVPN-POD
53840a4500b758918bee66f89da160e46521756b
0
roles/interface_configuration
7,408
[ "no_license" ]
[ { "path": "roles/interface_configuration/tasks/main.yml", "content": "---\n - name: Load Interface Configuration\n copy: src=config/{{ansible_hostname}}/interfaces dest=/etc/network/\n \n - name: Apply Interface Configuration Delta\n shell: nohup bash -c 'sleep 2 && /sbin/ifreload -a > /tmp/ifreloa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 538, "all_permissive": false }
ansible_role
SniffedPacket/GSS-Static-EVPN-POD
53840a4500b758918bee66f89da160e46521756b
0
roles/ntp_in_mgmt_vrf
7,408
[ "no_license" ]
[ { "path": "roles/ntp_in_mgmt_vrf/tasks/main.yml", "content": "---\n- name: Stop and Disable NTP Service in the Default VRF\n service: name=ntp state=stopped enabled=false\n\n- name: Start and Enable NTP Service in the MGMT VRF\n service: name=ntp@mgmt state=started enabled=true\n", "license_type": "no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 214, "all_permissive": false }
ansible_role
SniffedPacket/GSS-Static-EVPN-POD
53840a4500b758918bee66f89da160e46521756b
0
roles/routing_configuration
7,408
[ "no_license" ]
[ { "path": "roles/routing_configuration/tasks/main.yml", "content": "---\n - name: copy FRR daemons\n copy: src=config/daemons dest=/etc/frr/\n\n - name: copy FRR daemons.conf\n copy: src=config/daemons.conf dest=/etc/frr/\n when: \"{{ansible_lsb.release is version_compare('4.0', '>=') }}\"\n\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 378, "all_permissive": false }
ansible_role
SniffedPacket/GSS-Static-EVPN-POD
53840a4500b758918bee66f89da160e46521756b
0
roles/server_interface_configuration
7,408
[ "no_license" ]
[ { "path": "roles/server_interface_configuration/tasks/main.yml", "content": "---\n - name: Load Interface Configuration\n copy: src=config/{{ansible_hostname}}/interfaces dest=/etc/network/\n\n - name: Restarts servers with their new configuration\n shell: sleep 1 && shutdown -r 0\n async: 1\n poll:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 383, "all_permissive": false }
ansible_role
uppsaladatavetare/foobar-kiosk
1263d1270b56485e00e5c7f9c47e57f3db6d4825
11
deploy/roles/raspi-expanded-rootfs
7,408
[ "no_license" ]
[ { "path": "deploy/roles/raspi-expanded-rootfs/tasks/main.yml", "content": "---\n- name: Create Ansible temp directory\n file: path=/var/ansible state=directory\n become: yes\n\n- name: Check if filesystem has already been expanded\n stat: path=/var/ansible/fs_expanded\n register: fs_expanded\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3183, "all_permissive": false }
ansible_role
uppsaladatavetare/foobar-kiosk
1263d1270b56485e00e5c7f9c47e57f3db6d4825
11
deploy/roles/raspi-information-radiator
7,408
[ "no_license" ]
[ { "path": "deploy/roles/raspi-information-radiator/templates/rc.local", "content": "#!/bin/sh -e\n#\n# rc.local\n#\n# This script is executed at the end of each multiuser runlevel.\n# Make sure that the script will \"exit 0\" on success or any other\n# value on error.\n#\n# In order to enable or disable thi...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 6282, "all_permissive": false }
ansible_role
korczis/server-nixos
54fe7577d88713356d468b74e8a3e71aedd25170
0
ansible/roles/os-core
7,408
[ "no_license" ]
[ { "path": "ansible/roles/os-core/tasks/main.yml", "content": "---\n\n- name: create shutdown command link\n command: ln -s /run/current-system/sw /usr/bin\n register: result\n args:\n creates: /usr/bin/shutdown\n\n#- name: create ~/bin directory\n# file:\n# path: ~/bin\n# state: directory\n#\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 426, "all_permissive": false }
ansible_role
korczis/server-nixos
54fe7577d88713356d468b74e8a3e71aedd25170
0
ansible/roles/os-fs
7,408
[ "no_license" ]
[ { "path": "ansible/roles/os-fs/tasks/main.yml", "content": "---\n\n#- name: create /mnt mount point\n# file:\n# path: /mnt\n# state: directory\n\n- name: create /mnt/boot mount point\n file:\n path: /mnt/boot\n state: directory\n\n- name: unmount /mnt/boot\n mount:\n path: /mnt/boot\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1947, "all_permissive": false }
ansible_role
korczis/server-nixos
54fe7577d88713356d468b74e8a3e71aedd25170
0
ansible/roles/os-install
7,408
[ "no_license" ]
[ { "path": "ansible/roles/os-install/tasks/main.yml", "content": "---\n\n- name: generate configuration.nix template\n command: nixos-generate-config --root /mnt\n register: result\n\n- name: create configuration.nix\n template:\n src: configuration.nix.j2\n dest: /mnt/etc/nixos/configuration.nix\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 699, "all_permissive": false }
ansible_role
korczis/server-nixos
54fe7577d88713356d468b74e8a3e71aedd25170
0
ansible/roles/pre-os-upgrade
7,408
[ "no_license" ]
[ { "path": "ansible/roles/pre-os-upgrade/tasks/main.yml", "content": "---\n\n- name: upgrade os\n command: nixos-rebuild switch --upgrade\n register: result\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 85, "all_permissive": false }
ansible_role
PeterFumelli/7-2-ansible-hw
f451b570560e30cf3d703ffbff9f766e2895fa96
0
roles/apache_role
7,408
[ "no_license" ]
[ { "path": "roles/apache_role/templates/index.html.j2", "content": "<!DOCTYPE html>\n<html>\n<head>\n <title>System Information</title>\n</head>\n<body>\n <h1>Welcome to {{ ansible_facts['hostname'] }}</h1>\n <ul>\n <li>IP Address: {{ ansible_facts['default_ipv4']['address'] }}</li>\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1089, "all_permissive": false }
ansible_role
OyTao/pacemaker-src
17e8056b3e923b7c9d85e8b4b152eea4012e723d
0
extra/ansible/docker/roles/docker-host
7,410
[ "no_license" ]
[ { "path": "extra/ansible/docker/roles/docker-host/templates/ip_start.j2", "content": "offset=$(hostname | sed s/.*-//)\nexport OCF_ROOT=/usr/lib/ocf/ OCF_RESKEY_ip={{ subnet }}.${offset} OCF_RESKEY_cidr_netmask=32\n/usr/lib/ocf/resource.d/heartbeat/IPaddr2 start\n", "license_type": "no_license", "de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 11965, "all_permissive": false }
ansible_role
yaserMow89/sSImp
0733c1febb544eb5ebe1a1b312353074e6b276c5
0
Ansible-Course/myAns/second_It/chap_04/01_nodeJS_app_server/roles/nodejs
7,410
[ "no_license" ]
[ { "path": "Ansible-Course/myAns/second_It/chap_04/01_nodeJS_app_server/roles/nodejs/tasks/main.yml", "content": "---\n - name: Install Node.js and npm.\n dnf:\n name: npm\n state: present\n enablerepo: epel\n - name: Install npm modules required.\n npm:\n name: \"{{ item }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 351, "all_permissive": false }
ansible_role
mynamo/opendatapolicing
e3e5b7d7832ed5628b445359f452e2136139f435
0
ansible/roles/postgres_openshift
7,410
[ "no_license" ]
[ { "path": "ansible/roles/postgres_openshift/defaults/defaults.yml", "content": "REDHAT_OPENSHIFT_STORAGE_CLASS_NAME: gp2\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "ansible/roles/postgres_openshift/templates/postgres_secret.j2", "content"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4658, "all_permissive": false }
ansible_role
mynamo/opendatapolicing
e3e5b7d7832ed5628b445359f452e2136139f435
0
ansible/roles/project_backup_enUS
7,410
[ "no_license" ]
[ { "path": "ansible/roles/project_backup_enUS/defaults/main.yml", "content": "target: southerncoalition_backup_enUS\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "ansible/roles/project_backup_enUS/tasks/main.yml", "content": "---\n- name: Cre...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1282, "all_permissive": false }
ansible_role
mynamo/opendatapolicing
e3e5b7d7832ed5628b445359f452e2136139f435
0
ansible/roles/project_certbot
7,410
[ "no_license" ]
[ { "path": "ansible/roles/project_certbot/defaults/main.yml", "content": "target: computate_certbot\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "ansible/roles/project_certbot/tasks/main.yml", "content": "- name: Concat root certificate, C...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1510, "all_permissive": false }
ansible_role
mynamo/opendatapolicing
e3e5b7d7832ed5628b445359f452e2136139f435
0
ansible/roles/project_login_enUS
7,410
[ "no_license" ]
[ { "path": "ansible/roles/project_login_enUS/tasks/main.yml", "content": "- name: Get restore site access token\n shell: curl -X POST -u \"{{AUTH_RESOURCE}}:{{AUTH_SECRET}}\" -d \"grant_type=client_credentials\" \"{{AUTH_URL}}/realms/{{AUTH_REALM}}/protocol/openid-connect/token\"\n register: AUTH_TOKEN\n",...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 262, "all_permissive": false }
ansible_role
mynamo/opendatapolicing
e3e5b7d7832ed5628b445359f452e2136139f435
0
ansible/roles/project_openshift_enUS
7,410
[ "no_license" ]
[ { "path": "ansible/roles/project_openshift_enUS/templates/southerncoalition_keystore.j2", "content": "apiVersion: v1\nkind: Secret\ntype: Opaque\nstringData:\n {{SSL_PROPERTIES_FILENAME}}: |-\n keystore-path={{SSL_JKS_PATH}}\n keystore-alias={{SSL_ALIAS}}\n keystore-storepass={{SSL_JKS_PASSWORD}}\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 21098, "all_permissive": false }
ansible_role
mynamo/opendatapolicing
e3e5b7d7832ed5628b445359f452e2136139f435
0
ansible/roles/project_project
7,410
[ "no_license" ]
[ { "path": "ansible/roles/project_project/templates/opendatapolicing_service.j2", "content": "[Unit]\nDescription=Watch the computate app and generate Java code when the Java source files are modified. \nAfter=network.target\n\n[Service]\nType=simple\nUser={{USER_NAME}}\nGroup={{USER_NAME}}\nWorkingDirectory...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 13441, "all_permissive": false }
ansible_role
mynamo/opendatapolicing
e3e5b7d7832ed5628b445359f452e2136139f435
0
ansible/roles/project_restore_enUS
7,410
[ "no_license" ]
[ { "path": "ansible/roles/project_restore_enUS/tasks/main.yml", "content": "# Before doing a restore, you may want to clear the database and search engine of the destination: \n# Solr Pod: \n# curl -X POST -d '<delete><query>*:*</query></delete>' http://localhost:8983/solr/southerncoalition/update?commitWith...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1617, "all_permissive": false }
ansible_role
mynamo/opendatapolicing
e3e5b7d7832ed5628b445359f452e2136139f435
0
ansible/roles/project_solr
7,410
[ "no_license" ]
[ { "path": "ansible/roles/project_solr/tasks/main.yml", "content": "- stat: \n path: /usr/bin/javac\n register: JAVAC_EXISTS\n- name: Install {{SOLR_NAME}} dependencies. \n package:\n name: [git,java-latest-openjdk-devel,java-latest-openjdk]\n become: yes\n when: JAVAC_EXISTS.stat.exists == false\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 7147, "all_permissive": false }
ansible_role
mynamo/opendatapolicing
e3e5b7d7832ed5628b445359f452e2136139f435
0
ansible/roles/project_solr_openshift
7,410
[ "no_license" ]
[ { "path": "ansible/roles/project_solr_openshift/templates/computate_solr_persistent_volume_claim.yml.j2", "content": "apiVersion: v1\nkind: PersistentVolumeClaim\nspec:\n accessModes:\n - ReadWriteOnce\n resources:\n requests:\n storage: {{SOLR_VOLUME_SIZE}}\n storageClassName: \"{{ REDHAT_OPENS...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3808, "all_permissive": false }
ansible_role
mynamo/opendatapolicing
e3e5b7d7832ed5628b445359f452e2136139f435
0
ansible/roles/project_zookeeper
7,410
[ "no_license" ]
[ { "path": "ansible/roles/project_zookeeper/meta/main.yml", "content": "---\n#dependencies: \n# - role: computate_ant\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 }, { "path": "ansible/roles/project_zookeeper/defaults/main.yml", "content": "ZOOKEEPER_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3077, "all_permissive": false }
ansible_role
mynamo/opendatapolicing
e3e5b7d7832ed5628b445359f452e2136139f435
0
ansible/roles/project_zookeeper_openshift
7,410
[ "no_license" ]
[ { "path": "ansible/roles/project_zookeeper_openshift/templates/computate_zookeeper_image_stream.yml.j2", "content": "apiVersion: image.openshift.io/v1\nkind: ImageStream\nspec:\n lookupPolicy:\n local: false\n tags:\n - annotations: null\n from:\n kind: DockerImage\n name: quay.io...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4938, "all_permissive": false }
ansible_role
mynamo/opendatapolicing
e3e5b7d7832ed5628b445359f452e2136139f435
0
ansible/roles/redhat_sso_openshift
7,410
[ "no_license" ]
[ { "path": "ansible/roles/redhat_sso_openshift/templates/redhat_sso_postgres_service.yml.j2", "content": "apiVersion: v1\nkind: Service\nspec:\n ports:\n - port: 5432\n protocol: TCP\n targetPort: 5432\n selector:\n deploymentConfig: sso-postgresql\n sessionAffinity: None\n type: ClusterI...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 13411, "all_permissive": false }
ansible_role
michal-sobiech/Implementation_and_Maintenance_of_Information_Systems
61dd96681af1fbebea7b08e3840bb394b486ea6f
0
lab_2/roles/backend_config_1
7,410
[ "no_license" ]
[ { "path": "lab_2/roles/backend_config_1/tasks/main.yml", "content": "- name: Backend_playbook\n hosts: backend_config_1\n become: yes\n gather_facts: yes\n\n tasks:\n - name: Set variables\n set_fact:\n BE_PORT: \"{{ hostvars[inventory_hostname].port }}\"\n DB_ADDR: \"{{ hostvars['...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1457, "all_permissive": false }
ansible_role
michal-sobiech/Implementation_and_Maintenance_of_Information_Systems
61dd96681af1fbebea7b08e3840bb394b486ea6f
0
lab_2/roles/database
7,410
[ "no_license" ]
[ { "path": "lab_2/roles/database/tasks/db_config.sh", "content": "SCRIPT_DIR=$(dirname $0)\n\nINIT_DB_SCRIPT_PATH=\"$SCRIPT_DIR/initDB.sql\"\nPOPULATE_DB_SCRIPT_PATH=\"$SCRIPT_DIR/populateDB.sql\"\n\nsudo mysql -e \"CREATE USER 'pc'@'%' IDENTIFIED BY 'petclinic';\"\nsudo mysql -e \"CREATE USER 'pc'@'0.0.0.0'...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2370, "all_permissive": false }
ansible_role
michal-sobiech/Implementation_and_Maintenance_of_Information_Systems
61dd96681af1fbebea7b08e3840bb394b486ea6f
0
lab_2/roles/frontend_config_1
7,410
[ "no_license" ]
[ { "path": "lab_2/roles/frontend_config_1/files/frontend.sh", "content": "#!/bin/bash\n\ntouch testowy_plik.txt\n\n\n# set -e\n\n# BE_ADDR=$1\n# BE_PORT=$2\n# FE_ADDR=$3\n\n# echo \"BE_ADDR=$BE_ADDR\"\n# echo \"BE_PORT=$BE_PORT\"\n\n# NGINX_CONFIG_FILE=\"/etc/nginx/sites-available/default\"\n# APP_SHARED_FIL...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4166, "all_permissive": false }
ansible_role
spouk/my_own_collection
dcc432873a51ee49b0c8a9a9c16a47e6f8869b38
0
my_own_namespace/yandex_cloud_elk/roles/makefile
7,410
[ "no_license" ]
[ { "path": "my_own_namespace/yandex_cloud_elk/roles/makefile/defaults/main.yml", "content": "---\n# defaults file for makefile\npath: /tmp/testfile.log\ncontent: \"test content string for testfile\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 }, { "path": "m...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 347, "all_permissive": false }
ansible_role
ingcps/olx-sre-nd-block1-lesson4-point19
334759da8adde241981c29510204b91919ac0d46
0
roles/setup
7,410
[ "no_license" ]
[ { "path": "roles/setup/tasks/main.yml", "content": "---\n- 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- name: Install dependencies\n become: yes\n apt:\n name: [\"nodejs\", \"npm\"]\n state: latest\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 690, "all_permissive": false }
ansible_role
anrajme/wildfly
cb4ee4f76eb6be61a837f84200d1b38ad44b8d0b
0
roles/wildfly
7,410
[ "no_license" ]
[ { "path": "roles/wildfly/tasks/main.yml", "content": "---\n \n- name: Adding wildfly group\n group:\n name: \"{{wildfly_user}}\"\n state: present\n\n- name: Add wildfly user\n user:\n name: \"{{wildfly_user}}\"\n groups: \"{{wildfly_group}}\"\n home: \"{{wildfly_home}}\"\n expires: 1830...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1452, "all_permissive": false }
ansible_role
Shaked/GoVagrant
a91a954e04cce5875187ff43765b73d45e2a1cf1
1
provisioning/roles/infrastructure
7,410
[ "permissive" ]
[ { "path": "provisioning/roles/infrastructure/handlers/main.yml", "content": "- name: restart nginx\n sudo: yes\n service: name=nginx state=restarted\n\n- name: start gvm \n raw: gvm use {{ go_version }} --default\n", "license_type": "permissive", "detected_licenses": [ "Unlicense" ], ...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 980, "all_permissive": true }
ansible_role
fangniu/playbooks
9f8554a41c85b60d3a10529948b0961ca1f40a37
0
roles/clsa-deploy
7,410
[ "no_license" ]
[ { "path": "roles/clsa-deploy/tasks/cover-deploy.yml", "content": "---\n\n# Migration check from symlink deployment\n- stat:\n path: \"{{ ansistrano_deploy_to }}/{{ ansistrano_current_dir }}\"\n register: stat_current_dir\n\n- name: ANSISTRANO | Remove current folder if it's a symlink\n file:\n state...
{ "task_files": 12, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 12, "total_bytes": 8735, "all_permissive": false }
ansible_role
fangniu/playbooks
9f8554a41c85b60d3a10529948b0961ca1f40a37
0
roles/clsa-rollback
7,410
[ "no_license" ]
[ { "path": "roles/clsa-rollback/tasks/download-hooks/before_cleanup.yml", "content": "- name: Hook | download ansistrano_before_cleanup_tasks_file\n get_url:\n url: \"{{ ansistrano_before_cleanup_tasks_file_url }}\"\n dest: \"{{ ansistrano_before_cleanup_tasks_file }}\"\n force: yes\n mode: 0755...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2710, "all_permissive": false }
ansible_role
emceelam/k3s_raspbian
3607c010ecbcadac857bfde5b6939292a07de0fa
0
roles/bind
7,410
[ "no_license" ]
[ { "path": "roles/bind/templates/etc/bind/zones/raspberry-zone.j2", "content": "$TTL 1D\n@ IN SOA ns1.example.com admin.example.com. (\n 2017031312 ; serial\n 1D ; refresh\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 5049, "all_permissive": false }
ansible_role
emceelam/k3s_raspbian
3607c010ecbcadac857bfde5b6939292a07de0fa
0
roles/ca
7,410
[ "no_license" ]
[ { "path": "roles/ca/templates/Makefile", "content": "all: {{ ca_intermediate_dir }}/certs/{{ common_name }}-chain.crt\n\n# echo rasputin > ca_pass.txt\n#\n# # root key\n# sudo openssl genrsa \\\n# -aes256 \\\n# -passout file:ca_pass.txt \\\n# -out $root_ca/private/ca.key.pem 4096\n# # password: <PASSW...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 13050, "all_permissive": false }
ansible_role
emceelam/k3s_raspbian
3607c010ecbcadac857bfde5b6939292a07de0fa
0
roles/docker_engine
7,410
[ "no_license" ]
[ { "path": "roles/docker_engine/defaults/main.yml", "content": "---\n# defaults file for docker_init", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/docker_engine/tasks/main.yml", "content": "---\n# tasks file for docker_init\n- name: add ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1339, "all_permissive": false }
ansible_role
emceelam/k3s_raspbian
3607c010ecbcadac857bfde5b6939292a07de0fa
0
roles/docker_registry
7,410
[ "no_license" ]
[ { "path": "roles/docker_registry/defaults/main.yml", "content": "---\n# defaults file for docker_registry\n\ncert_dir: /home/{{ ansible_user }}/certs\ncommon_name: raspberry3-wifi.example.com\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 }, { "path": "roles...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1606, "all_permissive": false }
ansible_role
emceelam/k3s_raspbian
3607c010ecbcadac857bfde5b6939292a07de0fa
0
roles/etc_hosts
7,410
[ "no_license" ]
[ { "path": "roles/etc_hosts/tasks/main.yml", "content": "---\n# tasks file for etc_hosts\n- name: change raspberrypi name in /etc/hosts\n become: yes\n lineinfile:\n path: /etc/hosts\n regex: '^127.0.1.1\\s+raspberrypi$'\n line: \"127.0.1.1 {{ hostname }}\"\n state: present\n- name: add al...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 482, "all_permissive": false }
ansible_role
emceelam/k3s_raspbian
3607c010ecbcadac857bfde5b6939292a07de0fa
0
roles/k3_nodes
7,410
[ "no_license" ]
[ { "path": "roles/k3_nodes/defaults/main.yml", "content": "---\n# defaults file for k3_nodes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/k3_nodes/tasks/main.yml", "content": "---\n# tasks file for k3_nodes\n#- name: k3 nodes\n# debug:...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1314, "all_permissive": false }
ansible_role
emceelam/k3s_raspbian
3607c010ecbcadac857bfde5b6939292a07de0fa
0
roles/k3s_master
7,410
[ "no_license" ]
[ { "path": "roles/k3s_master/defaults/main.yml", "content": "---\n# defaults file for k3s_master", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/k3s_master/tasks/main.yml", "content": "---\n- name: install k3s master\n debug:\n msg: no...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 662, "all_permissive": false }
ansible_role
emceelam/k3s_raspbian
3607c010ecbcadac857bfde5b6939292a07de0fa
0
roles/kubernetes
7,410
[ "no_license" ]
[ { "path": "roles/kubernetes/files/kuard-pod.yaml", "content": "---\napiVersion: v1\nkind: Pod\nmetadata:\n name: kuard\n namespace: dev\nspec:\n containers:\n - name: kuard\n image: 192.168.0.152:5000/kuard-arm:1\n #image: gcr.io/kuar-demo/kuard-arm:1\n ports:\n - containerPort: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1378, "all_permissive": false }
ansible_role
emceelam/k3s_raspbian
3607c010ecbcadac857bfde5b6939292a07de0fa
0
roles/sudo_users
7,410
[ "no_license" ]
[ { "path": "roles/sudo_users/defaults/main.yml", "content": "---\n# defaults file for sudo_users", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/sudo_users/tasks/main.yml", "content": "---\n- name: \"Add deployment user, {{ deployment_user...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1498, "all_permissive": false }
ansible_role
emceelam/k3s_raspbian
3607c010ecbcadac857bfde5b6939292a07de0fa
0
roles/trust_ca
7,410
[ "no_license" ]
[ { "path": "roles/trust_ca/defaults/main.yml", "content": "---\n# defaults file for trust_ca", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/trust_ca/handlers/main.yml", "content": "---\n# handlers file for trust_ca\n\n#sudo update-ca-cert...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1133, "all_permissive": false }
ansible_role
emceelam/k3s_raspbian
3607c010ecbcadac857bfde5b6939292a07de0fa
0
roles/wireless
7,410
[ "no_license" ]
[ { "path": "roles/wireless/handlers/main.yml", "content": "---\n# handlers file for wireless\n- name: reboot system\n become: yes\n reboot:\n msg: Must reboot now\n reboot_timeout: 1200\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 }, { "path": "role...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 293, "all_permissive": false }
ansible_role
emceelam/k3s_raspbian
3607c010ecbcadac857bfde5b6939292a07de0fa
0
roles/wlan_static_ip
7,410
[ "no_license" ]
[ { "path": "roles/wlan_static_ip/vars/main.yml", "content": "---\n# vars file for wlan_static_ip", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/wlan_static_ip/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n ro...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 686, "all_permissive": false }
ansible_role
emceelam/k3s_raspbian
3607c010ecbcadac857bfde5b6939292a07de0fa
0
roles/wpa_supplicant_conf
7,410
[ "no_license" ]
[ { "path": "roles/wpa_supplicant_conf/handlers/main.yml", "content": "---\n# handlers file for wpa_supplicant_conf\n- name: reboot system\n become: yes\n reboot:\n msg: must reboot now\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 }, { "path": "roles/wp...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 551, "all_permissive": false }
ansible_role
SINtez47/ansible_cm
343033d804162b3a52c378dbbc16f8d94b0bcb21
0
roles/adduser
7,412
[ "no_license" ]
[ { "path": "roles/adduser/defaults/main.yml", "content": "---\nuser:\n login: test\n password: <PASSWORD>\n group: test\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "roles/adduser/tasks/main.yml", "content": "---\n- name: Create User\n b...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 432, "all_permissive": false }
ansible_role
SINtez47/ansible_cm
343033d804162b3a52c378dbbc16f8d94b0bcb21
0
roles/backup
7,412
[ "no_license" ]
[ { "path": "roles/backup/files/nginx.sh", "content": "#!/bin/bash\n\n#Проверка не запещен ли скрипт\nif [[ ($(ps -e| grep srv_bak.sh | wc -l)>\"2\") ]]; then\necho \"Процесс уже запущен\"\nexit;\nfi\n\nbasepath=/home/dimar/ansible_cm/backup/nginx\n\ntoday=`date +%Y%m%d`\nyesterday=`date --date=\"yesterday\" ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2650, "all_permissive": false }
ansible_role
SINtez47/ansible_cm
343033d804162b3a52c378dbbc16f8d94b0bcb21
0
roles/db
7,412
[ "no_license" ]
[ { "path": "roles/db/tasks/main.yml", "content": "---\n# MySQL Configuration\n\n- name: Start Mysql Service\n service: name=mysqld state=started enabled=yes\n\n- name: restart mysql\n service: name=mysqld state=restarted\n\n- name: Creates database for WordPress\n mysql_db:\n name: \"{{ wp_db_name }}\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 593, "all_permissive": false }
ansible_role
SINtez47/ansible_cm
343033d804162b3a52c378dbbc16f8d94b0bcb21
0
roles/soft
7,412
[ "no_license" ]
[ { "path": "roles/soft/tasks/main.yml", "content": "---\n- name: Download and unpack latest WordPress\n unarchive:\n src: https://wordpress.org/latest.tar.gz\n dest: \"/var/www/\"\n remote_src: yes\n creates: \"/var/www/wordpress\"\n tags: [ wordpress ]\n\n- name: Install Nginx Web Server on De...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 651, "all_permissive": false }
ansible_role
SINtez47/ansible_cm
343033d804162b3a52c378dbbc16f8d94b0bcb21
0
roles/tests
7,412
[ "no_license" ]
[ { "path": "roles/tests/tasks/main.yml", "content": "---\n- name: Make sure 'nginx' is started\n systemd:\n name: nginx\n state: started\n enabled: yes\n register: result\n\n- name: Show result\n debug:\n msg: \"{{ result }}\"\n\n- name: Make sure 'mysql' is started\n systemd:\n name: mari...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 790, "all_permissive": false }
ansible_role
SINtez47/ansible_cm
343033d804162b3a52c378dbbc16f8d94b0bcb21
0
roles/websrv
7,412
[ "no_license" ]
[ { "path": "roles/websrv/templates/my.cnf.j2", "content": "[mysqld]\ndatadir=/var/lib/mysql\nsocket=/var/lib/mysql/mysql.sock\nuser=user\n#symbolic-links=0\nport={{ mysql_port }}\n\n[mysqld_safe]\nlog-error=/var/log/mysqld.log\npid-file=/var/run/mysqld/mysqld.pid\n", "license_type": "no_license", "de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1272, "all_permissive": false }
ansible_role
j05h/whatsup
ac2b209714c540dee66aa24532282c6e174a1afd
0
vagrant/roles/Stouts.limits
7,412
[ "no_license" ]
[ { "path": "vagrant/roles/Stouts.limits/tasks/main.yml", "content": "---\n\n- include: limits.yml\n when: limits_enabled\n tags: [limits]\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "vagrant/roles/Stouts.limits/tasks/limits.yml", "content...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1789, "all_permissive": false }
ansible_role
fidencio/sssd-test-suite
a04772b73a0fec90a0af9730c4a214191485e280
0
provision/roles/common
7,412
[ "no_license" ]
[ { "path": "provision/roles/common/templates/bashrc", "content": "export VAGRANT=\"yes\"\n\n# Source git bash-completion\nif [ -f /usr/share/git-core/contrib/completion/git-prompt.sh ]; then\n . /usr/share/git-core/contrib/completion/git-prompt.sh\nfi\n\n# Source additional scripts\nINCLUDE_DIR=\"/shared/sc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1918, "all_permissive": false }
ansible_role
fidencio/sssd-test-suite
a04772b73a0fec90a0af9730c4a214191485e280
0
provision/roles/dnsclient
7,412
[ "no_license" ]
[ { "path": "provision/roles/dnsclient/tasks/main.yml", "content": "- name: Create /etc/NetworkManager/conf.d/enable_dnsmasq.conf\n become: True\n template:\n src: enable_dnsmasq.conf\n dest: /etc/NetworkManager/conf.d/enable_dnsmasq.conf\n owner: root\n group: root\n mode: 0644\n\n- name: Cr...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 915, "all_permissive": false }
ansible_role
fidencio/sssd-test-suite
a04772b73a0fec90a0af9730c4a214191485e280
0
provision/roles/host
7,412
[ "no_license" ]
[ { "path": "provision/roles/host/tasks/main.yml", "content": "- name: Install packages\n become: True\n package:\n name: '{{ item }}'\n state: present\n with_items:\n - python-firewall\n - python2-winrm\n - python3-winrm\n - NetworkManager\n - dnsmasq\n - qemu-kvm\n \n- name: Create /etc/polk...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 748, "all_permissive": false }
ansible_role
fidencio/sssd-test-suite
a04772b73a0fec90a0af9730c4a214191485e280
0
provision/roles/ipa
7,412
[ "no_license" ]
[ { "path": "provision/roles/ipa/defaults/main.yml", "content": "# IPA server configuration\nipa_domain: 'ipa.vm'\nipa_hostname: 'master.ipa.vm'\nipa_password: '<PASSWORD>'\nipa_netbios: 'IPA'\n\n# DNS information for LDAP server\nldap_domain: 'ldap.vm'\nldap_ip: '192.168.100.20'\n\n# DNS information for clie...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 7053, "all_permissive": false }
ansible_role
fidencio/sssd-test-suite
a04772b73a0fec90a0af9730c4a214191485e280
0
provision/roles/ldap
7,412
[ "no_license" ]
[ { "path": "provision/roles/ldap/vars/main.yml", "content": "# Parameters for ldapmodify\nldap_auth:\n server_uri: ldap://localhost/\n bind_dn: '{{ bind_dn }}'\n bind_pw: '{{ bind_pw }}'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 }, { "path": "provisio...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3797, "all_permissive": false }
ansible_role
fidencio/sssd-test-suite
a04772b73a0fec90a0af9730c4a214191485e280
0
provision/roles/ping
7,412
[ "no_license" ]
[ { "path": "provision/roles/ping/tasks/main.yml", "content": "- name: Test ansible\n ping:\n ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 31, "all_permissive": false }
ansible_role
fidencio/sssd-test-suite
a04772b73a0fec90a0af9730c4a214191485e280
0
provision/roles/sssd
7,412
[ "no_license" ]
[ { "path": "provision/roles/sssd/defaults/main.yml", "content": "# Ansible host that runs LDAP server\nldap_host: 'ldap'\n\n# LDAP domain to which client will join\nldap_domain: 'ldap.vm'\n\n# IPA domain to which client will join\nipa_domain: 'ipa.vm'\n\n# AD domain to which client will join\nad_domain: 'ad....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3948, "all_permissive": false }
ansible_role
fidencio/sssd-test-suite
a04772b73a0fec90a0af9730c4a214191485e280
0
provision/roles/win-dnsclient
7,412
[ "no_license" ]
[ { "path": "provision/roles/win-dnsclient/tasks/main.yml", "content": "- name: Setup DNS\n win_dns_client:\n adapter_names: \"*\"\n ipv4_addresses:\n - '{{ dns_server }}'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { "path": "provision/roles/w...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 158, "all_permissive": false }
ansible_role
fidencio/sssd-test-suite
a04772b73a0fec90a0af9730c4a214191485e280
0
provision/roles/win-domain
7,412
[ "no_license" ]
[ { "path": "provision/roles/win-domain/tasks/main.yml", "content": "- name: 'Create new AD domain {{ ad_child_domain }}.{{ ad_parent_domain }}'\n win_shell: |\n Import-Module ADDSDeployment\n \n $user = \"Administrator@{{ ad_parent_domain }}\"\n $password = ConvertTo-SecureString -String \"<PASS...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1438, "all_permissive": false }
ansible_role
fidencio/sssd-test-suite
a04772b73a0fec90a0af9730c4a214191485e280
0
provision/roles/win-forest
7,412
[ "no_license" ]
[ { "path": "provision/roles/win-forest/defaults/main.yml", "content": "# Active Directory domain to create as a forest root\nad_domain: 'ad.vm'\nad_netbios: 'AD'\n\n# Safe password for the domain controller\nad_safe_password: '<PASSWORD>'\n\n# Functional levels\nforest_mode: WinThreshold\ndomain_mode: WinThr...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1248, "all_permissive": false }
ansible_role
fidencio/sssd-test-suite
a04772b73a0fec90a0af9730c4a214191485e280
0
provision/roles/win-ping
7,412
[ "no_license" ]
[ { "path": "provision/roles/win-ping/tasks/main.yml", "content": "- name: Test ansible\n win_ping:\n ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 35, "all_permissive": false }
ansible_role
fidencio/sssd-test-suite
a04772b73a0fec90a0af9730c4a214191485e280
0
provision/roles/win-reboot
7,412
[ "no_license" ]
[ { "path": "provision/roles/win-reboot/tasks/main.yml", "content": "- name: Reboot machine\n win_reboot:\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 37, "all_permissive": false }
ansible_role
jpfermin/HOA8
8482d65393db5d2c59ea3eefd369c52a6c2201a4
0
roles/base
7,412
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yaml", "content": " - name: Update package cache (Ubuntu)\n apt:\n update_cache: yes\n when: \"ansible_facts['os_family'] == 'Debian'\"\n\n - name: Install required packages (Ubuntu)\n apt:\n name: \"{{ item }}\"\n state: present\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1025, "all_permissive": false }
ansible_role
jpfermin/HOA8
8482d65393db5d2c59ea3eefd369c52a6c2201a4
0
roles/nagios
7,412
[ "no_license" ]
[ { "path": "roles/nagios/tasks/main.yaml", "content": "---\n- name: Download Nagios Core source code\n get_url:\n url: \"https://assets.nagios.com/downloads/nagioscore/releases/nagios-4.4.6.tar.gz\"\n dest: \"/tmp/nagios.tar.gz\"\n\n- name: Extract Nagios Core\n shell: \"tar xzf /tmp/nagios.tar.gz -C...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 969, "all_permissive": false }
ansible_role
jpfermin/HOA8
8482d65393db5d2c59ea3eefd369c52a6c2201a4
0
roles/web_servers
7,412
[ "no_license" ]
[ { "path": "roles/web_servers/tasks/main.yaml.save.1", "content": "---\n\n - name: Install required packages (Ubuntu)\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - apache2\n - libapache2-mod-php\n - build-essential\n - libgd-dev\n - libmcrypt-dev\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2873, "all_permissive": false }
ansible_role
colinrymer/philote
5fa94a4df4d36e70919b75f44d72e45fe3331d90
0
roles/development
7,412
[ "no_license" ]
[ { "path": "roles/development/tasks/osx_defaults.yml", "content": "---\n- name: Disable \"natural\" scrolling\n shell: defaults write NSGlobalDomain com.apple.swipescrolldirection -bool false\n\n- name: Remove all from Dock\n shell: dockutil --remove all\n\n- name: Auto-hide Dock\n shell: defaults write c...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3069, "all_permissive": false }
ansible_role
jbinto/ansible-ubuntu-rails-server
003b3dcf0cb72c043b1c81a4dc644c96da2e2427
48
roles/create-deploy-user
7,412
[ "no_license" ]
[ { "path": "roles/create-deploy-user/tasks/main.yml", "content": "- name: create {{ deploy }} user\n user: name={{ deploy }} comment=\"deploy user\" generate_ssh_key=yes state=present password={{ <PASSWORD> }} shell=/bin/bash\n\n- name: authorize my SSH key to access {{ deploy }}\n authorized_key: user={{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1239, "all_permissive": false }
ansible_role
jbinto/ansible-ubuntu-rails-server
003b3dcf0cb72c043b1c81a4dc644c96da2e2427
48
roles/digitalocean
7,412
[ "no_license" ]
[ { "path": "roles/digitalocean/tasks/main.yml", "content": "# Adapted from https://github.com/garethr/ansible-provisioner\n# Original license:\n\n # The MIT License (MIT)\n # Copyright (c) 2013 <NAME>\n\n # Permission is hereby granted, free of charge, to any person obtaining a copy\n # of this software ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1910, "all_permissive": false }
ansible_role
jbinto/ansible-ubuntu-rails-server
003b3dcf0cb72c043b1c81a4dc644c96da2e2427
48
roles/linux-prereqs
7,412
[ "no_license" ]
[ { "path": "roles/linux-prereqs/handlers/main.yml", "content": "- name: restart_sshd\n service: name=ssh state=restarted\n sudo: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "roles/linux-prereqs/tasks/main.yml", "content": "- name: Remov...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2060, "all_permissive": false }
ansible_role
jbinto/ansible-ubuntu-rails-server
003b3dcf0cb72c043b1c81a4dc644c96da2e2427
48
roles/nginx-passenger
7,412
[ "no_license" ]
[ { "path": "roles/nginx-passenger/tasks/main.yml", "content": "# Adapted from official Passenger/nginx documentation:\n# http://www.modrails.com/documentation/Users%20guide%20Nginx.html\n\n\n# NOTE: Currently using the Phusion Passenger repo for nginx.\n# Was previously using official nginx/stable PPA.\n\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1891, "all_permissive": false }
ansible_role
jbinto/ansible-ubuntu-rails-server
003b3dcf0cb72c043b1c81a4dc644c96da2e2427
48
roles/papertrail
7,412
[ "no_license" ]
[ { "path": "roles/papertrail/tasks/main.yml", "content": "- name: Add papertrail destination to rsyslog.conf\n lineinfile: \"dest=/etc/rsyslog.conf state=present line='*.* {{papertrail_log_dest}}'\"\n sudo: yes\n\n# TODO: Add logging of individual files using remote_syslog gem\n# See https://papertrailapp....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 261, "all_permissive": false }
ansible_role
jbinto/ansible-ubuntu-rails-server
003b3dcf0cb72c043b1c81a4dc644c96da2e2427
48
roles/postgresql
7,412
[ "no_license" ]
[ { "path": "roles/postgresql/tasks/main.yml", "content": "\n\n# python-pycurl is required for apt_key module\n# see https://groups.google.com/forum/#!topic/ansible-project/ooAm8g3EEsU\n\n\n\n# BUG: When running 'vagrant up' for the first time, the python-pycurl task\n# always fails, with:\n#\n# msg: Failed t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1373, "all_permissive": false }