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 | root1604/otus-linux-labs | 012b76c835c3c3bd25c11f1ce33bf157a1e1b46f | 0 | 17/roles/inetRouter2 | 4,577 | [
"no_license"
] | [
{
"path": "17/roles/inetRouter2/tasks/main.yml",
"content": "---\r\n# tasks file for inetRouter2\r\n- name: Copy file with owner and permissions\r\n copy:\r\n src: vagrant\r\n dest: /etc/sudoers.d/vagrant\r\n owner: root\r\n group: root\r\n mode: '0440'\r\n- name: Appending the user 'vagrant... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1291,
"all_permissive": false
} |
ansible_role | root1604/otus-linux-labs | 012b76c835c3c3bd25c11f1ce33bf157a1e1b46f | 0 | 18/1/roles/router1 | 4,577 | [
"no_license"
] | [
{
"path": "18/1/roles/router1/tasks/main.yml",
"content": "---\r\n# tasks file for Router1\r\n- name: Copy file with owner and permissions\r\n copy:\r\n src: vagrant\r\n dest: /etc/sudoers.d/vagrant\r\n owner: root\r\n group: root\r\n mode: '0440'\r\n- name: Appending the user 'vagrant'to th... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2016,
"all_permissive": false
} |
ansible_role | guillermo-carrasco/arvados-ansible | d1002ce5a46283c3b439494e0bdcc5ccc6a72f06 | 1 | roles/arvados | 4,577 | [
"no_license"
] | [
{
"path": "roles/arvados/tasks/main.yaml",
"content": "---\n########################################\n# Tasks file for the main Arvados role #\n########################################\n\n# CentOS specific commands\n- name: Install libselinux-python so that Ansible can copy files instide the VM\n sudo: yes... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1048,
"all_permissive": false
} |
ansible_role | guillermo-carrasco/arvados-ansible | d1002ce5a46283c3b439494e0bdcc5ccc6a72f06 | 1 | roles/arvados-api | 4,577 | [
"no_license"
] | [
{
"path": "roles/arvados-api/files/puma.sh",
"content": "#!/bin/bash\n\nset -e\nexec 2>&1\n\n# Uncomment the line below if you're using RVM.\n#source /etc/profile.d/rvm.sh\n\nenvdir=\"`pwd`/env\"\nmkdir -p \"$envdir\"\necho ws-only > \"$envdir/ARVADOS_WEBSOCKETS\"\n\ncd /var/www/arvados-api/current\necho \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 10566,
"all_permissive": false
} |
ansible_role | guillermo-carrasco/arvados-ansible | d1002ce5a46283c3b439494e0bdcc5ccc6a72f06 | 1 | roles/arvados-git | 4,577 | [
"no_license"
] | [
{
"path": "roles/arvados-git/templates/arvados-clients.j2",
"content": "production:\n gitolite_url: /var/lib/arvados/git/repositories/gitolite-admin.git\n gitolite_tmp: /var/lib/arvados/git\n arvados_api_host: {{ arvados_api_host }}\n arvados_api_token: \"{{ arvados_api_token }}\"\n arvados_api_host_in... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3166,
"all_permissive": false
} |
ansible_role | guillermo-carrasco/arvados-ansible | d1002ce5a46283c3b439494e0bdcc5ccc6a72f06 | 1 | roles/arvados-sso | 4,577 | [
"no_license"
] | [
{
"path": "roles/arvados-sso/tasks/main.yaml",
"content": "#######################################\n# Tasks file for the Arvados SSO role #\n#######################################\n\n- name: Install Arvados SSO server\n sudo: yes\n yum: name=arvados-sso-server state=latest\n\n- name: Add uuid and secret ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 5937,
"all_permissive": false
} |
ansible_role | guillermo-carrasco/arvados-ansible | d1002ce5a46283c3b439494e0bdcc5ccc6a72f06 | 1 | roles/arvados-workbench | 4,577 | [
"no_license"
] | [
{
"path": "roles/arvados-workbench/files/trusted_client.rb",
"content": "task :trusted_client => :production do\n wb = ApiClient.all.last; [wb.url_prefix, wb.created_at]\n include CurrentApiClient\n act_as_system_user do wb.update_attributes!(is_trusted: true) end\n Thread.current[:user] = User.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 7083,
"all_permissive": false
} |
ansible_role | guillermo-carrasco/arvados-ansible | d1002ce5a46283c3b439494e0bdcc5ccc6a72f06 | 1 | roles/passenger | 4,577 | [
"no_license"
] | [
{
"path": "roles/passenger/tasks/main.yaml",
"content": "# Configure Passenger Nginx and install Nginx in CentOS\n\n- name: Enable EPEL repositories\n sudo: yes\n yum: name=epel-release state=latest\n\n# https://community.hpcloud.com/article/centos-63-instance-giving-cannot-retrieve-metalink-repository-ep... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1832,
"all_permissive": false
} |
ansible_role | guillermo-carrasco/arvados-ansible | d1002ce5a46283c3b439494e0bdcc5ccc6a72f06 | 1 | roles/postgres | 4,577 | [
"no_license"
] | [
{
"path": "roles/postgres/tasks/main.yaml",
"content": "# Install and configure PostgreSQL database\n\n- name: Install PostgreSQL and dependencies\n yum: name={{ item.name }} state=latest\n sudo: yes\n with_items:\n - {name: 'postgresql'}\n - {name: 'postgresql-contrib'}\n - {name: 'postgr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1367,
"all_permissive": false
} |
ansible_role | guillermo-carrasco/arvados-ansible | d1002ce5a46283c3b439494e0bdcc5ccc6a72f06 | 1 | roles/ruby | 4,577 | [
"no_license"
] | [
{
"path": "roles/ruby/tasks/main.yaml",
"content": "# Fetch, compile and install ruby 2.1.3\n\n- name: Install requirements\n sudo: yes\n command: yum groupinstall \"Development Tools\" -y\n\n- name: Install Development Tools\n sudo: yes\n yum: name=openssl-devel state=latest\n\n- name: Get Ruby 2.1.3\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 717,
"all_permissive": false
} |
ansible_role | hmlwan/laravel-bjyblog | ab1ece6e93a21f75b589039a9b88e060bce7c9e4 | 0 | deploy/ansible/roles/laravel | 4,577 | [
"no_license"
] | [
{
"path": "deploy/ansible/roles/laravel/tasks/main.yml",
"content": "- name: Use Aliyun mirror\n when: inventory_hostname == 'multipass'\n ansible.builtin.copy:\n src: files/sources.list\n dest: /etc/apt/sources.list\n\n- name: Apt update\n when: inventory_hostname == 'multipass'\n apt:\n updat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 11504,
"all_permissive": false
} |
ansible_role | dev9846/iac-terraform-ansible-demo | 211f71131ee9b2abf14e1a18a1d971bfb30f23b2 | 0 | ansible/roles/nginx | 4,577 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": "- name: Install NGINX with shell\n shell: |\n amazon-linux-extras enable nginx1\n yum clean metadata\n yum install -y nginx\n args:\n executable: /bin/bash\n\n- name: Start and enable NGINX\n raw: systemctl enable nginx && systemctl ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1375,
"all_permissive": false
} |
ansible_role | glitch2k/ospf-templating | b80f5f571a0a2ef4a88eeed30e20ff785f758036 | 0 | roles/ospf | 4,577 | [
"no_license"
] | [
{
"path": "roles/ospf/templates/full-device-config.j2",
"content": "interface f0/0\nip address {{item.ospf_interface_ipaddr}} {{item.ospf_interface_ipaddr_mask}}\n\n\n\ninterface loopback 0\nip address {{item.loop0_ipaddr}} {{item.loop0_ipaddr_mask}}\n\ninterface loopback 1\nip address {{item.loop1_ipaddr}}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1113,
"all_permissive": false
} |
ansible_role | glitch2k/ospf-templating | b80f5f571a0a2ef4a88eeed30e20ff785f758036 | 0 | roles/push-config-02 | 4,577 | [
"no_license"
] | [
{
"path": "roles/push-config-02/tasks/main.yml",
"content": "---\n- name: Push configuration files to routers in inventory group \n ios_config: \n src: \"{{ inventory_hostname }}\"\n\n- name: Unshut OSPF interface to routers in inventory group \n ios_config:\n lines:\n - no sh\n parents: int... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 477,
"all_permissive": false
} |
ansible_role | glitch2k/ospf-templating | b80f5f571a0a2ef4a88eeed30e20ff785f758036 | 0 | roles/push-config-R1 | 4,577 | [
"no_license"
] | [
{
"path": "roles/push-config-R1/tasks/main.yml",
"content": "---\n- name: Push configuration files to R1 \n ios_config: \n src: R1.cfg\n\n- name: Unshut OSPF interface on R1\n ios_config:\n lines:\n - no sh\n parents: interface f0/0\n",
"license_type": "no_license",
"detected_license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 179,
"all_permissive": false
} |
ansible_role | glitch2k/ospf-templating | b80f5f571a0a2ef4a88eeed30e20ff785f758036 | 0 | roles/push-config-R2 | 4,577 | [
"no_license"
] | [
{
"path": "roles/push-config-R2/tasks/main.yml",
"content": "---\n- name: Push configuration files to R2\n ios_config: \n src: \"R2.cfg\"\n\n- name: Unshut OSPF interface on R2\n ios_config:\n lines:\n - no sh\n parents: interface f0/0",
"license_type": "no_license",
"detected_licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 179,
"all_permissive": false
} |
ansible_role | arocki7/aws-dante-proxy | dd700cdb02bcb973ff0578b9e5e776f18d68e725 | 5 | roles/aws-ec2 | 4,577 | [
"no_license"
] | [
{
"path": "roles/aws-ec2/tasks/main.yml",
"content": "\n- name: Fetch latest Amazon Linux 2 AMIs\n ec2_ami_info:\n owner: 137112412989\n filters:\n name: \"amzn2-ami-hvm-2.*x86_64-gp2\"\n state: available\n register: amis\n\n- name: Find out the AMI of latest Amazon Linux 2\n set_fact:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1654,
"all_permissive": false
} |
ansible_role | arocki7/aws-dante-proxy | dd700cdb02bcb973ff0578b9e5e776f18d68e725 | 5 | roles/dante | 4,577 | [
"no_license"
] | [
{
"path": "roles/dante/templates/sockd.conf.j2",
"content": "logoutput: /var/log/sockd.log\nerrorlog: /var/log/sockd.errlog\n\ninternal: {{ ansible_default_ipv4.address }} port = 1080\nexternal: {{ ansible_default_ipv4.address }}\n\nuser.privileged: root\nuser.notprivileged: nobody\n\nclientmethod: none\nso... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1643,
"all_permissive": false
} |
ansible_role | kevsmith/vms | 06b0f5415cdb0da3c291724f88c916c36310a321 | 0 | roles/dev | 4,617 | [
"no_license"
] | [
{
"path": "roles/dev/tasks/packages.yml",
"content": "---\n\n- name: update apt mirror URLs\n command: sed -i 's/us.archive.ubuntu.com/mirrors.us.kernel.org/g' /etc/apt/sources.list\n- name: install packages\n apt: pkg={{ item }} state=latest update_cache=yes\n with_items:\n - build-essential\n - a... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1333,
"all_permissive": false
} |
ansible_role | kevsmith/vms | 06b0f5415cdb0da3c291724f88c916c36310a321 | 0 | roles/sqitch | 4,617 | [
"no_license"
] | [
{
"path": "roles/sqitch/tasks/main.yml",
"content": "---\n- name: install sqitch & galactus-sql\n apt: state=latest update_cache=yes cache_valid_time=3600 force=yes name={{ item }}\n with_items:\n - sqitch\n - galactus-sql\n\n- name: create sqitch.conf\n template: src=sqitch.conf dest=/usr/lib/gala... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 442,
"all_permissive": false
} |
ansible_role | marionddlr/DevOps | 3013825fee05952073cd0db87c31f8de3b8c399f | 0 | my-project/ansible/roles/create_network | 4,617 | [
"no_license"
] | [
{
"path": "my-project/ansible/roles/create_network/tasks/main.yml",
"content": "---\n# tasks file for roles/create_network\n\n- name: Create network\n docker_network:\n name: app-network\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 125
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 125,
"all_permissive": false
} |
ansible_role | marionddlr/DevOps | 3013825fee05952073cd0db87c31f8de3b8c399f | 0 | my-project/ansible/roles/launch_app | 4,617 | [
"no_license"
] | [
{
"path": "my-project/ansible/roles/launch_app/tasks/main.yml",
"content": "---\n# tasks file for roles/http\n- name: Run httpd\n docker_container:\n name: httpd\n image: marionddlr/tp1-httpd:1.0\n state: started\n networks:\n - name: app-network\n env:\n BACKEND_host: api\n por... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 241,
"all_permissive": false
} |
ansible_role | marionddlr/DevOps | 3013825fee05952073cd0db87c31f8de3b8c399f | 0 | my-project/ansible/roles/launch_database | 4,617 | [
"no_license"
] | [
{
"path": "my-project/ansible/roles/launch_database/tasks/main.yml",
"content": "---\n# tasks file for roles/database\n- name: Run database\n docker_container:\n name: database\n image: marionddlr/tp1-database:1.0\n state: started\n networks:\n - name: app-network\n env:\n POSTGRES... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 280,
"all_permissive": false
} |
ansible_role | marionddlr/DevOps | 3013825fee05952073cd0db87c31f8de3b8c399f | 0 | my-project/ansible/roles/launch_proxy | 4,617 | [
"no_license"
] | [
{
"path": "my-project/ansible/roles/launch_proxy/tasks/main.yml",
"content": "---\n# tasks file for roles/launch_proxy\n- name: Run API\n docker_container:\n name: api\n image: marionddlr/tp1-backend:1.0\n state: started\n networks:\n - name: app-network\n env:\n DB_host: database\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 326,
"all_permissive": false
} |
ansible_role | Otus-DevOps-2018-05/DmitriiKuvshinov_infra | e9bbfe44aae8583a271585df477b3e2e5543b588 | 0 | ansible/roles/db | 4,617 | [
"no_license"
] | [
{
"path": "ansible/roles/db/tasks/install_mongo.yml",
"content": "---\n- name: add key\n apt_key:\n keyserver: hkp://keyserver.ubuntu.com:80\n id: EA312927\n tags: install\n- name: add repo\n apt_repository:\n repo: deb [ arch=amd64,arm64 ] http://repo.mongodb.org/apt/ubuntu xenial/mongodb... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 537,
"all_permissive": false
} |
ansible_role | stevepop/ansible-laravel5 | 661494651e685942e58dbf8b9a10fed840c66e8f | 0 | vagrant/ansible/roles/gulp | 4,617 | [
"no_license"
] | [
{
"path": "vagrant/ansible/roles/gulp/tasks/main.yml",
"content": "---\n- name: Add Repository to install latest Nodejs\n tags: gulp\n apt_repository: repo=ppa:chris-lea/node.js\n register: node_repo\n\n- name: Update apt cache\n tags: gulp\n apt:\n update_cache: yes\n when: node_repo|changed\n\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 621,
"all_permissive": false
} |
ansible_role | stevepop/ansible-laravel5 | 661494651e685942e58dbf8b9a10fed840c66e8f | 0 | vagrant/ansible/roles/laravel-env | 4,617 | [
"no_license"
] | [
{
"path": "vagrant/ansible/roles/laravel-env/tasks/main.yml",
"content": "- name: Download Laravel installer\n shell: composer global require \"laravel/installer=~1.1\"\n\n- name: Copy development environment file to project root\n copy: src=.env dest={{ project_root }}",
"license_type": "no_license",... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 192,
"all_permissive": false
} |
ansible_role | stevepop/ansible-laravel5 | 661494651e685942e58dbf8b9a10fed840c66e8f | 0 | vagrant/ansible/roles/nginx | 4,617 | [
"no_license"
] | [
{
"path": "vagrant/ansible/roles/nginx/tasks/main.yml",
"content": "---\n- name: create /www/ directory\n file: dest={{project_root}} state=directory owner=www-data group=www-data mode=0700\n\n- name: Install Nginx\n sudo: yes\n apt: pkg=nginx state=latest\n\n- name: Change default nginx site\n sudo: ye... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 335,
"all_permissive": false
} |
ansible_role | stevepop/ansible-laravel5 | 661494651e685942e58dbf8b9a10fed840c66e8f | 0 | vagrant/ansible/roles/phpcommon | 4,617 | [
"no_license"
] | [
{
"path": "vagrant/ansible/roles/phpcommon/tasks/main.yml",
"content": "- name: Install PHP Packages\n sudo: yes\n apt: pkg={{ item }} state=latest\n with_items: php_packages\n\n# Make MCrypt Available\n- name: make mcrypt available\n #command: php5enmod mcrypt\n file: src=/etc/php5/mods-available/mcry... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 296,
"all_permissive": false
} |
ansible_role | hadi2f244/testing_ansible | 9695ad0d8231b4bfb1903c6e817f301e5b9d9fe7 | 2 | roles/package | 4,617 | [
"no_license"
] | [
{
"path": "roles/package/tasks/package.yaml",
"content": "---\n- name: \"Install python for working ansbile with server\"\n raw: >\n test -e /usr/bin/python || (apt -y update && apt install -y python-minimal)\n register: install_python_output\n changed_when: install_python_output.rc != 0\n\n- name: ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1937,
"all_permissive": false
} |
ansible_role | giladju/networking101 | a6e31fe23d2af8a3328904d3200a35dda2f43bdf | 0 | roles/ec2-remove | 4,617 | [
"no_license"
] | [
{
"path": "roles/ec2-remove/tasks/main.yml",
"content": "---\n- name: get vpcs facts\n ec2_vpc_net_facts:\n region: \"{{ region }}\"\n register: tikal_ec2_vpc_net_facts\n- name: set fact current vpc id\n set_fact:\n current_vpc_id: \"{{ tikal_ec2_vpc_net_facts.vpcs | list | selectattr('tags.Name', ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1712,
"all_permissive": false
} |
ansible_role | giladju/networking101 | a6e31fe23d2af8a3328904d3200a35dda2f43bdf | 0 | roles/http-server | 4,617 | [
"no_license"
] | [
{
"path": "roles/http-server/tasks/main.yml",
"content": "---\n- name: Create SSH keypair Jump\n ec2_key:\n region: '{{ region }}'\n name: 'ansible-{{ envname }}-jump'\n key_material: '{{ public_key_jump }}'\n state: present\n- name: Create SSH keypair Web\n ec2_key:\n region: '{{ region }}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2097,
"all_permissive": false
} |
ansible_role | giladju/networking101 | a6e31fe23d2af8a3328904d3200a35dda2f43bdf | 0 | roles/load-balancer | 4,617 | [
"no_license"
] | [
{
"path": "roles/load-balancer/tasks/main.yml",
"content": "---\n- name: get vpcs facts\n ec2_vpc_net_facts:\n region: \"{{ region }}\"\n register: tikal_ec2_vpc_net_facts\n- name: set fact current vpc id\n set_fact:\n current_vpc_id: \"{{ tikal_ec2_vpc_net_facts.vpcs | list | selectattr('tags.Name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1626,
"all_permissive": false
} |
ansible_role | giladju/networking101 | a6e31fe23d2af8a3328904d3200a35dda2f43bdf | 0 | roles/vpc | 4,617 | [
"no_license"
] | [
{
"path": "roles/vpc/tasks/main.yml",
"content": "---\n# tasks file for vpc\n- name: Assertions\n assert:\n that:\n - region is defined\n - envname is defined\n - cidr_block is defined\n - subnets is iterable\n - availability_zone is defined\n # - ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3745,
"all_permissive": false
} |
ansible_role | giladju/networking101 | a6e31fe23d2af8a3328904d3200a35dda2f43bdf | 0 | roles/vpc-remove | 4,617 | [
"no_license"
] | [
{
"path": "roles/vpc-remove/tasks/main.yml",
"content": "---\n- name: get vpcs facts\n ec2_vpc_net_facts:\n region: \"{{ region }}\"\n register: tikal_ec2_vpc_net_facts\n- name: set fact current vpc id\n set_fact:\n current_vpc_id: \"{{ tikal_ec2_vpc_net_facts.vpcs | list | selectattr('tags.Name', ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1913,
"all_permissive": false
} |
ansible_role | franciscofregona/BAL-anced-pat-ENA | 5949d21110f5ff07cee2263013e645ba78ddcbca | 0 | ansible/roles/cacheimages | 4,617 | [
"no_license"
] | [
{
"path": "ansible/roles/cacheimages/handlers/main.yml",
"content": "---\n# handlers file for containerdeploy",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "ansible/roles/cacheimages/tests/test.yml",
"content": "---\n- hosts: localhost\n remo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 888,
"all_permissive": false
} |
ansible_role | franciscofregona/BAL-anced-pat-ENA | 5949d21110f5ff07cee2263013e645ba78ddcbca | 0 | ansible/roles/deploycode | 4,617 | [
"no_license"
] | [
{
"path": "ansible/roles/deploycode/defaults/main.yml",
"content": "---\n# defaults file for containerdeploy",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "ansible/roles/deploycode/vars/main.yml",
"content": "---\n# vars file for containerdepl... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 618,
"all_permissive": false
} |
ansible_role | franciscofregona/BAL-anced-pat-ENA | 5949d21110f5ff07cee2263013e645ba78ddcbca | 0 | ansible/roles/loaddatabase | 4,617 | [
"no_license"
] | [
{
"path": "ansible/roles/loaddatabase/defaults/main.yml",
"content": "---\n# defaults file for loaddatabase",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "ansible/roles/loaddatabase/tasks/main.yml",
"content": "---\n# tasks file for loaddataba... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 331,
"all_permissive": false
} |
ansible_role | franciscofregona/BAL-anced-pat-ENA | 5949d21110f5ff07cee2263013e645ba78ddcbca | 0 | ansible/roles/loadk8stemplates | 4,617 | [
"no_license"
] | [
{
"path": "ansible/roles/loadk8stemplates/defaults/main.yml",
"content": "---\n# defaults file for loadk8stemplates",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "ansible/roles/loadk8stemplates/vars/main.yml",
"content": "---\n# vars file for ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2353,
"all_permissive": false
} |
ansible_role | patvin80/ansibleassessment | 5528a21c620e64e3adcf4b47356ac448e36ca665 | 0 | docker-based/Example/ansible-elk-revised/deploy/roles/common | 4,617 | [
"no_license"
] | [
{
"path": "docker-based/Example/ansible-elk-revised/deploy/roles/common/tasks/main.yml",
"content": "---\n\n- name: Update apt cache\n apt: update_cache=yes\n\n- name: Install latest packages\n apt: name={{ item }} state=latest\n with_items:\n - openssl\n - openjdk-8-jre\n tags:\n - base\n\n# A... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 586,
"all_permissive": false
} |
ansible_role | patvin80/ansibleassessment | 5528a21c620e64e3adcf4b47356ac448e36ca665 | 0 | docker-based/Example/ansible-elk-revised/deploy/roles/kibana | 4,617 | [
"no_license"
] | [
{
"path": "docker-based/Example/ansible-elk-revised/deploy/roles/kibana/tasks/main.yml",
"content": "---\n#\n# Installing Kibana\n#\n\n- name: Install Kibana 2\n raw: wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -\n tags: kibana\n\n- name: Register Kibana\n raw: echo \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 981,
"all_permissive": false
} |
ansible_role | dushanprojects/EKS_Game_App | a238278448b7fa29ceb3c500fd774f08b3b33ac1 | 1 | ansible/roles/aws-loadbalancer-ingress | 4,557 | [
"no_license"
] | [
{
"path": "ansible/roles/aws-loadbalancer-ingress/tasks/cert-manager.yml",
"content": "- name: Get cluster name\n ansible.builtin.command: terraform output cluster_name\n args:\n chdir: ../terraform\n register: cluster_name\n\n- name: Download and Deploy CertManager \n ansible.builtin.command: kubect... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4749,
"all_permissive": false
} |
ansible_role | dushanprojects/EKS_Game_App | a238278448b7fa29ceb3c500fd774f08b3b33ac1 | 1 | ansible/roles/initial-cluster-setup | 4,557 | [
"no_license"
] | [
{
"path": "ansible/roles/initial-cluster-setup/templates/aws-auth-configmap.j2",
"content": "apiVersion: v1\ndata:\n mapRoles: |\n - rolearn: {{eks_admin_iam_role_arn.stdout[1:-1]}}\n username: admin\n groups:\n - system:masters\n - rolearn: {{eks_developer_iam_role_arn.stdout[1:-1]}}\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2952,
"all_permissive": false
} |
ansible_role | dushanprojects/EKS_Game_App | a238278448b7fa29ceb3c500fd774f08b3b33ac1 | 1 | ansible/roles/sample-app-setup | 4,557 | [
"no_license"
] | [
{
"path": "ansible/roles/sample-app-setup/tasks/main.yml",
"content": "- name: Check default kubecongig exist\n stat: path=\"~/.kube/config\"\n register: default_config_stat\n\n- name: Backup existing kubecongifg \n command: mv ~/.kube/config ~/.kube/config_backup\n when: default_config_stat.stat.exist... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2749,
"all_permissive": false
} |
ansible_role | kudaned/ansible_rails_server | 84623d632a58790abe5a87624d7eeeb383391833 | 0 | roles/common | 4,557 | [
"no_license"
] | [
{
"path": "roles/common/tasks/tools.yml",
"content": "- name: Install Tools\n apt:\n name: [\"build-essential\",\n \"tmux\",\n \"vim\",\n \"htop\",\n \"git-core\",\n \"wget\",\n \"zlib1g-dev\",\n \"libssl-dev\",\n \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 562,
"all_permissive": false
} |
ansible_role | kudaned/ansible_rails_server | 84623d632a58790abe5a87624d7eeeb383391833 | 0 | roles/deploy-user | 4,557 | [
"no_license"
] | [
{
"path": "roles/deploy-user/tasks/postgres_user.yml",
"content": "---\n- name: Add db user user\n action: 'user name={{ db_user }} password={{ <PASSWORD> }} generate_ssh_key=yes shell=/bin/bash'\n\n# - name: Add authorized db_user keys\n# action: \"authorized_key user={{ db_user }} key=\\\"{{ lookup('fi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 566,
"all_permissive": false
} |
ansible_role | kudaned/ansible_rails_server | 84623d632a58790abe5a87624d7eeeb383391833 | 0 | roles/postgres | 4,557 | [
"no_license"
] | [
{
"path": "roles/postgres/tasks/main.yml",
"content": "---\n- name: Install Postgres dependencies\n apt:\n name: [\"bash\",\n \"openssl\",\n \"libssl-dev\",\n \"libssl-doc\",\n \"postgresql\",\n \"postgresql-contrib\",\n \"libpq-dev\",\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 761,
"all_permissive": false
} |
ansible_role | Shirerpeton/vagrant-hashi-stack | 76f1cbfd219fde6fb310d73268610e2ea1604293 | 0 | ansible/playbooks/roles/common | 4,557 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/common/tasks/main.yml",
"content": "- name: signing key added\r\n ansible.builtin.apt_key:\r\n url: \"{{ hashicorp_key_url }}\"\r\n state: present\r\n become: true\r\n \r\n- name: hashicorp repository in sources list\r\n ansible.builtin.apt_repository:\r\n rep... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 460,
"all_permissive": false
} |
ansible_role | Shirerpeton/vagrant-hashi-stack | 76f1cbfd219fde6fb310d73268610e2ea1604293 | 0 | ansible/playbooks/roles/consul | 4,557 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/consul/templates/consul.hcl.j2",
"content": "# {{ ansible_managed }}\r\ndatacenter = \"consul-dc\"\r\ndata_dir = \"/opt/consul\"\r\nnode_name = \"consul01\"\r\n\r\nserver = true\r\nbootstrap_expect = 1\r\n\r\nbind_addr = \"{{ host_ip_address }}\"\r\nclient_addr = \"{{ host... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1047,
"all_permissive": false
} |
ansible_role | Shirerpeton/vagrant-hashi-stack | 76f1cbfd219fde6fb310d73268610e2ea1604293 | 0 | ansible/playbooks/roles/docker | 4,557 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/docker/tasks/main.yml",
"content": "- name: required packages installed\r\n apt:\r\n name:\r\n - apt-transport-https\r\n - ca-certificates\r\n - lsb-release\r\n - gnupg\r\n update_cache: true\r\n become: true\r\n\r\n- name: signing key added\r\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 817,
"all_permissive": false
} |
ansible_role | Shirerpeton/vagrant-hashi-stack | 76f1cbfd219fde6fb310d73268610e2ea1604293 | 0 | ansible/playbooks/roles/nomad | 4,557 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/nomad/templates/nomad.hcl.j2",
"content": "# {{ ansible_managed }}\r\ndatacenter = \"nomad-dc\"\r\ndata_dir = \"/opt/nomad\"\r\nname = \"nomad01\"\r\nclient {\r\n enabled = true\r\n template {\r\n vault_retry {\r\n attempts = 0\r\n }\r\n }\r\n}\r\nserver {\r... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1283,
"all_permissive": false
} |
ansible_role | Shirerpeton/vagrant-hashi-stack | 76f1cbfd219fde6fb310d73268610e2ea1604293 | 0 | ansible/playbooks/roles/vault | 4,557 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/vault/handlers/main.yml",
"content": "---\r\n- name: restart vault\r\n ansible.builtin.systemd:\r\n name: vault\r\n state: restarted\r\n daemon_reload: true\r\n notify:\r\n - unseal vault\r\n become: true\r\n\r\n- name: unseal vault\r\n block:\r\n - ansi... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 5169,
"all_permissive": false
} |
ansible_role | RizkyRajitha/selfhost-scripts | 1c8ac3b4cc152378fffd2f6c8936267d3420d7f5 | 1 | ansible/roles/docker | 4,557 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "- name: docker gpg setup\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n\n- name: add docker apt repository\n apt_repository:\n repo: deb [arch=amd64] https://download.docker.com/linux/ubuntu {{ansible_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 892,
"all_permissive": false
} |
ansible_role | lalkad711/simple-ansible-playbooks | 7b7780fb870c9d67e6a8c0b61c41f55b5f9c5a9e | 0 | ansible/roles/apache2 | 4,557 | [
"no_license"
] | [
{
"path": "ansible/roles/apache2/tasks/main.yml",
"content": "---\r\n\r\n- name: Install Apache server and relevant dependecies\r\n apt: \r\n state: present \r\n update_cache: yes\r\n name:\r\n - apache2\r\n - libapache2-mod-wsgi\r\n \r\n- name: ensure module wsgi is enables\r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 690,
"all_permissive": false
} |
ansible_role | lalkad711/simple-ansible-playbooks | 7b7780fb870c9d67e6a8c0b61c41f55b5f9c5a9e | 0 | ansible/roles/control | 4,557 | [
"no_license"
] | [
{
"path": "ansible/roles/control/tasks/main.yml",
"content": "---\r\n- name: Install tools on control\r\n apt:\r\n state: present\r\n update_cache: yes\r\n name:\r\n - curl\r\n - python-httplib2",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 138
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 138,
"all_permissive": false
} |
ansible_role | lalkad711/simple-ansible-playbooks | 7b7780fb870c9d67e6a8c0b61c41f55b5f9c5a9e | 0 | ansible/roles/demo_app | 4,557 | [
"no_license"
] | [
{
"path": "ansible/roles/demo_app/tasks/main.yml",
"content": "---\r\n\r\n- name: Install Apache server and relevant dependecies\r\n apt: \r\n state: present \r\n update_cache: yes\r\n name:\r\n - python-pip\r\n - python-virtualenv\r\n - python-mysqldb\r\n \r\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 899,
"all_permissive": false
} |
ansible_role | lalkad711/simple-ansible-playbooks | 7b7780fb870c9d67e6a8c0b61c41f55b5f9c5a9e | 0 | ansible/roles/nginx | 4,557 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": "- name: Install tools\r\n apt:\r\n name:\r\n - python-httplib2\r\n state: present\r\n update_cache: yes\r\n \r\n- name: install nginx loadbalancer\r\n become: true\r\n apt: \r\n name: nginx\r\n state: present\r\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 858,
"all_permissive": false
} |
ansible_role | TF03/don-nasos | 1e06299ae4e0ba6588fcadade02c4673c3d84050 | 0 | ansible/roles/finally | 4,557 | [
"no_license"
] | [
{
"path": "ansible/roles/finally/tasks/webpack.yml",
"content": "- name: install npm packages\n shell: cd {{playbook_dir}}/../apps/admin/client && npm install\n become: false\n delegate_to: 127.0.0.1\n\n- name: build webpack\n shell: cd {{playbook_dir}}/../apps/admin/client && npm run build\n become: f... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1390,
"all_permissive": false
} |
ansible_role | svetek/lava-ansible-deployment | b6ef5bd0f2bfdd265e54227a880abf75b45cdd79 | 1 | cache/roles/deploy | 4,717 | [
"no_license"
] | [
{
"path": "cache/roles/deploy/templates/cache.env.j2",
"content": "### Cache variables ###\n\n# Duration after which cached items expire and are removed. Default is 1 hour.\n# Format is [hours]h[minutes]m[seconds]s.\nEXPIRATION=\"{{ cache_config.expiration }}\"\n\n# The port number on which the cache server... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2112,
"all_permissive": false
} |
ansible_role | svetek/lava-ansible-deployment | b6ef5bd0f2bfdd265e54227a880abf75b45cdd79 | 1 | cache/roles/prepare | 4,717 | [
"no_license"
] | [
{
"path": "cache/roles/prepare/tasks/main.yml",
"content": "# roles/prepare/tasks/main.yml\n---\n- name: Update the apt cache\n ansible.builtin.apt:\n update_cache: true\n cache_valid_time: 3600\n\n# Turn off: need other role process for update runtime systems\n#- name: Upgrade all apt packages\n# a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1995,
"all_permissive": false
} |
ansible_role | svetek/lava-ansible-deployment | b6ef5bd0f2bfdd265e54227a880abf75b45cdd79 | 1 | nodes/roles/deploy | 4,717 | [
"no_license"
] | [
{
"path": "nodes/roles/deploy/templates/node.env.j2",
"content": "### Node variables ###\n\n# The URL to download the address book.\nADDRBOOK_URL=\"{{ node_config.addrbook_url }}\"\n\n# The unique identifier for the blockchain network.\nCHAIN_ID=\"{{ node_config.chain_id }}\"\n\n# The directory path where t... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5285,
"all_permissive": false
} |
ansible_role | svetek/lava-ansible-deployment | b6ef5bd0f2bfdd265e54227a880abf75b45cdd79 | 1 | nodes/roles/snapshot | 4,717 | [
"no_license"
] | [
{
"path": "nodes/roles/snapshot/defaults/main.yml",
"content": "# roles/snapshot/defaults/main.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "nodes/roles/snapshot/handlers/main.yml",
"content": "# roles/snapshot/handlers/main.yml\n\n",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2925,
"all_permissive": false
} |
ansible_role | svetek/lava-ansible-deployment | b6ef5bd0f2bfdd265e54227a880abf75b45cdd79 | 1 | provider/roles/deploy | 4,717 | [
"no_license"
] | [
{
"path": "provider/roles/deploy/templates/provider.env.j2",
"content": "### Provider variables ###\n\n# Enable or disable cache based on requirements.\n# Set to true to enable, false to disable.\nCACHE_ENABLE=\"{{ provider_config.cache.enable | lower }}\"\n\n# Specify the IP address or domain name of the c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5920,
"all_permissive": false
} |
ansible_role | cesdias/ansible | a736cb8f18828ace2dc6311afed00e0b8ace2787 | 0 | dcx-otrs5/roles/otrs_update | 4,717 | [
"no_license"
] | [
{
"path": "dcx-otrs5/roles/otrs_update/tasks/download.yml",
"content": "---\n- name: Check if OTRS directory exists\n stat: path=/opt/otrs-{{otrs_version}}\n register: otrs_directory\n\n- name: Download and extract OTRS\n unarchive:\n src: \"http://ftp.otrs.org/pub/otrs/otrs-{{otrs_version}}.tar.gz\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 302,
"all_permissive": false
} |
ansible_role | cesdias/ansible | a736cb8f18828ace2dc6311afed00e0b8ace2787 | 0 | dcx-otrs6/roles/otrs_update | 4,717 | [
"no_license"
] | [
{
"path": "dcx-otrs6/roles/otrs_update/tasks/main.yml",
"content": "---\n- name: Fetch installed OTRS version\n command: awk '/VERSION/ { print $3 }' /opt/otrs/RELEASE\n register: otrs_release\n failed_when: false\n changed_when: false\n\n- set_fact:\n otrs_old_version: \"{{ otrs_release.stdout }}\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4106,
"all_permissive": false
} |
ansible_role | kastilochagin/ansible | b6e9bb8366a19ce628ac43994c6fd99230e67d28 | 0 | roles/check | 4,717 | [
"no_license"
] | [
{
"path": "roles/check/vars/main.yml",
"content": "---\n# vars file for /etc/ansible/roles/check",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
},
{
"path": "roles/check/tasks/main.yml",
"content": "---\n# tasks file for /etc/ansible/roles/check\n\n- name: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 319,
"all_permissive": false
} |
ansible_role | kastilochagin/ansible | b6e9bb8366a19ce628ac43994c6fd99230e67d28 | 0 | roles/nginx | 4,717 | [
"no_license"
] | [
{
"path": "roles/nginx/handlers/main.yml",
"content": "---\n# handlers file for /etc/ansible/roles/nginx\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 49
},
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n# tasks file for /etc/ansible/roles/nginx\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2430,
"all_permissive": false
} |
ansible_role | kastilochagin/ansible | b6e9bb8366a19ce628ac43994c6fd99230e67d28 | 0 | roles/webapp | 4,717 | [
"no_license"
] | [
{
"path": "roles/webapp/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - /etc/ansible/roles/webapp",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
},
{
"path": "roles/webapp/defaults/main.yml",
"content": "---\n# def... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2372,
"all_permissive": false
} |
ansible_role | kastilochagin/ansible | b6e9bb8366a19ce628ac43994c6fd99230e67d28 | 0 | roles/worker | 4,717 | [
"no_license"
] | [
{
"path": "roles/worker/tasks/main.yml",
"content": "---\n# tasks file for /etc/ansible/roles/worker\n\n- name: creating a 'worker' user\n user:\n name: worker\n\n- name: enabling SSH-key access for the 'worker' user\n authorized_key:\n user: worker\n key: \"{{ lookup('file', '~/.ssh/id_rsa.pub')... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 750,
"all_permissive": false
} |
ansible_role | jsinkers/comp90024-assignment-2 | 041fbb88ba329271ceed5aeadd70fecd064a2e1b | 0 | data_harvest/deployment/roles/docker | 4,717 | [
"no_license"
] | [
{
"path": "data_harvest/deployment/roles/docker/tasks/main.yaml",
"content": "--- \n# Docker Installation \n# Add a sleep to allow vm to get setup\n- name: Sleep for 60 seconds\n wait_for:\n timeout: 60\n#- name: Wait until the lock file is removed\n# wait_for: \n# path: /var/lib/dpkg/lock-frontend\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2459,
"all_permissive": false
} |
ansible_role | jsinkers/comp90024-assignment-2 | 041fbb88ba329271ceed5aeadd70fecd064a2e1b | 0 | data_harvest/deployment/roles/twitter-harvester | 4,717 | [
"no_license"
] | [
{
"path": "data_harvest/deployment/roles/twitter-harvester/tasks/main.yaml",
"content": "---\n# run in docker container using docker-compose\n- name: Create twitter harvester directory\n ansible.builtin.file:\n path: ~/twitter-harvester/\n state: directory\n- name: Copy twitter-harvester files to VM\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 782,
"all_permissive": false
} |
ansible_role | jsinkers/comp90024-assignment-2 | 041fbb88ba329271ceed5aeadd70fecd064a2e1b | 0 | database/roles/docker | 4,717 | [
"no_license"
] | [
{
"path": "database/roles/docker/tasks/main.yaml",
"content": "--- \n# Docker Installation \n- name: Install pip and neovim \n become: yes\n ansible.builtin.apt:\n name: ['python3-dev', 'python3-setuptools', 'python3-pip', 'neovim']\n state: latest\n install-recommends: no\n update_cache: yes\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1630,
"all_permissive": false
} |
ansible_role | jsinkers/comp90024-assignment-2 | 041fbb88ba329271ceed5aeadd70fecd064a2e1b | 0 | database/roles/volume | 4,717 | [
"no_license"
] | [
{
"path": "database/roles/volume/tasks/main.yaml",
"content": "---\n# format and mount volumes\n- name: Make folders on /media/ to mount volume\n become: yes\n ansible.builtin.file:\n path: /media/storage_59/couchdb_data/\n mode: u+rwx\n state: directory\n- name: Create a ext4 filesystem on /dev/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 462,
"all_permissive": false
} |
ansible_role | jsinkers/comp90024-assignment-2 | 041fbb88ba329271ceed5aeadd70fecd064a2e1b | 0 | flask/deployment/roles/flask-2 | 4,717 | [
"no_license"
] | [
{
"path": "flask/deployment/roles/flask-2/tasks/main.yaml",
"content": "---\n# Run flask via gunicorn\n# Add a sleep to allow vm to get setup\n- name: Sleep for 20 seconds\n wait_for:\n timeout: 20\n- name: Install pip, neovim, nginx\n become: yes\n ansible.builtin.apt:\n name: ['python3-dev', 'pyt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1924,
"all_permissive": false
} |
ansible_role | jsinkers/comp90024-assignment-2 | 041fbb88ba329271ceed5aeadd70fecd064a2e1b | 0 | flask/deployment/roles/openstack-common | 4,717 | [
"no_license"
] | [
{
"path": "flask/deployment/roles/openstack-common/tasks/main.yaml",
"content": "---\n- name: Gather facts of remote host\n ansible.builtin.setup:\n gather_subset: all\n\n# Install dependencies on the host\n- name: Install pip\n become: yes\n ansible.builtin.apt:\n name: ['python3-dev', 'python3-se... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1015,
"all_permissive": false
} |
ansible_role | peterhoward42/ansible-play | 3d6d7410a8c797d0813b27fe624ba69ccadfc525 | 0 | tutorial/roles/muck-about-role | 4,717 | [
"no_license"
] | [
{
"path": "tutorial/roles/muck-about-role/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - my-example",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
},
{
"path": "tutorial/roles/muck-about-role/vars/main.yml",
"cont... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 570,
"all_permissive": false
} |
ansible_role | peterc/ruranopupore | 30dc38775cf21206645f880822c0efeb56b41f03 | 1 | roles/common | 4,717 | [
"no_license"
] | [
{
"path": "roles/common/handlers/main.yml",
"content": "- name: restart nginx\n action: service name=nginx state=restarted\n- name: restart puma\n action: service name=puma state=restarted\n- name: restart redis\n service: name=redis state=restarted\n- name: update timezone\n command: dpkg-reconfigure -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 858,
"all_permissive": false
} |
ansible_role | peterc/ruranopupore | 30dc38775cf21206645f880822c0efeb56b41f03 | 1 | roles/nodejs | 4,717 | [
"no_license"
] | [
{
"path": "roles/nodejs/tasks/main.yml",
"content": "---\n- name: checking installed version of node.js\n shell: /usr/bin/test \"$(node -v 2> /dev/null)\" = v{{node_version}}\n register: wanted_version_installed\n ignore_errors: True\n\n- name: fetching node.js source\n action: get_url url=http://nodejs... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 857,
"all_permissive": false
} |
ansible_role | peterc/ruranopupore | 30dc38775cf21206645f880822c0efeb56b41f03 | 1 | roles/postgres | 4,717 | [
"no_license"
] | [
{
"path": "roles/postgres/tasks/main.yml",
"content": "# Install Postgres 9.3 and create a database and user for the app\n---\n- name: add postgres repo key\n apt_key: url=http://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc\n\n- name: add postgres repo\n apt_repository: repo='deb http://apt.postgresql.or... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1352,
"all_permissive": false
} |
ansible_role | peterc/ruranopupore | 30dc38775cf21206645f880822c0efeb56b41f03 | 1 | roles/rails | 4,717 | [
"no_license"
] | [
{
"path": "roles/rails/templates/etc_puma.conf.j2",
"content": "{{deploy_directory}}/current\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "roles/rails/tasks/main.yml",
"content": "---\n- include: ruby.yml\n- include: deploy.yml\n- include: ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3670,
"all_permissive": false
} |
ansible_role | peterc/ruranopupore | 30dc38775cf21206645f880822c0efeb56b41f03 | 1 | roles/redis | 4,717 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/main.yml",
"content": "---\n- name: download latest stable redis\n get_url: url=http://download.redis.io/redis-stable.tar.gz dest=/tmp/redis-stable.tar.gz\n\n- name: untar redis\n command: tar zxf /tmp/redis-stable.tar.gz -C /tmp\n\n- name: build redis\n command: make -C /tmp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1688,
"all_permissive": false
} |
ansible_role | ciotto/ciotto.github.io | 61b64a9845db3d0e13deb285f1ef82397f7a2d57 | 1 | src/electronics/teardowns/mod_wsgi_error/provision/roles/apache | 4,717 | [
"no_license"
] | [
{
"path": "src/electronics/teardowns/mod_wsgi_error/provision/roles/apache/templates/apache.conf.j2",
"content": "\nWSGIPythonPath {{ site_web_root }}/.virtualenv/\nWSGIPassAuthorization On\n\n<VirtualHost *:80>\n\n WSGIDaemonProcess {{ webapp_username }} user={{ webapp_username }} group={{ webapp_us... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2183,
"all_permissive": false
} |
ansible_role | ciotto/ciotto.github.io | 61b64a9845db3d0e13deb285f1ef82397f7a2d57 | 1 | src/electronics/teardowns/mod_wsgi_error/provision/roles/common | 4,717 | [
"no_license"
] | [
{
"path": "src/electronics/teardowns/mod_wsgi_error/provision/roles/common/tasks/main.yml",
"content": "---\n- name: add necessary extra repositories ({{ extra_repositories|join(' - ') }})\n apt_repository: repo={{ item }} state=present update_cache=no\n with_items: \"{{ extra_repositories }}\"\n when: e... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 950,
"all_permissive": false
} |
ansible_role | ciotto/ciotto.github.io | 61b64a9845db3d0e13deb285f1ef82397f7a2d57 | 1 | src/electronics/teardowns/mod_wsgi_error/provision/roles/databases | 4,717 | [
"no_license"
] | [
{
"path": "src/electronics/teardowns/mod_wsgi_error/provision/roles/databases/tasks/main.yml",
"content": "---\n- name: check mandatory parameters\n fail: msg=\"db_user, db_name, db_password and db_version parameters are not defined\"\n when: db_user is not defined or db_name is not defined or db_password... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1444,
"all_permissive": false
} |
ansible_role | ciotto/ciotto.github.io | 61b64a9845db3d0e13deb285f1ef82397f7a2d57 | 1 | src/electronics/teardowns/mod_wsgi_error/provision/roles/python | 4,717 | [
"no_license"
] | [
{
"path": "src/electronics/teardowns/mod_wsgi_error/provision/roles/python/tasks/main.yml",
"content": "---\n- name: install Python2\n apt:\n name: 'python'\n state: latest\n update_cache: yes\n cache_valid_time: 3600\n",
"license_type": "no_license",
"detected_licenses": [],
"size_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 121,
"all_permissive": false
} |
ansible_role | ciotto/ciotto.github.io | 61b64a9845db3d0e13deb285f1ef82397f7a2d57 | 1 | src/electronics/teardowns/mod_wsgi_error/provision/roles/webapp | 4,717 | [
"no_license"
] | [
{
"path": "src/electronics/teardowns/mod_wsgi_error/provision/roles/webapp/tasks/main.yml",
"content": "\n---\n# Create user and its home directory\n- name: check mandatory parameters\n fail: msg=\"site_web_root, webapp_username and webapp_public_key parameters are not defined\"\n when: site_web_root is n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1346,
"all_permissive": false
} |
ansible_role | CarolineRinks/FEDS | e107a8b2bd1f97952af1b42a5f2f737c3e3c0e31 | 1 | fabfed_ansible/fabfed/provider/ansible/ansible/roles/apt_installer | 4,717 | [
"no_license"
] | [
{
"path": "fabfed_ansible/fabfed/provider/ansible/ansible/roles/apt_installer/tasks/main.yml",
"content": "---\n- name: Install packages based on the detected OS\n hosts: all\n become: true\n tasks:\n # Update and upgrade for Debian-based systems\n - name: Update and upgrade packages (Debian-based)... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1588,
"all_permissive": false
} |
ansible_role | CarolineRinks/FEDS | e107a8b2bd1f97952af1b42a5f2f737c3e3c0e31 | 1 | fabfed_ansible/fabfed/provider/ansible/ansible/roles/fact_gatherer | 4,717 | [
"no_license"
] | [
{
"path": "fabfed_ansible/fabfed/provider/ansible/ansible/roles/fact_gatherer/tasks/main.yml",
"content": "---\n- name: Gather system facts\n ansible.builtin.setup:\n\n- name: Display gathered facts\n debug:\n var: ansible_facts\n",
"license_type": "no_license",
"detected_licenses": [],
"si... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 121,
"all_permissive": false
} |
ansible_role | CarolineRinks/FEDS | e107a8b2bd1f97952af1b42a5f2f737c3e3c0e31 | 1 | fabfed_ansible/fabfed/provider/ansible/ansible/roles/janus-add-node | 4,717 | [
"no_license"
] | [
{
"path": "fabfed_ansible/fabfed/provider/ansible/ansible/roles/janus-add-node/tasks/main.yml",
"content": "---\n- debug: msg=\"{{ url }} {{ username }} {{ token }} {{ node }} {{ name }}\"\n\n- name: Add Janus endpoint\n vars:\n - janus_body: {\n 'name': \"{{ name }}\",\n 'url': \"tcp://{{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 604,
"all_permissive": false
} |
ansible_role | CarolineRinks/FEDS | e107a8b2bd1f97952af1b42a5f2f737c3e3c0e31 | 1 | fabfed_ansible/fabfed/provider/ansible/ansible/roles/pip_installer | 4,717 | [
"no_license"
] | [
{
"path": "fabfed_ansible/fabfed/provider/ansible/ansible/roles/pip_installer/tasks/main.yml",
"content": "---\n- name: Install pip packages\n pip:\n name: \"{{ item }}\"\n state: latest\n loop:\n - pip\n - setuptools\n - wheel\n - matplotlib\n - pandas\n - numpy\n - pyzmq\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 299,
"all_permissive": false
} |
ansible_role | tubakoc/infra-Bootcamp-Task2 | b8573b7d87f7ec80277cf015e960f117f7bacb76 | 0 | roles/easkay.minio | 4,717 | [
"no_license"
] | [
{
"path": "roles/easkay.minio/README.md",
"content": "# Ansible Role: minio\n\nAn Ansible role that installs and configures Minio on CentOS, RedHat, Ubuntu and Debian.\n\nMinio can be configured in a variety of different ways, including across one or more servers, one or more disks as well as both in combin... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 9551,
"all_permissive": false
} |
ansible_role | adamstraube/Ansible-Container-Webserver-Demo | 3f8f9266915ce9cf3ca2aeb832e24f707de35326 | 0 | roles/webserver | 4,757 | [
"no_license"
] | [
{
"path": "roles/webserver/tasks/main.yml",
"content": "---\n- name: Update apt cache\n apt:\n update_cache: yes\n cache_valid_time: 600\n\n- name: Install apt requirements\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - \"locales\"\n - \"apache2\"\n - \"php5\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 617,
"all_permissive": false
} |
ansible_role | mohameddhia/react-dev | 068a344cd4d326f5fd43d865bb3be278a6d1b723 | 0 | Ansible/roles/build | 4,757 | [
"no_license"
] | [
{
"path": "Ansible/roles/build/tasks/main.yml",
"content": "---\n# tasks file for build\n - name: build app\n shell: npm run build ",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 72,
"all_permissive": false
} |
ansible_role | DanyAAD90/CICD_complete_from_scratch | 0d8206d56eeacb65b3051a59f6d54413eb4cc0b9 | 0 | wordpress/roles/mysql | 4,757 | [
"no_license"
] | [
{
"path": "wordpress/roles/mysql/tasks/main.yml",
"content": "---\n# tasks file for mysql\n- name: Create mysql database\n community.mysql.mysql_db: \n # name={{ wp_mysql_db }} \n name: ubuntu\n state: present\n login_user: ubuntu\n login_password: <PASSWORD>\n become: yes\n\n- name: Create ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 495,
"all_permissive": false
} |
ansible_role | DanyAAD90/CICD_complete_from_scratch | 0d8206d56eeacb65b3051a59f6d54413eb4cc0b9 | 0 | wordpress/roles/php | 4,757 | [
"no_license"
] | [
{
"path": "wordpress/roles/php/tasks/main.yml",
"content": "---\n# tasks file for php\n- name: Install php extensions\n apt: name={{ item }} state=present\n become: yes\n become_method: sudo\n with_items:\n # - php7.2-gd\n # - php7.2-ssh2\n - php-ssh2\n",
"license_type": "no_license",
"det... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 193,
"all_permissive": false
} |
ansible_role | DanyAAD90/CICD_complete_from_scratch | 0d8206d56eeacb65b3051a59f6d54413eb4cc0b9 | 0 | wordpress/roles/server | 4,757 | [
"no_license"
] | [
{
"path": "wordpress/roles/server/tasks/main.yml",
"content": "---\n# tasks file for server\n#- name: packages | ensure apt list dir exists\n# become: yes\n# file:\n# path: /var/lib/apt/lists/\n# state: directory\n# mode: 0755\n\n#- name: Update apt cache\n# apt: \n# update_cache: yes \n# ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 596,
"all_permissive": false
} |
ansible_role | DanyAAD90/CICD_complete_from_scratch | 0d8206d56eeacb65b3051a59f6d54413eb4cc0b9 | 0 | wordpress/roles/wordpress | 4,757 | [
"no_license"
] | [
{
"path": "wordpress/roles/wordpress/tasks/main.yml",
"content": "---\n- name: full wypas | ensure apt list dir exists\n become: yes\n file:\n path: /\n state: directory\n mode: '0755'\n\n- name: www | ensure apt list dir exists\n become: yes\n file:\n path: /var/www/\n state: directory\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1794,
"all_permissive": false
} |
ansible_role | AR-UNIT/TODO-LIST | 481e40a1bcc216472948fa9a0c6693199e9bd527 | 1 | ansible/roles/docker | 4,757 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "---\n- name: Update apt repository\n apt:\n update_cache: yes\n\n- name: Install required dependencies for Docker\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 702,
"all_permissive": false
} |
ansible_role | AR-UNIT/TODO-LIST | 481e40a1bcc216472948fa9a0c6693199e9bd527 | 1 | ansible/roles/dockercompose | 4,757 | [
"no_license"
] | [
{
"path": "ansible/roles/dockercompose/tasks/main.yml",
"content": "- name: Ensure docker-compose.yml is in place\n copy:\n src: ../../docker-compose.yml\n dest: /path/to/deploy/docker-compose.yml\n mode: '0644'\n become: true\n\n- name: Start services with docker-compose\n command:\n cmd: \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 295,
"all_permissive": false
} |
ansible_role | eevlogiev/devops-telerik | 1a8c20038edfbc72bfee8d84593871c77e25dedc | 0 | ansible/roles/flask | 4,757 | [
"no_license"
] | [
{
"path": "ansible/roles/flask/tasks/main.yaml",
"content": "---\n- name: Block\n block:\n - name: Create code directory\n file:\n dest: \"{{ code_dir }}\"\n state: directory\n\n - name: Get latest application code from Github\n git:\n repo: \"<EMAIL>:{{ repo_name }}\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1427,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.