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 | denbeigh2000/conf | de40f825778443c32fdb171233ce6fc41a3a8539 | 0 | roles/git | 7,782 | [
"no_license"
] | [
{
"path": "roles/git/defaults/main.yaml",
"content": "git:\n email: <EMAIL>\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 22
},
{
"path": "roles/git/tasks/main.yaml",
"content": "- name: Install\n pacman: name=git state=present\n\n- name: gitconfig\n tem... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 323,
"all_permissive": false
} |
ansible_role | denbeigh2000/conf | de40f825778443c32fdb171233ce6fc41a3a8539 | 0 | roles/go | 7,782 | [
"no_license"
] | [
{
"path": "roles/go/tasks/main.yaml",
"content": "- name: Install\n pacman: name=go state=present\n become: True\n\n- name: Create GOPATH\n file: \"path={{go.gopath}} recurse=true state=directory\"\n when: is_work == False\n\n- name: Install vim-go plugins\n shell: vim +GoInstallBinaries +qall\n\n- nam... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 410,
"all_permissive": false
} |
ansible_role | denbeigh2000/conf | de40f825778443c32fdb171233ce6fc41a3a8539 | 0 | roles/pacman | 7,782 | [
"no_license"
] | [
{
"path": "roles/pacman/tasks/main.yaml",
"content": "- name: pacman.conf\n copy: src=files/pacman/pacman.conf dest=/etc/pacman.conf\n become: True\n\n- name: mirrorlist\n copy: \"src=files/pacman/mirrorlists/{{region}}.mirrorlist dest=/etc/pacman.d/mirrorlist\"\n become: True\n\n- name: System-wide upg... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 575,
"all_permissive": false
} |
ansible_role | denbeigh2000/conf | de40f825778443c32fdb171233ce6fc41a3a8539 | 0 | roles/vagrant | 7,782 | [
"no_license"
] | [
{
"path": "roles/vagrant/tasks/main.yaml",
"content": "- name: Install virtualbox guest modules\n pacman: name=virtualbox-guest-dkms,virtualbox-guest-utils state=present\n when: (username == \"vagrant\")\n become: True\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 1... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 162,
"all_permissive": false
} |
ansible_role | denbeigh2000/conf | de40f825778443c32fdb171233ce6fc41a3a8539 | 0 | roles/vim | 7,782 | [
"no_license"
] | [
{
"path": "roles/vim/meta/main.yaml",
"content": "dependencies:\n - role: pacman\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "roles/vim/templates/vimrc",
"content": "\" Required for Vundle\nset nocompatible\nfiletype off\n\n\" Initialise ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3222,
"all_permissive": false
} |
ansible_role | denbeigh2000/conf | de40f825778443c32fdb171233ce6fc41a3a8539 | 0 | roles/x | 7,782 | [
"no_license"
] | [
{
"path": "roles/x/tasks/main.yaml",
"content": "- include: driver.yaml\n- include: lightdm.yaml\n- include: i3.yaml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 66
},
{
"path": "roles/x/tasks/i3.yaml",
"content": "- name: Install i3\n pacman: name=i3 sta... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 966,
"all_permissive": false
} |
ansible_role | denbeigh2000/conf | de40f825778443c32fdb171233ce6fc41a3a8539 | 0 | roles/zsh | 7,782 | [
"no_license"
] | [
{
"path": "roles/zsh/templates/zshrc",
"content": "# Path to your oh-my-zsh configuration.\nZSH=$HOME/.oh-my-zsh\n\n#if ! echo $TERM | egrep \"*256color*\" > /dev/null\n#then\n# TERM=`echo \"$TERM-256color\"`\n#fi\n#\n{% if username == \"vagrant\" %}TERM=\"xterm-256color\"{% endif %}\n\n# Path to alias fil... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2466,
"all_permissive": false
} |
ansible_role | maurice-audin/ansible-snapshots | 4984a4af89660f47eaa672f4e2a2e639f7335109 | 0 | roles/client | 7,782 | [
"no_license"
] | [
{
"path": "roles/client/tasks/main.yml",
"content": "---\n\n- name: Preflight checks\n tags: lint\n block:\n - name: Assert snapshots_server exists and is in snapshots group\n assert:\n that:\n - snapshots_server is defined\n - snapshots_server in groups['snapshots']\n\n- name: Get ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 12491,
"all_permissive": false
} |
ansible_role | maurice-audin/ansible-snapshots | 4984a4af89660f47eaa672f4e2a2e639f7335109 | 0 | roles/client-rsync | 7,782 | [
"no_license"
] | [
{
"path": "roles/client-rsync/tasks/main.yml",
"content": "---\n\n- name: Preflight checks\n tags: lint\n block:\n - name: Assert snapshots_server exists and is in snapshots group\n assert:\n that:\n - snapshots_server is defined\n - snapshots_server in groups['snapshots']\n\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1064,
"all_permissive": false
} |
ansible_role | maurice-audin/ansible-snapshots | 4984a4af89660f47eaa672f4e2a2e639f7335109 | 0 | roles/info | 7,782 | [
"no_license"
] | [
{
"path": "roles/info/tasks/main.yml",
"content": "---\n\n- name: Display snapshots-send timers calendar\n debug:\n var: snapshots_send_calendar\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 94
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 94,
"all_permissive": false
} |
ansible_role | maurice-audin/ansible-snapshots | 4984a4af89660f47eaa672f4e2a2e639f7335109 | 0 | roles/server | 7,782 | [
"no_license"
] | [
{
"path": "roles/server/templates/etc/systemd/system/snapshots-rsync.timer.j2",
"content": "[Unit]\nDescription=Daily rsync snapshots at {{ snapshots_rsync_calendar }}\n\n[Timer]\nOnCalendar=*-*-* {{ snapshots_rsync_calendar }}:00\n\n[Install]\nWantedBy=timers.target\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4066,
"all_permissive": false
} |
ansible_role | Dineshkumar07dk/ansible-roles | 8d773f094620e9f1ad340179faed1db3534e8c83 | 0 | roles/crawler | 7,782 | [
"no_license"
] | [
{
"path": "roles/crawler/tasks/crawler.yml",
"content": "- name: Create Glue crawler\n community.aws.glue_crawler:\n name: \"ens360-dashboard-crawler-dev-01\"\n database_name: \"ens360-dashboard-db-dev-01\"\n role: arn:aws:iam::059643481773:role/sentrics\n schema_change_policy:\n delete_be... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 603,
"all_permissive": false
} |
ansible_role | Dineshkumar07dk/ansible-roles | 8d773f094620e9f1ad340179faed1db3534e8c83 | 0 | roles/lambda | 7,782 | [
"no_license"
] | [
{
"path": "roles/lambda/tasks/lambda.yml",
"content": "- name: Update Lambda function configurations\n amazon.aws.lambda:\n name: \"sentrics\"\n state: present\n role: \"arn:aws:iam::533267236958:role/lambda\"\n region: \"us-east-2\"\n runtime: \"python3.12\"\n description: \"This Lambda ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 712,
"all_permissive": false
} |
ansible_role | jialehuo/ansible-dellemc-unity | 311d5ede3bfe516e84c2e8d9cbc87aa17d14bf7c | 6 | roles/prep | 7,782 | [
"no_license"
] | [
{
"path": "roles/prep/tasks/main.yml",
"content": "---\n\n- name: Install pip on all OSes\n easy_install:\n name: pip\n state: latest\n become: true\n\n- name: Install libselinux-python on all OSes\n package:\n name: libselinux-python\n state: present\n become: true\n when: ansible_distribu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 356,
"all_permissive": false
} |
ansible_role | jialehuo/ansible-dellemc-unity | 311d5ede3bfe516e84c2e8d9cbc87aa17d14bf7c | 6 | roles/unity | 7,782 | [
"no_license"
] | [
{
"path": "roles/unity/tasks/main.yml",
"content": "---\n\n- name: Accept EULA\n command: python ./roles/unity/files/unity/unity_cmd.py accept-eula {{ host }} {{ username }} {{ old_password }}\n register: out\n\n- debug: var=out.stdout_lines\n\n- name: Update Password\n command: python ./roles/unity/file... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5035,
"all_permissive": false
} |
ansible_role | vdps007/roboshop-ansible | 8df3d5a114a5430fd4b1eb79f39948525132df71 | 0 | roles/common | 7,782 | [
"no_license"
] | [
{
"path": "roles/common/tasks/schema-setup.yml",
"content": "- name: MongoDB Schema\n when: schema_type == \"mongo\"\n block:\n - name: Setup MongoDB repo file\n ansible.builtin.copy:\n src: mongodb.repo\n dest: /etc/yum.repos.d/mongodb.repo\n\n - name: Install MongoDB Client\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 751,
"all_permissive": false
} |
ansible_role | vdps007/roboshop-ansible | 8df3d5a114a5430fd4b1eb79f39948525132df71 | 0 | roles/prometheus | 7,782 | [
"no_license"
] | [
{
"path": "roles/prometheus/templates/prometheus.yml",
"content": "# my global config\nglobal:\n scrape_interval: 15s # Set the scrape interval to every 15 seconds. Default is every 1 minute.\n evaluation_interval: 15s # Evaluate rules every 15 seconds. The default is every 1 minute.\n # scrape_timeout i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1706,
"all_permissive": false
} |
ansible_role | Siegurd/newrole | a43480b4f1637246e18078155bd20ac2cdb5c9de | 0 | roles/newrole | 7,782 | [
"no_license"
] | [
{
"path": "roles/newrole/tasks/main.yml",
"content": "---\n- name: Install Nginx Web Server on Ubuntu\n apt:\n name=nginx\n state=latest\n when:\n ansible_os_family == \"Debian\"\n\n- name: Replace nginx.conf\n template:\n src=/etc/ansible/roles/newrole/templates/nginx.conf.j2\n dest=/etc/... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 940,
"all_permissive": false
} |
ansible_role | Siegurd/newrole | a43480b4f1637246e18078155bd20ac2cdb5c9de | 0 | roles/testngrole_backup | 7,782 | [
"no_license"
] | [
{
"path": "roles/testngrole_backup/tasks/main.yml",
"content": "---\n- name: Install Nginx Web Server on Ubuntu\n apt:\n name=nginx\n state=latest\n when:\n ansible_os_family == \"Debian\"\n notify:\n - nginx systemd\n\n- name: Replace nginx.conf\n template:\n src=/opt/test/nginx.conf/ngi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 789,
"all_permissive": false
} |
ansible_role | miorxmeg/awx1 | 3e6f5af4b89276f839a16a16b47f31923f1421dd | 0 | myplatform/roles/basic | 7,782 | [
"no_license"
] | [
{
"path": "myplatform/roles/basic/tasks/installjava.yml",
"content": "- name: \"Mior Installing Java 8\"\n yum: pkg=java-1.8.0-openjdk state=installed\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 80
},
{
"path": "myplatform/roles/basic/tasks/main.yml",
... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3672,
"all_permissive": false
} |
ansible_role | IBM-Cloud/vnf-samples | 477c5bbc62a4f9740a9f5d80fd638dfbfeba2198 | 7 | ansible-app-deploy-roks-local/roles/loadbalancer | 7,782 | [
"no_license"
] | [
{
"path": "ansible-app-deploy-roks-local/roles/loadbalancer/tasks/main.yml",
"content": "- name: Create alb web service \n k8s:\n api_version: v1\n namespace: default\n definition:\n kind: Service\n metadata:\n name: app-lb-service\n annotations:\n service.kubernet... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 762,
"all_permissive": false
} |
ansible_role | IBM-Cloud/vnf-samples | 477c5bbc62a4f9740a9f5d80fd638dfbfeba2198 | 7 | ansible-app-deploy-roks-local/roles/set-kube-config | 7,782 | [
"no_license"
] | [
{
"path": "ansible-app-deploy-roks-local/roles/set-kube-config/tasks/main.yml",
"content": "- name: Download kubeconfig\n get_url:\n url: https://containers.cloud.ibm.com/global/v1/clusters/{{ cluster_id }}/config\n dest: \"{{ zip_path }}\"\n force: yes\n timeout: 40\n headers: \n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 870,
"all_permissive": false
} |
ansible_role | IBM-Cloud/vnf-samples | 477c5bbc62a4f9740a9f5d80fd638dfbfeba2198 | 7 | ansible-app-deploy-roks-local/roles/web | 7,782 | [
"no_license"
] | [
{
"path": "ansible-app-deploy-roks-local/roles/web/tasks/main.yml",
"content": "- name: Create Web Application\n k8s:\n api_version: v1\n namespace: default\n definition:\n kind: Deployment\n metadata:\n name: app-lb-deployment\n spec:\n replicas: 3\n selector:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 842,
"all_permissive": false
} |
ansible_role | IBM-Cloud/vnf-samples | 477c5bbc62a4f9740a9f5d80fd638dfbfeba2198 | 7 | ansible-app-iks-tg-dns/roles/loadbalancer | 7,782 | [
"no_license"
] | [
{
"path": "ansible-app-iks-tg-dns/roles/loadbalancer/tasks/main.yml",
"content": "- name: Create nlb dal10 web service \n k8s:\n api_version: v1\n namespace: default\n definition:\n kind: Service\n metadata:\n name: flasknode-vpc-nlb-us-south-1\n annotations:\n ser... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1950,
"all_permissive": false
} |
ansible_role | IBM-Cloud/vnf-samples | 477c5bbc62a4f9740a9f5d80fd638dfbfeba2198 | 7 | ansible-app-vpc-classic-strongswan/roles/vpn | 7,782 | [
"no_license"
] | [
{
"path": "ansible-app-vpc-classic-strongswan/roles/vpn/handlers/main.yml",
"content": "---\n\n- name: restart ipsec\n service:\n name: ipsec\n state: restarted\n\n- name: reload ipsec\n command: ipsec reload\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 121
... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 4609,
"all_permissive": false
} |
ansible_role | atsikham/terraform-gcp | 596d17a5ac2acdbffa3a00765eaf1a4206171bb4 | 0 | ansible/roles/apache | 7,782 | [
"no_license"
] | [
{
"path": "ansible/roles/apache/handlers/main.yaml",
"content": "---\n- name: wait for open port\n wait_for:\n host: localhost\n port: 80\n state: started\n delay: 0\n timeout: 5\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 123
},
{
"path": "an... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 506,
"all_permissive": false
} |
ansible_role | NeCTAR-RC/packer-rstudio | 91ba11ec74450d58e06143374cb896f1e487c246 | 5 | ansible/roles/cleanup | 7,782 | [
"permissive"
] | [
{
"path": "ansible/roles/cleanup/tasks/main.yml",
"content": "---\n- name: Clean up logs keys and configs\n shell: \"{{ item }}\"\n args:\n warn: no\n with_items:\n - 'find /var/log -type f -exec ''truncate -s0 {}'' \\;'\n - 'rm -fr /var/log/journal/*'\n - 'rm -fr /var/lib/cloud/*'\n - 'rm... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1316,
"all_permissive": true
} |
ansible_role | NeCTAR-RC/packer-rstudio | 91ba11ec74450d58e06143374cb896f1e487c246 | 5 | ansible/roles/config | 7,782 | [
"permissive"
] | [
{
"path": "ansible/roles/config/vars/Ubuntu.yml",
"content": "---\ndefault_user: ubuntu\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 25
},
{
"path": "ansible/roles/config/defaults/main.yml",
"content": "---\nextra_packages:\n - vim... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 422,
"all_permissive": true
} |
ansible_role | NeCTAR-RC/packer-rstudio | 91ba11ec74450d58e06143374cb896f1e487c246 | 5 | ansible/roles/default-user | 7,782 | [
"permissive"
] | [
{
"path": "ansible/roles/default-user/defaults/main.yaml",
"content": "---\n# Use stored default user from vars, unless we're running under Vagrant\ndefault_user: \"{% if ansible_user == 'vagrant' %}vagrant{% else %}{{ base_default_user }}{% endif %}\"\n",
"license_type": "permissive",
"detected_lic... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 558,
"all_permissive": true
} |
ansible_role | NeCTAR-RC/packer-rstudio | 91ba11ec74450d58e06143374cb896f1e487c246 | 5 | ansible/roles/facts | 7,782 | [
"permissive"
] | [
{
"path": "ansible/roles/facts/tasks/main.yml",
"content": "---\n- name: \"Create facts directory ({{ fact_dir }})\"\n local_action:\n module: file\n path: \"{{ fact_dir }}\"\n state: directory\n become: False\n\n# Common facts we want to apply to all images\n- include: facts.yml\n\n# We lookup a... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1152,
"all_permissive": true
} |
ansible_role | NeCTAR-RC/packer-rstudio | 91ba11ec74450d58e06143374cb896f1e487c246 | 5 | ansible/roles/guacamole | 7,782 | [
"permissive"
] | [
{
"path": "ansible/roles/guacamole/templates/guacd.service.j2",
"content": "[Unit]\nDescription=Guacamole Server\nDocumentation=man:guacd(8)\nAfter=network.target\n\n[Service]\nUser=guacd\nExecStart={{ guacamole_install_prefix }}/sbin/guacd -f\nRestart=on-abnormal\n\n[Install]\nWantedBy=multi-user.target\n"... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3504,
"all_permissive": true
} |
ansible_role | NeCTAR-RC/packer-rstudio | 91ba11ec74450d58e06143374cb896f1e487c246 | 5 | ansible/roles/image-name | 7,782 | [
"permissive"
] | [
{
"path": "ansible/roles/image-name/tasks/main.yml",
"content": "---\n- name: Include OS-specific variables\n include_vars: \"{{ var_item }}\"\n with_first_found:\n - \"{{ ansible_distribution }}.yml\"\n - default.yml\n loop_control:\n loop_var: var_item\n\n- name: Set nectar_image_name fact\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 945,
"all_permissive": true
} |
ansible_role | NeCTAR-RC/packer-rstudio | 91ba11ec74450d58e06143374cb896f1e487c246 | 5 | ansible/roles/owncloud-client | 7,782 | [
"permissive"
] | [
{
"path": "ansible/roles/owncloud-client/tasks/setup-centos.yml",
"content": "---\n# Having issues with SSL verification on CentOS 7 and the ownCloud\n# download server, so we've got SSL verification disabled here.\n- name: Import ownCloud repository key for CentOS\n rpm_key:\n state: present\n key: ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2536,
"all_permissive": true
} |
ansible_role | NeCTAR-RC/packer-rstudio | 91ba11ec74450d58e06143374cb896f1e487c246 | 5 | ansible/roles/r | 7,782 | [
"permissive"
] | [
{
"path": "ansible/roles/r/tasks/main.yml",
"content": "# tasks file for r\n---\n- include: repository.yml\n- include: install.yml\n- include: packages.yml\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 96
},
{
"path": "ansible/roles/r/ta... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 363,
"all_permissive": true
} |
ansible_role | NeCTAR-RC/packer-rstudio | 91ba11ec74450d58e06143374cb896f1e487c246 | 5 | ansible/roles/rstudio | 7,782 | [
"permissive"
] | [
{
"path": "ansible/roles/rstudio/defaults/main.yml",
"content": "# defaults file for rstudio\n---\nrstudio_version: 2022.07.2-576\nrstudio_install: []\n\nrstudio_disable_check_for_updates: 1\n\n# Yes, we use Bionic even for Focal\nrstudio_package_url: \"https://download1.rstudio.org/desktop/bionic/amd64/rst... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2184,
"all_permissive": true
} |
ansible_role | NeCTAR-RC/packer-rstudio | 91ba11ec74450d58e06143374cb896f1e487c246 | 5 | ansible/roles/rstudio-server | 7,782 | [
"permissive"
] | [
{
"path": "ansible/roles/rstudio-server/tasks/main.yml",
"content": "# tasks file for rstudio-server\n---\n- include: install.yml\n- include: configure.yml\n\n- name: start and enable service\n service:\n name: rstudio-server\n state: started\n enabled: true\n",
"license_type": "permissive",
... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1342,
"all_permissive": true
} |
ansible_role | NeCTAR-RC/packer-rstudio | 91ba11ec74450d58e06143374cb896f1e487c246 | 5 | ansible/roles/setup | 7,782 | [
"permissive"
] | [
{
"path": "ansible/roles/setup/tasks/etc_hosts.yml",
"content": "---\n- name: Remove 127.0.1.1 from hosts\n lineinfile:\n dest: /etc/hosts\n regexp: '^127\\.0\\.1\\.1'\n state: absent\n\n- name: Point localhost to 127.0.0.1\n lineinfile:\n dest: /etc/hosts\n regexp: '^127\\.0\\.0\\.1'\n ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1620,
"all_permissive": true
} |
ansible_role | NeCTAR-RC/packer-rstudio | 91ba11ec74450d58e06143374cb896f1e487c246 | 5 | ansible/roles/shiny-server | 7,782 | [
"permissive"
] | [
{
"path": "ansible/roles/shiny-server/tasks/main.yml",
"content": "# tasks file for shiny-server\n---\n- include: install.yml\n- include: configure.yml\n\n- name: start and enable service\n service:\n name: shiny-server\n state: started\n enabled: true\n",
"license_type": "permissive",
"de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 187,
"all_permissive": true
} |
ansible_role | NeCTAR-RC/packer-rstudio | 91ba11ec74450d58e06143374cb896f1e487c246 | 5 | ansible/roles/xfce4-desktop | 7,782 | [
"permissive"
] | [
{
"path": "ansible/roles/xfce4-desktop/files/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml",
"content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\n<channel name=\"xfce4-panel\" version=\"1.0\">\n <property name=\"configver\" type=\"int\" value=\"2\"/>\n <property name=\"panels\" type=\"array\">\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 5596,
"all_permissive": true
} |
ansible_role | NeCTAR-RC/packer-rstudio | 91ba11ec74450d58e06143374cb896f1e487c246 | 5 | ansible/roles/xrdp | 7,782 | [
"permissive"
] | [
{
"path": "ansible/roles/xrdp/vars/Fedora.yml",
"content": "---\nxrdp_packages:\n - xorg-x11-server-Xorg\n - xrdp\n - xorgxrdp\n\nxorg_path: /usr/libexec/Xorg\n\n#pulseaudio_modules_dir: /usr/lib64/pulse-10.0/modules\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3595,
"all_permissive": true
} |
ansible_role | plusclouds/netgateway-maintenance | 1b655e5c4b7c053ae8811b4ada5d2cf5c52c91aa | 0 | roles/plusclouds.check.metadata | 7,783 | [
"no_license"
] | [
{
"path": "roles/plusclouds.check.metadata/tasks/debug.yml",
"content": "- name: public ip address\n debug:\n var: netgateway_meta.json.data.virtualNetworkCards.data.0.ipList.data.0.ip_addr\n\n- name: netmask\n debug:\n var: netgateway_meta.json.data.virtualNetworkCards.data.0.network.data.netmask\n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 6515,
"all_permissive": false
} |
ansible_role | plusclouds/netgateway-maintenance | 1b655e5c4b7c053ae8811b4ada5d2cf5c52c91aa | 0 | roles/plusclouds.database.mysql.install | 7,783 | [
"no_license"
] | [
{
"path": "roles/plusclouds.database.mysql.install/templates/.my.cnf.j2",
"content": "[client]\nuser=root\npassword={{ <PASSWORD> }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 45
},
{
"path": "roles/plusclouds.database.mysql.install/tasks/main.yaml",
"co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2275,
"all_permissive": false
} |
ansible_role | plusclouds/netgateway-maintenance | 1b655e5c4b7c053ae8811b4ada5d2cf5c52c91aa | 0 | roles/plusclouds.environment.information | 7,783 | [
"no_license"
] | [
{
"path": "roles/plusclouds.environment.information/tasks/main.yaml",
"content": "- name: Create Netgateway Servers\n include_tasks: \"investigate-gateway.yaml\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 78
},
{
"path": "roles/plusclouds.environment.inform... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 6021,
"all_permissive": false
} |
ansible_role | plusclouds/netgateway-maintenance | 1b655e5c4b7c053ae8811b4ada5d2cf5c52c91aa | 0 | roles/plusclouds.netgateway.build | 7,783 | [
"no_license"
] | [
{
"path": "roles/plusclouds.netgateway.build/tasks/netgateway_server_deployment_v2.yml",
"content": "---\n- set_fact:\n cpu: \"2\"\n ram_size: \"1024\"\n disk_size: \"10240\"\n when: type == \"small\"\n\n- set_fact:\n cpu: \"4\"\n ram_size: \"2048\"\n disk_size: \"20480\"\n when: type ==... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 8922,
"all_permissive": false
} |
ansible_role | plusclouds/netgateway-maintenance | 1b655e5c4b7c053ae8811b4ada5d2cf5c52c91aa | 0 | roles/plusclouds.netgateway.configs.get | 7,783 | [
"no_license"
] | [
{
"path": "roles/plusclouds.netgateway.configs.get/tasks/get_nat.yaml",
"content": "- name: Find netgateways nat conf\n uri:\n url: \"{{leo_url}}/v2/packetbender/netgateways/{{ netgateway }}/nat\"\n method: GET\n headers:\n Authorization: \"Bearer {{ user_token }}\"\n return_content: yes\n... | {
"task_files": 10,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 6394,
"all_permissive": false
} |
ansible_role | plusclouds/netgateway-maintenance | 1b655e5c4b7c053ae8811b4ada5d2cf5c52c91aa | 0 | roles/plusclouds.netgateway.delete | 7,783 | [
"no_license"
] | [
{
"path": "roles/plusclouds.netgateway.delete/tasks/main.yaml",
"content": "---\n- name: Delete Netgateway Servers\n include_tasks: \"delete_server.yaml\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 75
},
{
"path": "roles/plusclouds.netgateway.delete/tasks/del... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 679,
"all_permissive": false
} |
ansible_role | plusclouds/netgateway-maintenance | 1b655e5c4b7c053ae8811b4ada5d2cf5c52c91aa | 0 | roles/plusclouds.netgateway.deploy | 7,783 | [
"no_license"
] | [
{
"path": "roles/plusclouds.netgateway.deploy/tasks/netgateway_server_deployment.yml",
"content": "---\n- set_fact:\n cpu: \"2\"\n ram_size: \"1024\"\n disk_size: \"10240\"\n when: type == \"small\"\n\n- set_fact:\n cpu: \"4\"\n ram_size: \"2048\"\n disk_size: \"20480\"\n when: type == \... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2628,
"all_permissive": false
} |
ansible_role | plusclouds/netgateway-maintenance | 1b655e5c4b7c053ae8811b4ada5d2cf5c52c91aa | 0 | roles/plusclouds.netgateway.dhcp.add.subnet | 7,783 | [
"no_license"
] | [
{
"path": "roles/plusclouds.netgateway.dhcp.add.subnet/tasks/dhcp-subnet.yaml",
"content": "- name: Creates directory\n file: path=/etc/dhcp/subnets state=directory\n\n- name: Copy the Customize subnet file\n template:\n src: dhcpd.conf.j2\n dest: /etc/dhcp/subnets/{{ netgateway_meta.json.data.virtu... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2015,
"all_permissive": false
} |
ansible_role | plusclouds/netgateway-maintenance | 1b655e5c4b7c053ae8811b4ada5d2cf5c52c91aa | 0 | roles/plusclouds.netgateway.dhcp.drop.subnet | 7,783 | [
"no_license"
] | [
{
"path": "roles/plusclouds.netgateway.dhcp.drop.subnet/tasks/main.yml",
"content": "---\n- name: Setup Ubuntu 16.04 dhcp Server\n include_tasks: dhcp-Ubuntu16.04.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 80
},
{
"path": "roles/plusclouds.netgateway.dhcp... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 228,
"all_permissive": false
} |
ansible_role | plusclouds/netgateway-maintenance | 1b655e5c4b7c053ae8811b4ada5d2cf5c52c91aa | 0 | roles/plusclouds.netgateway.dhcp.set | 7,783 | [
"no_license"
] | [
{
"path": "roles/plusclouds.netgateway.dhcp.set/tasks/main.yaml",
"content": "---\n- name: Create Netgateway Servers\n include_tasks: \"netgateway-add-dhcp.yaml\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 81
},
{
"path": "roles/plusclouds.netgateway.dhcp.set... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1822,
"all_permissive": false
} |
ansible_role | plusclouds/netgateway-maintenance | 1b655e5c4b7c053ae8811b4ada5d2cf5c52c91aa | 0 | roles/plusclouds.netgateway.dhcp.setup | 7,783 | [
"no_license"
] | [
{
"path": "roles/plusclouds.netgateway.dhcp.setup/tasks/main.yaml",
"content": "---\n# tasks file for plusclouds.dhcp\n#include tasks\n\n- name: Setup Ubuntu 16.04 dhcp Server\n include_tasks: dhcp-install.yaml\n\n- name: Copy the dhcp configuration file\n template:\n src: mac.conf\n dest: /etc/dhcp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 490,
"all_permissive": false
} |
ansible_role | plusclouds/netgateway-maintenance | 1b655e5c4b7c053ae8811b4ada5d2cf5c52c91aa | 0 | roles/plusclouds.netgateway.iptables.drop.nat.rule | 7,783 | [
"no_license"
] | [
{
"path": "roles/plusclouds.netgateway.iptables.drop.nat.rule/tasks/main.yaml",
"content": "- name: Set IPTables\n shell: \"iptables -t nat -D PREROUTING -p tcp -i {{ interface }} --dport {{ source_port }} -j DNAT --to-destination {{ destination_ip }}:{{ destination_port }}\"\n",
"license_type": "no_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 183,
"all_permissive": false
} |
ansible_role | plusclouds/netgateway-maintenance | 1b655e5c4b7c053ae8811b4ada5d2cf5c52c91aa | 0 | roles/plusclouds.netgateway.iptables.setup | 7,783 | [
"no_license"
] | [
{
"path": "roles/plusclouds.netgateway.iptables.setup/tasks/main.yaml",
"content": "- set_fact:\n iptables_config: \"{{ netgateway_meta.json.data.firewall }}\"\n\n- debug:\n var: item\n loop: \"{{ iptables_config }}\"\n\n- name: make sure ip_forwarding enabled\n shell: echo 1 > /proc/sys/net/ipv4/ip... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 996,
"all_permissive": false
} |
ansible_role | plusclouds/netgateway-maintenance | 1b655e5c4b7c053ae8811b4ada5d2cf5c52c91aa | 0 | roles/plusclouds.netgateway.iptables.update | 7,783 | [
"no_license"
] | [
{
"path": "roles/plusclouds.netgateway.iptables.update/tasks/main.yml",
"content": "- set_fact:\r\n iptables_config: \"{{ netgateway_meta.json.data.firewall }}\"\r\n\r\n- debug:\r\n var: item\r\n loop: \"{{ iptables_config }}\"\r\n \r\n- name: backup iptables\r\n shell: iptables-save > /home/iptabl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 830,
"all_permissive": false
} |
ansible_role | plusclouds/netgateway-maintenance | 1b655e5c4b7c053ae8811b4ada5d2cf5c52c91aa | 0 | roles/plusclouds.netgateway.loadbalancer.add | 7,783 | [
"no_license"
] | [
{
"path": "roles/plusclouds.netgateway.loadbalancer.add/templates/host_config.j2",
"content": "{{ nginx_host_config }}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 23
},
{
"path": "roles/plusclouds.netgateway.loadbalancer.add/templates/vhosts.j2",
"content":... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 2078,
"all_permissive": false
} |
ansible_role | plusclouds/netgateway-maintenance | 1b655e5c4b7c053ae8811b4ada5d2cf5c52c91aa | 0 | roles/plusclouds.netgateway.modsecurity | 7,783 | [
"no_license"
] | [
{
"path": "roles/plusclouds.netgateway.modsecurity/README.md",
"content": "this build runs on nginx 1.18",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "roles/plusclouds.netgateway.modsecurity/tasks/main.yml",
"content": "---\n# tasks file for ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 8442,
"all_permissive": false
} |
ansible_role | plusclouds/netgateway-maintenance | 1b655e5c4b7c053ae8811b4ada5d2cf5c52c91aa | 0 | roles/plusclouds.netgateway.node.nginx.install | 7,783 | [
"no_license"
] | [
{
"path": "roles/plusclouds.netgateway.node.nginx.install/tasks/main.yml",
"content": "---\n- name: Setup Ubuntu openvpn Server\n include_tasks: openvpn-Ubuntu.yml\n when: ansible_distribution == 'Ubuntu' \n\n- name: Setup Debian openvpn Server\n include_tasks: openvpn-Debian.yml\n when: ansible_distrib... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 764,
"all_permissive": false
} |
ansible_role | plusclouds/netgateway-maintenance | 1b655e5c4b7c053ae8811b4ada5d2cf5c52c91aa | 0 | roles/plusclouds.netgateway.ntp.install | 7,783 | [
"no_license"
] | [
{
"path": "roles/plusclouds.netgateway.ntp.install/README.md",
"content": "# plusclouds.automation,netgateway.ntp.install\n\nThis role will install and set up ntp for target host if it is not installed yet. You can also update your already installed and created ntp, this role replace /etc/ntp.conf file with... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2734,
"all_permissive": false
} |
ansible_role | plusclouds/netgateway-maintenance | 1b655e5c4b7c053ae8811b4ada5d2cf5c52c91aa | 0 | roles/plusclouds.netgateway.pdns.install | 7,783 | [
"no_license"
] | [
{
"path": "roles/plusclouds.netgateway.pdns.install/tasks/main.yaml",
"content": "---\n- name: set_facts\n include_tasks: set_fact.yaml\n \n- name: pdns_server | installing powerdns pre-reqs\n apt:\n name: \"{{ item }}\"\n state: \"present\"\n force: \"yes\"\n with_items:\n - git\n - jq\n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2222,
"all_permissive": false
} |
ansible_role | plusclouds/netgateway-maintenance | 1b655e5c4b7c053ae8811b4ada5d2cf5c52c91aa | 0 | roles/plusclouds.netgateway.prepare | 7,783 | [
"no_license"
] | [
{
"path": "roles/plusclouds.netgateway.prepare/templates/hash.j2",
"content": "[config_hashes]\r\niptables_hash={{ netgateway_meta.json.data.firewallHash }}\r\nloadbalancer_hash={{ netgateway_meta.json.data.loadBalancerHash }}\r\novpnsrv_hash={{ netgateway_meta.json.data.vpnHash }}\r\nnetwork_hash={{ netgat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1333,
"all_permissive": false
} |
ansible_role | plusclouds/netgateway-maintenance | 1b655e5c4b7c053ae8811b4ada5d2cf5c52c91aa | 0 | roles/plusclouds.netgateway.set | 7,783 | [
"no_license"
] | [
{
"path": "roles/plusclouds.netgateway.set/tasks/set_netgateway.yaml",
"content": "---\n- name: Set VM as netgateway \n uri:\n url: \"{{leo_url}}/v2/packetbender/netgateways/{{ netgateway }}/set-virtual-machine\"\n method: PUT\n headers:\n Authorization: \"Bearer {{ user_token }}\"\n body:... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 406,
"all_permissive": false
} |
ansible_role | plusclouds/netgateway-maintenance | 1b655e5c4b7c053ae8811b4ada5d2cf5c52c91aa | 0 | roles/plusclouds.netgateway.set.ipaddr | 7,783 | [
"no_license"
] | [
{
"path": "roles/plusclouds.netgateway.set.ipaddr/tasks/main.yaml",
"content": "---\n- name: Set Static IP Addresses\n template:\n src: interfaces.j2\n dest: /etc/network/interfaces\n\n- name: install net-tools\n shell: apt update && apt install net-tools -y\n\n- name: \n shell: systemctl restart n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1417,
"all_permissive": false
} |
ansible_role | plusclouds/netgateway-maintenance | 1b655e5c4b7c053ae8811b4ada5d2cf5c52c91aa | 0 | roles/plusclouds.netgateway.strongswan.add.node | 7,783 | [
"no_license"
] | [
{
"path": "roles/plusclouds.netgateway.strongswan.add.node/handlers/main.yml",
"content": "---\n# handlers file for plusclouds.netgateway.strongswan.add.node",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 65
},
{
"path": "roles/plusclouds.netgateway.strongswan.add... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 1886,
"all_permissive": false
} |
ansible_role | plusclouds/netgateway-maintenance | 1b655e5c4b7c053ae8811b4ada5d2cf5c52c91aa | 0 | roles/plusclouds.netgateway.strongswan.install | 7,783 | [
"no_license"
] | [
{
"path": "roles/plusclouds.netgateway.strongswan.install/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - plusclouds.netgateway.strongswan.install",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 98
},
{
"path": "roles/plus... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 773,
"all_permissive": false
} |
ansible_role | plusclouds/netgateway-maintenance | 1b655e5c4b7c053ae8811b4ada5d2cf5c52c91aa | 0 | roles/plusclouds.random.password.change | 7,783 | [
"no_license"
] | [
{
"path": "roles/plusclouds.random.password.change/tasks/main.yaml",
"content": "- name: Get Password\n include_tasks: \"get-random-pass.yaml\"\n\n- name: Set Password\n include_tasks: \"set-random-pass.yaml\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 123
},
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 592,
"all_permissive": false
} |
ansible_role | plusclouds/netgateway-maintenance | 1b655e5c4b7c053ae8811b4ada5d2cf5c52c91aa | 0 | roles/plusclouds.vm.set.password | 7,783 | [
"no_license"
] | [
{
"path": "roles/plusclouds.vm.set.password/tasks/set_pass.yaml",
"content": "---\n- name: Set username to netgateway server\n uri:\n url: \"{{leo_url}}/v2/iaas/virtual-machines/{{ vm_id }}/save-username\"\n method: PUT\n headers:\n Authorization: \"Bearer {{ user_token }}\"\n body: \"user... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 759,
"all_permissive": false
} |
ansible_role | eclipse-cbi/ansible-playbooks | bb4d8ae9c88c27cd56fd75d19dbc88df161b940e | 0 | roles/common | 7,783 | [
"no_license"
] | [
{
"path": "roles/common/tasks/Darwin/homebrew/install.yml",
"content": "---\n- name: Install Homebrew if not already installed\n block:\n - include_tasks: Darwin/homebrew/status.yml\n\n - name: Install Homebrew\n block:\n - include_tasks: Darwin/homebrew/ask_pass.yml\n\n - name: In... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4743,
"all_permissive": false
} |
ansible_role | eclipse-cbi/ansible-playbooks | bb4d8ae9c88c27cd56fd75d19dbc88df161b940e | 0 | roles/debug | 7,783 | [
"no_license"
] | [
{
"path": "roles/debug/tasks/main.yml",
"content": "---\n- name: Print facts\n debug:\n msg:\n - \"inventory_hostname: {{ inventory_hostname | default('***Undefined***') }}\"\n - \"ansible_hostname: {{ ansible_hostname | default('***Undefined***') }}\"\n - \"ansible_fqdn: {{ ansible_fqdn ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1505,
"all_permissive": false
} |
ansible_role | eclipse-cbi/ansible-playbooks | bb4d8ae9c88c27cd56fd75d19dbc88df161b940e | 0 | roles/jenkins_agent | 7,783 | [
"no_license"
] | [
{
"path": "roles/jenkins_agent/tasks/main.yml",
"content": "---\n- name: Gather OS specific variables.\n include_vars:\n file: \"{{ lookup('first_found', params) }}\"\n name: included_vars_default\n vars:\n params:\n files:\n - \"{{ ansible_distribution }}-{{ ansible_distribution_majo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2299,
"all_permissive": false
} |
ansible_role | eclipse-cbi/ansible-playbooks | bb4d8ae9c88c27cd56fd75d19dbc88df161b940e | 0 | roles/macos_autologon | 7,783 | [
"no_license"
] | [
{
"path": "roles/macos_autologon/tasks/scripts/kcpassword.sh",
"content": "#!/bin/bash\n# Derived from setAutoLogin (20210911) - Copyright (c) 2021 <NAME> (https://github.com/brunerd)\n# Licensed under the MIT License\n# Permission is hereby granted, free of charge, to any person obtaining a copy of this so... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5159,
"all_permissive": false
} |
ansible_role | eclipse-cbi/ansible-playbooks | bb4d8ae9c88c27cd56fd75d19dbc88df161b940e | 0 | roles/remote_hosts_keys | 7,783 | [
"no_license"
] | [
{
"path": "roles/remote_hosts_keys/tasks/script/ssh-add-with-passphrase.sh",
"content": "#!/bin/bash\n\n# Bash strict-mode\nset -o errexit\nset -o nounset\nset -o pipefail\n\nif [ $# -ne 2 ] ; then\n echo \"Usage: ssh-add-passphrase keyfile passfile\"\n exit 1\nfi\n\nexpect << EOM\n spawn ssh-add $1\n e... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1493,
"all_permissive": false
} |
ansible_role | eclipse-cbi/ansible-playbooks | bb4d8ae9c88c27cd56fd75d19dbc88df161b940e | 0 | roles/shells_rc | 7,783 | [
"no_license"
] | [
{
"path": "roles/shells_rc/tasks/zshrc.yml",
"content": "---\n- name: Ensure ~/.zshrc.d folder exists\n file:\n path: \"{{ ansible_env.HOME }}/.zshrc.d\"\n state: directory\n mode: 0750\n\n- name: Ensure ~/.zshrc file has proper content\n blockinfile:\n dest: \"{{ ansible_env.HOME }}/.zshrc\"\... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 794,
"all_permissive": false
} |
ansible_role | swsachith/pi-spark-cluster | df9fcc0abe065cf379c56795dc0e057de3625ca3 | 0 | roles/common | 7,783 | [
"no_license"
] | [
{
"path": "roles/common/tasks/installPackages.yml",
"content": "---\n- name: Update apt packages\n become: true\n apt:\n update_cache: yes\n- name: Install required packages\n become: true\n package: name={{ item }} state=present\n with_items:\n - python-software-properties \n - openssh-server \... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 3666,
"all_permissive": false
} |
ansible_role | matemaaan/my_own_collection | c5b766e43d6fa16a57cce72ccc9cb1a784842040 | 0 | roles/my_own_module | 7,783 | [
"no_license"
] | [
{
"path": "roles/my_own_module/handlers/main.yml",
"content": "---\n# handlers file for roles/my_own_module\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
},
{
"path": "roles/my_own_module/defaults/main.yml",
"content": "---\n# defaults file for roles/my_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 331,
"all_permissive": false
} |
ansible_role | emeritomarquez/Iaac-nodejs | f3f4b7202d56e1e1dc4f76fdade948720d252b1c | 0 | roles/prepare | 7,783 | [
"no_license"
] | [
{
"path": "roles/prepare/tasks/main.yml",
"content": "---\n- name: \"update apt packages\"\n become: true \n # become method: sudo\n apt:\n update_cache: yes\n\n- name: \"remove dependencies that are no longer required\"\n become: true\n apt:\n autoremove: yes\n\n",
"license_type": "no_licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 206,
"all_permissive": false
} |
ansible_role | denisphp/webscarper | 583647712dcbcdeaaea480709a1e5b4aa401d1b5 | 0 | ansible/roles/crontab | 7,783 | [
"no_license"
] | [
{
"path": "ansible/roles/crontab/tasks/main.yml",
"content": "- name: crontab\n template: src=\"{{ crontab_file }}\" dest=/etc/crontab",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 70,
"all_permissive": false
} |
ansible_role | denisphp/webscarper | 583647712dcbcdeaaea480709a1e5b4aa401d1b5 | 0 | ansible/roles/finally | 7,783 | [
"no_license"
] | [
{
"path": "ansible/roles/finally/tasks/main.yml",
"content": "- stat: path=\"{{ folder }}\"/auth.json\n register: github_auth_json_file\n\n- stat: path=\"{{ folder }}\"/vendor\n register: vendor_folder\n\n- name: copy github auth file\n shell: cd \"{{ folder }}\" && cp auth.json ~/\n when: github_auth_j... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 690,
"all_permissive": false
} |
ansible_role | denisphp/webscarper | 583647712dcbcdeaaea480709a1e5b4aa401d1b5 | 0 | ansible/roles/xdiff | 7,783 | [
"no_license"
] | [
{
"path": "ansible/roles/xdiff/tasks/main.yml",
"content": "# Install pecl package\n- name: download Libxdiff\n shell: creates=\"/tmp/libxdiff-0.22.tar.gz\" wget -O - \"http://www.xmailserver.org/libxdiff-0.22.tar.gz\" | tar -xz -C /tmp\n\n- name: install Libxdiff\n shell: cd /tmp/libxdiff-0.22 && ./confi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1862,
"all_permissive": false
} |
ansible_role | darkzorro79/rebrain_devops | 44a275197a6f193fa47544353f1daa474038b4ef | 0 | dz4/roles/docker-swarm | 7,783 | [
"no_license"
] | [
{
"path": "dz4/roles/docker-swarm/tasks/main.yml",
"content": "---\n# Установка Docker\n- name: Install required packages\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n - python3-pip\n state: present\n update_cache: yes... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 8345,
"all_permissive": false
} |
ansible_role | darkzorro79/rebrain_devops | 44a275197a6f193fa47544353f1daa474038b4ef | 0 | dz4/roles/gitlab-setup | 7,783 | [
"no_license"
] | [
{
"path": "dz4/roles/gitlab-setup/templates/back-ci-cd.yml.j2",
"content": "stages:\n - test\n - build\n - deploy\n\ntest:lint:\n stage: test\n image: golang:1.23-alpine3.20\n allow_failure: true\n script:\n - go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest\n - golangci-li... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 23577,
"all_permissive": false
} |
ansible_role | JustinAiken/pi2_ansible | c0ffc0eed6b1f417e8d425018a17e9a1b0365d31 | 0 | roles/common | 7,783 | [
"no_license"
] | [
{
"path": "roles/common/defaults/main.yml",
"content": "hostname: 'pi2'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 16
},
{
"path": "roles/common/tasks/main.yml",
"content": "- name: Set Hostname\n hostname: name=pi2\n become: yes\n become_method: sudo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 488,
"all_permissive": false
} |
ansible_role | JustinAiken/pi2_ansible | c0ffc0eed6b1f417e8d425018a17e9a1b0365d31 | 0 | roles/docker | 7,783 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/deb_file.yml",
"content": "- name: Check if docker.deb is installed\n command: \"dpkg-query -W -f={{ docker_version }} docker-hypriot\"\n register: docker_hypriot_check_deb\n failed_when: docker_hypriot_check_deb.rc > 1\n changed_when: docker_hypriot_check_deb.rc == 1\n\n- ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 963,
"all_permissive": false
} |
ansible_role | JustinAiken/pi2_ansible | c0ffc0eed6b1f417e8d425018a17e9a1b0365d31 | 0 | roles/mysql_server | 7,783 | [
"no_license"
] | [
{
"path": "roles/mysql_server/tasks/main.yml",
"content": "- name: Assures /home/pi/mysql dir exists\n file:\n path: /home/pi/mysql\n state: directory\n- name: Setup mySQL Docker\n docker:\n name: mysql\n image: hypriot/rpi-mysql\n pull: always\n state: reloaded\n ports:\n - \"3306... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 747,
"all_permissive": false
} |
ansible_role | JustinAiken/pi2_ansible | c0ffc0eed6b1f417e8d425018a17e9a1b0365d31 | 0 | roles/openhab_server | 7,783 | [
"no_license"
] | [
{
"path": "roles/openhab_server/tasks/main.yml",
"content": "- name: Clone the OpenHAB configuration\n git:\n repo: '{{ openhab_config_repo }}'\n dest: '/home/pi/openhab_config'\n version: 'master'\n ssh_opts: '-o StrictHostKeyChecking=no'\n\n- name: Specify OpenHAB addons\n template:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1682,
"all_permissive": false
} |
ansible_role | clanktron/k3s-ansible | 5085716a300bf8ee6fddc191803387fe57e415f6 | 35 | roles/reset | 7,783 | [
"permissive"
] | [
{
"path": "roles/reset/tasks/main.yml",
"content": "---\n- name: Disable services\n systemd:\n name: \"{{ item }}\"\n state: stopped\n enabled: no\n failed_when: false\n with_items:\n - k3s\n - k3s-node\n - k3s-init\n\n- name: pkill -9 -f \"k3s/data/[^/]+/bin/containerd-shim-runc\"\n r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1342,
"all_permissive": true
} |
ansible_role | c-f/lel | ca950331d1b8d34b26a75d008b68a67e0dc864d4 | 10 | _lel-ansible-playbook/roles/seafile_server | 7,783 | [
"no_license"
] | [
{
"path": "_lel-ansible-playbook/roles/seafile_server/tasks/main.yml",
"content": "# Ansible File for setup seafile (https://seafile.com)\n# docker based of course :)\n- name: Update APT package cache\n apt: update_cache=yes\n become: true\n\n- name: Upgrade APT to the latest packages\n apt: upgrade=safe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 10548,
"all_permissive": false
} |
ansible_role | sakamotodesu/mcare | 64278b78ef37dc42ee571ee80a086da3abf9df7d | 0 | playbooks/roles/mysql-client | 7,783 | [
"no_license"
] | [
{
"path": "playbooks/roles/mysql-client/tasks/main.yml",
"content": "- name: install community release\n yum: name=https://dev.mysql.com/get/mysql80-community-release-el7-3.noarch.rpm state=present\n- name: disable mysql80 community\n shell: \"yum-config-manager --disable mysql80-community\"\n changed_wh... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 437,
"all_permissive": false
} |
ansible_role | winggundamth/ansible-workshop-01 | aa2c50d234553ca094226b6ce5a0aa1b19e9c568 | 0 | roles/wordpress | 7,783 | [
"no_license"
] | [
{
"path": "roles/wordpress/tasks/main.yml",
"content": "---\n- include: wordpress_pre.yml\n- include: wordpress_install.yml\n- include: wordpress_post.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 96
},
{
"path": "roles/wordpress/tasks/wordpress_pre.yml",
... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2751,
"all_permissive": false
} |
ansible_role | karthikreddygl/Zoomrx_ansible | 8c8e22edeb9f369ce0584592f3114470119d20e2 | 0 | roles/MySQL8.0 | 7,780 | [
"no_license"
] | [
{
"path": "roles/MySQL8.0/defaults/main.yml",
"content": "sql_user: 'sqluser'\nroot_db_pass: '<PASSWORD>'\nDB_user: 'sqldbuser'\nDB_user_password: '<PASSWORD>'\nsql_authentication_plugin: 'cache_sha2_password'\nnew_volume_mount_path: '/tmp/database/mysql'\ndata_needs_to_be_moved: true\nwork_on_prereq: false... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 4363,
"all_permissive": false
} |
ansible_role | aatrisgn/TGC.HomeAutomation | bcadff7beccd2aa9ceeea8517a5378c3f29dcc4a | 0 | ansible/roles/pi | 7,780 | [
"permissive"
] | [
{
"path": "ansible/roles/pi/tasks/install_helm.yml",
"content": "---\n- name: Download Helm install script\n get_url:\n url: https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3\n dest: /tmp/get_helm.sh\n mode: '0755'\n\n- name: Install Helm\n command: /tmp/get_helm.sh\n\n- name: V... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 19,
"total_bytes": 12549,
"all_permissive": true
} |
ansible_role | aatrisgn/TGC.HomeAutomation | bcadff7beccd2aa9ceeea8517a5378c3f29dcc4a | 0 | ansible/roles/pihole | 7,780 | [
"permissive"
] | [
{
"path": "ansible/roles/pihole/playbooks/configure_pihole.yml",
"content": "- name: Pull images\n hosts: localhost\n become: true\n vars:\n pihole_password: \"{{ <PASSWORD> }}\"\n\n tasks:\n - name: Configure Runner identity\n ansible.builtin.include_tasks: ../tasks/install_pihole.yml",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1168,
"all_permissive": true
} |
ansible_role | nicholas-fedor/Ansible-Course | 98b2d4a7e0790e0c182345fdec82d8db59d91660 | 0 | roles/base | 7,780 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "- name: Create user\n tags: always\n ansible.builtin.user:\n name: simone\n groups:\n - root\n\n- name: Add sudoers file for simone\n tags: always\n ansible.builtin.copy:\n src: sudoer_simone\n dest: /etc/sudoers.d/simone\n owner: ro... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 428,
"all_permissive": false
} |
ansible_role | nicholas-fedor/Ansible-Course | 98b2d4a7e0790e0c182345fdec82d8db59d91660 | 0 | roles/db_servers | 7,780 | [
"no_license"
] | [
{
"path": "roles/db_servers/tasks/main.yml",
"content": "- name: Install MariaDB\n ansible.builtin.dnf:\n name:\n - mariadb\n when: ansible_distribution == \"Fedora\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 114
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 114,
"all_permissive": false
} |
ansible_role | nicholas-fedor/Ansible-Course | 98b2d4a7e0790e0c182345fdec82d8db59d91660 | 0 | roles/web_servers | 7,780 | [
"no_license"
] | [
{
"path": "roles/web_servers/tasks/main.yml",
"content": "- name: Install Apache on web servers\n tags: apache\n ansible.builtin.package:\n name:\n - \"{{ apache_package }}\"\n\n- name: Ensure Apache service is running\n tags: apache\n ansible.builtin.service:\n name: \"{{ apache_service }}\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 689,
"all_permissive": false
} |
ansible_role | book-of-kubernetes/examples | 4c093db49e2a35dfdd0ad3c091fd6ae31b0795ae | 210 | setup/roles/aws-instances | 7,780 | [
"no_license"
] | [
{
"path": "setup/roles/aws-instances/tasks/setup.yaml",
"content": "---\n- name: ssh key directory\n ansible.builtin.file:\n path: \"{{ role_path }}/../../../sshkeys\"\n state: directory\n mode: '0700'\n\n- name: ssh key\n community.crypto.openssh_keypair:\n path: \"{{ role_path }}/../../../ss... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 8507,
"all_permissive": false
} |
ansible_role | book-of-kubernetes/examples | 4c093db49e2a35dfdd0ad3c091fd6ae31b0795ae | 210 | setup/roles/containerd | 7,780 | [
"no_license"
] | [
{
"path": "setup/roles/containerd/tasks/main.yaml",
"content": "---\n- name: prerequisites\n ansible.builtin.apt:\n name: apt-transport-https\n update_cache: yes\n\n- name: gpg key\n ansible.builtin.apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n\n- name: reposi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 829,
"all_permissive": false
} |
ansible_role | book-of-kubernetes/examples | 4c093db49e2a35dfdd0ad3c091fd6ae31b0795ae | 210 | setup/roles/cri-o | 7,780 | [
"no_license"
] | [
{
"path": "setup/roles/cri-o/defaults/main.yaml",
"content": "---\ncrio_version: \"1.20\"\ncrio_os: xUbuntu_20.04\ncrio_repo: https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable\ncrio_skopeo: false\ncrio_cni: false\ncni_plugin_version: v0.9.1\ncni_plugin_url: https://github.com/co... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1411,
"all_permissive": false
} |
ansible_role | book-of-kubernetes/examples | 4c093db49e2a35dfdd0ad3c091fd6ae31b0795ae | 210 | setup/roles/crictl | 7,780 | [
"no_license"
] | [
{
"path": "setup/roles/crictl/defaults/main.yaml",
"content": "---\ncrictl_container_engine: containerd\ncrictl_version: v1.20.0\ncrictl_url: https://github.com/kubernetes-sigs/cri-tools/releases/download/{{ crictl_version }}/crictl-{{ crictl_version }}-linux-amd64.tar.gz\n",
"license_type": "no_license... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 738,
"all_permissive": false
} |
ansible_role | book-of-kubernetes/examples | 4c093db49e2a35dfdd0ad3c091fd6ae31b0795ae | 210 | setup/roles/docker-ce | 7,780 | [
"no_license"
] | [
{
"path": "setup/roles/docker-ce/tasks/main.yaml",
"content": "---\n- name: prerequisites\n apt:\n name: apt-transport-https\n update_cache: yes\n\n- name: gpg key\n ansible.builtin.apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n\n- name: repository\n ansible.b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 430,
"all_permissive": false
} |
ansible_role | book-of-kubernetes/examples | 4c093db49e2a35dfdd0ad3c091fd6ae31b0795ae | 210 | setup/roles/docker-registry | 7,780 | [
"no_license"
] | [
{
"path": "setup/roles/docker-registry/tasks/main.yaml",
"content": "---\n- name: registry host\n ansible.builtin.lineinfile:\n path: /etc/hosts\n regexp: '^127\\.0\\.3\\.1'\n line: 127.0.3.1 registry.local\n owner: root\n group: root\n mode: '0644'\n\n- name: key\n community.crypto.open... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1259,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.