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 | azure123devops123/Ansible_Tutorials | 3d0936906650c2c74b5d6f4f873992d59bd50565 | 0 | playbooks/jenkins-server/roles/jenkins_status | 8,150 | [
"no_license"
] | [
{
"path": "playbooks/jenkins-server/roles/jenkins_status/tasks/main.yml",
"content": "# AMAZON AND UBUNTU STATUS:\n\n- name: Verify Jenkins Services on (Amazon and Ubuntu)\n command: systemctl status jenkins\n changed_when: false\n when: ansible_distribution in [\"Amazon\",\"Ubuntu\"]\n\n- name: Verify J... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1063,
"all_permissive": false
} |
ansible_role | azure123devops123/Ansible_Tutorials | 3d0936906650c2c74b5d6f4f873992d59bd50565 | 0 | playbooks/monitoring-servers/roles/alertmanager | 8,150 | [
"no_license"
] | [
{
"path": "playbooks/monitoring-servers/roles/alertmanager/files/alertmanager.yml",
"content": "##### This is the default configuration file just for backup.\n\nroute:\n group_by: ['alertname']\n group_wait: 30s\n group_interval: 5m\n repeat_interval: 1h\n receiver: 'web.hook'\nreceivers:\n - name: 'w... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 5736,
"all_permissive": false
} |
ansible_role | azure123devops123/Ansible_Tutorials | 3d0936906650c2c74b5d6f4f873992d59bd50565 | 0 | playbooks/monitoring-servers/roles/alertmanager_status | 8,150 | [
"no_license"
] | [
{
"path": "playbooks/monitoring-servers/roles/alertmanager_status/tasks/main.yml",
"content": "# AMAZON AND UBUNTU STATUS:\n\n- name: Verify Alertmanager Services on (Amazon and Ubuntu)\n command: systemctl status alertmanager\n changed_when: false\n when: ansible_distribution in [\"Amazon\",\"Ubuntu\"]\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1144,
"all_permissive": false
} |
ansible_role | azure123devops123/Ansible_Tutorials | 3d0936906650c2c74b5d6f4f873992d59bd50565 | 0 | playbooks/monitoring-servers/roles/grafana | 8,150 | [
"no_license"
] | [
{
"path": "playbooks/monitoring-servers/roles/grafana/tasks/main.yml",
"content": "# Install Grafana on Ubuntu Server:\n\n- name: Install Grafana Pre-requisite Packages (Ubuntu Linux)\n ansible.builtin.apt: name={{item}} state=latest\n with_items:\n - apt-transport-https # APT transport allows the us... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3482,
"all_permissive": false
} |
ansible_role | azure123devops123/Ansible_Tutorials | 3d0936906650c2c74b5d6f4f873992d59bd50565 | 0 | playbooks/monitoring-servers/roles/grafana_status | 8,150 | [
"no_license"
] | [
{
"path": "playbooks/monitoring-servers/roles/grafana_status/tasks/main.yml",
"content": "# AMAZON AND UBUNTU STATUS:\n\n- name: Verify Grafana Services on (Amazon and Ubuntu)\n command: systemctl status grafana-server\n changed_when: false\n when: ansible_distribution in [\"Amazon\",\"Ubuntu\"]\n\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1109,
"all_permissive": false
} |
ansible_role | nshah14/ansiblejenkins | ba8fe3fe8005d076a8176c72dbfba856619ab2e3 | 0 | roles/hosts | 8,150 | [
"no_license"
] | [
{
"path": "roles/hosts/tasks/main.yml",
"content": "---\n# tasks file for hosts\n# vim: set syn=ansible:\n\n\n# - name: install python2\n# raw: sudo apt-get -y install python-simplejson\n\n- name: Ensure hostname set\n hostname: name={{ inventory_hostname }}\n\n- name: Ensure /etc/hosts populated\n temp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 311,
"all_permissive": false
} |
ansible_role | nshah14/ansiblejenkins | ba8fe3fe8005d076a8176c72dbfba856619ab2e3 | 0 | roles/jenkins | 8,150 | [
"no_license"
] | [
{
"path": "roles/jenkins/tasks/main.yml",
"content": "---\n# tasks file for jenkins\n# sudo wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat/jenkins.repo\n# sudo rpm --import https://jenkins-ci.org/redhat/jenkins-ci.org.key\n# sudo yum install jenkins\n# Sometimes I want to run this wi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3292,
"all_permissive": false
} |
ansible_role | lockejan/django-deploy | c5997f34d55198716112dbf7f4aa80db044c8d21 | 0 | ansible/roles/django_deploy | 8,150 | [
"no_license"
] | [
{
"path": "ansible/roles/django_deploy/tasks/main.yml",
"content": "---\n- name: add ppa for python 3.7\n apt_repository:\n repo: ppa:deadsnakes/ppa\n state: present\n become_user: root\n\n- name: make sure required packages are installed\n package:\n name:\n - nginx\n - git\n - p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 6114,
"all_permissive": false
} |
ansible_role | swathigreddy/ansible-project | a31c6e9ecf1031d260744370a02104d9ca307124 | 0 | roles/php | 8,150 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yml",
"content": "---\n# tasks file for php\n- name: install php extenstions\n package: name={{ item }} state=present\n become: yes\n with_items:\n - php-common\n - php-xml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 157
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 157,
"all_permissive": false
} |
ansible_role | swathigreddy/ansible-project | a31c6e9ecf1031d260744370a02104d9ca307124 | 0 | roles/server | 8,150 | [
"no_license"
] | [
{
"path": "roles/server/tasks/main.yml",
"content": "---\n# tasks file for server\n- name: install required software\n package: name={{ item }} state=present\n become: yes\n with_items:\n - httpd\n - mariadb-server\n - php\n - php-mysql\n - epel-release\n - MySQL-python\n- name: start h... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 416,
"all_permissive": false
} |
ansible_role | krenzaslv/Dotfile | f25eed872144c12918ba0d9f4e52ebd170b61a4a | 0 | roles/config | 8,150 | [
"no_license"
] | [
{
"path": "roles/config/tasks/main.yml",
"content": "---\n\n- name: \"zshrc\"\n copy:\n src: zsh/config\n dest: ~/.zshrc\n\n- name: \"waybar\"\n copy:\n src: waybar/style.css\n dest: ~/.config/waybar/style.css\n copy:\n src: waybar/config\n dest: ~/.config/waybar/config\n\n- name: \"swa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 367,
"all_permissive": false
} |
ansible_role | krenzaslv/Dotfile | f25eed872144c12918ba0d9f4e52ebd170b61a4a | 0 | roles/netns | 8,150 | [
"no_license"
] | [
{
"path": "roles/netns/templates/systemd.service.j2",
"content": "[Unit]\nDescription=VPN Network Namespace {{ NETNS_NAME }}\n\n[Service]\nType=oneshot\nExecStart=/usr/bin/ip netns add {{ NETNS_NAME }} \nExecStart=/usr/bin/ip -n {{ NETNS_NAME }} link set lo up\nExecStart=/usr/bin/ip link add wg1 type wiregu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1557,
"all_permissive": false
} |
ansible_role | krenzaslv/Dotfile | f25eed872144c12918ba0d9f4e52ebd170b61a4a | 0 | roles/nextcloud_client | 8,150 | [
"no_license"
] | [
{
"path": "roles/nextcloud_client/handlers/main.yml",
"content": "---\n- name: Start nextcloud_client \n systemd:\n name: nextcloud_client\n state: started\n enabled: yes\n scope: user\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 126
},
{
"path": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 466,
"all_permissive": false
} |
ansible_role | krenzaslv/Dotfile | f25eed872144c12918ba0d9f4e52ebd170b61a4a | 0 | roles/scripts | 8,150 | [
"no_license"
] | [
{
"path": "roles/scripts/files/netnstools",
"content": "#!/bin/sh\n\nset -e\n\nusage (){\n echo \"==== Runs an application in a Network Namespace ===\"\n echo \"Usage: netnstools enter [NAMESPACE]\"\n echo \" netnstools run [NAMESPACE] [COMMAND]\"\n echo \" netnstools firejail [NAMES... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 903,
"all_permissive": false
} |
ansible_role | ktharuni/expense-ansible-roles | 628d0b78880a441e0cf6b97964baa0c105b1587d | 0 | roles/common | 8,150 | [
"no_license"
] | [
{
"path": "roles/common/tasks/app-pre-req.yaml",
"content": "- name: remove existing app directory\n ansible.builtin.file:\n path: \"{{ app_location }}\"\n state: absent\n ignore_errors: true\n\n- name: create app directory\n ansible.builtin.file:\n path: \"{{ app_location }}\"\n state: direc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 655,
"all_permissive": false
} |
ansible_role | jackjiang317/workstation | cd4128874c651fd377b63362c2be1e2cfe7b962c | 0 | roles/awscli | 8,150 | [
"no_license"
] | [
{
"path": "roles/awscli/tasks/main.yml",
"content": "- name: Install awscli with dependencies\n pip:\n name: \"{{ item }}\"\n with_items:\n - boto\n - boto3\n - botocore\n - awscli\n\n- name: Add IAG-CA cert to boto installation\n blockinfile:\n path: /usr/local/lib/python2.7/dist-packa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1171,
"all_permissive": false
} |
ansible_role | jackjiang317/workstation | cd4128874c651fd377b63362c2be1e2cfe7b962c | 0 | roles/chrome | 8,150 | [
"no_license"
] | [
{
"path": "roles/chrome/tasks/main.yml",
"content": "- name: Add google-chrome repo key\n apt_key:\n url: https://dl-ssl.google.com/linux/linux_signing_key.pub\n state: present\n validate_certs: no\n\n- name: Add google-chrome repo\n apt_repository:\n repo: deb http://dl.google.com/linux/chrom... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 388,
"all_permissive": false
} |
ansible_role | jackjiang317/workstation | cd4128874c651fd377b63362c2be1e2cfe7b962c | 0 | roles/docker | 8,150 | [
"no_license"
] | [
{
"path": "roles/docker/defaults/main.yml",
"content": "version: 18.03.1\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 17
},
{
"path": "roles/docker/tasks/main.yml",
"content": "- name: Install prerequisites\n apt:\n name: \"{{ item }}\"\n update_cac... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1388,
"all_permissive": false
} |
ansible_role | jackjiang317/workstation | cd4128874c651fd377b63362c2be1e2cfe7b962c | 0 | roles/golang | 8,150 | [
"no_license"
] | [
{
"path": "roles/golang/defaults/main.yml",
"content": "version: 1.11\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 14
},
{
"path": "roles/golang/tasks/main.yml",
"content": "- name: Download golang\n get_url:\n url: https://storage.googleapis.com/golan... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 435,
"all_permissive": false
} |
ansible_role | jackjiang317/workstation | cd4128874c651fd377b63362c2be1e2cfe7b962c | 0 | roles/inspec | 8,150 | [
"no_license"
] | [
{
"path": "roles/inspec/tasks/main.yml",
"content": "---\n- name: Install inspec\n gem:\n name: inspec\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 52
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 52,
"all_permissive": false
} |
ansible_role | jackjiang317/workstation | cd4128874c651fd377b63362c2be1e2cfe7b962c | 0 | roles/intellij | 8,150 | [
"no_license"
] | [
{
"path": "roles/intellij/tasks/main.yml",
"content": "- name: Download Intellij\n unarchive:\n src: \"https://download.jetbrains.com/idea/ideaIC-{{ version }}.tar.gz\"\n dest: /opt\n remote_src: yes\n\n- name: Create the applications directory if it does not exist\n become: no\n file:\n path... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 522,
"all_permissive": false
} |
ansible_role | jackjiang317/workstation | cd4128874c651fd377b63362c2be1e2cfe7b962c | 0 | roles/jmeter | 8,150 | [
"no_license"
] | [
{
"path": "roles/jmeter/tasks/main.yml",
"content": "- name: Download jmeter\n get_url:\n url: http://mirror.ventraip.net.au/apache/jmeter/binaries/apache-jmeter-{{ jmeter_version }}.tgz\n dest: \"/tmp/apache-jmeter-{{ jmeter_version }}.tgz\"\n\n- name: Install jmeter\n unarchive:\n src: \"/tmp/a... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 632,
"all_permissive": false
} |
ansible_role | jackjiang317/workstation | cd4128874c651fd377b63362c2be1e2cfe7b962c | 0 | roles/k8s-master | 8,150 | [
"no_license"
] | [
{
"path": "roles/k8s-master/defaults/main.yml",
"content": "version: 1.13.0\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 16
},
{
"path": "roles/k8s-master/tasks/main.yml",
"content": "- name: switch off swap\n shell: swapoff -a\n\n- name: Get host ip\n s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3772,
"all_permissive": false
} |
ansible_role | jackjiang317/workstation | cd4128874c651fd377b63362c2be1e2cfe7b962c | 0 | roles/k8s-node | 8,150 | [
"no_license"
] | [
{
"path": "roles/k8s-node/tasks/main.yml",
"content": "- name: switch off swap\n shell: swapoff -a\n\n- name: Get host ip\n set_fact:\n host_ip: \"{{ hostvars[inventory_hostname]['ansible_default_ipv4']['address'] }}\"\n network: \"{{ ansible_default_ipv4.network }}\"\n netmask: \"{{ ansible_defa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2000,
"all_permissive": false
} |
ansible_role | jackjiang317/workstation | cd4128874c651fd377b63362c2be1e2cfe7b962c | 0 | roles/kops | 8,150 | [
"no_license"
] | [
{
"path": "roles/kops/tasks/main.yml",
"content": "- name: Install kops\n get_url:\n url: \"https://github.com/kubernetes/kops/releases/download/{{ version }}/kops-linux-amd64\"\n dest: /usr/local/bin/kops\n mode: 0755\n",
"license_type": "no_license",
"detected_licenses": [],
"size_by... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 190,
"all_permissive": false
} |
ansible_role | jackjiang317/workstation | cd4128874c651fd377b63362c2be1e2cfe7b962c | 0 | roles/kubectl | 8,150 | [
"no_license"
] | [
{
"path": "roles/kubectl/tasks/main.yml",
"content": "---\n- name: Install kubectl\n get_url:\n url: https://storage.googleapis.com/kubernetes-release/release/{{ k8_version }}/bin/linux/amd64/kubectl\n dest: /usr/local/bin/kubectl\n mode: 755\n\n- name: Load kubectl completion script\n become: no... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 399,
"all_permissive": false
} |
ansible_role | jackjiang317/workstation | cd4128874c651fd377b63362c2be1e2cfe7b962c | 0 | roles/maven | 8,150 | [
"no_license"
] | [
{
"path": "roles/maven/tasks/main.yml",
"content": "- name: Install maven\n apt:\n name: maven\n state: present\n\n- name: Create the .m2 directory if it doesn't exist\n become: no\n file:\n path: \"~/.m2\"\n state: directory\n mode: 0755\n\n- name: Install maven settings\n become: no\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 297,
"all_permissive": false
} |
ansible_role | jackjiang317/workstation | cd4128874c651fd377b63362c2be1e2cfe7b962c | 0 | roles/molecule | 8,150 | [
"no_license"
] | [
{
"path": "roles/molecule/defaults/main.yml",
"content": "version: 5.4.6\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 15
},
{
"path": "roles/molecule/tasks/main.yml",
"content": "- name: Install molecule with dependencies\n command: \"pip install -I psuti... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 160,
"all_permissive": false
} |
ansible_role | jackjiang317/workstation | cd4128874c651fd377b63362c2be1e2cfe7b962c | 0 | roles/opscli | 8,150 | [
"no_license"
] | [
{
"path": "roles/opscli/tasks/main.yml",
"content": "- name: Install opscli with dependencies\n package:\n name: \"{{ item }}\"\n with_items:\n - jq\n\n- name: install openstack cli\n pip:\n name: \"python-{{ item }}client\"\n with_items:\n - openstack\n - barbican\n - ceilometer\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 647,
"all_permissive": false
} |
ansible_role | jackjiang317/workstation | cd4128874c651fd377b63362c2be1e2cfe7b962c | 0 | roles/packer | 8,150 | [
"no_license"
] | [
{
"path": "roles/packer/tasks/main.yml",
"content": "- name: Download packer\n get_url:\n url: \"https://releases.hashicorp.com/packer/{{ version }}/packer_{{ version }}_linux_amd64.zip\"\n dest: \"/tmp/packer_{{ version }}_linux_amd64.zip\"\n\n- name: Install packer\n unarchive:\n src: \"/tmp/pa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 339,
"all_permissive": false
} |
ansible_role | jackjiang317/workstation | cd4128874c651fd377b63362c2be1e2cfe7b962c | 0 | roles/proxy | 8,150 | [
"no_license"
] | [
{
"path": "roles/proxy/tasks/main.yml",
"content": "- name: Set manual system proxy\n command: gsettings set org.gnome.system.proxy mode \"manual\"\n\n- name: Enable http system proxy\n command: gsettings set org.gnome.system.proxy.http enabled true\n\n- name: Set system http proxy host\n command: gsetti... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1354,
"all_permissive": false
} |
ansible_role | jackjiang317/workstation | cd4128874c651fd377b63362c2be1e2cfe7b962c | 0 | roles/ranchercli | 8,150 | [
"no_license"
] | [
{
"path": "roles/ranchercli/tasks/main.yml",
"content": "---\n- name: Download rancher cli\n get_url:\n url: \"https://github.com/rancher/cli/releases/download/{{ version }}/rancher-linux-amd64-{{ version }}.tar.gz\"\n dest: \"/tmp/rancher-linux-amd64-{{ version }}.tar.gz\"\n\n- name: Extract rancher... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 346,
"all_permissive": false
} |
ansible_role | jackjiang317/workstation | cd4128874c651fd377b63362c2be1e2cfe7b962c | 0 | roles/ruby | 8,150 | [
"no_license"
] | [
{
"path": "roles/ruby/tasks/main.yml",
"content": "- name: Install ruby\n apt: pkg={{ item }} state=latest\n with_items:\n - ruby{{ version }}\n - ruby{{ version }}-dev\n\n- name: Create symlinks for Ruby\n file: src=/usr/bin/ruby{{ version }} dest=/usr/local/bin/ruby state=link\n\n- name: Create s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 355,
"all_permissive": false
} |
ansible_role | jackjiang317/workstation | cd4128874c651fd377b63362c2be1e2cfe7b962c | 0 | roles/scm_breeze | 8,150 | [
"no_license"
] | [
{
"path": "roles/scm_breeze/tasks/main.yml",
"content": "- name: Download scm_breeze\n become: false\n git:\n repo: 'https://github.com/scmbreeze/scm_breeze.git'\n dest: ~/.scm_breeze\n ignore_errors: yes\n\n- name: Install scm_breeze\n become: false\n shell: ~/.scm_breeze/install.sh\n ignore_er... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 251,
"all_permissive": false
} |
ansible_role | jackjiang317/workstation | cd4128874c651fd377b63362c2be1e2cfe7b962c | 0 | roles/slack | 8,150 | [
"no_license"
] | [
{
"path": "roles/slack/defaults/main.yml",
"content": "version: 3.3.1",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 14
},
{
"path": "roles/slack/tasks/main.yml",
"content": "- name: Download Slack\n get_url:\n url: \"https://downloads.slack-edge.com/linux... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 326,
"all_permissive": false
} |
ansible_role | jackjiang317/workstation | cd4128874c651fd377b63362c2be1e2cfe7b962c | 0 | roles/terminator | 8,150 | [
"no_license"
] | [
{
"path": "roles/terminator/tasks/main.yml",
"content": "---\n- name: Install Terminator\n package:\n name: terminator\n state: present\n\n- name: Create Terminator directories\n become: false\n file:\n path: ~/.config/terminator\n state: directory\n\n- name: Configure Terminator\n become: f... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 305,
"all_permissive": false
} |
ansible_role | jackjiang317/workstation | cd4128874c651fd377b63362c2be1e2cfe7b962c | 0 | roles/terraform | 8,150 | [
"no_license"
] | [
{
"path": "roles/terraform/tasks/main.yml",
"content": "- name: Set Terraform version\n set_fact:\n hashicorp_app: \"terraform\"\n\n- name: Download App\n get_url:\n url: \"https://releases.hashicorp.com/{{ hashicorp_app }}/{{ version }}/{{ hashicorp_app }}_{{ version }}_linux_amd64.zip\"\n dest:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 647,
"all_permissive": false
} |
ansible_role | jackjiang317/workstation | cd4128874c651fd377b63362c2be1e2cfe7b962c | 0 | roles/test_kitchen | 8,150 | [
"no_license"
] | [
{
"path": "roles/test_kitchen/tasks/main.yml",
"content": "---\n- name: Install test-kitchen\n gem:\n name: test-kitchen\n\n- name: Install kitchen-ansible\n gem:\n name: kitchen-ansible\n\n- name: Install kitchen-docker\n gem:\n name: kitchen-docker\n\n- name: Install kitchen-vagrant\n gem:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 260,
"all_permissive": false
} |
ansible_role | jackjiang317/workstation | cd4128874c651fd377b63362c2be1e2cfe7b962c | 0 | roles/vagrant | 8,150 | [
"no_license"
] | [
{
"path": "roles/vagrant/tasks/main.yml",
"content": "- name: Install vagrant\n apt:\n name: vagrant\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 68,
"all_permissive": false
} |
ansible_role | jackjiang317/workstation | cd4128874c651fd377b63362c2be1e2cfe7b962c | 0 | roles/vault | 8,150 | [
"no_license"
] | [
{
"path": "roles/vault/tasks/main.yml",
"content": "- name: Download vault\n get_url:\n url: \"https://releases.hashicorp.com/vault/{{ version }}/vault_{{ version }}_linux_amd64.zip\"\n dest: \"/tmp/vault_{{ version }}_linux_amd64.zip\"\n\n- name: Install vault\n unarchive:\n src: \"/tmp/vault_{{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 526,
"all_permissive": false
} |
ansible_role | jackjiang317/workstation | cd4128874c651fd377b63362c2be1e2cfe7b962c | 0 | roles/vi | 8,150 | [
"no_license"
] | [
{
"path": "roles/vi/tasks/main.yml",
"content": "---\n# Setup\n- import_tasks: setup-ubuntu.yml\n when: ansible_os_family == 'Debian'\n\n- import_tasks: setup-macos.yml\n when: ansible_os_family == 'Darwin'\n\n# Configure\n- name: Install vim settings\n become: false\n copy:\n src: .vimrc\n dest: ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3402,
"all_permissive": false
} |
ansible_role | jackjiang317/workstation | cd4128874c651fd377b63362c2be1e2cfe7b962c | 0 | roles/zsh | 8,150 | [
"no_license"
] | [
{
"path": "roles/zsh/tasks/main.yml",
"content": "---\n# Setup\n- import_tasks: setup-ubuntu.yml\n when: ansible_os_family == 'Debian'\n\n- import_tasks: setup-macos.yml\n when: ansible_os_family == 'Darwin'\n\n# Extra cake\n- name: install oh-my-zsh\n shell: sh -c \"$(curl -fsSL https://raw.github.com/r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 296,
"all_permissive": false
} |
ansible_role | test-task-epam/results | d8f6dc602469eb4c39866e33de03ea8a16ddc1a7 | 0 | ansible/roles/conf-nginx-update | 8,150 | [
"no_license"
] | [
{
"path": "ansible/roles/conf-nginx-update/tasks/main.yml",
"content": "---\n- name: Copy config files\n copy:\n src : /var/lib/jenkins/workspace/nginx-config-updating/config/\n dest : /etc/nginx\n owner: root\n group: root\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 160,
"all_permissive": false
} |
ansible_role | test-task-epam/results | d8f6dc602469eb4c39866e33de03ea8a16ddc1a7 | 0 | ansible/roles/iptables | 8,150 | [
"no_license"
] | [
{
"path": "ansible/roles/iptables/tasks/main.yml",
"content": "---\n- name: Insert a rule for opening 80 port\n iptables:\n chain: INPUT\n protocol: tcp\n destination_port: '80'\n jump: ACCEPT\n action: insert\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 156,
"all_permissive": false
} |
ansible_role | test-task-epam/results | d8f6dc602469eb4c39866e33de03ea8a16ddc1a7 | 0 | ansible/roles/nginx | 8,150 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": "---\n- name: Install Nginx if RedHat\n yum:\n name=nginx\n state=latest\n when:\n ansible_os_family == \"RedHat\"\n notify:\n - nginx systemd\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 147
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 147,
"all_permissive": false
} |
ansible_role | bzhoek/vagrant-11g | 14a3c9fb1e52290cf4abae7268801a3710fb5b03 | 0 | roles/oracle-11g | 8,150 | [
"no_license"
] | [
{
"path": "roles/oracle-11g/tasks/main.yml",
"content": "---\n- yum: name={{item}}\n with_items:\n - compat-libstdc++-33.x86_64\n - elfutils-libelf-devel\n - gcc-c++\n - libaio-devel\n - unixODBC\n - unixODBC-devel\n- group: name={{item}}\n with_items:\n - dba\n - oinstall\n- user:... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2319,
"all_permissive": false
} |
ansible_role | navindharman/Ansible-chmt | 76cf09cea0098cd10d4039af4cb15c1559d62f78 | 0 | roles/common | 8,150 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: installing lib-security\n yum: name=libselinux-python state=present\n when: ansible_distribution == 'CentOS' or ansible_distribution == 'Red Hat Enterprise Linux'\n tags: initial\n\n- name: Installing MySQL-python\n yum: name=MySQL-python... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2198,
"all_permissive": false
} |
ansible_role | navindharman/Ansible-chmt | 76cf09cea0098cd10d4039af4cb15c1559d62f78 | 0 | roles/credential | 8,150 | [
"no_license"
] | [
{
"path": "roles/credential/vars/main.yml",
"content": "---\n# vars file for credential",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "roles/credential/tasks/main.yml",
"content": "---\n\n - include_tasks: mysql_database_creation.yml\n tags:... | {
"task_files": 11,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 15,
"total_bytes": 8485,
"all_permissive": false
} |
ansible_role | saqibali11230/prometheus_ansible | cc43c7eca58a6e8e91e9d6b14387b6827ba52b69 | 0 | roles/prometheus_agent | 8,150 | [
"no_license"
] | [
{
"path": "roles/prometheus_agent/templates/process_exporter.service.j2",
"content": "\n[Unit]\nDescription=Process Exporter for Prometheus\n\n[Service]\n\nUser=root\nType=simple\nExecStart={{ process_exporter_bin_path }} \\\n\t--config.path /etc/process-exporter/process-exporter.yaml \\\n\t--web.listen-add... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 7517,
"all_permissive": false
} |
ansible_role | saqibali11230/prometheus_ansible | cc43c7eca58a6e8e91e9d6b14387b6827ba52b69 | 0 | roles/prometheus_server | 8,150 | [
"no_license"
] | [
{
"path": "roles/prometheus_server/templates/calert.toml.j2",
"content": "[app]\naddress = \"0.0.0.0:6000\" # Address of the HTTP Server.\nserver_timeout = \"5s\" # Server timeout for HTTP requests.\nenable_request_logs = true # Whether to log incoming HTTP requests or not.\nlog = \"info\" # Use `debug` to ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 9511,
"all_permissive": false
} |
ansible_role | pete001/rchain-ansible | a02a8be782547ba3de7cd5216c1970042f2a5063 | 1 | roles/deploy | 8,150 | [
"no_license"
] | [
{
"path": "roles/deploy/tasks/requirements.yml",
"content": "---\n\n- name: Install minimum requirements\n become: yes\n apt:\n name: \"{{ item }}\"\n state: installed\n update_cache: yes\n with_items:\n - git\n - build-essential\n - python-simplejson\n - python-pexpect\n - superv... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1327,
"all_permissive": false
} |
ansible_role | pete001/rchain-ansible | a02a8be782547ba3de7cd5216c1970042f2a5063 | 1 | roles/testnet | 8,150 | [
"no_license"
] | [
{
"path": "roles/testnet/templates/playground/node.toml.j2",
"content": "[server]\nhost = \"{{ ansible_eth0.ipv4.address }}\"\n#port = 40402\n#http-port = 12\nmetrics-port = 40403\nno-upnp = false\ndefault-timeout = 6000\nbootstrap = \"{{ bootstrap }}\"\nstandalone = false\ndata-dir = \"/opt/testnet/{{ test... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3348,
"all_permissive": false
} |
ansible_role | maccan-tech/dotfiles | 51707db630ba9f7da53bb38d27ca76642c8d8e3f | 0 | roles/hypr | 8,150 | [
"permissive"
] | [
{
"path": "roles/hypr/files/hypr/scripts/hyprpaper-rofi-wallpaper.sh",
"content": "#!/bin/bash\n\n# Path to wallpaper directory\nWALLPAPER_DIR=\"$HOME/.config/wallpaper\"\n\n# Check if the wallpaper directory exists\nif [ ! -d \"$WALLPAPER_DIR\" ]; then\n echo \"Error: Wallpaper directory $WALLPAPER_DIR ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 12478,
"all_permissive": true
} |
ansible_role | maccan-tech/dotfiles | 51707db630ba9f7da53bb38d27ca76642c8d8e3f | 0 | roles/kitty | 8,150 | [
"permissive"
] | [
{
"path": "roles/kitty/tasks/main.yml",
"content": "---\n# vim: set filetype=yaml.ansible : #\n\n- name: \"Kitty | Install Debian\"\n when: ansible_os_family == 'Debian'\n ansible.builtin.apt:\n name: kitty\n state: present\n become: true\n\n- name: \"Kitty | Install RedHat\"\n when: ansible_os_fa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 830,
"all_permissive": true
} |
ansible_role | maccan-tech/dotfiles | 51707db630ba9f7da53bb38d27ca76642c8d8e3f | 0 | roles/nerdfonts | 8,150 | [
"permissive"
] | [
{
"path": "roles/nerdfonts/defaults/main.yml",
"content": "---\nnerdfonts_jetbrainsmono_version: 'v3.1.1'\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 46
},
{
"path": "roles/nerdfonts/tasks/main.yml",
"content": "---\n# vim: set fil... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 780,
"all_permissive": true
} |
ansible_role | maccan-tech/dotfiles | 51707db630ba9f7da53bb38d27ca76642c8d8e3f | 0 | roles/nvim | 8,150 | [
"permissive"
] | [
{
"path": "roles/nvim/tasks/main.yml",
"content": "---\n# vim: set filetype=yaml.ansible : #\n\n- name: \"Neovim | Dependencies Debian\"\n when: ansible_os_family == 'Debian'\n ansible.builtin.apt:\n name:\n - git\n - make\n - curl\n - ripgrep\n - fd-find\n - gcc\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 19,
"total_bytes": 17846,
"all_permissive": true
} |
ansible_role | maccan-tech/dotfiles | 51707db630ba9f7da53bb38d27ca76642c8d8e3f | 0 | roles/tmux | 8,150 | [
"permissive"
] | [
{
"path": "roles/tmux/files/tmux.conf",
"content": "# Enable mouse support\nset -g mouse on\n\n# Change prefix\n# unbind C-b\n# set -g prefix C-Space\n# bind C-Space send-prefix\n\n# Start windows and panes at 1, not 0\nset -g base-index 1\nset -g pane-base-index 1\nset-window-option -g pane-base-index 1\ns... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2295,
"all_permissive": true
} |
ansible_role | maccan-tech/dotfiles | 51707db630ba9f7da53bb38d27ca76642c8d8e3f | 0 | roles/vifm | 8,150 | [
"permissive"
] | [
{
"path": "roles/vifm/tasks/main.yml",
"content": "---\n# vim: set filetype=yaml.ansible : #\n\n- name: \"Vifm | Install Debian\"\n when: ansible_os_family == 'Debian'\n ansible.builtin.apt:\n name: vifm\n state: present\n become: true\n\n- name: \"Vifm | Install RedHat\"\n when: ansible_os_family... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 770,
"all_permissive": true
} |
ansible_role | maccan-tech/dotfiles | 51707db630ba9f7da53bb38d27ca76642c8d8e3f | 0 | roles/zsh | 8,150 | [
"permissive"
] | [
{
"path": "roles/zsh/files/t",
"content": "#!/bin/bash\n\n# Define the format string for tmux list-sessions.\n# This string specifies how each session will be displayed in the fzf list.\n# #{session_name}: The name of the session, followed by a colon (used for easy cutting later)\n# #{session_windows}: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 8145,
"all_permissive": true
} |
ansible_role | wvjedi2015/home-ansible | e8fc7e56bfe42d1934797a4629ca40393a9d91c7 | 0 | roles/cron | 8,150 | [
"no_license"
] | [
{
"path": "roles/cron/tasks/main.yml",
"content": "---\n# tasks file for cron\n\n- name: Creates an entry like \"@reboot /some/job.sh\"\n cron:\n name: \"Check for updates to Ansible repo and deploy them\"\n user4: root\n minute: /5\n job: \"/usr/bin/ansible-pull -U https://github.com/wvjedi201... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 316,
"all_permissive": false
} |
ansible_role | wvjedi2015/home-ansible | e8fc7e56bfe42d1934797a4629ca40393a9d91c7 | 0 | roles/fastapi | 8,150 | [
"no_license"
] | [
{
"path": "roles/fastapi/tasks/main.yml",
"content": "---\n# tasks file for fastapi\n\n - name: Installing fastapi\n pip:\n name: fastapi[all]\n tags: [fast, api, fastapi]\n when: '\"api_server\" in group_names'\n notify:\n - Start the fastapi service\n\n - name: put systemd file in ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 904,
"all_permissive": false
} |
ansible_role | wvjedi2015/home-ansible | e8fc7e56bfe42d1934797a4629ca40393a9d91c7 | 0 | roles/upgrade_pi | 8,150 | [
"no_license"
] | [
{
"path": "roles/upgrade_pi/handlers/main.yml",
"content": "---\n# handlers file for get_hn\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "roles/upgrade_pi/tasks/main.yml",
"content": "---\n# tasks file for get_hn\n\n- name: Upgrade the OS (... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 208,
"all_permissive": false
} |
ansible_role | Dok-dev/devops-netology | 1182e3a8cb99a70701818f3de469bb14e1f47b96 | 4 | hw-08.4_Ansible-4-module/my_own_namespace/my_own_collection/roles/create_file | 8,150 | [
"no_license"
] | [
{
"path": "hw-08.4_Ansible-4-module/my_own_namespace/my_own_collection/roles/create_file/tasks/main.yml",
"content": "---\n# tasks file for create_file\n - name: run my_own_module\n my_own_module:\n name: \"{{ file_name }}\"\n path: \"{{ path_to_file }}\"\n content: \"{{ file_content }}\"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 777,
"all_permissive": false
} |
ansible_role | dieguini/Ansible | 863e305536c4e46681fe98344e7e18e8603dbe7d | 0 | build_servers/roles/ado_agent | 8,150 | [
"no_license"
] | [
{
"path": "build_servers/roles/ado_agent/tasks/main.yaml",
"content": "# build_servers/roles/ado_agent/tasks/main.yaml\n--- \n- name: Temp Directory - Create temporary directory\n ansible.windows.win_tempfile:\n state: directory\n suffix: build\n register: temp_dir\n- name: Temp Directory - Print t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2954,
"all_permissive": false
} |
ansible_role | dieguini/Ansible | 863e305536c4e46681fe98344e7e18e8603dbe7d | 0 | build_servers/roles/choco_change | 8,150 | [
"no_license"
] | [
{
"path": "build_servers/roles/choco_change/defaults/main.yaml",
"content": "# roles/choco_installer/defaults/main.yml\n---\n# Docs: https://chocolatey.org\nchocolatey_packages:\n- notepadplusplus\n- postman\n- vscode\n- git\n# - googlechrome [Latest checksum no valid]\n# - treesizefree [Not supported for w... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 444,
"all_permissive": false
} |
ansible_role | dieguini/Ansible | 863e305536c4e46681fe98344e7e18e8603dbe7d | 0 | host_tools/roles/win_reboot | 8,150 | [
"no_license"
] | [
{
"path": "host_tools/roles/win_reboot/tasks/main.yaml",
"content": "# host_tools/roles/win_reboot/tasks\n---\n\n- name: Reboot Win Machine\n ansible.windows.win_reboot:\n msg: \"Ansible reboot\"\n pre_reboot_delay: 5\n post_reboot_delay: 20\n",
"license_type": "no_license",
"detected_lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 174,
"all_permissive": false
} |
ansible_role | dieguini/Ansible | 863e305536c4e46681fe98344e7e18e8603dbe7d | 0 | pool_tools/roles/win_iis_webapp_present | 8,150 | [
"no_license"
] | [
{
"path": "pool_tools/roles/win_iis_webapp_present/tasks/main.yaml",
"content": "# pool_tools/roles/win_iis_webapp_present/tasks\n---\n\n- name: Return information about an existing application pool\n community.windows.win_iis_webapppool:\n name: \"{{ item.pool }}\"\n state: absent\n loop: \"{{ IIS_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 226,
"all_permissive": false
} |
ansible_role | dieguini/Ansible | 863e305536c4e46681fe98344e7e18e8603dbe7d | 0 | pool_tools/roles/win_iis_webapppool_start | 8,150 | [
"no_license"
] | [
{
"path": "pool_tools/roles/win_iis_webapppool_start/tasks/main.yaml",
"content": "# roles/windows_win_iis_webapppool/tasks/main.yml\n---\n\n- name: Start existing application pool\n community.windows.win_iis_webapppool:\n name: \"{{ item.pool }}\"\n state: started\n loop: \"{{ IIS_POOL }}\"\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 207,
"all_permissive": false
} |
ansible_role | dieguini/Ansible | 863e305536c4e46681fe98344e7e18e8603dbe7d | 0 | service_tools/roles/win_serv_restart | 8,150 | [
"no_license"
] | [
{
"path": "service_tools/roles/win_serv_restart/tasks/main.yaml",
"content": "- name: Restart a service\n ansible.windows.win_service:\n name: \"{{ item.service }}\"\n state: restarted\n loop: \"{{ WIN_SERV }}\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 133
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 133,
"all_permissive": false
} |
ansible_role | dieguini/Ansible | 863e305536c4e46681fe98344e7e18e8603dbe7d | 0 | service_tools/roles/win_serv_status | 8,150 | [
"no_license"
] | [
{
"path": "service_tools/roles/win_serv_status/tasks/main.yaml",
"content": "- name: Check if a service is installed\n ansible.windows.win_service:\n name: \"{{ item.service }}\"\n register: service_info\n loop: \"{{ WIN_SERV }}\"\n\n- name: Print service data\n debug:\n var: service_info",
"l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 210,
"all_permissive": false
} |
ansible_role | Jabahata/ansible | cd4e18b149aa5cb9f379fa4f2f0b05c164a232e6 | 0 | roles/dns | 8,150 | [
"no_license"
] | [
{
"path": "roles/dns/tasks/main.yml",
"content": "---\n- name: mmaking cache\n command: yum makecache fast\n\n- name: update packages\n yum:\n name: '*'\n state: latest\n\n- name: installing epel-release\n yum:\n name: epel-release\n state: latest\n \n- name: installing bind, bind-utils\n y... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2674,
"all_permissive": false
} |
ansible_role | Jabahata/ansible | cd4e18b149aa5cb9f379fa4f2f0b05c164a232e6 | 0 | roles/motd | 8,150 | [
"no_license"
] | [
{
"path": "roles/motd/vars/main.yml",
"content": "---\n system_owner: <EMAIL>\n webserver: http\n action: reload",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 62
},
{
"path": "roles/motd/tasks/main.yml",
"content": "---\n- name: template render\n template... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 277,
"all_permissive": false
} |
ansible_role | Jabahata/ansible | cd4e18b149aa5cb9f379fa4f2f0b05c164a232e6 | 0 | roles/ntp | 8,150 | [
"no_license"
] | [
{
"path": "roles/ntp/vars/main.yml",
"content": "---\n ntp: chrony\n uuid: \"{{ uuid_result.stdout }}\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 52
},
{
"path": "roles/ntp/templates/interface.j2",
"content": "TYPE=Ethernet\nPROXY_METHOD=none\nBROWSER_O... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2219,
"all_permissive": false
} |
ansible_role | aleks-gradina/Packer | f1285a32e8ab834e0df2f02d44c049dbb005a8fc | 0 | Pritunl OpenVPN/ansible/roles/efs | 8,146 | [
"no_license"
] | [
{
"path": "Pritunl OpenVPN/ansible/roles/efs/tasks/main.yaml",
"content": "- name: Install nfs-utils\n yum:\n name: nfs-utils\n state: latest\n\n- name: Install Amazon EFS utils\n yum:\n name: amazon-efs-utils\n state: latest\n\n- name: Create mountpoint\n file:\n path: /mnt\n state: di... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 751,
"all_permissive": false
} |
ansible_role | aleks-gradina/Packer | f1285a32e8ab834e0df2f02d44c049dbb005a8fc | 0 | Pritunl OpenVPN/ansible/roles/vpn-pritunl | 8,146 | [
"no_license"
] | [
{
"path": "Pritunl OpenVPN/ansible/roles/vpn-pritunl/templates/pritunl.conf.j2",
"content": "{\n \"mongodb_uri\": \"mongodb://localhost:27017/pritunl\",\n \"log_path\": \"/var/log/pritunl.log\",\n \"static_cache\": true,\n \"temp_path\": \"/tmp/pritunl_1bff35c447bd486ba7dd8cf9815b72ba\",\n \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2976,
"all_permissive": false
} |
ansible_role | gvo-gonzalez/ansible-lamp-box | 247ba981f0097e61c784806d2dab2ff41d139166 | 0 | provision/roles/backend | 8,146 | [
"no_license"
] | [
{
"path": "provision/roles/backend/templates/my.cnf.j2",
"content": "[mysqld]\ndefault_password_lifetime=0\ndatadir=/var/lib/mysql\nsocket=/var/lib/mysql/mysql.sock\nuser=mysql\n# Disabling symbolic-links is recommmended to prevent assorted seccurity risks\nsymbolic-links=0\nport={{ mysql_port }} \n\n[mysql... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2684,
"all_permissive": false
} |
ansible_role | gvo-gonzalez/ansible-lamp-box | 247ba981f0097e61c784806d2dab2ff41d139166 | 0 | provision/roles/webappdeploy | 8,146 | [
"no_license"
] | [
{
"path": "provision/roles/webappdeploy/tasks/main.yml",
"content": "---\n- include: php_httpd.yml\n- include: code_setup.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 54
},
{
"path": "provision/roles/webappdeploy/tasks/code_setup.yml",
"content": "---\n#... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1646,
"all_permissive": false
} |
ansible_role | justin-p/SenseCon2022-IaC-Ansible-Workshop | 84cb991af878eee7bf6d7eeed94e9c13087b09c7 | 1 | solutions/04_keep_on_rolling/roles/robertdebock.update_package_cache | 8,146 | [
"no_license"
] | [
{
"path": "solutions/04_keep_on_rolling/roles/robertdebock.update_package_cache/meta/main.yml",
"content": "---\ngalaxy_info:\n author: <NAME>\n namespace: robertdebock\n role_name: update_package_cache\n description: Update cache for yum and apt package managers.\n license: Apache-2.0\n company: none... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1188,
"all_permissive": false
} |
ansible_role | justin-p/SenseCon2022-IaC-Ansible-Workshop | 84cb991af878eee7bf6d7eeed94e9c13087b09c7 | 1 | solutions/05_go_go_gadget_create_role/roles/justin_p.godoh | 8,146 | [
"no_license"
] | [
{
"path": "solutions/05_go_go_gadget_create_role/roles/justin_p.godoh/tasks/from_release.yml",
"content": "---\n- name: \"ensure {{ godoh_install_dir }} exists.\"\n ansible.builtin.file:\n path: \"{{ godoh_install_dir }}\"\n mode: 0755\n state: directory\n\n- name: \"download godoh-{{ godoh_releas... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2092,
"all_permissive": false
} |
ansible_role | ivorobey/gl_devops_camp | 9c72ce77a69d4cb0e7ccd858c392568aa6098994 | 0 | task_15/ansible/roles/deploy | 8,146 | [
"no_license"
] | [
{
"path": "task_15/ansible/roles/deploy/files/wordpress/Chart.yaml",
"content": "apiVersion: v2\nname : Wordpress\ndescription: Wordpress for k8s\ntype : application\nversion : 0.1.0\nappVersion : \"1.0\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 131
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1686,
"all_permissive": false
} |
ansible_role | MartinReinke/ansible_lab | dffb2163d26fb6d4d8f8e6e21244e1ddb5dc6531 | 0 | roles/apache_vhost | 8,146 | [
"no_license"
] | [
{
"path": "roles/apache_vhost/handlers/main.yml",
"content": "---\n# handlers file for apache_vhost\n- name: restart_httpd\n service:\n name: httpd\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 107
},
{
"path": "roles/apache_vhost/task... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 708,
"all_permissive": false
} |
ansible_role | marcelolebre/ansible-redis | b540a224cb1e0fecb8cdc205ff4e46b287e8a5f4 | 0 | roles/cleanup | 8,146 | [
"no_license"
] | [
{
"path": "roles/cleanup/tasks/main.yml",
"content": "---\n - name: cleaning up build files\n command: rm -rf /tmp/{{ item }}\n with_items:\n - redis-stable\n - redis-stable.tar.gz",
"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 | marcelolebre/ansible-redis | b540a224cb1e0fecb8cdc205ff4e46b287e8a5f4 | 0 | roles/config | 8,146 | [
"no_license"
] | [
{
"path": "roles/config/tasks/main.yaml",
"content": "---\n - name: create /etc/redis to store redis.conf\n file: path=/etc/redis state=directory\n become: yes\n\n - name: create /var/lib/redis to store dump files\n file: path=/var/lib/redis state=directory\n become: yes\n\n - name: copy redi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 764,
"all_permissive": false
} |
ansible_role | marcelolebre/ansible-redis | b540a224cb1e0fecb8cdc205ff4e46b287e8a5f4 | 0 | roles/dependencies | 8,146 | [
"no_license"
] | [
{
"path": "roles/dependencies/tasks/main.yaml",
"content": "---\n- name: Update ubuntu\n apt: update_cache=yes\n become: true\n\n- name: Install build-essentials\n apt: pkg=build-essential\n become: true\n\n- name: Install TCL\n apt: pkg=tcl8.5\n become: true\n ",
"license_type": "no_license"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 201,
"all_permissive": false
} |
ansible_role | marcelolebre/ansible-redis | b540a224cb1e0fecb8cdc205ff4e46b287e8a5f4 | 0 | roles/install | 8,146 | [
"no_license"
] | [
{
"path": "roles/install/tasks/main.yaml",
"content": "---\n - name: Download Redis\n get_url: url=http://download.redis.io/releases/redis-stable.tar.gz dest=/tmp/ mode=0440\n become: true\n\n - name: Unarchive Redis Tar\n unarchive: src=/tmp/redis-stable.tar.gz dest=/tmp remote_src=yes... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 494,
"all_permissive": false
} |
ansible_role | marcelolebre/ansible-redis | b540a224cb1e0fecb8cdc205ff4e46b287e8a5f4 | 0 | roles/launch | 8,146 | [
"no_license"
] | [
{
"path": "roles/launch/tasks/main.yaml",
"content": "---\n - name: enable redis service\n command: systemctl enable redis\n become: yes\n\n - name: restart redis\n command: systemctl restart redis\n become: yes\n\n\n ",
"license_type": "no_license",
"detected_licenses... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 185,
"all_permissive": false
} |
ansible_role | ohralathe/auto-install-apps | 62ffdb0d1b9f0accdc5cc036a3c58cc622ee8230 | 0 | roles/awscli | 8,146 | [
"no_license"
] | [
{
"path": "roles/awscli/tasks/main.yml",
"content": "# http://docs.aws.amazon.com/cli/latest/userguide/installing.html#install-bundle-other-os\n# This tool is use to run commands on AWS\n- name: Download awscli-bundle.zip file\n get_url: url=\"https://s3.amazonaws.com/aws-cli/awscli-bundle.zip\" dest=\"{{ ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 512,
"all_permissive": false
} |
ansible_role | ohralathe/auto-install-apps | 62ffdb0d1b9f0accdc5cc036a3c58cc622ee8230 | 0 | roles/common-tools | 8,146 | [
"no_license"
] | [
{
"path": "roles/common-tools/tasks/main.yml",
"content": "---\n - debug: var=ansible_distribution\n - include: \"{{ role_path }}/files/ubuntu.yml\"\n when: ansible_distribution == \"Ubuntu\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 130
},
{
"path": "ro... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1284,
"all_permissive": false
} |
ansible_role | ohralathe/auto-install-apps | 62ffdb0d1b9f0accdc5cc036a3c58cc622ee8230 | 0 | roles/jenkins | 8,146 | [
"no_license"
] | [
{
"path": "roles/jenkins/vars/main.yml",
"content": "plugin_name:\n - git\n - workflow-aggregator\n - checkstyle\n - email-ext\n - flexible-publish\n - external-monitor-job\n - ghprb # GitHub pull request builder plugin\n - nodejs #NodeJS Plugin\n - pipeline\n\nremote_user:",
"license_type": "n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1987,
"all_permissive": false
} |
ansible_role | ohralathe/auto-install-apps | 62ffdb0d1b9f0accdc5cc036a3c58cc622ee8230 | 0 | roles/mean-stack | 8,146 | [
"no_license"
] | [
{
"path": "roles/mean-stack/files/ubuntu.yml",
"content": "---\n ##\n ## MEAN stack\n - name: Installing NodeJS (Step 1)\n shell: curl -sL https://deb.nodesource.com/setup_\"{{ nodejs_ver_no }}\".x | sudo -E bash -\n tags: \"install_all, dev-tool, mean_stack, nodejs\"\n\n - name: Installing NodeJS... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2239,
"all_permissive": false
} |
ansible_role | ohralathe/auto-install-apps | 62ffdb0d1b9f0accdc5cc036a3c58cc622ee8230 | 0 | roles/unix-dev-lib | 8,146 | [
"no_license"
] | [
{
"path": "roles/unix-dev-lib/tasks/main.yml",
"content": "#Common linux library for develop or it's precondition for running some apps\n\n- name: Installing Python and its dependency\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n with_items:\n - python\n - python-dev\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 787,
"all_permissive": false
} |
ansible_role | ohralathe/auto-install-apps | 62ffdb0d1b9f0accdc5cc036a3c58cc622ee8230 | 0 | roles/vms | 8,146 | [
"no_license"
] | [
{
"path": "roles/vms/tasks/main.yml",
"content": "#Virtual machine tools\n- name: Install vagrant\n apt: deb=\"https://releases.hashicorp.com/vagrant/{{ vagrant_version }}/vagrant_{{ vagrant_version }}_x86_64.deb\" force=yes\n\n- name: Installing VirtualBox (latest version)\n apt: name=virtualbox state=la... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 5100,
"all_permissive": false
} |
ansible_role | qajlsalvador/Hands-on-Activity-14- | 9dceaa85c9a0c96951934b44869bceb6f586b895 | 0 | roles/glance | 8,146 | [
"no_license"
] | [
{
"path": "roles/glance/tasks/main.yml",
"content": "---\n\n- name: install glance\n apt:\n name:\n - glance\n - python3-openstackclient\n state: present\n\n- name: restart glance\n service:\n name: glance-api\n state: restarted\n enabled: yes\n become: true\n\n",
"license_ty... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 465,
"all_permissive": false
} |
ansible_role | qajlsalvador/Hands-on-Activity-14- | 9dceaa85c9a0c96951934b44869bceb6f586b895 | 0 | roles/keystone | 8,146 | [
"no_license"
] | [
{
"path": "roles/keystone/tasks/main.yml",
"content": "---\n- name: Install required packages\n apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - keystone\n - python3-openstackclient\n - apache2\n\n- name: restart keystone\n service:\n name: apache2\n state: restarted\n ena... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 262,
"all_permissive": false
} |
ansible_role | qajlsalvador/Hands-on-Activity-14- | 9dceaa85c9a0c96951934b44869bceb6f586b895 | 0 | roles/nova | 8,146 | [
"no_license"
] | [
{
"path": "roles/nova/tasks/main.yml",
"content": "---\n\n- name: install nova\n apt:\n name:\n - nova-compute\n - nova-scheduler\n - nova-api\n - nova-conductor\n - nova-novncproxy\n - python3-openstackclient\n state: present\n\n- name: restart nova\n systemd:\n nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 311,
"all_permissive": false
} |
ansible_role | stephanmarissen/hussishit | 3dea8d883645252d30726beeb50b09990ff193cb | 0 | klanten/klant1/goud/roles/database | 8,146 | [
"no_license"
] | [
{
"path": "klanten/klant1/goud/roles/database/tasks/main.yml",
"content": "---\n- name: Install the mysql database\n apt: name=mysql-server update_cache=yes state=latest\n\n- name: Install the mysql-python module\n apt: name=python-mysqldb update_cache=yes state=latest\n\n- name: create new database named... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 637,
"all_permissive": false
} |
ansible_role | stephanmarissen/hussishit | 3dea8d883645252d30726beeb50b09990ff193cb | 0 | klanten/klant1/goud/roles/loadbalancer | 8,146 | [
"no_license"
] | [
{
"path": "klanten/klant1/goud/roles/loadbalancer/files/main.yml",
"content": "upstream web_backend { \n server 192.168.135.111;\n server 192.168.135.112; \n}\n\nserver {\n listen 80; \n\n location / {\n proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 791,
"all_permissive": false
} |
ansible_role | stephanmarissen/hussishit | 3dea8d883645252d30726beeb50b09990ff193cb | 0 | klanten/klant1/goud/roles/webserver | 8,146 | [
"no_license"
] | [
{
"path": "klanten/klant1/goud/roles/webserver/tasks/main.yml",
"content": "---\n- name: Install Apache\n apt: name={{ item }} update_cache=yes state=latest\n with_items:\n - apache2\n - libapache2-mod-php5\n - php5-mysql\n - php5-mcrypt\n\n- name: Copy index file\n copy: src=index.php dest=/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 457,
"all_permissive": false
} |
ansible_role | stephanmarissen/hussishit | 3dea8d883645252d30726beeb50b09990ff193cb | 0 | klanten/klant2/brons/roles/webserver | 8,146 | [
"no_license"
] | [
{
"path": "klanten/klant2/brons/roles/webserver/tasks/main.yml",
"content": "---\n- name: Install Apache\n apt: name={{ item }} update_cache=yes state=latest\n with_items:\n - apache2\n\n- name: Copy index file\n copy: src=index.php dest=/var/www/html/index.php\n\n- name: turn off nginx\n service: na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1126,
"all_permissive": false
} |
ansible_role | skamithi/tower-monitoring-demo | 42a54321fbf0150c80f0e902016558347bece9fa | 0 | roles/metrics | 8,146 | [
"no_license"
] | [
{
"path": "roles/metrics/tasks/install.yml",
"content": "---\n- name: copy telegraf rpm to tmp directory\n copy:\n src: \"{{ telegraf_rpm }}\"\n dest: \"/tmp/{{telegraf_rpm }}\"\n\n- name: install telegraf rpm\n yum:\n name: \"/tmp/{{telegraf_rpm }}\"\n\n\n- name: copy telegraf scripts\n templat... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 6658,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.