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 | mpm/pocketops | 5d7a6ef446ebe23044a5049808d688d9fe9ebcad | 2 | ansible/roles/create-deploy-user | 494 | [
"no_license"
] | [
{
"path": "ansible/roles/create-deploy-user/tasks/main.yml",
"content": "- name: 'create {{ deploy_user }} user'\n user: name={{ deploy_user }} comment=\"deploy user\" generate_ssh_key=yes state=present password={{ <PASSWORD> }} shell=/bin/bash\n\n- name: 'authorize my SSH key to access user {{ deploy_user... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1222,
"all_permissive": false
} |
ansible_role | mpm/pocketops | 5d7a6ef446ebe23044a5049808d688d9fe9ebcad | 2 | ansible/roles/deploy | 494 | [
"no_license"
] | [
{
"path": "ansible/roles/deploy/handlers/main.yml",
"content": "---\n#- include: ../../sidekiq/handlers/main.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 48
},
{
"path": "ansible/roles/deploy/tasks/main.yml",
"content": "---\n#- include_vars: ../../uni... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1912,
"all_permissive": false
} |
ansible_role | mpm/pocketops | 5d7a6ef446ebe23044a5049808d688d9fe9ebcad | 2 | ansible/roles/nginx-letsencrypt | 494 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx-letsencrypt/defaults/main.yml",
"content": "---\nletsencrypt_path: /opt/letsencrypt\nletsencrypt_client_url: 'https://github.com/letsencrypt/letsencrypt'\nletsencrypt_client_branch: master\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 1... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 421,
"all_permissive": false
} |
ansible_role | mpm/pocketops | 5d7a6ef446ebe23044a5049808d688d9fe9ebcad | 2 | ansible/roles/nginx-restart | 494 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx-restart/tasks/main.yml",
"content": "- name: Restart webserver\n file: path={{ shared_path }}/tmp/restart.txt state=touch\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 86
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 86,
"all_permissive": false
} |
ansible_role | mpm/pocketops | 5d7a6ef446ebe23044a5049808d688d9fe9ebcad | 2 | ansible/roles/postgresql | 494 | [
"no_license"
] | [
{
"path": "ansible/roles/postgresql/tasks/main.yml",
"content": "# FIXME: Is it secure to retrieve a PGP key over HTTP?\n- name: Add PostgreSQL repo key\n apt_key: url=http://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc\n sudo: yes\n\n- name: Add PostgreSQL repo\n apt_repository: repo='deb http://apt.po... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 758,
"all_permissive": false
} |
ansible_role | mpm/pocketops | 5d7a6ef446ebe23044a5049808d688d9fe9ebcad | 2 | ansible/roles/rbenv | 494 | [
"no_license"
] | [
{
"path": "ansible/roles/rbenv/tasks/main.yml",
"content": "# Most of this borrowed from https://github.com/leucos/ansible-rbenv-playbook\n\n# FIXME: set directory onwer to deploy_user\n- name: Install rbenv\n git: repo=git://github.com/sstephenson/rbenv.git accept_hostkey=yes dest=~{{deploy_user}}/.rbenv\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1036,
"all_permissive": false
} |
ansible_role | mpm/pocketops | 5d7a6ef446ebe23044a5049808d688d9fe9ebcad | 2 | ansible/roles/ruby | 494 | [
"no_license"
] | [
{
"path": "ansible/roles/ruby/tasks/main.yml",
"content": "# Most of this borrowed from https://github.com/leucos/ansible-rbenv-playbook\n\n- name: Checks if target ruby is installed\n shell: cd; bash -lc \"rbenv versions | grep {{ ruby_version }} | tr '*' ' ' | sed -e 's/\\s\\+//' | cut -f1 -d' '\"\n # T... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 924,
"all_permissive": false
} |
ansible_role | mpm/pocketops | 5d7a6ef446ebe23044a5049808d688d9fe9ebcad | 2 | ansible/roles/swap | 494 | [
"no_license"
] | [
{
"path": "ansible/roles/swap/defaults/main.yml",
"content": "---\nswap_file_path: /swapfile\nswap_file_size: 2G\nswappiness: 1\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 63
},
{
"path": "ansible/roles/swap/tasks/main.yml",
"content": "- name: Set swap_f... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1249,
"all_permissive": false
} |
ansible_role | lonr/workstation | 3bad267f0829b6b801e72b2c0793bc64293fb9bb | 0 | lib/roles/gnome_extensions | 494 | [
"no_license"
] | [
{
"path": "lib/roles/gnome_extensions/tasks/main.yml",
"content": "- name: Parse Gnome Shell version\n shell: |\n set -o pipefail\n gnome-shell --version | sed 's/[^0-9.]*\\([0-9.]*\\).*/\\1/'\n register: gnome_shell_version\n changed_when: no\n\n- name: Get Gnome Shell extension info\n uri:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1423,
"all_permissive": false
} |
ansible_role | lonr/workstation | 3bad267f0829b6b801e72b2c0793bc64293fb9bb | 0 | roles/dotfiles | 494 | [
"no_license"
] | [
{
"path": "roles/dotfiles/files/~/.config/zsh/functions/backup.zsh",
"content": "# https://wiki.archlinux.org/index.php/Rsync\n# https://stackoverflow.com/questions/9901210/bash-source0-equivalent-in-zsh/23259585#23259585\nfunction backup() {\n # rsync --dry-run -avh --delete \\\n rsync -avh --delete \\\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 4911,
"all_permissive": false
} |
ansible_role | lonr/workstation | 3bad267f0829b6b801e72b2c0793bc64293fb9bb | 0 | roles/packages | 494 | [
"no_license"
] | [
{
"path": "roles/packages/tasks/main.yml",
"content": "---\n- name: Upgrade all packages\n dnf:\n name: '*'\n state: latest\n when: update_all\n\n# - include_tasks: rpmfusion.yml\n\n- include_tasks: vscode.yml\n when: \"'code' in packages_to_install\"\n\n- include_tasks: gh.yml\n when: \"'gh' in p... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2756,
"all_permissive": false
} |
ansible_role | lonr/workstation | 3bad267f0829b6b801e72b2c0793bc64293fb9bb | 0 | roles/tweaks | 494 | [
"no_license"
] | [
{
"path": "roles/tweaks/vars/main.yml",
"content": "---\n# vars file for tweaks",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 26
},
{
"path": "roles/tweaks/tasks/rime.yml",
"content": "---\n# Rime configs ware restored in the `dotfiles` role\n# This task will... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 2978,
"all_permissive": false
} |
ansible_role | gupinot/ALDataLab | 8b3fbfa54d1656b95bd5629142f6f76dba53b47f | 1 | infra/ansible/roles/aws | 494 | [
"no_license"
] | [
{
"path": "infra/ansible/roles/aws/tasks/main.yml",
"content": "---\n- name: Install packages\n apt: name={{ item }} state=present\n with_items:\n - awscli\n\n- name: Create aws config directory\n file: state=directory path=~ubuntu/.aws owner=ubuntu mode=0700\n\n- name: Install config\n template: src... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 319,
"all_permissive": false
} |
ansible_role | gupinot/ALDataLab | 8b3fbfa54d1656b95bd5629142f6f76dba53b47f | 1 | infra/ansible/roles/common | 494 | [
"no_license"
] | [
{
"path": "infra/ansible/roles/common/tasks/main.yml",
"content": "---\n- name: Install standard packges\n apt: name={{ item }} state=present\n with_items:\n - awscli\n - python-boto\n\n- name: Install default ssh access file\n s3: bucket=gedatalab object=/infra/authorized_keys dest=~ubuntu/.ssh/au... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 257,
"all_permissive": false
} |
ansible_role | gupinot/ALDataLab | 8b3fbfa54d1656b95bd5629142f6f76dba53b47f | 1 | infra/ansible/roles/geerlingguy.kibana | 494 | [
"no_license"
] | [
{
"path": "infra/ansible/roles/geerlingguy.kibana/defaults/main.yml",
"content": "---\nworkspace: /root\n\nkibana_root: /var/www/kibana3\nkibana_server_name: logs.example.com\nkibana_elasticsearch_port: 80\nkibana_version: \"3.1.3\"\n\nkibana_username: kibana\nkibana_password: <PASSWORD>\n\nkibana_password_... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1796,
"all_permissive": false
} |
ansible_role | gupinot/ALDataLab | 8b3fbfa54d1656b95bd5629142f6f76dba53b47f | 1 | infra/ansible/roles/grafana | 494 | [
"no_license"
] | [
{
"path": "infra/ansible/roles/grafana/tasks/main.yml",
"content": "---\n- name: Import Grafana GPG signing key\n apt_key: url=https://packagecloud.io/gpg.key state=present\n\n- name: Add Grafana repository\n apt_repository: repo='deb https://packagecloud.io/grafana/testing/debian/ wheezy main' state=pres... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 424,
"all_permissive": false
} |
ansible_role | gupinot/ALDataLab | 8b3fbfa54d1656b95bd5629142f6f76dba53b47f | 1 | infra/ansible/roles/importer | 494 | [
"no_license"
] | [
{
"path": "infra/ansible/roles/importer/tasks/main.yml",
"content": "---\n- name: Install import.py script\n copy: src=../../../../import.py dest=/usr/local/bin/import.py mode=0755\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 111
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 111,
"all_permissive": false
} |
ansible_role | gupinot/ALDataLab | 8b3fbfa54d1656b95bd5629142f6f76dba53b47f | 1 | infra/ansible/roles/influxdb | 494 | [
"no_license"
] | [
{
"path": "infra/ansible/roles/influxdb/tasks/main.yml",
"content": "---\n- name: Import InfluxDB GPG signing key\n apt_key: url=https://repos.influxdata.com/influxdb.key state=present\n\n- name: Add InfluxDB repository\n apt_repository: repo='deb https://repos.influxdata.com/ubuntu trusty stable' state=p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1514,
"all_permissive": false
} |
ansible_role | gupinot/ALDataLab | 8b3fbfa54d1656b95bd5629142f6f76dba53b47f | 1 | infra/ansible/roles/pandas | 494 | [
"no_license"
] | [
{
"path": "infra/ansible/roles/pandas/tasks/main.yml",
"content": "---\n- name: Install packages\n apt: name={{ item }} state=present\n with_items:\n - python3-pandas\n - python3-xlrd\n - python3-pip\n\n- name: Install pip modules\n pip: name=influxdb executable=pip3\n\n- name: Patch xlrd\n pat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 410,
"all_permissive": false
} |
ansible_role | mohdumar321/ansible-aws-playbook | fc76f0fd1d45f3f43d3718748ec3cfd3a07d1472 | 0 | roles/ec2 | 494 | [
"no_license"
] | [
{
"path": "roles/ec2/tasks/main.yml",
"content": "- name: Search for latest version of RHEL 7 AMI\n ec2_ami_facts:\n region: \"{{ region }}\"\n owner: \"{{owner}}\"\n filters:\n name: \"{{ find_image }}\"\n register: ami_results\n\n#- debug: var=ami_results\n\n- name: Search for subnet ids\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1167,
"all_permissive": false
} |
ansible_role | Kunstmaan/KunstmaanAnsibleSandbox | 1d93a9299a2d67083a379a09c79932bda9562255 | 9 | roles/common | 494 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Update apt\n command: /usr/bin/apt-get update\n\n- name: Install common packages\n action: apt pkg={{ item }} state=installed force=yes\n with_items:\n - htop\n - git\n - vim\n - build-essential\n - libpq-dev\n - libxml2-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 526,
"all_permissive": false
} |
ansible_role | Kunstmaan/KunstmaanAnsibleSandbox | 1d93a9299a2d67083a379a09c79932bda9562255 | 9 | roles/composer | 494 | [
"no_license"
] | [
{
"path": "roles/composer/tasks/main.yml",
"content": "---\n- name: \"Install Composer into the current directory\"\n shell: curl -sS https://getcomposer.org/installer | php creates={{ composer_path }}\n\n- name: \"Move Composer into globally-accessible location.\"\n shell: mv composer.phar {{ composer_pa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 277,
"all_permissive": false
} |
ansible_role | Kunstmaan/KunstmaanAnsibleSandbox | 1d93a9299a2d67083a379a09c79932bda9562255 | 9 | roles/mysql-mariadb | 494 | [
"no_license"
] | [
{
"path": "roles/mysql-mariadb/tasks/main.yml",
"content": "\n- name: Update apt\n command: /usr/bin/apt-get update\n\n- name: Install db server packages\n apt: pkg={{ item }} state=present\n with_items:\n - software-properties-common\n - python-dev\n - python-setuptools\n - python-mysqldb\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1884,
"all_permissive": false
} |
ansible_role | Kunstmaan/KunstmaanAnsibleSandbox | 1d93a9299a2d67083a379a09c79932bda9562255 | 9 | roles/nginx | 494 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "#msg: Could not import python modules: pycurl. Please install python-pycurl package.\n- name: Install python-software-properties\n action: apt pkg=python-software-properties state=present\n\n- name: Install python-pycurl\n apt: pkg={{ item }} state=insta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1576,
"all_permissive": false
} |
ansible_role | Kunstmaan/KunstmaanAnsibleSandbox | 1d93a9299a2d67083a379a09c79932bda9562255 | 9 | roles/nodejs | 494 | [
"no_license"
] | [
{
"path": "roles/nodejs/defaults/main.yml",
"content": "nodejs_packages: ['grunt', 'bower', 'uglify-js']",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 48
},
{
"path": "roles/nodejs/tasks/main.yml",
"content": "- name: Add nodejs apt repository\n apt_reposito... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 357,
"all_permissive": false
} |
ansible_role | Kunstmaan/KunstmaanAnsibleSandbox | 1d93a9299a2d67083a379a09c79932bda9562255 | 9 | roles/ntp | 494 | [
"no_license"
] | [
{
"path": "roles/ntp/tasks/main.yml",
"content": "---\n- name: Ensure the ntp package is installed\n apt: pkg=ntp state=installed\n\n- name: Ensure the ntp.conf\n copy: src=ntp.conf dest=/etc/ntp.conf mode=755\n notify:\n - restart ntp\n\n- name: Update timezone link foo\n file: src=/usr/share/zonein... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 399,
"all_permissive": false
} |
ansible_role | Kunstmaan/KunstmaanAnsibleSandbox | 1d93a9299a2d67083a379a09c79932bda9562255 | 9 | roles/php5-fpm | 494 | [
"no_license"
] | [
{
"path": "roles/php5-fpm/tasks/main.yml",
"content": "# php5-common php-apc php5-gd php5-dev php5-curl php5-cli php5-mysql php5-intl php-pear php5-imap php5-mcrypt php5-ps php5-pspell php5-recode php5-sqlite php5-tidy php5-xmlrpc php5-xsl php5-json\n# php5-xdebug\n\n- name: Install php packages\n action: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1512,
"all_permissive": false
} |
ansible_role | kvnblue/esmci | ca704477d356f9482ce714e5e4ae577c14d5a44c | 0 | roles/Esm | 494 | [
"no_license"
] | [
{
"path": "roles/Esm/handlers/main.yml",
"content": "---\n# handlers file for ./roles/Esm",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "roles/Esm/vars/main.yml",
"content": "---\n# vars file for ./roles/Esm",
"license_type": "no_license",... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 1234,
"all_permissive": false
} |
ansible_role | hchicha11/jenkins_ansible_docker | 7490d8c89bd37e7088a5ce761604d043c006eebf | 0 | roles/wartest | 494 | [
"no_license"
] | [
{
"path": "roles/wartest/tasks/main.yml",
"content": "- name: run container\n docker_container:\n name: wartest\n image: \"{{ image }}\"\n ports: 8080:8080\n state: started\n \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 127
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 127,
"all_permissive": false
} |
ansible_role | mixslice/trident | 9927aa19cf25d559f90d3d49a0a133cc3f6a41d3 | 9 | ansible/roles/common | 494 | [
"no_license"
] | [
{
"path": "ansible/roles/common/files/templates/prefetch-docker-hyperkube.service.j2",
"content": "[Unit]\nAfter=docker.service\nRequires=docker.service\nAfter=docker-ecr-cfg.service\nRequires=docker-ecr-cfg.service\nDescription=Prefetch docker Hyperkube\n[Service]\nType=oneshot\nRemainAfterExit=yes\nExecSt... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 5378,
"all_permissive": false
} |
ansible_role | mixslice/trident | 9927aa19cf25d559f90d3d49a0a133cc3f6a41d3 | 9 | ansible/roles/etcd | 494 | [
"no_license"
] | [
{
"path": "ansible/roles/etcd/files/templates/cluster.conf.j2",
"content": "[Service]\nEnvironment=\"ETCD_NAME={{ansible_machine_id}}\"\nEnvironment=\"ETCD_LISTEN_CLIENT_URLS=https://0.0.0.0:2379\"\nEnvironment=\"ETCD_ADVERTISE_CLIENT_URLS=https://{{ansible_default_ipv4.address}}:2379\"\nEnvironment=\"ETCD_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1527,
"all_permissive": false
} |
ansible_role | mixslice/trident | 9927aa19cf25d559f90d3d49a0a133cc3f6a41d3 | 9 | ansible/roles/master | 494 | [
"no_license"
] | [
{
"path": "ansible/roles/master/defaults/main.yml",
"content": "role_dir: \"roles/master\"\nsecrets_dir: \"../secrets\"\nNODE_LABELS: \"{{master_node_labels}}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 89
},
{
"path": "ansible/roles/master/tasks/main.yml",... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 5715,
"all_permissive": false
} |
ansible_role | mixslice/trident | 9927aa19cf25d559f90d3d49a0a133cc3f6a41d3 | 9 | ansible/roles/worker | 494 | [
"no_license"
] | [
{
"path": "ansible/roles/worker/files/templates/proxy-kubeconfig.yml.j2",
"content": "---\napiVersion: v1\nkind: Config\nclusters:\n- name: local\n cluster:\n certificate-authority: /etc/kubernetes/ssl/ca.pem\nusers:\n- name: kube-proxy\n user:\n client-certificate: /etc/kubernetes/ssl/kube-proxy.pe... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 5769,
"all_permissive": false
} |
ansible_role | dedysetyo/mailcow-integration-tests | ffdedbc1405db18814a517078b10f8d528c68bda | 0 | roles/apt-requierments | 490 | [
"no_license"
] | [
{
"path": "roles/apt-requierments/tasks/main.yml",
"content": "---\n\n- name: Make sure curl is present\n become: yes\n apt:\n name: curl\n state: present\n update_cache: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 116
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 116,
"all_permissive": false
} |
ansible_role | dedysetyo/mailcow-integration-tests | ffdedbc1405db18814a517078b10f8d528c68bda | 0 | roles/apt-updates | 490 | [
"no_license"
] | [
{
"path": "roles/apt-updates/tasks/main.yml",
"content": "---\n\n- name: Update and upgrade apt packages\n become: yes\n apt:\n upgrade: yes\n update_cache: yes\n\n- name: Check if reboot is requiered\n become: yes\n stat:\n path: /var/run/reboot-required\n register: reboot_requiered\n\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 401,
"all_permissive": false
} |
ansible_role | dedysetyo/mailcow-integration-tests | ffdedbc1405db18814a517078b10f8d528c68bda | 0 | roles/cloud-init | 490 | [
"no_license"
] | [
{
"path": "roles/cloud-init/tasks/main.yml",
"content": "---\n\n- name: Wait for cloud init to finish\n become: yes\n stat:\n path: /var/lib/cloud/instance/boot-finished \n register: cloud_init\n until: cloud_init.stat.exists\n retries: 50\n delay: 5\n",
"license_type": "no_license",
"detec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 194,
"all_permissive": false
} |
ansible_role | dedysetyo/mailcow-integration-tests | ffdedbc1405db18814a517078b10f8d528c68bda | 0 | roles/cloudflare-dns | 490 | [
"no_license"
] | [
{
"path": "roles/cloudflare-dns/tasks/main.yml",
"content": "---\n\n- name: \"Create a record for {{ mailcow__hostname }}\"\n cloudflare_dns:\n zone: \"{{ mailcow__dns_zone }}\"\n record: \"{{ mailcow__hostname_local_part }}\"\n type: A\n value: \"{{ ansible_default_ipv4.address }}\"\n accou... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1002,
"all_permissive": false
} |
ansible_role | dedysetyo/mailcow-integration-tests | ffdedbc1405db18814a517078b10f8d528c68bda | 0 | roles/docker-compose | 490 | [
"no_license"
] | [
{
"path": "roles/docker-compose/README.md",
"content": "| Branch | Linting Status |\n|:-------:|:------------:|\n|Master | [](https://drone.nowitzki.network/Ansible-Roles/docker-compose) |\n\n# docker_comp... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1495,
"all_permissive": false
} |
ansible_role | dedysetyo/mailcow-integration-tests | ffdedbc1405db18814a517078b10f8d528c68bda | 0 | roles/mailcow | 490 | [
"no_license"
] | [
{
"path": "roles/mailcow/defaults/main/mailcow.yml",
"content": "---\n\n# -------------\n# Mailcow.conf\n# -------------\n\nmailcow__config_http_port: 80\nmailcow__config_http_bind: 0.0.0.0\nmailcow__config_https_port: 443\nmailcow__config_https_bind: 0.0.0.0\n\n\n# Set this to \"allow\" to enable the anyon... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 12689,
"all_permissive": false
} |
ansible_role | dedysetyo/mailcow-integration-tests | ffdedbc1405db18814a517078b10f8d528c68bda | 0 | roles/mailcow-tests | 490 | [
"no_license"
] | [
{
"path": "roles/mailcow-tests/tasks/tests/app_password.yml",
"content": "---\n\n- name: Create app passwords\n uri:\n url: \"https://{{ mailcow__hostname }}/api/v1/add/app-passwd\"\n method: POST\n body_format: json\n return_content: yes\n status_code: 200\n body: \"{{ mailcow__demo_app_... | {
"task_files": 26,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 28,
"total_bytes": 65088,
"all_permissive": false
} |
ansible_role | dedysetyo/mailcow-integration-tests | ffdedbc1405db18814a517078b10f8d528c68bda | 0 | roles/netplan | 490 | [
"no_license"
] | [
{
"path": "roles/netplan/templates/01-netcfg.yaml.j2",
"content": "---\nnetwork:\n version: 2\n renderer: networkd\n ethernets:\n eth0:\n dhcp4: yes\n dhcp6: no\n addresses:\n - {{ ansible_default_ipv6.address }}/64\n gateway6: fe80::1",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 486,
"all_permissive": false
} |
ansible_role | dedysetyo/mailcow-integration-tests | ffdedbc1405db18814a517078b10f8d528c68bda | 0 | roles/npm-requierments | 490 | [
"no_license"
] | [
{
"path": "roles/npm-requierments/tasks/main.yml",
"content": "---\n\n- name: Install nodejs\n become: yes\n apt:\n name: nodejs\n state: present\n\n- name: Install npm\n become: yes\n apt:\n name: npm\n state: present\n\n- name: Install jsonlint\n become: yes\n npm:\n name: jsonlint\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 262,
"all_permissive": false
} |
ansible_role | dedysetyo/mailcow-integration-tests | ffdedbc1405db18814a517078b10f8d528c68bda | 0 | roles/pip-requierments | 490 | [
"no_license"
] | [
{
"path": "roles/pip-requierments/tasks/main.yml",
"content": "---\n\n- name: Install python3\n become: yes\n apt:\n name: python3\n state: present\n update_cache: yes\n\n- name: Install pip3\n become: yes\n apt:\n name: python3-pip\n state: present\n update_cache: yes\n\n- name: Insta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 553,
"all_permissive": false
} |
ansible_role | agude/hermod-ansible | c0682b7c9c213c4f13f610dfd346e90cfeff9c2b | 1 | roles/certbot | 490 | [
"no_license"
] | [
{
"path": "roles/certbot/tasks/main.yaml",
"content": "---\n\n- name: Add certbot repository\n apt_repository:\n repo: 'ppa:certbot/certbot'\n become: true\n\n- name: Install certbot\n apt:\n name: \"{{ item }}\"\n state: latest\n update_cache: yes\n become: true\n with_items:\n - softwa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 801,
"all_permissive": false
} |
ansible_role | agude/hermod-ansible | c0682b7c9c213c4f13f610dfd346e90cfeff9c2b | 1 | roles/common | 490 | [
"no_license"
] | [
{
"path": "roles/common/handlers/main.yaml",
"content": "---\n\n# Restart sshd as required\n\n- name: Restart sshd\n service:\n name: sshd\n state: restarted\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 115
},
{
"path": "roles/common/temp... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 7307,
"all_permissive": false
} |
ansible_role | agude/hermod-ansible | c0682b7c9c213c4f13f610dfd346e90cfeff9c2b | 1 | roles/prosody | 490 | [
"no_license"
] | [
{
"path": "roles/prosody/tasks/main.yaml",
"content": "---\n# The MIT License (MIT)\n#\n# Copyright (c) 2014-2019 elnappo\n#\n# Permission is hereby granted, free of charge, to any person\n# obtaining a copy of this software and associated documentation files\n# (the \"Software\"), to deal in the Software w... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 12450,
"all_permissive": false
} |
ansible_role | starlingx/distcloud | c0f7be4e2337a32548724d47030e1310a7a0c7d5 | 9 | tools/gate/roles/install-postgresql | 490 | [
"no_license"
] | [
{
"path": "tools/gate/roles/install-postgresql/tasks/main.yaml",
"content": "---\n- name: Install postgresql\n shell: |\n set -xe\n apt-get update -y\n apt-get install -y libffi-dev libxml2-dev libxslt1-dev libldap2-dev \\\n libsasl2-dev libpq-dev libyaml-dev\n become: true\n",
"license_t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 205,
"all_permissive": false
} |
ansible_role | starlingx/distcloud | c0f7be4e2337a32548724d47030e1310a7a0c7d5 | 9 | tools/gate/roles/install-stx-custom-deps | 490 | [
"no_license"
] | [
{
"path": "tools/gate/roles/install-stx-custom-deps/tasks/main.yaml",
"content": "---\n- name: Assert STX master apt repo file exists\n file:\n path: \"{{ stx_master_repo_file }}\"\n owner: \"root\"\n group: \"root\"\n mode: \"0644\"\n state: \"touch\"\n become: true\n\n- name: Configure ST... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1132,
"all_permissive": false
} |
ansible_role | koklinski/ansible | 2b97326aec0d10534a084e389c160d202c077bfc | 0 | roles/install-avamar-linux | 490 | [
"no_license"
] | [
{
"path": "roles/install-avamar-linux/handlers/main.yml",
"content": "---\n# handlers file for install-avamar-linux",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
},
{
"path": "roles/install-avamar-linux/tasks/main.yml",
"content": "---\n# tasks file for in... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2126,
"all_permissive": false
} |
ansible_role | koklinski/ansible | 2b97326aec0d10534a084e389c160d202c077bfc | 0 | roles/install-avamar-windows | 490 | [
"no_license"
] | [
{
"path": "roles/install-avamar-windows/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - install-avamar-windows",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 80
},
{
"path": "roles/install-avamar-windows/defaults/main.yml... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2210,
"all_permissive": false
} |
ansible_role | koklinski/ansible | 2b97326aec0d10534a084e389c160d202c077bfc | 0 | roles/upgrade-avamar-linux | 490 | [
"no_license"
] | [
{
"path": "roles/upgrade-avamar-linux/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - upgrade-avamar-linux",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 78
},
{
"path": "roles/upgrade-avamar-linux/vars/main.yml",
"co... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2142,
"all_permissive": false
} |
ansible_role | koklinski/ansible | 2b97326aec0d10534a084e389c160d202c077bfc | 0 | roles/upgrade-avamar-windows | 490 | [
"no_license"
] | [
{
"path": "roles/upgrade-avamar-windows/handlers/main.yml",
"content": "---\n# handlers file for upgrade-avamar-windows",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 46
},
{
"path": "roles/upgrade-avamar-windows/tasks/main.yml",
"content": "---\n# tasks file ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2023,
"all_permissive": false
} |
ansible_role | OlegDy/DevOps | da8b13bdee6cc1644156a989153973074bac9d61 | 0 | HW38/playbook/roles/lighthouse-role | 490 | [
"no_license"
] | [
{
"path": "HW38/playbook/roles/lighthouse-role/handlers/main.yml",
"content": "---\n- name: restart nginx service\n become: true\n ansible.builtin.service:\n name: nginx\n state: restarted\n\n- name: restart nginx service\n become: true\n ansible.builtin.service:\n name: nginx\n state: resta... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2236,
"all_permissive": false
} |
ansible_role | OlegDy/DevOps | da8b13bdee6cc1644156a989153973074bac9d61 | 0 | HW38/playbook/roles/vector-role | 490 | [
"no_license"
] | [
{
"path": "HW38/playbook/roles/vector-role/meta/main.yml",
"content": "galaxy_info:\n author: <NAME>\n description: Role install Vector on CentOS 7\n company: Netology\n role_name: vector-role\n galaxy_name: vector\n\n license: MIT\n\n min_ansible_version: 2.1\n\n platforms:\n - name: CentOS\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1518,
"all_permissive": false
} |
ansible_role | OlegDy/DevOps | da8b13bdee6cc1644156a989153973074bac9d61 | 0 | HW39/playbook/roles/vector-role | 490 | [
"no_license"
] | [
{
"path": "HW39/playbook/roles/vector-role/molecule/default/verify.yml",
"content": "---\n- name: Verify\n hosts: all\n gather_facts: true\n tasks:\n - name: verify vector is started\n become: true\n ansible.builtin.service:\n name: vector\n state: started\n",
"license_type": "no_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2878,
"all_permissive": false
} |
ansible_role | idelMojahid/confidential-back | 51ed0541ec1c19d17d6e20e33a282517dca1cfc8 | 0 | ansible/roles/configure-pm2 | 490 | [
"no_license"
] | [
{
"path": "ansible/roles/configure-pm2/files/home/ubuntu/pm2/pm2.config.js",
"content": "let node_args = '';\nif (process.env.npm_lifecycle_script && process.env.npm_lifecycle_script.indexOf('--env development') !== -1) {\n node_args = [\"--debug\"];\n}\n\nmodule.exports = {\n apps: {\n name: `corporea... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1846,
"all_permissive": false
} |
ansible_role | idelMojahid/confidential-back | 51ed0541ec1c19d17d6e20e33a282517dca1cfc8 | 0 | ansible/roles/crons-root | 490 | [
"no_license"
] | [
{
"path": "ansible/roles/crons-root/tasks/main.yml",
"content": "\n- name : Remove user's crontab\n shell : crontab -u root -r\n tags: crons\n ignore_errors: true\n\n- name: Copy ssl from passbolt VM\n cron:\n name: \"copy ssl from passbolt VM\"\n user: root\n weekday: \"{{ ssl_copy_day }}\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 413,
"all_permissive": false
} |
ansible_role | idelMojahid/confidential-back | 51ed0541ec1c19d17d6e20e33a282517dca1cfc8 | 0 | ansible/roles/public-keys | 490 | [
"no_license"
] | [
{
"path": "ansible/roles/public-keys/tasks/main.yml",
"content": "---\n\n- name: Set up authorized keys\n authorized_key:\n user: ubuntu\n state: present\n key: \"{{ lookup('pipe','cat ./files/authorized-keys/*.pub') }}\"\n exclusive: yes\n tags: ubuntu\n",
"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 | idelMojahid/confidential-back | 51ed0541ec1c19d17d6e20e33a282517dca1cfc8 | 0 | ansible/roles/set-environment | 490 | [
"no_license"
] | [
{
"path": "ansible/roles/set-environment/templates/home/ubuntu/.profile",
"content": "export PM2_PORT={{ pm2_port }}\nexport LOGS_DIR={{ logs_dir }}\nexport DB_HOST={{ database.host }}\nexport DB_PORT={{ database.port }}\nexport DB_USERNAME={{ database.username }}\nexport DB_PASSWORD='{{ database.password }... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 629,
"all_permissive": false
} |
ansible_role | idelMojahid/confidential-back | 51ed0541ec1c19d17d6e20e33a282517dca1cfc8 | 0 | ansible/roles/set-environment-root | 490 | [
"no_license"
] | [
{
"path": "ansible/roles/set-environment-root/templates/root/.profile",
"content": "{% if letsencrypt is defined %}\n# Let's Encrypt\nexport LETSENCRYPT={{ letsencrypt }}\n{% endif %}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 97
},
{
"path": "ansible/roles/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1215,
"all_permissive": false
} |
ansible_role | idelMojahid/confidential-back | 51ed0541ec1c19d17d6e20e33a282517dca1cfc8 | 0 | ansible/roles/ubuntu-apt | 490 | [
"no_license"
] | [
{
"path": "ansible/roles/ubuntu-apt/tasks/repositories.yml",
"content": "---\n\n- name: Install repositories.\n apt_repository:\n repo=\"{{ item }}\"\n update_cache=yes\n with_items: \"{{ apt_install_repositories|default([]) }}\"\n when: apt_install_repositories\n tags: apt\n\n- name: Remove repos... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 933,
"all_permissive": false
} |
ansible_role | idelMojahid/confidential-back | 51ed0541ec1c19d17d6e20e33a282517dca1cfc8 | 0 | ansible/roles/ubuntu-nodejs-nginx | 490 | [
"no_license"
] | [
{
"path": "ansible/roles/ubuntu-nodejs-nginx/tasks/main.yml",
"content": "---\n- name: add repository key\n apt_key:\n id: \"7BD9BF62\"\n url: \"http://nginx.org/keys/nginx_signing.key\"\n state: present\n tags:\n - nginx\n\n- name: add repository url for stable version\n apt_repository:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1627,
"all_permissive": false
} |
ansible_role | selesy/workstation | a8074d8956519a1bcebe9a12279b72211c817a98 | 13 | roles/ai | 490 | [
"no_license"
] | [
{
"path": "roles/ai/tasks/main.yaml",
"content": "---\n\n- name: \"install GPT4All via flatpak\"\n flatpak:\n name: \"io.gpt4all.gpt4all\"\n tags:\n - \"ai\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 102
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 102,
"all_permissive": false
} |
ansible_role | selesy/workstation | a8074d8956519a1bcebe9a12279b72211c817a98 | 13 | roles/asdf | 490 | [
"no_license"
] | [
{
"path": "roles/asdf/tasks/main.yaml",
"content": "---\n#\n\n# Make sure we're using a GITHUB_TOKEN for authenticated GitHub acccess\n\n- name: The GITHUB_TOKEN environment variable must be non-empty\n ansible.builtin.assert:\n that:\n - lookup('env', 'GITHUB_TOKEN') | length > 0\n tags:\n - a... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2878,
"all_permissive": false
} |
ansible_role | selesy/workstation | a8074d8956519a1bcebe9a12279b72211c817a98 | 13 | roles/burp_suite | 490 | [
"no_license"
] | [
{
"path": "roles/burp_suite/vars/main.yml",
"content": "---\n# roles/burp_suite/vars/main.yml\n# https://portswigger.net/DownloadUpdate.ashx?Product=Free\n# https://portswigger-cdn.net/burp/releases/download\n\nburp_url: https://portswigger-cdn.net/burp/releases/download\n\nburp_file: burpsuite_community_{{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1453,
"all_permissive": false
} |
ansible_role | selesy/workstation | a8074d8956519a1bcebe9a12279b72211c817a98 | 13 | roles/cloud | 490 | [
"no_license"
] | [
{
"path": "roles/cloud/tasks/main.yml",
"content": "---\n# File: roles/cloud/tasks/main.yml\n\n- name: uninstall AWS CLI v1 via PIP\n pip:\n name:\n - awscli\n - awscliv2\n state: absent\n tags:\n - cloud\n - aws\n\n- name: \"remove aws symlink\"\n file:\n dest: \"/usr/local/bin/aws\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1048,
"all_permissive": false
} |
ansible_role | selesy/workstation | a8074d8956519a1bcebe9a12279b72211c817a98 | 13 | roles/common | 490 | [
"no_license"
] | [
{
"path": "roles/common/tasks/clean.yml",
"content": "---\n# Remove f.lux (see https://justgetflux.com/linux.html) if installed\n- name: remove f.lux\n apt:\n name: fluxgui\n state: absent\n register: fluxgui_was_installed\n tags:\n - ergonomics\n\n- name: remove the f.lux repository\n apt_repo... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 6805,
"all_permissive": false
} |
ansible_role | selesy/workstation | a8074d8956519a1bcebe9a12279b72211c817a98 | 13 | roles/communication | 490 | [
"no_license"
] | [
{
"path": "roles/communication/tasks/main.yaml",
"content": "---\n\n- name: \"install communication tools via flatpak\"\n flatpak:\n name: \"{{ item }}\"\n with_items:\n - \"com.discordapp.Discord\"\n - \"com.slack.Slack\"\n - \"us.zoom.Zoom\"\n tags:\n - \"communication\"\n",
"license_type": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 201,
"all_permissive": false
} |
ansible_role | selesy/workstation | a8074d8956519a1bcebe9a12279b72211c817a98 | 13 | roles/containerization | 490 | [
"no_license"
] | [
{
"path": "roles/containerization/vars/main.yml",
"content": "---\n# File: roles/containerization/vars/main.yml\n\n#\n# Kubernetes\n#\n\n# This is still needed solely to delete previous workstation installs of Kubernetes\nk8s_name: kubernetes\nk8s_installation_directory: /opt/{{ k8s_name }}\n\n# https://git... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1724,
"all_permissive": false
} |
ansible_role | selesy/workstation | a8074d8956519a1bcebe9a12279b72211c817a98 | 13 | roles/development | 490 | [
"no_license"
] | [
{
"path": "roles/development/tasks/main-user.yaml",
"content": "---\n\n- name: install selected codium extensions\n command:\n # cmd: \"codium --install-extension {{ item }} --user-data-dir /usr/share/code --force\"\n cmd: \"/usr/bin/flatpak run --branch=stable --arch=x86_64 --file-forwarding --sessi... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 11650,
"all_permissive": false
} |
ansible_role | selesy/workstation | a8074d8956519a1bcebe9a12279b72211c817a98 | 13 | roles/eclipse | 490 | [
"no_license"
] | [
{
"path": "roles/eclipse/tasks/main.yml",
"content": "---\n# File: roles/eclipse/tasks/main.yml\n#\n# See the following link for information on the p2.director application:\n#\n# - http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Fguide%2Fp2_director.html\n#\n\n#\n# Install Ec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 16515,
"all_permissive": false
} |
ansible_role | selesy/workstation | a8074d8956519a1bcebe9a12279b72211c817a98 | 13 | roles/freemind | 490 | [
"no_license"
] | [
{
"path": "roles/freemind/files/freemind",
"content": "#!/bin/bash\n\n. ~/.asdf/asdf.sh\n. ~/.asdf/completions/asdf.bash\n\nasdf shell java openjdk-14.0.2\n~/bin/freeminds/latest/freemind.sh\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 130
},
{
"path": "roles/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2826,
"all_permissive": false
} |
ansible_role | selesy/workstation | a8074d8956519a1bcebe9a12279b72211c817a98 | 13 | roles/krew | 490 | [
"no_license"
] | [
{
"path": "roles/krew/vars/main.yaml",
"content": "---\n\nplugins:\n- ctx\n- ns\n- sniff\n- stern\n- tail\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 48
},
{
"path": "roles/krew/tasks/main.yaml",
"content": "---\n\n- name: install useful kubectl plugins\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 299,
"all_permissive": false
} |
ansible_role | selesy/workstation | a8074d8956519a1bcebe9a12279b72211c817a98 | 13 | roles/kubenav | 490 | [
"no_license"
] | [
{
"path": "roles/kubenav/tasks/main.yaml",
"content": "---\n\n- name: get the latest version number for kubenav\n uri:\n url: \"{{ kubenav_latest_url }}\"\n follow_redirects: none\n status_code: 302\n register: kubenav_version_result\n tags:\n - kubenav\n\n- name: extract the kubenav project's ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2603,
"all_permissive": false
} |
ansible_role | selesy/workstation | a8074d8956519a1bcebe9a12279b72211c817a98 | 13 | roles/local | 490 | [
"no_license"
] | [
{
"path": "roles/local/tasks/main.yml",
"content": "---\n#\n\n- name: add ~/bin to path\n blockinfile:\n path: \"~/.bashrc\"\n marker: \"# {mark} ANSIBLE MANAGED BLOCK FOR $HOME/bin\"\n block: |\n # usermode programs will be installed here:\n export \"PATH=$HOME/bin:$PATH\"\n tags:\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 447,
"all_permissive": false
} |
ansible_role | selesy/workstation | a8074d8956519a1bcebe9a12279b72211c817a98 | 13 | roles/micro | 490 | [
"no_license"
] | [
{
"path": "roles/micro/tasks/main.yml",
"content": "---\n# File: roles/micro/tasks/main.yml\n\n- name: create a directory for the Micro editor\n file: name={{ micro_installation_directory }} state=directory\n tags:\n - editors\n\n- name: download the latest version of the Micro editor\n uri: url={{ mi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1301,
"all_permissive": false
} |
ansible_role | selesy/workstation | a8074d8956519a1bcebe9a12279b72211c817a98 | 13 | roles/multimedia | 490 | [
"no_license"
] | [
{
"path": "roles/multimedia/tasks/main.yaml",
"content": "---\n\n- name: \"install multimedia tools via apt\"\n apt:\n pkg:\n - \"asciinema\"\n - \"audacity\"\n - \"libuvc0\"\n - \"guvcview\"\n - \"recordmydesktop\"\n - \"uvcdynctrl\"\n - \"vlc\"\n tags:\n - \"multimedia\"\n\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 437,
"all_permissive": false
} |
ansible_role | selesy/workstation | a8074d8956519a1bcebe9a12279b72211c817a98 | 13 | roles/networking | 490 | [
"no_license"
] | [
{
"path": "roles/networking/tasks/main.yml",
"content": "---\n\n- name: \"install useful networking tools via apt\"\n apt:\n pkg:\n - \"curl\"\n - \"lynx\"\n - \"net-tools\"\n - \"sshfs\"\n - \"tftp\"\n - \"sshuttle\"\n - \"traceroute\"\n - \"whois\"\n state: \"present\"\n ta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1931,
"all_permissive": false
} |
ansible_role | selesy/workstation | a8074d8956519a1bcebe9a12279b72211c817a98 | 13 | roles/pencil | 490 | [
"no_license"
] | [
{
"path": "roles/pencil/vars/main.yml",
"content": "---\n# File: roles/pencil/vars/main.yml\n\n# https://github.com/evolus/pencil/releases/download/v3.0.0-rc.1/Pencil-3.0.0-rc.1.deb\n# http://pencil.evolus.vn/dl/V3.0.4/Pencil_3.0.4_amd64.deb\n# https://pencil.evolus.vn/dl/V3.1.0.ga/pencil_3.1.0.ga_amd64.deb... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1013,
"all_permissive": false
} |
ansible_role | selesy/workstation | a8074d8956519a1bcebe9a12279b72211c817a98 | 13 | roles/ratpoison | 490 | [
"no_license"
] | [
{
"path": "roles/ratpoison/tasks/main.yml",
"content": "---\n# File: roles/ratpoison/tasks/main.yml\n\n- name: install ratpoison and related packages\n apt: name=ratpoison state=latest\n tags:\n - wm\n - ratpoison\n\n- name: add RatPoison to the session type menu in lightdm\n copy: src=../files/rat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 465,
"all_permissive": false
} |
ansible_role | selesy/workstation | a8074d8956519a1bcebe9a12279b72211c817a98 | 13 | roles/security | 490 | [
"no_license"
] | [
{
"path": "roles/security/vars/main.yaml",
"content": "---\n\none_password_url: https://downloads.1password.com/linux/debian/amd64/stable/1password-latest.deb\n\nkeybase_url: https://prerelease.keybase.io/keybase_amd64.deb\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 392,
"all_permissive": false
} |
ansible_role | selesy/workstation | a8074d8956519a1bcebe9a12279b72211c817a98 | 13 | roles/setup | 490 | [
"no_license"
] | [
{
"path": "roles/setup/tasks/clean-system.yaml",
"content": "---\n\n# Remove the privileged ansible user which was created by earlier versions\n# of workstation (before Ansible supported local execution).\n\n- name: \"remove the ansible user's privileges (sudo)\"\n file:\n path: \"/etc/sudoers.d/ansible... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2597,
"all_permissive": false
} |
ansible_role | selesy/workstation | a8074d8956519a1bcebe9a12279b72211c817a98 | 13 | roles/sqlmap | 490 | [
"no_license"
] | [
{
"path": "roles/sqlmap/tasks/main.yml",
"content": "---\n# File: roles/zaproxy/tasks/main.yml\n\n- name: create a directory for the SQL Map software\n file: name={{ sqlmap_installation_directory }} state=directory\n tags:\n - sqlmap\n - security\n\n- name: download the latest version of SQL Map\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1880,
"all_permissive": false
} |
ansible_role | selesy/workstation | a8074d8956519a1bcebe9a12279b72211c817a98 | 13 | roles/umlet | 490 | [
"no_license"
] | [
{
"path": "roles/umlet/vars/main.yml",
"content": "---\n# File: roles/umlet/vars/main.yml\n\n# http://www.umlet.com/umlet_13_2/umlet_13.2.zip\n# https://umlet.com/umlet_14_3/umlet-standalone-14.3.0.zip\n\numlet_host: https://umlet.com\numlet_path: umlet_{{ umlet_major_version }}_{{ umlet_minor_version }}\nu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1906,
"all_permissive": false
} |
ansible_role | selesy/workstation | a8074d8956519a1bcebe9a12279b72211c817a98 | 13 | roles/writing | 490 | [
"no_license"
] | [
{
"path": "roles/writing/tasks/main.yml",
"content": "---\n# File: roles/firefox_de/tasks/main.yml\n\n- name: create a directory for the asciidocfx editor\n file: name={{ asciidocfx_installation_directory }} state=directory\n tags:\n - asciidocfx\n\n- name: download latest version of the asciidocfx edi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2637,
"all_permissive": false
} |
ansible_role | selesy/workstation | a8074d8956519a1bcebe9a12279b72211c817a98 | 13 | roles/zaproxy | 490 | [
"no_license"
] | [
{
"path": "roles/zaproxy/tasks/main.yml",
"content": "---\n# File: roles/zaproxy/tasks/main.yml\n\n- name: create a directory for optional Zed Attack Proxy software\n file: name=/opt/zaproxy state=directory\n tags:\n - zaproxy\n\n- name: download latest version of the Zed Attack Proxy\n uri: url={{ za... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1845,
"all_permissive": false
} |
ansible_role | binarycrayon/setupmac | 1ced3bcaaf85441ed0b03b5110f5069535948c86 | 0 | roles/setup | 490 | [
"no_license"
] | [
{
"path": "roles/setup/tasks/configuration.yml",
"content": "---\n- name: setting up zsh with oh-my-zsh\n git:\n repo: https://github.com/robbyrussell/oh-my-zsh.git\n dest: \"{{general.local_home}}/.oh-my-zsh\"\n\n- name: getting dracula theme for oh-my-zsh\n git:\n repo: https://github.com/dracu... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2383,
"all_permissive": false
} |
ansible_role | tahonen/mysql-digital-ocean-apb | ea84383611894c7da10548356c9916a11632ff1c | 1 | roles/mysql | 490 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "- name: download rpm file\n get_url:\n url: \"https://dev.mysql.com/get/{{ mysql_rpm }}\"\n dest: \"/root/{{ mysql_rpm }}\"\n\n- name: add new yum repos\n shell: |\n rpm -ivh {{ mysql_rpm }}\n\n- name: ensure mysql is installed\n yum:\n name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1880,
"all_permissive": false
} |
ansible_role | unxmaal/booterizer | 15f7e47fda39c4f56d02b91e6d7027cb03761a65 | 82 | ansible/roles/fetch_files | 492 | [
"no_license"
] | [
{
"path": "ansible/roles/fetch_files/tasks/setup_apps.yml",
"content": "- name: Configure isc-dhcp-server\n copy:\n src: files/isc-dhcp-server\n dest: /etc/default/isc-dhcp-server\n owner: root\n group: root\n\n- name: Configure dnsmasq.conf\n copy:\n src: files/dnsmasq.conf\n dest: /etc... | {
"task_files": 13,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 19,
"total_bytes": 20988,
"all_permissive": false
} |
ansible_role | unxmaal/booterizer | 15f7e47fda39c4f56d02b91e6d7027cb03761a65 | 82 | ansible/roles/fetch_irix_ansible | 492 | [
"no_license"
] | [
{
"path": "ansible/roles/fetch_irix_ansible/templates/inventory.yml.j2",
"content": "---\nungrouped:\n hosts:\n {{ clientname }}:\n ansible_host: {{ clientip }}\n become-method: su\n default_gw: {{ hostip }}\n nameserver: 8.8.8.8\n domain: {{ clientdomain }}\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 756,
"all_permissive": false
} |
ansible_role | unxmaal/booterizer | 15f7e47fda39c4f56d02b91e6d7027cb03761a65 | 82 | ansible/roles/rpi_setup | 492 | [
"no_license"
] | [
{
"path": "ansible/roles/rpi_setup/tasks/static_eth.yml",
"content": "- name: generate /etc/dhcp/dhcpcd.conf for rpi\n template:\n src: templates/dhcpcd.conf.j2\n dest: /etc/dhcp/dhcpcd.conf\n owner: root\n group: root\n mode: 0744\n when: rpi is defined\n\n- name: restart network... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2996,
"all_permissive": false
} |
ansible_role | unxmaal/booterizer | 15f7e47fda39c4f56d02b91e6d7027cb03761a65 | 82 | ansible/roles/settings | 492 | [
"no_license"
] | [
{
"path": "ansible/roles/settings/README.md",
"content": "# Overview\n\nThis is an example structure for a role.\n\nTo make a new role, cp -Ra this directory to roles/your_new_role , and use its structure.\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 144
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1551,
"all_permissive": false
} |
ansible_role | Stillerman/helloworldinfra | 40a2cbb25a4c56b5b311d25d4f3bced008a09c8d | 0 | ansible/roles/api | 492 | [
"no_license"
] | [
{
"path": "ansible/roles/api/templates/helloworldapp.json.j2",
"content": "{\n apps: [{\n \"name\": \"helloworldapp\",\n \"script\": \"app.js\",\n \"exec_interpreter\" : \"node\",\n \"exec_mode\": \"fork\",\n \"cwd\": \"/opt/HelloWorld\"\n }]\n}\n",
"license_type": "no_license",
"de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 558,
"all_permissive": false
} |
ansible_role | Stillerman/helloworldinfra | 40a2cbb25a4c56b5b311d25d4f3bced008a09c8d | 0 | ansible/roles/create-dirs | 492 | [
"no_license"
] | [
{
"path": "ansible/roles/create-dirs/tasks/main.yaml",
"content": "---\n- name: Create a www-data group\n group: name=www-data state=present\n\n- name: Create a www-data user\n user: name=www-data group=www-data state=present\n\n- name: Create application root directory\n file: dest=/opt/faretext state=d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 486,
"all_permissive": false
} |
ansible_role | Stillerman/helloworldinfra | 40a2cbb25a4c56b5b311d25d4f3bced008a09c8d | 0 | ansible/roles/nginx | 492 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yaml",
"content": "---\n- name: Ensure nginx stable PPA\n apt_repository: repo='ppa:nginx/stable' update_cache=\"yes\"\n\n- name: Install nginx full\n apt: name=nginx-full state=installed\n\n- name: Update default site config\n template: src=default.conf dest=/et... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 309,
"all_permissive": false
} |
ansible_role | Stillerman/helloworldinfra | 40a2cbb25a4c56b5b311d25d4f3bced008a09c8d | 0 | ansible/roles/push-code | 492 | [
"no_license"
] | [
{
"path": "ansible/roles/push-code/tasks/main.yaml",
"content": "---\n- name: Push up code\n synchronize: src=../../../../HelloWorld/\n dest=/opt/HelloWorld\n recursive=yes\n rsync_opts=\"--verbose, --exclude ansible --exclude docs --exclude .git --exclude .idea --... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 345,
"all_permissive": false
} |
ansible_role | Stillerman/helloworldinfra | 40a2cbb25a4c56b5b311d25d4f3bced008a09c8d | 0 | ansible/roles/upgrade-all-packages | 492 | [
"no_license"
] | [
{
"path": "ansible/roles/upgrade-all-packages/tasks/main.yaml",
"content": "---\n#- name: Install ansible PPA support\n# apt: name=python-apt state=installed\n# update_cache=yes cache_valid_time=600\n\n- name: Upgrade all packages\n apt: upgrade={{ upgrade_os }}\n when: upgrade_os is defined\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 219,
"all_permissive": false
} |
ansible_role | ajweitz/devops-cheatsheets | 680bdba09fb499048618ff1cdab5bd5228616adc | 12 | ansible/roles/example | 492 | [
"no_license"
] | [
{
"path": "ansible/roles/example/meta/main.yml",
"content": "---\ndependencies:\n - role: some_role_to_run_before_this_one\n vars:\n some_parameter: 3\n - role: another_role_to_run_before_this_one",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 140
},
{
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 525,
"all_permissive": false
} |
ansible_role | mbluemer/workstation-playbook | bef508fc852ac6f9fdfe4848cc747537953274f2 | 0 | roles/dotfiles | 492 | [
"no_license"
] | [
{
"path": "roles/dotfiles/tasks/main.yml",
"content": "- name: Checkout dotfiles repo\n git:\n repo: <EMAIL>:mbluemer/dotfiles.git\n dest: \"{{ user_home }}/.dotfiles\"\n update: no\n\n- name: Run dotfiles install\n command: \"cd {{ user_home }}/.dotfiles && bash install\"\n",
"license_type":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 219,
"all_permissive": false
} |
ansible_role | mbluemer/workstation-playbook | bef508fc852ac6f9fdfe4848cc747537953274f2 | 0 | roles/git | 492 | [
"no_license"
] | [
{
"path": "roles/git/templates/gitconfig.j2",
"content": "[user]\n name = {{ full_name }}\n email = {{ git_email }}\n\n{% if ansible_os_family == 'Darwin' %}\n[credential]\n helper = osxkeychain\n{% endif %}\n\n[core]\n excludesfile = ~/.gitignore_global\n editor = vim\n\n[alias]\n a =... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1007,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.