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 | Nantecotta/k8s_1c2w | 43d79fee336f8ffbe8b35d3753a35468291df41b | 0 | roles/install-k8s | 532 | [
"no_license"
] | [
{
"path": "roles/install-k8s/tasks/main.yml",
"content": "---\n- name: update apt\n apt:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - apt-transport-https\n - curl\n become: true\n\n- name: add apt-key\n apt_key:\n url: https://packages.cloud.google.com/apt/doc/apt-key.gpg\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 702,
"all_permissive": false
} |
ansible_role | Nantecotta/k8s_1c2w | 43d79fee336f8ffbe8b35d3753a35468291df41b | 0 | roles/k8s_master | 532 | [
"no_license"
] | [
{
"path": "roles/k8s_master/tasks/main.yml",
"content": "---\n- name: Check kubernetes config\n stat:\n path: /etc/kubernetes/controller-manager.conf \n register: conf\n\n- name: init k8s cluster\n shell: kubeadm init --pod-network-cidr=10.244.0.0/16\n become: yes\n when:\n not conf.stat.exists\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 944,
"all_permissive": false
} |
ansible_role | Nantecotta/k8s_1c2w | 43d79fee336f8ffbe8b35d3753a35468291df41b | 0 | roles/k8s_worker | 532 | [
"no_license"
] | [
{
"path": "roles/k8s_worker/tasks/main.yml",
"content": "---\n- name: get nodes\n command: kubectl get nodes\n register: get_nodes\n delegate_to: \"{{ groups['master'][0] }}\"\n changed_when: false\n\n- block:\n - name: Generate join token\n command: kubeadm token create --print-join-command\n re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1182,
"all_permissive": false
} |
ansible_role | Nantecotta/k8s_1c2w | 43d79fee336f8ffbe8b35d3753a35468291df41b | 0 | roles/raspberry-os | 532 | [
"no_license"
] | [
{
"path": "roles/raspberry-os/tasks/main.yml",
"content": "---\n- name: set hostname\n hostname:\n name: \"{{ inventory_hostname }}\"\n become: yes\n\n- name: set hosts\n lineinfile:\n dest: /etc/hosts\n regexp: '{{ item.regexp }}'\n line: \"{{ item.line }}\"\n with_items:\n - { regexp: '... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1088,
"all_permissive": false
} |
ansible_role | davide-williams/ansibe-demo | 970a7509866ffb6ec7b58a66eba916ed516be15b | 0 | roles/ace12_patch | 532 | [
"no_license"
] | [
{
"path": "roles/ace12_patch/tasks/main.yml",
"content": "---\n- name: Create a directory if it does not exist\n ansible.builtin.file:\n path: \"{{ install_dir }}/ace-{{ ace_version }}\"\n state: directory\n mode: '0755' # Optional: Set permissions for the directory\n become: yes # Optional: Us... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 656,
"all_permissive": false
} |
ansible_role | wikitops/ansible_newrelic_infra_agent | 51b8bac771ba551966734687ba8acdb548f266da | 0 | roles/newrelic_infra_agent | 532 | [
"no_license"
] | [
{
"path": "roles/newrelic_infra_agent/tasks/redhat.yml",
"content": "---\n\n- name: NEW RELIC INFRA REDHAT | Add Repository\n yum_repository:\n baseurl: \"{{ newrelic_repository.url }}\"\n description: New Relic Infrastructure\n enabled: \"{{ newrelic_repository.enabled }}\"\n gpgcheck: \"{{ ne... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2146,
"all_permissive": false
} |
ansible_role | ElevateOps/ansible-vsrx-demo | 037970b7db56c4020a13f896163a827d43bbee73 | 4 | roles/baseconf | 534 | [
"permissive"
] | [
{
"path": "roles/baseconf/tasks/main.yml",
"content": "---\n- name: template building config snippets\n template: src={{ item }} dest={{baseconfdir.path}}/{{ item|basename }}\n with_fileglob: \n - ../templates/*",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 157,
"all_permissive": true
} |
ansible_role | CloudVE/cloudman-boot | 6f36b8e1f081ed0f39f6d949805d677904e691fe | 1 | roles/cloudman-boot | 534 | [
"no_license"
] | [
{
"path": "roles/cloudman-boot/tasks/rancher.yaml",
"content": "- name: Create cattle-system namespace\n command: >\n /usr/local/bin/kubectl create namespace cattle-system\n ignore_errors: true\n\n- name: Add rancher Helm repo\n shell: /usr/local/bin/helm repo add rancher https://releases.rancher.com/... | {
"task_files": 10,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 17,
"total_bytes": 30681,
"all_permissive": false
} |
ansible_role | CloudVE/cloudman-boot | 6f36b8e1f081ed0f39f6d949805d677904e691fe | 1 | roles/rke | 534 | [
"no_license"
] | [
{
"path": "roles/rke/templates/rke2_config.j2",
"content": "node-name: \"{{ ansible_hostname if 'jetstream' in ansible_fqdn or 'js2local' in ansible_fqdn or kube_cloud_provider == 'gce' else ansible_fqdn }}\"\ntoken: {{ rke_registration_token }}\n\n{% if 'controllers' in group_names %}\nwrite-kubeconfig-mod... | {
"task_files": 8,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 17,
"total_bytes": 31779,
"all_permissive": false
} |
ansible_role | remo48/asl2022 | c119d15c5654ee21de6b1d5d60fb38399a198c29 | 0 | shared/ansible/roles/backdoor-nginx | 534 | [
"no_license"
] | [
{
"path": "shared/ansible/roles/backdoor-nginx/tasks/main.yml",
"content": "---\n- name: Copy nginx config\n copy:\n src: default\n dest: /etc/nginx/sites-available/default\n\n- name: Ensure website directory exists\n file:\n path: /var/www/{{ item }}\n state: directory\n owner: www-data\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 524,
"all_permissive": false
} |
ansible_role | remo48/asl2022 | c119d15c5654ee21de6b1d5d60fb38399a198c29 | 0 | shared/ansible/roles/backup-client | 534 | [
"no_license"
] | [
{
"path": "shared/ansible/roles/backup-client/templates/backup-web.sh.j2",
"content": "#!/bin/bash\n\ndest_dir=/home/{{ hostvars['backup'].username }}/web/`date '+%Y%m%d%H%M%S'`/\n\nsudo rsync -az -e \"ssh -i /home/{{ backup_username }}/.ssh/id_ed25519 -o StrictHostKeyChecking=no\" \\\n/home/{{ username }}/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1626,
"all_permissive": false
} |
ansible_role | remo48/asl2022 | c119d15c5654ee21de6b1d5d60fb38399a198c29 | 0 | shared/ansible/roles/ca | 534 | [
"no_license"
] | [
{
"path": "shared/ansible/roles/ca/templates/caserver.service.j2",
"content": "[Unit]\nDescription=CA Server\nAfter=network.target\n\n[Service]\nUser={{ username }}\nGroup=www-data\nWorkingDirectory=/home/{{ username }}/ca\nExecStart=gunicorn --workers 3 --bind unix:{{ sock_name }} -m 007 wsgi:app\n\n[Insta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1009,
"all_permissive": false
} |
ansible_role | remo48/asl2022 | c119d15c5654ee21de6b1d5d60fb38399a198c29 | 0 | shared/ansible/roles/db | 534 | [
"no_license"
] | [
{
"path": "shared/ansible/roles/db/tasks/main.yml",
"content": "---\n- name: Install mysql server\n include_role: \n name: geerlingguy.mysql\n\n- name: Copy imovies dump\n copy:\n src: imovies_users.sql\n dest: /var/tmp/imovies_users.sql\n\n- name: Import imovies dump\n mysql_db:\n name: imov... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1535,
"all_permissive": false
} |
ansible_role | remo48/asl2022 | c119d15c5654ee21de6b1d5d60fb38399a198c29 | 0 | shared/ansible/roles/nftables | 534 | [
"no_license"
] | [
{
"path": "shared/ansible/roles/nftables/defaults/main.yml",
"content": "---\nnftables_is_internal_host: false\nnftables_internal_network:\n\n\nnftables_config_input_policy: drop\nnftables_config_input_rules: []\n\nnftables_config_output_policy: accept\nnftables_config_output_rules: []\n",
"license_type... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1450,
"all_permissive": false
} |
ansible_role | remo48/asl2022 | c119d15c5654ee21de6b1d5d60fb38399a198c29 | 0 | shared/ansible/roles/nginx | 534 | [
"no_license"
] | [
{
"path": "shared/ansible/roles/nginx/tasks/main.yml",
"content": "---\n- name: Install nginx\n apt:\n name: nginx\n update_cache: yes\n\n- name: Apply nginx config\n template:\n src: nginx.conf.j2\n dest: /etc/nginx/sites-available/{{ site_name }}\n notify: Restart nginx\n\n- name: Enable ng... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 851,
"all_permissive": false
} |
ansible_role | remo48/asl2022 | c119d15c5654ee21de6b1d5d60fb38399a198c29 | 0 | shared/ansible/roles/web | 534 | [
"no_license"
] | [
{
"path": "shared/ansible/roles/web/templates/webserver.env.j2",
"content": "SECRET_KEY=\"{{ secret_key }}\"\n\nDATABASE_URI=\"mysql+pymysql://{{ db_user }}:{{ db_pass }}@{{ hostvars['db'].ansible_host }}:3306/{{ db_name }}?ssl_key=/etc/asl/certs/web_key.pem&ssl_cert=/etc/asl/certs/web_cert.pem&ssl_ca=/etc/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2316,
"all_permissive": false
} |
ansible_role | remo48/asl2022 | c119d15c5654ee21de6b1d5d60fb38399a198c29 | 0 | shared/ansible/roles/xfce-desktop | 534 | [
"no_license"
] | [
{
"path": "shared/ansible/roles/xfce-desktop/handlers/main.yml",
"content": "- name: Restart login manager service\n service:\n name: \"{{ xfce_login_manager_service }}\"\n state: restarted",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 114
},
{
"path": "sh... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 499,
"all_permissive": false
} |
ansible_role | acmmendis/ansible-root-user | fe93a15d84605d9f59fd650a0ebf55cb9ac31a98 | 0 | roles/root_user | 534 | [
"no_license"
] | [
{
"path": "roles/root_user/vars/main.yml",
"content": "---\r\n\r\ncomments: \"root user created by ansible role\"\r\npwd_alias: \"{{ lookup('password', '/dev/null length=21 chars=ascii_letters') }}\"\r\nsudoers: \"ALL=(ALL) ALL\"\r\n",
"license_type": "no_license",
"detected_licenses": [],
"size... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2052,
"all_permissive": false
} |
ansible_role | shanel262/AnsibleFYP | dc444681134a364fa43d1a330f1b3bca1518a217 | 0 | roles/dockerwatch-influx | 534 | [
"no_license"
] | [
{
"path": "roles/dockerwatch-influx/templates/config.yml.j2",
"content": "default:\n {% for ip in groups['databases'] %}\n host: {{ ip }}\n {% endfor %}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 78
},
{
"path": "roles/dockerwatch-influx/tasks/main.yml",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1278,
"all_permissive": false
} |
ansible_role | shanel262/AnsibleFYP | dc444681134a364fa43d1a330f1b3bca1518a217 | 0 | roles/dockerwatch-web | 534 | [
"no_license"
] | [
{
"path": "roles/dockerwatch-web/templates/config.yml.j2",
"content": "default:\n {% for ip in groups['databases'] %}\n database: {{ ip }}\n {% endfor %}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 82
},
{
"path": "roles/dockerwatch-web/tasks/main.yml",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1380,
"all_permissive": false
} |
ansible_role | shanel262/AnsibleFYP | dc444681134a364fa43d1a330f1b3bca1518a217 | 0 | roles/haproxy | 534 | [
"no_license"
] | [
{
"path": "roles/haproxy/tasks/main.yml",
"content": "---\n - name: Update cache\n apt: update_cache=yes cache_valid_time=3600\n\n - name: Install haproxy\n apt: name=haproxy state=present\n\n - name: Enable init script\n replace: \n dest='/etc/default/haproxy' \n regexp='ENABLED=0'\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 773,
"all_permissive": false
} |
ansible_role | shanel262/AnsibleFYP | dc444681134a364fa43d1a330f1b3bca1518a217 | 0 | roles/influxdb | 534 | [
"no_license"
] | [
{
"path": "roles/influxdb/tasks/main.yml",
"content": "---\n - name: Import InfluxDB GPG signing key\n apt_key: url=https://repos.influxdata.com/influxdb.key state=present\n\n - name: Add InfluxDB repository\n apt_repository: repo='deb https://repos.influxdata.com/ubuntu xenial stable' state=pre... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 624,
"all_permissive": false
} |
ansible_role | shanel262/AnsibleFYP | dc444681134a364fa43d1a330f1b3bca1518a217 | 0 | roles/mongodb | 534 | [
"no_license"
] | [
{
"path": "roles/mongodb/vars/vars.yml",
"content": "ec2_keypair: \"ShanePersonalAWSKey\"\nec2_security_group: \"sg-86787de0\"\nec2_instance_type: \"t2.micro\"\nec2_image: \"ami-405f7226\"\nec2_subnet_ids: [\"subnet-922bf6cb\"]\nec2_region: \"eu-west-1\"\nec2_tag_Name: \"Databases\"\nec2_tag_Type: \"databas... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 948,
"all_permissive": false
} |
ansible_role | shanel262/AnsibleFYP | dc444681134a364fa43d1a330f1b3bca1518a217 | 0 | roles/provision-instance | 534 | [
"no_license"
] | [
{
"path": "roles/provision-instance/tasks/main.yml",
"content": "---\n - name: Provision EC2 instance\n local_action:\n module: ec2\n key_name: \"{{ ec2_keypair }}\"\n group_id: \"{{ ec2_security_group }}\"\n instance_type: \"{{ ec2_instance_type }}\"\n image: \"{{ ec2_image }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1299,
"all_permissive": false
} |
ansible_role | chantra/ansible-stuff | f529ca6450a69eaf17061d2e5f4c22423408fc10 | 0 | desktop/roles/_common | 534 | [
"no_license"
] | [
{
"path": "desktop/roles/_common/tasks/main.yml",
"content": "---\n# Common packages\n\n- name: Install common packages\n apt: pkg={{ item }} state=present force=yes\n with_items:\n - curl\n - gcc\n - git\n - make\n - mosh\n - nmap\n - tcpdump\n - tmux\n - vim\n - wget\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 443,
"all_permissive": false
} |
ansible_role | chantra/ansible-stuff | f529ca6450a69eaf17061d2e5f4c22423408fc10 | 0 | desktop/roles/devenv | 534 | [
"no_license"
] | [
{
"path": "desktop/roles/devenv/defaults/main.yml",
"content": "---\nnuclide_version: 0.270.0\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "desktop/roles/devenv/tasks/main.yml",
"content": "---\n\n- name: Install npm\n apt: name=npm stat... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 230,
"all_permissive": false
} |
ansible_role | jdperret/ansible_tutorial | 51038abd2bbc7e2eee8353f65a656ae637f4906b | 0 | roles/db_servers | 534 | [
"no_license"
] | [
{
"path": "roles/db_servers/tasks/main.yml",
"content": "- name: install mariadb package (Ubuntu)\n tags: mariadb,db,ubuntu\n apt:\n name: mariadb-server\n state: latest\n when: ansible_distribution == 'Ubuntu'\n\n- name: install mariadb package (AlmaLinux & RockyLinux)\n tags: mariadb, db,AlmaLi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 375,
"all_permissive": false
} |
ansible_role | jdperret/ansible_tutorial | 51038abd2bbc7e2eee8353f65a656ae637f4906b | 0 | roles/web_servers | 534 | [
"no_license"
] | [
{
"path": "roles/web_servers/tasks/main.yml",
"content": "- name: install apache & php packages\n tags: apache,httpd,php\n package:\n name: \n - \"{{ apache_package_name }}\"\n - \"{{ php_package_name }}\"\n state: latest\n\n- name: start and enable apache service\n tags: apache,httpd\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 793,
"all_permissive": false
} |
ansible_role | jdperret/ansible_tutorial | 51038abd2bbc7e2eee8353f65a656ae637f4906b | 0 | roles/workstations | 534 | [
"no_license"
] | [
{
"path": "roles/workstations/tasks/main.yml",
"content": "- name: install unzip\n package:\n name: unzip\n\n- name: install terraform\n unarchive:\n src: https://releases.hashicorp.com/terraform/1.10.4/terraform_1.10.4_linux_amd64.zip\n dest: /tmp\n remote_src: yes\n mode: 0755\n owner:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 261,
"all_permissive": false
} |
ansible_role | rikeabade/bareos-ansible | 829243ffcaad863c6ec0fcc890f7c444cefdea35 | 0 | roles/bareos_install | 531 | [
"no_license"
] | [
{
"path": "roles/bareos_install/tasks/bareos.yml",
"content": "---\n# Set Repository \n- name: Add Bareos Key Repository \n apt_key:\n url: \"{{bareos_url}}/Release.key\"\n state: present\n\n- name: Add Bareos Repository\n apt_repository:\n repo: \"deb {{ bareos_url }} /\"\n state: present\n ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 5396,
"all_permissive": false
} |
ansible_role | carvey/django-deployment | 13c8d03f5f28a6d6ed387d0b7b5a6f3f8ac63743 | 0 | roles/webservers | 531 | [
"no_license"
] | [
{
"path": "roles/webservers/templates/nginx_config.conf.j2",
"content": "{% for site in sites %}\nupstream {{ site.name }}_server {\n\n server unix:/var/www/{{ site.name }}/run/gunicorn.sock fail_timeout=0;\n}\n\nserver {\n\n listen 80;\n server_name {{ site.domain }};\n\n client_max_body_size 4G;... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 8362,
"all_permissive": false
} |
ansible_role | kopinions/cde-ansible | ee1680c3d5e57452ea9b7019665778a3b867085f | 1 | playbooks/roles/ansible-beats-template | 531 | [
"no_license"
] | [
{
"path": "playbooks/roles/ansible-beats-template/defaults/main.yml",
"content": "---\nbeats_template_version: 1.2.1\nbeats_template_pkg: beats-dashboards-{{beats_template_version}}.zip\nelasticsearch_endpoint: localhost:9200",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes":... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 483,
"all_permissive": false
} |
ansible_role | kopinions/cde-ansible | ee1680c3d5e57452ea9b7019665778a3b867085f | 1 | playbooks/roles/ansible-common | 531 | [
"no_license"
] | [
{
"path": "playbooks/roles/ansible-common/tasks/main.yml",
"content": "---\n\n- name: resolvconf remove dnsmasq nameserver\n shell: resolvconf -d lo.dnsmasq\n\n- name: resolvconf to add the dnsmasq nameserver\n shell: echo \"nameserver {{ipaddr}}\"| resolvconf -a lo.dnsmasq\n\n- name: change resov base to... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 921,
"all_permissive": false
} |
ansible_role | kopinions/cde-ansible | ee1680c3d5e57452ea9b7019665778a3b867085f | 1 | playbooks/roles/ansible-elasticsearch-consul | 531 | [
"no_license"
] | [
{
"path": "playbooks/roles/ansible-elasticsearch-consul/defaults/main.yml",
"content": "---\naddress: \"{{ansible_eth0.ipv4.address}}\"\nport: 9200",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 55
},
{
"path": "playbooks/roles/ansible-elasticsearch-consul/templat... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 736,
"all_permissive": false
} |
ansible_role | kopinions/cde-ansible | ee1680c3d5e57452ea9b7019665778a3b867085f | 1 | playbooks/roles/ansible-flocker-agent-with-docker-plugin | 531 | [
"no_license"
] | [
{
"path": "playbooks/roles/ansible-flocker-agent-with-docker-plugin/templates/flocker-docker-plugin.conf.j2",
"content": "# flocker-plugin - flocker-docker-plugin job file\n\ndescription \"Flocker Plugin service\"\nauthor \"ClusterHQ <<EMAIL>>\"\n\nstart on runlevel [2345]\nstop on runlevel [016]\n\nrespawn... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3255,
"all_permissive": false
} |
ansible_role | kopinions/cde-ansible | ee1680c3d5e57452ea9b7019665778a3b867085f | 1 | playbooks/roles/ansible-flocker-control | 531 | [
"no_license"
] | [
{
"path": "playbooks/roles/ansible-flocker-control/tasks/main.yml",
"content": "---\n\n- name: Copy ceph keyring\n copy:\n src: fetch/{{ fsid }}/etc/ceph/ceph.client.admin.keyring\n dest: /etc/ceph\n\n- apt: update_cache=yes\n\n- name: Install apt-transport-https\n apt: name=apt-transport-https forc... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1861,
"all_permissive": false
} |
ansible_role | kopinions/cde-ansible | ee1680c3d5e57452ea9b7019665778a3b867085f | 1 | playbooks/roles/ansible-maintain | 531 | [
"no_license"
] | [
{
"path": "playbooks/roles/ansible-maintain/files/cleanup.sh",
"content": "#!/usr/bin/env bash\n\nME=`basename $0`;\nLOCK=\"/tmp/${ME}.lock\";\n\n# create a file descriptor which value is 8\nexec 8>${LOCK};\n\nif flock -n -x 8; then\n docker ps -a -q -f 'status=exited' -f 'status=created' -f 'status=dead... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1568,
"all_permissive": false
} |
ansible_role | kopinions/cde-ansible | ee1680c3d5e57452ea9b7019665778a3b867085f | 1 | playbooks/roles/ansible-marathon-consul | 531 | [
"no_license"
] | [
{
"path": "playbooks/roles/ansible-marathon-consul/defaults/main.yml",
"content": "---\nmarathon_bind_address: \"{{ansible_eth0.ipv4.address}}\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 58
},
{
"path": "playbooks/roles/ansible-marathon-consul/templates/02-ma... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 516,
"all_permissive": false
} |
ansible_role | kopinions/cde-ansible | ee1680c3d5e57452ea9b7019665778a3b867085f | 1 | playbooks/roles/ansible-rbd-docker-driver | 531 | [
"no_license"
] | [
{
"path": "playbooks/roles/ansible-rbd-docker-driver/tasks/main.yml",
"content": "---\n# - name: Install packages\n# apt: name={{item}} state=installed update_cache=yes\n# with_items:\n# - git-core\n# - librados-dev\n# - librbd-dev\n# - gcc\n\n- name: Install plugin\n copy: src=rbd-dock... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1450,
"all_permissive": false
} |
ansible_role | kopinions/cde-ansible | ee1680c3d5e57452ea9b7019665778a3b867085f | 1 | playbooks/roles/ansible-zookeeper-consul | 531 | [
"no_license"
] | [
{
"path": "playbooks/roles/ansible-zookeeper-consul/templates/01-zookeeper.json.j2",
"content": "{\n \"service\": {\n \"name\": \"zookeeper\",\n \"address\": \"{{zookeeper_bind_address}}\",\n \"port\": 2181,\n \"enableTagOverride\": false,\n \"check\": {\n \"script\": \"echo stat | nc ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 521,
"all_permissive": false
} |
ansible_role | apampurin/ansible-rke | 0350c3975361749d40a3dea64f0b5f66d444c938 | 1 | playbooks/roles/install_cert-manager | 531 | [
"no_license"
] | [
{
"path": "playbooks/roles/install_cert-manager/tasks/main.yaml",
"content": "---\n- name: add cert-manager repo from git\n shell: kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.5.3/cert-manager.yaml\n\n- name: add cluster role\n shell: |\n kubectl create clusterrol... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2401,
"all_permissive": false
} |
ansible_role | apampurin/ansible-rke | 0350c3975361749d40a3dea64f0b5f66d444c938 | 1 | playbooks/roles/install_cluster | 531 | [
"no_license"
] | [
{
"path": "playbooks/roles/install_cluster/tasks/main.yaml",
"content": "---\n- name: copy cluster.yml\n template: src=cluster.yml.j2 dest=~/cluster.yml\n\n- name: start rke\n shell: |\n rke up --config ~/cluster.yml && \\\n echo \"KUBECONFIG=/root/kube_config_cluster.yml\" >> /etc/environme... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1199,
"all_permissive": false
} |
ansible_role | apampurin/ansible-rke | 0350c3975361749d40a3dea64f0b5f66d444c938 | 1 | playbooks/roles/install_pre | 531 | [
"no_license"
] | [
{
"path": "playbooks/roles/install_pre/tasks/main.yaml",
"content": "---\n- name: install deps\n shell: apt-get update && apt-get install -y apt-transport-https ca-certificates curl gnupg lsb-release\n\n- name: install docker\n shell: |\n curl -fsSL https://download.docker.com/linux/ubuntu/gpg | gp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2436,
"all_permissive": false
} |
ansible_role | apampurin/ansible-rke | 0350c3975361749d40a3dea64f0b5f66d444c938 | 1 | playbooks/roles/install_rancher | 531 | [
"no_license"
] | [
{
"path": "playbooks/roles/install_rancher/tasks/templates/docker-compose.yaml.j2",
"content": "version: '3'\n\nnetworks:\n default:\n external:\n name: rancher\n\nservices:\n nginx-proxy:\n container_name: nginx-proxy\n image: jwilder/nginx-proxy\n restart: unless-stopped\n logging:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1817,
"all_permissive": false
} |
ansible_role | klauz42/OpenVPN-certificate-distribution-system | 37ffc68f88683ccff03aba5a1cba28864a3d7c5c | 0 | ansible/roles/all | 531 | [
"no_license"
] | [
{
"path": "ansible/roles/all/tasks/main.yml",
"content": "---\n- include_tasks: install.yml\n- include_tasks: paintterminal.yml\n- include_tasks: timesync.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 98
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 98,
"all_permissive": false
} |
ansible_role | klauz42/OpenVPN-certificate-distribution-system | 37ffc68f88683ccff03aba5a1cba28864a3d7c5c | 0 | ansible/roles/apache | 531 | [
"no_license"
] | [
{
"path": "ansible/roles/apache/tasks/basicauth-config.yml",
"content": "---\n#установить базовую аутентификацию\n- copy:\n src: .htaccess\n dest: /var/www/cgi-bin/\n owner: apache\n group: apache\n mode: 0600\n\n#заранее сгенерированные учетные записи пользователей\n#Ivan - bezlikayaantilopa... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 7903,
"all_permissive": false
} |
ansible_role | klauz42/OpenVPN-certificate-distribution-system | 37ffc68f88683ccff03aba5a1cba28864a3d7c5c | 0 | ansible/roles/ca | 531 | [
"no_license"
] | [
{
"path": "ansible/roles/ca/defaults/main.yml",
"content": "---\ndeploy_key_dir: \"{{ role_path }}/files\"\neasy_rsa_dir: /usr/share/easy-rsa/2.0\neasy_rsa_keydir: \"{{ easy_rsa_dir }}/keys\"\n\nopenssl_config: \"{{easy_rsa_dir }}/openssl.cnf\"\nserver_name: \"server\"\n\neasy_rsa_key_size: 2048\neasy_rsa_k... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 3502,
"all_permissive": false
} |
ansible_role | klauz42/OpenVPN-certificate-distribution-system | 37ffc68f88683ccff03aba5a1cba28864a3d7c5c | 0 | ansible/roles/opensrv | 531 | [
"no_license"
] | [
{
"path": "ansible/roles/opensrv/defaults/main.yml",
"content": "---\n# defaults file for openvpn\ncgi_bin: /var/www/cgi-bin\nopenvpn_base_dir: \"{{ cgi_bin }}/openvpn\"\nopenvpn_key_dir: \"{{ openvpn_base_dir }}/keys\"\nopenvpn_log_dir: /var/log/openvpn\nopenssl_config: \"{{ openvpn_base_dir }}/openssl.cnf... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4735,
"all_permissive": false
} |
ansible_role | klauz42/OpenVPN-certificate-distribution-system | 37ffc68f88683ccff03aba5a1cba28864a3d7c5c | 0 | ansible/roles/ovpnclient | 531 | [
"no_license"
] | [
{
"path": "ansible/roles/ovpnclient/tasks/install.yml",
"content": "- name: Install EPEL\n package:\n name: epel-release\n state: present\n when: ansible_distribution == \"CentOS\" or ansible_distribution==\"RedHat\"\n\n- name: Install openvpn\n package:\n name: \"{{ item }}\"\n state: present\... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3041,
"all_permissive": false
} |
ansible_role | morningspace/cluster-operator-fyre | 4a55c66d2c62b47f896e4ea42c788737bb9ea1b4 | 0 | roles/openshiftfyre | 531 | [
"no_license"
] | [
{
"path": "roles/openshiftfyre/vars/main.yml",
"content": "---\n# vars file for OpenShiftFyre\napi_version: 'clusters.ibm.com/v1alpha1'\nkind: 'OpenShiftFyre'\nstate: present\nquota_type: quick_burn\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 135
},
{
"path":... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 11968,
"all_permissive": false
} |
ansible_role | smart-on-fhir/installer | 4e61494b71a9d0d6a0011303f011a55df09109ca | 39 | roles/apacheds | 531 | [
"no_license"
] | [
{
"path": "roles/apacheds/templates/setenv.sh.j2",
"content": "export CATALINA_OPTS=\"$CATALINA_OPTS -Xms{{apacheds_server_initial_memory}}\"\nexport CATALINA_OPTS=\"$CATALINA_OPTS -Xmx{{apacheds_server_max_memory}}\"\nexport CATALINA_OPTS=\"$CATALINA_OPTS -XX:MaxPermSize={{apacheds_server_max_perm_memory}}... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 6742,
"all_permissive": false
} |
ansible_role | smart-on-fhir/installer | 4e61494b71a9d0d6a0011303f011a55df09109ca | 39 | roles/api | 531 | [
"no_license"
] | [
{
"path": "roles/api/templates/api_stu3.j2",
"content": "upstream api_stu3 {\n server 127.0.0.1:{{api_stu3_server_internal_port}};\n}\n\n# the nginx server instance\nserver {\n server_name {{api_stu3_server_external_host}};\n\n{% if use_secure_http %}\n listen {{api_stu3_server_external_port}} ssl;... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 19,
"total_bytes": 35687,
"all_permissive": false
} |
ansible_role | smart-on-fhir/installer | 4e61494b71a9d0d6a0011303f011a55df09109ca | 39 | roles/apps | 531 | [
"no_license"
] | [
{
"path": "roles/apps/defaults/main.yml",
"content": "---\n# apps artifact\napps_server_internal_port: \"8093\"\napps_server_external_url: \"{{'https' if use_secure_http else 'http'}}://{{apps_server_external_host}}{{(':'+apps_server_external_port|string) if apps_server_external_port|int not in (80,443) els... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 6277,
"all_permissive": false
} |
ansible_role | smart-on-fhir/installer | 4e61494b71a9d0d6a0011303f011a55df09109ca | 39 | roles/auth | 531 | [
"no_license"
] | [
{
"path": "roles/auth/templates/patient_picker_client.sql.j2",
"content": "SET AUTOCOMMIT = 0;\n\nSTART TRANSACTION;\n\n-- Patient Picker\n\nINSERT INTO client_details (client_id, client_name, access_token_validity_seconds, token_endpoint_auth_method) VALUES\n ('patient_picker', 'Patient Picker', 86400, 'N... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 17,
"total_bytes": 39485,
"all_permissive": false
} |
ansible_role | smart-on-fhir/installer | 4e61494b71a9d0d6a0011303f011a55df09109ca | 39 | roles/common | 531 | [
"no_license"
] | [
{
"path": "roles/common/tasks/build_library_template.yml",
"content": "---\n# Build a generic library\n# params:\n# library_name: name of the library\n# library_artifact_name: artifact name of the library\n# library_url: download url of the library\n# working_folder: full path to the working folder\... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 6844,
"all_permissive": false
} |
ansible_role | smart-on-fhir/installer | 4e61494b71a9d0d6a0011303f011a55df09109ca | 39 | roles/linux | 531 | [
"no_license"
] | [
{
"path": "roles/linux/tasks/jobs.yml",
"content": "---\n- name: \"create the service directory\"\n when: enable_backup_restore_jobs\n become_user: \"{{hosting_username}}\"\n file: \"path={{item}} state=directory mode=0755\"\n with_items:\n - \"{{hosting_user_scripts_home}}\"\n - \"{{hosting_user_... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 15,
"total_bytes": 18880,
"all_permissive": false
} |
ansible_role | smart-on-fhir/installer | 4e61494b71a9d0d6a0011303f011a55df09109ca | 39 | roles/messaging | 531 | [
"no_license"
] | [
{
"path": "roles/messaging/tasks/main.yml",
"content": "---\n- name: \"drop the service directory\"\n become_user: \"{{hosting_username}}\"\n file:\n path: \"{{item}}\"\n state: absent\n with_items:\n - \"{{hosting_user_home}}/messaging\"\n\n- name: \"create the service directory\"\n become_use... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3771,
"all_permissive": false
} |
ansible_role | smart-on-fhir/installer | 4e61494b71a9d0d6a0011303f011a55df09109ca | 39 | roles/pwm | 531 | [
"no_license"
] | [
{
"path": "roles/pwm/defaults/main.yml",
"content": "---\n# PWM Server\npwm_repo: \"pwm\"\npwm_project: \"pwm_18\"\npwm_branch: \"master\"\npwm_server_database: \"pwm_18\"\npwm_server_internal_port: \"8092\"\npwm_server_initial_memory: \"128M\"\npwm_server_max_memory: \"256M\"\npwm_db_password_encrypted: \"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 8555,
"all_permissive": false
} |
ansible_role | smart-on-fhir/installer | 4e61494b71a9d0d6a0011303f011a55df09109ca | 39 | roles/sandbox-manager | 531 | [
"no_license"
] | [
{
"path": "roles/sandbox-manager/defaults/main.yml",
"content": "---\n# metadata\nsandman_name: \"sandman\"\n\n# vcs project info\nsandman_project_name: \"sandbox-manager\"\nsandman_project_home: \"{{hosting_user_home}}/{{sandman_project_name}}/project\"\n\n# artifact info\n\n# hosting info\nsandman_server_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 9052,
"all_permissive": false
} |
ansible_role | smart-on-fhir/installer | 4e61494b71a9d0d6a0011303f011a55df09109ca | 39 | roles/sandbox-manager-api | 531 | [
"no_license"
] | [
{
"path": "roles/sandbox-manager-api/templates/V10__remove_duplicate_user_sandboxes.sql.j2",
"content": "-- skip this script\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 20
},
{
"path": "roles/sandbox-manager-api/templates/V9.3__remove_hspc_sandbox.sql.j2",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 10898,
"all_permissive": false
} |
ansible_role | evenset/ansible-graylog | 59837a94bacaf5ea36cfd745053e8c43fead9b67 | 0 | roles/base | 531 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "---\n\n- import_tasks: swap_file.yml\n when: create_swap_file\n tags: swap\n\n- name: Install security updates\n apt: default_release={{ ansible_distribution_release }}-security\n update_cache={{ update_apt_cache }}\n upgrade=dist\n tags:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 742,
"all_permissive": false
} |
ansible_role | evenset/ansible-graylog | 59837a94bacaf5ea36cfd745053e8c43fead9b67 | 0 | roles/certbot | 531 | [
"no_license"
] | [
{
"path": "roles/certbot/defaults/main.yml",
"content": "---\ncertbot_auto_renew: setup_certbot\ncertbot_script: /usr/bin/certbot\ncertbot_output_dir: \"/etc/letsencrypt/live/{{ inventory_hostname }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 140
},
{
"pat... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1446,
"all_permissive": false
} |
ansible_role | evenset/ansible-graylog | 59837a94bacaf5ea36cfd745053e8c43fead9b67 | 0 | roles/graylog | 531 | [
"no_license"
] | [
{
"path": "roles/graylog/templates/mongod.conf.j2",
"content": "storage:\n dbPath: \"{{ mongodb_dbpath }}\"\n directoryPerDB: true\n engine: \"{{ mongodb_storage_engine }}\"\n journal:\n{% if not mongodb_journal_enabled %}\n enabled: false\n{% else %}\n enabled: true\n{% endif %}\n{% if mongodb_st... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 9624,
"all_permissive": false
} |
ansible_role | SaphireVert/gitlabot | 393684fe6ad3a22c23b0c995a3698997178ca4aa | 1 | ansible/roles/configure | 531 | [
"no_license"
] | [
{
"path": "ansible/roles/configure/tasks/main.yml",
"content": "---\n- name: test\n shell:\n cmd: ls\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 38,
"all_permissive": false
} |
ansible_role | SaphireVert/gitlabot | 393684fe6ad3a22c23b0c995a3698997178ca4aa | 1 | ansible/roles/gitlabot | 531 | [
"no_license"
] | [
{
"path": "ansible/roles/gitlabot/tasks/main.yml",
"content": "---\n- name: ensure that gitlabot repository is present\n git:\n repo: 'https://github.com/saphirevert/gitlabot'\n dest: /srv/gitlabot\n version: \"{{ git_current_branch }}\"\n force: yes\n\n- name: Copy secrets from keybase\n copy... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 546,
"all_permissive": false
} |
ansible_role | zhyrkin/OTUS.Lesson30.iptables | a96abc6596d9ae20f7e251cb3d425fa739d61dbb | 0 | roles/install_nginx | 533 | [
"no_license"
] | [
{
"path": "roles/install_nginx/tasks/main.yml",
"content": "---\n- name: apt update\n ansible.builtin.apt:\n update_cache: yes\n cache_valid_time: 3600\n\n- name: install nginx\n ansible.builtin.apt:\n name: nginx\n state: latest\n notify: \n - restart nginx",
"license_type": "no_licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 205,
"all_permissive": false
} |
ansible_role | zhyrkin/OTUS.Lesson30.iptables | a96abc6596d9ae20f7e251cb3d425fa739d61dbb | 0 | roles/knockd | 533 | [
"no_license"
] | [
{
"path": "roles/knockd/tasks/main.yml",
"content": "---\n- name: apt update\n ansible.builtin.apt:\n update_cache: yes\n cache_valid_time: 3600\n\n- name: install knockd \n ansible.builtin.apt:\n name: knockd\n state: latest\n\n- name: enable knockd\n ansible.builtin.lineinfile:\n path: /... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1191,
"all_permissive": false
} |
ansible_role | KADDOURI-Mohammed-2124032aa/syslog_ansible | 5843ef22d8181a78986d7a169c70afde4f0a240d | 0 | roles/common | 533 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Mise à jour du système\n apt:\n update_cache: yes\n upgrade: yes\n\n- name: Installation de UFW (si pas déjà installé)\n apt:\n name: ufw\n state: present\n\n- name: Autoriser le trafic entrant pour Rsyslog sur le port 6514 (TCP... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 915,
"all_permissive": false
} |
ansible_role | KADDOURI-Mohammed-2124032aa/syslog_ansible | 5843ef22d8181a78986d7a169c70afde4f0a240d | 0 | roles/rsyslog_client | 533 | [
"no_license"
] | [
{
"path": "roles/rsyslog_client/templates/rsyslog.conf.j2",
"content": "# Configuration du client RSyslog\nmodule(load=\"imuxsock\") # Pour les logs système locaux\nmodule(load=\"imklog\") # Pour les logs kernel\n\nglobal(\n DefaultNetstreamDriver=\"gtls\"\n DefaultNetstreamDriverCAFile=\"{{ ssl_cert... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1205,
"all_permissive": false
} |
ansible_role | KADDOURI-Mohammed-2124032aa/syslog_ansible | 5843ef22d8181a78986d7a169c70afde4f0a240d | 0 | roles/rsyslog_server | 533 | [
"no_license"
] | [
{
"path": "roles/rsyslog_server/templates/rsyslog.conf.j2",
"content": "# Configuration RSyslog pour le serveur\nmodule(load=\"imtcp\")\n\n# Configuration SSL pour sécuriser les connexions\nglobal(\n DefaultNetstreamDriver=\"gtls\"\n DefaultNetstreamDriverCAFile=\"{{ ssl_cert_path }}/server.crt\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2449,
"all_permissive": false
} |
ansible_role | savonarola/raspbian-station | fbb877f97e2f14ff8aaaf19439153f0f5f3676cb | 1 | roles/common | 533 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "- name: \"update apt cache\"\n apt: update_cache=yes\n tags: ['packages']\n\n- name: \"setup goodies\"\n apt: name={{item}}\n with_items: \"{{goodies}}\"\n tags: ['packages']\n\n- name: \"set zsh as default shell\"\n user: name={{ansible_user_id}} s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 304,
"all_permissive": false
} |
ansible_role | savonarola/raspbian-station | fbb877f97e2f14ff8aaaf19439153f0f5f3676cb | 1 | roles/dlna | 533 | [
"no_license"
] | [
{
"path": "roles/dlna/vars/main.yml",
"content": "video_folders:\n - \"/mnt/synology1/download\"\n - \"/mnt/synology2/collection\"\n - \"/mnt/synology2/mult\"\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 104
},
{
"path": "roles/dlna/tasks/main.yml",
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 359,
"all_permissive": false
} |
ansible_role | savonarola/raspbian-station | fbb877f97e2f14ff8aaaf19439153f0f5f3676cb | 1 | roles/homedir | 533 | [
"no_license"
] | [
{
"path": "roles/homedir/tasks/main.yml",
"content": "- name: \"clone homedir2\"\n git: repo=https://github.com/savonarola/homedir2.git dest=homedir2\n\n- name: \"install homedir2\"\n shell: \"cd homedir2 && ./install.pl remote utf\"\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": 173,
"all_permissive": false
} |
ansible_role | savonarola/raspbian-station | fbb877f97e2f14ff8aaaf19439153f0f5f3676cb | 1 | roles/net_shares | 533 | [
"no_license"
] | [
{
"path": "roles/net_shares/tasks/main.yml",
"content": "- name: \"create mount folders\"\n file: path=/mnt/{{item}} state=directory mode=0755\n with_items: \"{{volumes}}\"\n\n- name: \"mount net shares\"\n mount: name=\"/mnt/{{item}}\"\n src=\"//{{smb_host}}/{{item}}\"\n fstype=cifs\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 642,
"all_permissive": false
} |
ansible_role | savonarola/raspbian-station | fbb877f97e2f14ff8aaaf19439153f0f5f3676cb | 1 | roles/transmission | 533 | [
"no_license"
] | [
{
"path": "roles/transmission/vars/main.yml",
"content": "download_dir: /mnt/synology1/download/\nincomplete_dir: /mnt/synology1/tmp/download/\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 85
},
{
"path": "roles/transmission/tasks/main.yml",
"content": "-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 529,
"all_permissive": false
} |
ansible_role | DAT-Alura/Ansible | 142d55afddda1f6d73e80163d240a5d8a1d5fd9a | 0 | aulas/8/roles/mysql | 533 | [
"no_license"
] | [
{
"path": "aulas/8/roles/mysql/tasks/main.yml",
"content": "---\n- name: \"Instala pacotes de dependencias do sistema operacional\"\n apt:\n name: \"{{ item }}\"\n state: \"latest\"\n with_items:\n - \"mysql-server-5.6\"\n - \"python-mysqldb\"\n become: \"yes\"\n- name: \"Cria o banco MySQL\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 770,
"all_permissive": false
} |
ansible_role | DAT-Alura/Ansible | 142d55afddda1f6d73e80163d240a5d8a1d5fd9a | 0 | aulas/8/roles/wordpress | 533 | [
"no_license"
] | [
{
"path": "aulas/8/roles/wordpress/meta/main.yml",
"content": "---\ndependencies:\n - webserver",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "aulas/8/roles/wordpress/tasks/main.yml",
"content": "---\n- name: \"Baixando o arquivo de instala... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1202,
"all_permissive": false
} |
ansible_role | lcerezo/egressProxy | bd7bbd020b9b50692e19b28fb23a97534b4225d9 | 0 | ansible/roles/postfix | 533 | [
"permissive"
] | [
{
"path": "ansible/roles/postfix/handlers/main.yml",
"content": "---\n - name: rerun newaliases\n shell: \"/bin/newaliases\" \n listen: \"restart postfix\"\n\n - name: rerun postmap\n shell: \"/sbin/postmap /etc/postfix/access_networks /etc/postfix/access_recipients /etc/postfix/access_senders\"\n l... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 3793,
"all_permissive": true
} |
ansible_role | lcerezo/egressProxy | bd7bbd020b9b50692e19b28fb23a97534b4225d9 | 0 | ansible/roles/squidproxy | 533 | [
"permissive"
] | [
{
"path": "ansible/roles/squidproxy/tasks/packages.yml",
"content": "---\n - name: install squid and required pkgs\n become: true\n package:\n name: \"{{ item }}\"\n state: installed\n with_items:\n - \"{{ required_packages }}\"\n\n - name: start and enable squid\n become: tru... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 4475,
"all_permissive": true
} |
ansible_role | genti-t/b-kube | 9f169b890d6cf2a3be3a83b2abf192e8d7bd9603 | 4 | roles/bootstrap | 533 | [
"no_license"
] | [
{
"path": "roles/bootstrap/tasks/main.yml",
"content": "---\n- name: Check if bootstrap is needed\n raw: stat /root/.bootstrapped\n register: need_bootstrap\n ignore_errors: True\n\n- name: install python-simplejson\n raw: apt-get update && apt-get -y install python-simplejson\n\n- name: INCLUDE | Con... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2194,
"all_permissive": false
} |
ansible_role | genti-t/b-kube | 9f169b890d6cf2a3be3a83b2abf192e8d7bd9603 | 4 | roles/cfssl-kubernetes | 533 | [
"no_license"
] | [
{
"path": "roles/cfssl-kubernetes/handlers/main.yml",
"content": "---\n# handlers file for cfssl-kubernetes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "roles/cfssl-kubernetes/templates/ca-config.json.j2",
"content": "{\n \"signing\": {\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 4617,
"all_permissive": false
} |
ansible_role | genti-t/b-kube | 9f169b890d6cf2a3be3a83b2abf192e8d7bd9603 | 4 | roles/etcd | 533 | [
"no_license"
] | [
{
"path": "roles/etcd/defaults/main.yml",
"content": "---\n# defaults file for etcd\n\netcd_repo_url: \"https://github.com/genti-t/etcd\"\netcd_version: \"3.0.3\"\narch: arm\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 111
},
{
"path": "roles/etcd/handlers/mai... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2330,
"all_permissive": false
} |
ansible_role | genti-t/b-kube | 9f169b890d6cf2a3be3a83b2abf192e8d7bd9603 | 4 | roles/kube-addons | 533 | [
"no_license"
] | [
{
"path": "roles/kube-addons/tasks/dashboard.yml",
"content": "---\n- name: KUBE-DASH | Assures {{ kube_addons_dir }}/dashboard dir exists\n file: path={{ kube_addons_dir }}/dashboard state=directory\n\n- name: KUBE-DASH | Copy kube-dash manifests to master\n template:\n src: \"dashboard/{{ item }}.j2\... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3676,
"all_permissive": false
} |
ansible_role | genti-t/b-kube | 9f169b890d6cf2a3be3a83b2abf192e8d7bd9603 | 4 | roles/kube-controller | 533 | [
"no_license"
] | [
{
"path": "roles/kube-controller/handlers/main.yml",
"content": "---\n- name: daemon-reload\n command: systemctl daemon-reload\n- name: restart kube-apiserver\n service: name=kube-apiserver state=restarted\n\n\n- name: restart keepalived\n service: name=keepalived state=restarted\n- name: restart haproxy... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 12237,
"all_permissive": false
} |
ansible_role | genti-t/b-kube | 9f169b890d6cf2a3be3a83b2abf192e8d7bd9603 | 4 | roles/kube-minion | 533 | [
"no_license"
] | [
{
"path": "roles/kube-minion/templates/systemd/docker.service.j2",
"content": "Description=Docker Application Container Engine\nDocumentation=http://docs.docker.io\nRequires=flannel.service\nAfter=flannel.service\n\n[Service]\nEnvironmentFile=/run/flannel/subnet.env\nExecStartPre=-/bin/sh -c \"ifconfig dock... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 6601,
"all_permissive": false
} |
ansible_role | genti-t/b-kube | 9f169b890d6cf2a3be3a83b2abf192e8d7bd9603 | 4 | roles/system-config | 533 | [
"no_license"
] | [
{
"path": "roles/system-config/files/bashrc",
"content": "#############\n## Config ##\n#############\n\numask 022\n\n# BASH\nif [ -f /etc/bash_completion ];\nthen\n . /etc/bash_completion\nfi\n\nexport GIT_PS1_SHOWSTASHSTATE=1\nexport GIT_PS1_SHOWDIRTYSTATE=1\nexport GIT_PS1_SHOWUNTRACKEDFILES=1\n\ni... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 15,
"total_bytes": 7099,
"all_permissive": false
} |
ansible_role | jeliser/sandbox | 8f7f69875f9e2728954ec2900a0c15cdec15ee31 | 0 | ansible/roles/dotfiles | 533 | [
"no_license"
] | [
{
"path": "ansible/roles/dotfiles/meta/main.yml",
"content": "---\ndependencies:\n - role: dependencies/python3\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 49
},
{
"path": "ansible/roles/dotfiles/tasks/main.yml",
"content": "---\n- name: Checkout the lat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 341,
"all_permissive": false
} |
ansible_role | IkezoeMakoto/dev-server-provision | 837e959b6b9e99e705c137c0a6357b7e50674baa | 0 | ansible/roles/awscli | 533 | [
"no_license"
] | [
{
"path": "ansible/roles/awscli/tasks/main.yml",
"content": "---\n- name: install aws-cli\n yum: name=awscli state=latest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 60
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 60,
"all_permissive": false
} |
ansible_role | IkezoeMakoto/dev-server-provision | 837e959b6b9e99e705c137c0a6357b7e50674baa | 0 | ansible/roles/bash_completion | 533 | [
"no_license"
] | [
{
"path": "ansible/roles/bash_completion/tasks/main.yml",
"content": "---\n- name: install yum repository in order to bash-completion-extras\n yum:\n name: 'https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm'\n state: present\n register: epel_repository\n\n- name: disable epel re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 466,
"all_permissive": false
} |
ansible_role | IkezoeMakoto/dev-server-provision | 837e959b6b9e99e705c137c0a6357b7e50674baa | 0 | ansible/roles/develop | 533 | [
"no_license"
] | [
{
"path": "ansible/roles/develop/tasks/main.yml",
"content": "---\n- name: install development yum packages\n yum:\n state: present\n name:\n - gcc\n - gcc-c++\n - openssl-devel\n - readline-devel\n - unzip\n - yum-utils\n\n- name: install yum repository in order to inst... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 654,
"all_permissive": false
} |
ansible_role | IkezoeMakoto/dev-server-provision | 837e959b6b9e99e705c137c0a6357b7e50674baa | 0 | ansible/roles/docker | 533 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "---\n- name: install dependencies tool\n yum:\n state: present\n name:\n - yum-utils\n - device-mapper-persistent-data\n - lvm2\n\n- name: add docker repo\n shell: \"yum-config-manager --add-repo https://download.docker.com/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 525,
"all_permissive": false
} |
ansible_role | IkezoeMakoto/dev-server-provision | 837e959b6b9e99e705c137c0a6357b7e50674baa | 0 | ansible/roles/docker-compose | 533 | [
"no_license"
] | [
{
"path": "ansible/roles/docker-compose/tasks/main.yml",
"content": "---\n- name: Get docker-compose\n get_url:\n url: \"https://github.com/docker/compose/releases/download/1.21.2/docker-compose-{{ansible_system}}-{{ansible_machine}}\"\n dest: /usr/local/bin/docker-compose\n register: get_compose\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 552,
"all_permissive": false
} |
ansible_role | IkezoeMakoto/dev-server-provision | 837e959b6b9e99e705c137c0a6357b7e50674baa | 0 | ansible/roles/ntpd | 533 | [
"no_license"
] | [
{
"path": "ansible/roles/ntpd/tasks/main.yml",
"content": "---\n- name: install ntp\n yum: name=ntp state=latest\n\n- name: configure ntp.conf\n copy: src=\"ntp.conf\" dest=\"/etc/ntp.conf\" owner=root group=root\n notify: restart ntpd\n\n- name: Be sure NTPd is running and enabled\n service: name=ntpd ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 305,
"all_permissive": false
} |
ansible_role | IkezoeMakoto/dev-server-provision | 837e959b6b9e99e705c137c0a6357b7e50674baa | 0 | ansible/roles/sudoers | 533 | [
"no_license"
] | [
{
"path": "ansible/roles/sudoers/tasks/main.yml",
"content": "---\n- name: configure sudoers default\n lineinfile: dest=/etc/sudoers line=\"{{ developer_name }} ALL=(ALL) ALL\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 117
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 117,
"all_permissive": false
} |
ansible_role | IkezoeMakoto/dev-server-provision | 837e959b6b9e99e705c137c0a6357b7e50674baa | 0 | ansible/roles/user | 533 | [
"no_license"
] | [
{
"path": "ansible/roles/user/tasks/main.yml",
"content": "---\n- name: add group developer\n group: name={{ developer_group }} gid={{ developer_gid }} state=present\n\n- name: check developer's home directory\n stat: path=/home/{{ developer_name }}\n register: developer_home_dir\n\n- name: add user deve... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 721,
"all_permissive": false
} |
ansible_role | disposetest1/nanoDegAWS | dfe2cebeb2e02ea07226e4968e9ac0c3d4fe13b3 | 2 | .circleci/ansible/roles/configure-server | 533 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/configure-server/tasks/main.yml",
"content": "- name: \"python installation\"\n become: true\n raw: test -e /usr/bin/python3 || (apt -y update && apt install -y python3)\n\n- name: \"apt packages update\"\n become: true\n become_method: sudo\n apt:\n update_cache: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1386,
"all_permissive": false
} |
ansible_role | disposetest1/nanoDegAWS | dfe2cebeb2e02ea07226e4968e9ac0c3d4fe13b3 | 2 | .circleci/ansible/roles/copy-backend | 533 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/copy-backend/tasks/main.yml",
"content": "\n- name: Compress directory\n archive:\n path: ../../backend\n dest: ./roles/copy-backend/files/backend.tar.gz\n\n\n- name: Extract directory on ec2 instance\n become: true\n unarchive:\n src: backend.tar.gz\n dest:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 233,
"all_permissive": false
} |
ansible_role | disposetest1/nanoDegAWS | dfe2cebeb2e02ea07226e4968e9ac0c3d4fe13b3 | 2 | .circleci/ansible/roles/run-migrations | 533 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/run-migrations/tasks/main.yml",
"content": "- name: \"Run Db migrations\"\n become: true\n shell: |\n cd ~/backend\n npm run migrations",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 93
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 93,
"all_permissive": false
} |
ansible_role | Zhezhang-Jerry/4640-a4 | b24110389f43013ae3b10ec1a124375c4da247fa | 0 | ansible/roles/app | 535 | [
"no_license"
] | [
{
"path": "ansible/roles/app/tasks/main.yml",
"content": "---\n# Node app setup\n- name: Create app directory for node app\n tags: copy_files\n file:\n path: /var/www/html/app\n state: directory\n owner: www-data\n group: www-data\n mode: 0604\n\n# copy files needed to setup app on server\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1576,
"all_permissive": false
} |
ansible_role | Zhezhang-Jerry/4640-a4 | b24110389f43013ae3b10ec1a124375c4da247fa | 0 | ansible/roles/node | 535 | [
"no_license"
] | [
{
"path": "ansible/roles/node/tasks/main.yml",
"content": "---\n# install node and npm\n- name: Install GPG\n tags: nodejs_setup\n apt:\n name: gnupg\n update_cache: yes\n state: present\n\n# add gpg key for nodesource\n- name: Install the gpg key for nodejs LTS\n tags: nodejs_setup\n apt_key:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 751,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.