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 | matthieuHanne/playbooks | a04b2970a1bee4eb4363707324604cae2de13258 | 0 | roles/vim | 7,829 | [
"no_license"
] | [
{
"path": "roles/vim/templates/vimrc.j2",
"content": "\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\n\" Vundle \"\n\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\n\nset nocompatible \" be iMproved, required\nfiletype off \" required\n\n\" set the runtime path to include Vundle a... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 5997,
"all_permissive": false
} |
ansible_role | matthieuHanne/playbooks | a04b2970a1bee4eb4363707324604cae2de13258 | 0 | roles/zsh | 7,829 | [
"no_license"
] | [
{
"path": "roles/zsh/tasks/main.yml",
"content": "---\n# tasks file for zsh\n- name: Install zsh \n apt: name={{item}} state=latest update_cache=yes\n with_items:\n - zsh\n tags: install \n\n- name: Clone oh-my-zsh repo\n git: repo=https://github.com/robbyrussell/oh-my-zsh.git dest=/home/{{user}}/.o... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1686,
"all_permissive": false
} |
ansible_role | kottapar/webmail | 1918f66f3b831a96e9f3cdf1a75d4874d1860b13 | 0 | roles/build-rainloop | 7,829 | [
"no_license"
] | [
{
"path": "roles/build-rainloop/handlers/main.yml",
"content": "---\n# handlers file for build-rainloop\n\n- name: restart nginx\n service:\n name: nginx\n state: restarted\n enabled: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 127
},
{
"path": ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1493,
"all_permissive": false
} |
ansible_role | kottapar/webmail | 1918f66f3b831a96e9f3cdf1a75d4874d1860b13 | 0 | roles/setup-local-registry | 7,829 | [
"no_license"
] | [
{
"path": "roles/setup-local-registry/vars/main.yml",
"content": "---\n# vars file for setup-local-registry",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "roles/setup-local-registry/defaults/main.yml",
"content": "---\n# defaults file for setu... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 952,
"all_permissive": false
} |
ansible_role | kottapar/webmail | 1918f66f3b831a96e9f3cdf1a75d4874d1860b13 | 0 | roles/setup-rainloop | 7,829 | [
"no_license"
] | [
{
"path": "roles/setup-rainloop/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - setup-rainloop",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
},
{
"path": "roles/setup-rainloop/handlers/main.yml",
"content": "---\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 802,
"all_permissive": false
} |
ansible_role | nikomach/udemy-ansible | 10d4c728e8232dbacdb09c6af28937ca3d4e4dbd | 0 | ansible_role_example/roles/webserver | 7,829 | [
"no_license"
] | [
{
"path": "ansible_role_example/roles/webserver/handlers/main.yml",
"content": "--- # handlers webserwer - ansible kurs videopoint\n # autor: <NAME>\n # copyright: videopoint\n- name: restart httpd\n service: \n name: httpd\n state: started\n enabled: yes\n\n- name: disable apache2\n servic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 829,
"all_permissive": false
} |
ansible_role | Zortran/ansible-samples | 46d787f6bf0de9a7699daa7105ed2e79abb5bf9f | 0 | roles/apt | 7,829 | [
"no_license"
] | [
{
"path": "roles/apt/templates/sources.list.debian.j2",
"content": "deb http://repo.zone/debian {{ ansible_distribution_release }} main contrib non-free\ndeb http://repo.zone/debian {{ ansible_distribution_release }}-backports main contrib non-free\ndeb http://repo.zone/debian-security {{ ansible_distributi... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3465,
"all_permissive": false
} |
ansible_role | Zortran/ansible-samples | 46d787f6bf0de9a7699daa7105ed2e79abb5bf9f | 0 | roles/bacula_client | 7,829 | [
"no_license"
] | [
{
"path": "roles/bacula_client/handlers/main.yaml",
"content": "---\n\n- name: create self-signed key\n command: openssl req -new\n -x509\n -nodes\n -subj \"/C=RU/ST=Russian Federation/L=Saint-Petersburg/O=Example Group/OU=IT/emailAddress=<EMAIL>\"\n -out /et... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1321,
"all_permissive": false
} |
ansible_role | Zortran/ansible-samples | 46d787f6bf0de9a7699daa7105ed2e79abb5bf9f | 0 | roles/debian | 7,829 | [
"no_license"
] | [
{
"path": "roles/debian/tasks/exim.yaml",
"content": "---\n- name: install exim4\n apt:\n name:\n - exim4\n - bsd-mailx\n\n- name: update-exim4.conf.conf\n template: >\n src=update-exim4.conf.conf.j2\n dest=/etc/exim4/update-exim4.conf.conf\n owner=root\n group=root\n mode=\"64... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3572,
"all_permissive": false
} |
ansible_role | Zortran/ansible-samples | 46d787f6bf0de9a7699daa7105ed2e79abb5bf9f | 0 | roles/firewalls | 7,829 | [
"no_license"
] | [
{
"path": "roles/firewalls/tasks/main.yaml",
"content": "---\n\n- name: FIREWALL /etc/network/interfaces\n copy:\n src: interfaces.{{ ansible_hostname }}\n dest: /etc/network/interfaces\n owner: root\n group: root\n mode: \"0644\"\n- name: FIREWALL /etc/default/grub\n copy:\n src: grub.{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 425,
"all_permissive": false
} |
ansible_role | Zortran/ansible-samples | 46d787f6bf0de9a7699daa7105ed2e79abb5bf9f | 0 | roles/linux | 7,829 | [
"no_license"
] | [
{
"path": "roles/linux/tasks/main.yaml",
"content": "---\n- name: LINUX setup hosts file\n template: >\n src=hosts.j2\n dest=/etc/hosts\n owner=root\n group=root\n mode=644\n\n- name: LINUX disable IPv6 all\n ansible.posix.sysctl:\n name: net.ipv6.conf.all.disable_ipv6\n value: '1'\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1624,
"all_permissive": false
} |
ansible_role | Zortran/ansible-samples | 46d787f6bf0de9a7699daa7105ed2e79abb5bf9f | 0 | roles/physical | 7,829 | [
"no_license"
] | [
{
"path": "roles/physical/handlers/main.yaml",
"content": "---\n\n- name: DELL Networking apply\n shell: '/etc/init.d/networking restart && ifup -a'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 88
},
{
"path": "roles/physical/tasks/main.yaml",
"content": ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 6165,
"all_permissive": false
} |
ansible_role | Zortran/ansible-samples | 46d787f6bf0de9a7699daa7105ed2e79abb5bf9f | 0 | roles/users | 7,829 | [
"no_license"
] | [
{
"path": "roles/users/handlers/main.yaml",
"content": "---\n\n- name: newaliases\n shell: /usr/bin/newaliases",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 52
},
{
"path": "roles/users/tasks/main.yaml",
"content": "---\n- name: add skel file\n copy: src={{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1457,
"all_permissive": false
} |
ansible_role | Zortran/ansible-samples | 46d787f6bf0de9a7699daa7105ed2e79abb5bf9f | 0 | roles/xen_server | 7,829 | [
"no_license"
] | [
{
"path": "roles/xen_server/tasks/main.yaml",
"content": "---\n\n- name: install xen packages\n apt: name=\"{{ packages }}\" state=present update_cache=yes\n notify: change boot order\n\n- name: change config /etc/default/xendomains\n lineinfile: >\n dest=/etc/default/xendomains\n regexp=\"^{{ item... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2555,
"all_permissive": false
} |
ansible_role | Zortran/ansible-samples | 46d787f6bf0de9a7699daa7105ed2e79abb5bf9f | 0 | roles/zabbix_agent | 7,829 | [
"no_license"
] | [
{
"path": "roles/zabbix_agent/tasks/main.yaml",
"content": "---\n- name: install zabbix-agent\n apt:\n name:\n - zabbix-agent\n- name: agent config\n template: >\n src=zabbix_agentd.conf.j2\n dest=/etc/zabbix/zabbix_agentd.conf\n owner=root\n group=root\n mode=\"644\"\n notify:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 650,
"all_permissive": false
} |
ansible_role | pkoetsier/k8s-bootstrap | 88e43b6c35e288de407f5dd834d2e97ce8adc66b | 0 | roles/configure_control_plane | 7,829 | [
"no_license"
] | [
{
"path": "roles/configure_control_plane/tasks/main.yaml",
"content": "---\n- name: \"Copy kubeadm config files\"\n template:\n src: \"{{ item }}\"\n dest: \"/{{ item }}\"\n loop:\n - etc/kubernetes/kubeadm-config.yaml\n\n- name: \"Run kubeadm init\"\n shell: kubeadm init --config /etc/kubernetes... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1219,
"all_permissive": false
} |
ansible_role | pkoetsier/k8s-bootstrap | 88e43b6c35e288de407f5dd834d2e97ce8adc66b | 0 | roles/configure_workers | 7,829 | [
"no_license"
] | [
{
"path": "roles/configure_workers/tasks/main.yaml",
"content": "---\n- name: \"Run kubeadm join\"\n shell: \"{{ hostvars[groups['control_plane'][0]]['join_command'] }}\"\n args:\n creates: /etc/kubernetes/kubelet.conf\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 151,
"all_permissive": false
} |
ansible_role | pkoetsier/k8s-bootstrap | 88e43b6c35e288de407f5dd834d2e97ce8adc66b | 0 | roles/install_k8s_packages | 7,829 | [
"no_license"
] | [
{
"path": "roles/install_k8s_packages/tasks/main.yaml",
"content": "---\n- name: \"Update APT cache\"\n apt:\n #upgrade: yes\n update_cache: yes\n cache_valid_time: 3600\n\n- name: \"Install K8S packages\"\n ansible.builtin.package:\n name:\n - \"kubeadm={{ k8s_version }}-*\"\n - \"k... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 310,
"all_permissive": false
} |
ansible_role | pkoetsier/k8s-bootstrap | 88e43b6c35e288de407f5dd834d2e97ce8adc66b | 0 | roles/install_logmon | 7,829 | [
"no_license"
] | [
{
"path": "roles/install_logmon/tasks/main.yaml",
"content": "---\n- name: \"Add metrics-serve helm repo\"\n kubernetes.core.helm_repository:\n name: metrics-server\n repo_url: https://kubernetes-sigs.github.io/metrics-server/\n\n- name: \"Install metrics-server\"\n kubernetes.core.helm:\n name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 892,
"all_permissive": false
} |
ansible_role | pkoetsier/k8s-bootstrap | 88e43b6c35e288de407f5dd834d2e97ce8adc66b | 0 | roles/install_nfs_provisioner | 7,829 | [
"no_license"
] | [
{
"path": "roles/install_nfs_provisioner/tasks/main.yaml",
"content": "---\n- name: \"Add nfs-subdir-external-provisioner helm repo\"\n kubernetes.core.helm_repository:\n name: nfs-subdir-external-provisioner\n repo_url: https://kubernetes-sigs.github.io/nfs-subdir-external-provisioner/\n \n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 570,
"all_permissive": false
} |
ansible_role | pkoetsier/k8s-bootstrap | 88e43b6c35e288de407f5dd834d2e97ce8adc66b | 0 | roles/prepare_for_k8s | 7,829 | [
"no_license"
] | [
{
"path": "roles/prepare_for_k8s/files/etc/containerd/config.toml",
"content": "version = 2\n\n[debug]\n address = \"\"\n format = \"\"\n gid = 0\n # Can be changed to \"debug\" when more detailed logging is desired\n level = \"info\"\n uid = 0\n\n[plugins]\n [plugins.\"io.containerd.grpc.v1.cri\"]\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2211,
"all_permissive": false
} |
ansible_role | grumpy-penguin/linux | 8e9ad2e4811d43479a1f474eeaadad84db385cf2 | 0 | roles/azcli | 7,829 | [
"no_license"
] | [
{
"path": "roles/azcli/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - azcli\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 64
},
{
"path": "roles/azcli/tasks/main.yml",
"content": "---\n# tasks file for azcli\n- na... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 1604,
"all_permissive": false
} |
ansible_role | grumpy-penguin/linux | 8e9ad2e4811d43479a1f474eeaadad84db385cf2 | 0 | roles/azure-compute-baseline | 7,829 | [
"no_license"
] | [
{
"path": "roles/azure-compute-baseline/vars/main.yml",
"content": "---\n# vars file for azure-compute-baseline\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 43
},
{
"path": "roles/azure-compute-baseline/handlers/main.yml",
"content": "---\n# handlers file ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2267,
"all_permissive": false
} |
ansible_role | grumpy-penguin/linux | 8e9ad2e4811d43479a1f474eeaadad84db385cf2 | 0 | roles/docker | 7,829 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n# tasks file for docker\n- name: Import OS Tasks for Repository Configuration\n ansible.builtin.include_tasks: \"repository-{{ ansible_os_family }}.yml\"\n\n- name: Install the Azure CLI Package\n ansible.builtin.package:\n state: present\n n... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1778,
"all_permissive": false
} |
ansible_role | grumpy-penguin/linux | 8e9ad2e4811d43479a1f474eeaadad84db385cf2 | 0 | roles/packer | 7,829 | [
"no_license"
] | [
{
"path": "roles/packer/tasks/repository-RedHat.yml",
"content": "- name: Import RPM Key\n ansible.builtin.rpm_key:\n state: present\n key: https://rpm.releases.hashicorp.com/gpg\n\n- name: Configure Hashicorp Package Repository\n ansible.builtin.yum_repository:\n state: present\n name: packag... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 774,
"all_permissive": false
} |
ansible_role | grumpy-penguin/linux | 8e9ad2e4811d43479a1f474eeaadad84db385cf2 | 0 | roles/powershell | 7,829 | [
"no_license"
] | [
{
"path": "roles/powershell/defaults/main.yml",
"content": "---\n# defaults file for powershell\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "roles/powershell/vars/main.yml",
"content": "---\n# vars file for powershell\n",
"license_type... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2213,
"all_permissive": false
} |
ansible_role | dmptrluke/ansible | 71e17e8b479f70df0e43ce03fe58e703bb6b7304 | 0 | roles/cargo | 7,832 | [
"no_license"
] | [
{
"path": "roles/cargo/tasks/main.yml",
"content": "---\n# tasks file for roles/customise\n - name: Check if Cargo Exists\n shell: command -v cargo\n register: cargo_exists\n ignore_errors: yes\n\n - name: Download Rustup\n when: cargo_exists is failed\n ansible.builtin.get_url:\n url:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 477,
"all_permissive": false
} |
ansible_role | dmptrluke/ansible | 71e17e8b479f70df0e43ce03fe58e703bb6b7304 | 0 | roles/common | 7,832 | [
"no_license"
] | [
{
"path": "roles/common/handlers/main.yml",
"content": "---\n# handlers file for roles/common\n\n- name: Restart ssh\n service: name=ssh state=restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 94
},
{
"path": "roles/common/tasks/main.yml",
"content":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1192,
"all_permissive": false
} |
ansible_role | dmptrluke/ansible | 71e17e8b479f70df0e43ce03fe58e703bb6b7304 | 0 | roles/customise | 7,832 | [
"no_license"
] | [
{
"path": "roles/customise/templates/motd.j2",
"content": "You are connected to {{ ansible_facts['fqdn'] }}. This host is managed by Ansible.",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 82
},
{
"path": "roles/customise/tasks/main.yml",
"content": "---\n# ta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3214,
"all_permissive": false
} |
ansible_role | dmptrluke/ansible | 71e17e8b479f70df0e43ce03fe58e703bb6b7304 | 0 | roles/disable-pi | 7,832 | [
"no_license"
] | [
{
"path": "roles/disable-pi/tasks/main.yml",
"content": "---\n# tasks file for roles/disable-pi\n\n- name: Disable SSH access for \"pi\" user\n lineinfile: dest=/etc/ssh/sshd_config\n regexp=\"^DenyUsers\"\n line=\"DenyUsers pi\"\n state=present\n notify: Restart ssh... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 336,
"all_permissive": false
} |
ansible_role | dmptrluke/ansible | 71e17e8b479f70df0e43ce03fe58e703bb6b7304 | 0 | roles/docker-postinstall | 7,832 | [
"no_license"
] | [
{
"path": "roles/docker-postinstall/tasks/main.yml",
"content": "---\n# tasks file for roles/docker-postinstall\n\n- name: Add Deploy to Docker Group\n ansible.builtin.user:\n name: \"deploy\"\n groups: \"docker\"\n append: yes\n\n- name: Add Kakapo to Docker Group\n ansible.builtin.user:\n na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1063,
"all_permissive": false
} |
ansible_role | dmptrluke/ansible | 71e17e8b479f70df0e43ce03fe58e703bb6b7304 | 0 | roles/fix-locale | 7,832 | [
"no_license"
] | [
{
"path": "roles/fix-locale/tasks/main.yml",
"content": "---\n# tasks file for roles/fix-locale\n\n- name: Make sure the en_US.UTF-8 locale exists\n locale_gen:\n name: en_US.UTF-8\n state: present\n\n- name: Get current locale and language configuration\n command: localectl status\n register: loca... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 658,
"all_permissive": false
} |
ansible_role | dmptrluke/ansible | 71e17e8b479f70df0e43ce03fe58e703bb6b7304 | 0 | roles/netdata | 7,832 | [
"no_license"
] | [
{
"path": "roles/netdata/tasks/main.yml",
"content": " - name: Download the installation script\n get_url:\n url: https://my-netdata.io/kickstart.sh\n dest: ~/kickstart.sh\n mode: +x\n\n - name: Install Netdata\n command: ~/kickstart.sh --dont-wait\n\n - name: Cleanup installation sc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1481,
"all_permissive": false
} |
ansible_role | dmptrluke/ansible | 71e17e8b479f70df0e43ce03fe58e703bb6b7304 | 0 | roles/qemu-guest-agent | 7,832 | [
"no_license"
] | [
{
"path": "roles/qemu-guest-agent/tasks/main.yml",
"content": "---\n# tasks file for roles/qemu-guest-agent\n\n- name: QEMU Guest Agent\n when: ansible_system_vendor == 'QEMU'\n block:\n - name: Install QEMU Guest Agent\n ansible.builtin.package:\n name: qemu-guest-agent\n state: pre... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 383,
"all_permissive": false
} |
ansible_role | dmptrluke/ansible | 71e17e8b479f70df0e43ce03fe58e703bb6b7304 | 0 | roles/quiet-ubuntu | 7,832 | [
"no_license"
] | [
{
"path": "roles/quiet-ubuntu/tasks/main.yml",
"content": "---\n# tasks file for roles/quiet-ubuntu\n\n- name: Disable MOTD News\n ansible.builtin.copy:\n src: motd-news\n dest: /etc/default/motd-news\n owner: root\n group: root\n mode: a+x\n\n- name: Disable Help Text\n ansible.builtin.fil... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 312,
"all_permissive": false
} |
ansible_role | dmptrluke/ansible | 71e17e8b479f70df0e43ce03fe58e703bb6b7304 | 0 | roles/stdenv-base | 7,832 | [
"no_license"
] | [
{
"path": "roles/stdenv-base/tasks/main.yml",
"content": "---\n# tasks file for roles/docker_base\n\n- name: Ensure /opt/stacks is created\n ansible.builtin.file:\n path: /opt/stacks\n owner: kakapo\n mode: '0755'\n state: directory\n\n- name: Ensure /opt/data is created\n ansible.builtin.file... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 411,
"all_permissive": false
} |
ansible_role | dmptrluke/ansible | 71e17e8b479f70df0e43ce03fe58e703bb6b7304 | 0 | roles/user | 7,832 | [
"no_license"
] | [
{
"path": "roles/user/templates/gitconfig.j2",
"content": "# code: language=gitconfig\n[user]\n name = {{ user_name }}\n email = {{ user_email }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 98
},
{
"path": "roles/user/templates/.gitattributes",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2827,
"all_permissive": false
} |
ansible_role | maxivak/devops-scripts | 7ab2c1af04fe64ec94bfb0d83508a1b8e9e88028 | 0 | ansible/roles/avahi | 7,832 | [
"no_license"
] | [
{
"path": "ansible/roles/avahi/tasks/main.yml",
"content": "---\n### avahi\n - name: install avahi\n apt: pkg=avahi-daemon state=latest\n\n - name: enable ipv4 forwarding\n lineinfile: >\n dest=/etc/sysctl.conf regexp=\".*ip_forward.*$\"\n line=\"net.ipv4.ip_forward=1\" state=present\n - ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 607,
"all_permissive": false
} |
ansible_role | maxivak/devops-scripts | 7ab2c1af04fe64ec94bfb0d83508a1b8e9e88028 | 0 | ansible/roles/backups | 7,832 | [
"no_license"
] | [
{
"path": "ansible/roles/backups/tasks/store_copies.yml",
"content": "---\n### store backup file to daily/, monthly/ folders\n# input:\n# - backup_dir: base dir\n# - filename: base filename, like db.sql.gz\n# - ext: extension\n# - backup_keep_n_daily - N of files\n# - backup_keep_n_monthly - N of files\n\n\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2430,
"all_permissive": false
} |
ansible_role | maxivak/devops-scripts | 7ab2c1af04fe64ec94bfb0d83508a1b8e9e88028 | 0 | ansible/roles/backups-docker | 7,832 | [
"no_license"
] | [
{
"path": "ansible/roles/backups-docker/tasks/remove_old_images.yml",
"content": "---\n### input:\n# - container\n# - n_keep\n\n - set_fact:\n temp_n_tail: \"{{ (n_keep|int +2)|int }}\"\n\n - name: remove old images\n shell: >\n sudo docker rmi $(sudo docker images --format \"table {{ '{{' }}.... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2775,
"all_permissive": false
} |
ansible_role | maxivak/devops-scripts | 7ab2c1af04fe64ec94bfb0d83508a1b8e9e88028 | 0 | ansible/roles/backups-mysql | 7,832 | [
"no_license"
] | [
{
"path": "ansible/roles/backups-mysql/tasks/temp.yml",
"content": "---\n### backup db\n# input:\n# see /vars/default.yml\n# - app_name\n# - backup_dir\n\n\n\n# - add_host: name=api.local groups=myservers foo=42\n\n\n# - name: set\n# set_fact:\n# backup_dir: \"{{backup_dir_base}}/{{app_name}}/db... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4797,
"all_permissive": false
} |
ansible_role | maxivak/devops-scripts | 7ab2c1af04fe64ec94bfb0d83508a1b8e9e88028 | 0 | ansible/roles/dns | 7,832 | [
"no_license"
] | [
{
"path": "ansible/roles/dns/tasks/set_dns_resolv.yml",
"content": "---\n- name: mv resolv\n shell: >\n mv /sbin/resolvconf /sbin/resolvconf-;\n cp -p /bin/true /sbin/resolvconf;\n\n- name: resolv.conf\n shell: >\n rm -rf /etc/resolv.conf && \n echo \"nameserver {{dns_server}}\" > /etc/res... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3451,
"all_permissive": false
} |
ansible_role | maxivak/devops-scripts | 7ab2c1af04fe64ec94bfb0d83508a1b8e9e88028 | 0 | ansible/roles/docker | 7,832 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/docker_systemd.yml",
"content": "---\n- hosts: all\n tasks:\n\n # copy systemd-docker\n\n # systemd docker.service\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
},
{
"path": "ansible/roles/docker/tasks/docker_cont... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3665,
"all_permissive": false
} |
ansible_role | maxivak/devops-scripts | 7ab2c1af04fe64ec94bfb0d83508a1b8e9e88028 | 0 | ansible/roles/elasticsearch | 7,832 | [
"no_license"
] | [
{
"path": "ansible/roles/elasticsearch/tasks/main.yml",
"content": "---\n\n# https://www.elastic.co/guide/en/elasticsearch/reference/current/setup-repositories.html\n - name: key for ES\n shell: wget -qO - https://packages.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -\n\n - name: deb\n shell... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 954,
"all_permissive": false
} |
ansible_role | maxivak/devops-scripts | 7ab2c1af04fe64ec94bfb0d83508a1b8e9e88028 | 0 | ansible/roles/gitlab | 7,832 | [
"no_license"
] | [
{
"path": "ansible/roles/gitlab/tasks/backup_containers.yml",
"content": "\n### input:\n# - backup_dir\n\n\n\n## some variables\n - set_fact:\n backup_dir: \"{{backup_dir}}\"\n\n\n - set_fact:\n container_gitlab: \"{{container_gitlab | default('gitlab') }}\"\n container_redis: \"{... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 16725,
"all_permissive": false
} |
ansible_role | maxivak/devops-scripts | 7ab2c1af04fe64ec94bfb0d83508a1b8e9e88028 | 0 | ansible/roles/god | 7,832 | [
"no_license"
] | [
{
"path": "ansible/roles/god/templates/rails/sidekiq.god.rb.j2",
"content": "appname = '{{app_name}}'\nrails_env = '{{app_env}}'\n\n#\nrake_root = \"/home/{{ruby_user}}/.rvm/wrappers/ruby-2.1.7\"\nbin_path = \"/home/{{ruby_user}}/.rvm/gems/ruby-2.1.7/bin/\"\n\n#\npid_path = \"/var/www/apps/#{appname}/s... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4188,
"all_permissive": false
} |
ansible_role | maxivak/devops-scripts | 7ab2c1af04fe64ec94bfb0d83508a1b8e9e88028 | 0 | ansible/roles/java | 7,832 | [
"no_license"
] | [
{
"path": "ansible/roles/java/files/install_java_oracle.sh",
"content": "\n# download\n# !!! download manually\ncd /vagrant\nwget http://download.oracle.com/otn-pub/java/jdk/8u65-b17/jdk-8u65-linux-x64.tar.gz\n\n\n#\nsudo mkdir -p /usr/local/java\n\n\ncd /vagrant\n\nsudo cp -r jdk-8u65-linux-x64.tar.gz /us... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4059,
"all_permissive": false
} |
ansible_role | maxivak/devops-scripts | 7ab2c1af04fe64ec94bfb0d83508a1b8e9e88028 | 0 | ansible/roles/logrotate | 7,832 | [
"no_license"
] | [
{
"path": "ansible/roles/logrotate/tasks/install.yml",
"content": "---\n- name: update\n shell: sudo apt-get update\n\n- name: install logrotate\n shell: sudo apt-get install logrotate\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 115
},
{
"path": "ansible/ro... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 697,
"all_permissive": false
} |
ansible_role | maxivak/devops-scripts | 7ab2c1af04fe64ec94bfb0d83508a1b8e9e88028 | 0 | ansible/roles/nfs | 7,832 | [
"no_license"
] | [
{
"path": "ansible/roles/nfs/tasks/create_nfs_shares.yml",
"content": "# input\n# dirs - list of dirs\n# user\n# group\n\n---\n\n - name: dir\n file: path={{item}} state=directory mode=0775 owner={{user}} group={{group}}\n with_items: dirs\n\n\n # config nfs\n - name: edit /etc/exports\n lineinf... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 2620,
"all_permissive": false
} |
ansible_role | maxivak/devops-scripts | 7ab2c1af04fe64ec94bfb0d83508a1b8e9e88028 | 0 | ansible/roles/nginx-app-rails | 7,832 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx-app-rails/vars/example.yml",
"content": "ruby_user: uadmin\napp_name: myapp\napp_domain: mysite.com\napp_env: production\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 77
},
{
"path": "ansible/roles/nginx-app-rails/tasks/main.yml",... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1378,
"all_permissive": false
} |
ansible_role | maxivak/devops-scripts | 7ab2c1af04fe64ec94bfb0d83508a1b8e9e88028 | 0 | ansible/roles/nginx-passenger | 7,832 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx-passenger/tasks/main.yml",
"content": "---\n\n#- shell: sudo apt-get install -y apt-transport-https ca-certificates\n\n - name: Add HTTPS support for apt\n apt: name={{ item }} state=present update_cache=yes\n with_items:\n - apt-transport-https\n - ca-certifi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2427,
"all_permissive": false
} |
ansible_role | maxivak/devops-scripts | 7ab2c1af04fe64ec94bfb0d83508a1b8e9e88028 | 0 | ansible/roles/nginx-php | 7,832 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx-php/tasks/main.yml",
"content": "#\n# https://www.digitalocean.com/community/tutorials/how-to-install-linux-nginx-mysql-php-lemp-stack-in-ubuntu-16-04\n\n\n---\n# php5-fpm\n - name: install php5-fpm\n apt: pkg={{item}} state=installed\n with_items:\n - php5\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 558,
"all_permissive": false
} |
ansible_role | maxivak/devops-scripts | 7ab2c1af04fe64ec94bfb0d83508a1b8e9e88028 | 0 | ansible/roles/nginx-phpmyadmin | 7,832 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx-phpmyadmin/tasks/main.yml",
"content": "\n---\n - apt: update_cache=yes\n\n - name: install phpmyadmin\n apt: name=phpmyadmin state=present\n\n - name: link phpmyadmin\n shell: ln -s /usr/share/phpmyadmin/ /var/www/html/phpmyadmin\n\n# phpmyadmin config\n - name: cop... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 713,
"all_permissive": false
} |
ansible_role | maxivak/devops-scripts | 7ab2c1af04fe64ec94bfb0d83508a1b8e9e88028 | 0 | ansible/roles/nginx-phpredisadmin | 7,832 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx-phpredisadmin/tasks/main.yml",
"content": "---\n - apt: update_cache=yes\n\n - name: /var/www/temp\n file: path=/var/www/temp state=directory mode=0775 owner={{ruby_user}} group=dev\n\n - name: clone\n command: chdir=/var/www/temp git clone https://github.com/erikdubb... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 535,
"all_permissive": false
} |
ansible_role | maxivak/devops-scripts | 7ab2c1af04fe64ec94bfb0d83508a1b8e9e88028 | 0 | ansible/roles/rabbitmq | 7,832 | [
"no_license"
] | [
{
"path": "ansible/roles/rabbitmq/tasks/main.yml",
"content": "---\n\n - name: copy shell\n copy: src=install_rabbitmq.sh dest=/tmp owner=root group=root mode=755\n\n - name: run install\n shell: cd /tmp; ./install_rabbitmq.sh\n\n\n\n - name: rabbitmq config - ulimit\n lineinfile: >\n dest=... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1700,
"all_permissive": false
} |
ansible_role | maxivak/devops-scripts | 7ab2c1af04fe64ec94bfb0d83508a1b8e9e88028 | 0 | ansible/roles/redis | 7,832 | [
"no_license"
] | [
{
"path": "ansible/roles/redis/tasks/main.yml",
"content": "---\n# redis\n - apt: update_cache=yes\n\n - name: install redis-server\n #apt: name=redis-server state=present\n shell: apt-get -y install redis-server\n\n - name: autostart redis\n shell: update-rc.d redis-server defaults\n\n - name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 294,
"all_permissive": false
} |
ansible_role | maxivak/devops-scripts | 7ab2c1af04fe64ec94bfb0d83508a1b8e9e88028 | 0 | ansible/roles/ruby | 7,832 | [
"no_license"
] | [
{
"path": "ansible/roles/ruby/files/rvm_ruby_217_for_user.sh",
"content": "#!/bin/bash\n\n# source\n\n# >> .bash_profile\necho \"source $HOME/.rvm/scripts/rvm\" >> ~/.bash_profile\n\n# >> .bashrc\necho \"source $HOME/.rvm/scripts/rvm\" >> ~/.bashrc\n\n#export PATH=\"$PATH:$HOME/.rvm/bin\" # Add RVM to PATH ... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 6240,
"all_permissive": false
} |
ansible_role | maxivak/devops-scripts | 7ab2c1af04fe64ec94bfb0d83508a1b8e9e88028 | 0 | ansible/roles/sensu-client | 7,832 | [
"no_license"
] | [
{
"path": "ansible/roles/sensu-client/templates/client_ex_keepalive.json.j2",
"content": "{\n \"client\": {\n \"name\": \"{{ node_name }}\",\n \"address\": \"{{ node_ip6 }}\",\n \"subscriptions\": [\n \"client_node\"\n ],\n \"keepalive\": {\n \"handlers\": [\"redis\", \"rabbitmq\"]... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4647,
"all_permissive": false
} |
ansible_role | maxivak/devops-scripts | 7ab2c1af04fe64ec94bfb0d83508a1b8e9e88028 | 0 | ansible/roles/sensu-client-plugins | 7,832 | [
"no_license"
] | [
{
"path": "ansible/roles/sensu-client-plugins/templates/plugins/sensu-plugins-docker/sensu-plugins-docker.gemspec",
"content": "lib = File.expand_path('../lib', __FILE__)\n$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)\n\nrequire 'date'\n\nrequire_relative 'lib/sensu-plugins-docker'\n\n# pvt_key = ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 25282,
"all_permissive": false
} |
ansible_role | maxivak/devops-scripts | 7ab2c1af04fe64ec94bfb0d83508a1b8e9e88028 | 0 | ansible/roles/sensu-server | 7,832 | [
"no_license"
] | [
{
"path": "ansible/roles/sensu-server/tasks/fix_permissions.yml",
"content": "---\n - name: fix permissions\n shell: chmod +x -R /etc/sensu/plugins;\n chown -R vagrant:vagrant /opt/sensu;\n chown -R vagrant:vagrant /etc/sensu;\n chown -R vagrant:vagrant /var/log/sensu;\n chown -R vag... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4087,
"all_permissive": false
} |
ansible_role | maxivak/devops-scripts | 7ab2c1af04fe64ec94bfb0d83508a1b8e9e88028 | 0 | ansible/roles/swap | 7,832 | [
"no_license"
] | [
{
"path": "ansible/roles/swap/defaults/main.yml",
"content": "size: 2G\nfilename: /swapfile\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "ansible/roles/swap/tasks/main.yml",
"content": "---\n\n# add swap\n - name: allocate\n shell: sudo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 460,
"all_permissive": false
} |
ansible_role | cristeyneee/Activity-13 | bec96725fb5c583515fc003b7b165d05f25df972 | 0 | roles/etcd | 7,832 | [
"no_license"
] | [
{
"path": "roles/etcd/tasks/main.yml",
"content": "---\n- name: Install etcd\n package:\n name: etcd\n state: present\n\n- name: Configure etcd\n copy:\n dest: /etc/etcd/etcd.conf.yml\n content: |\n name: 'controller'\n data-dir: /var/lib/etcd\n initial-cluster-state: 'new'\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 681,
"all_permissive": false
} |
ansible_role | cristeyneee/Activity-13 | bec96725fb5c583515fc003b7b165d05f25df972 | 0 | roles/memcached | 7,832 | [
"no_license"
] | [
{
"path": "roles/memcached/tasks/main.yml",
"content": "---\n- name: Install memcached\n package:\n name: memcached\n state: present\n\n- name: Configure memcached for OpenStack\n lineinfile:\n path: /etc/memcached.conf\n regexp: '-l 127.0.0.1'\n line: '-l 0.0.0.0'\n state: present\n no... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 382,
"all_permissive": false
} |
ansible_role | cristeyneee/Activity-13 | bec96725fb5c583515fc003b7b165d05f25df972 | 0 | roles/message_queue | 7,832 | [
"no_license"
] | [
{
"path": "roles/message_queue/tasks/main.yml",
"content": "---\n- name: Install RabbitMQ server\n package:\n name: rabbitmq-server\n state: present\n\n- name: Enable and start RabbitMQ service\n service:\n name: rabbitmq-server\n state: started\n enabled: yes\n\n- name: Add OpenStack Rabbi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 552,
"all_permissive": false
} |
ansible_role | cristeyneee/Activity-13 | bec96725fb5c583515fc003b7b165d05f25df972 | 0 | roles/ntp | 7,832 | [
"no_license"
] | [
{
"path": "roles/ntp/tasks/main.yml",
"content": "---\n- name: Install Chrony\n become: yes\n package:\n name: chrony\n state: present\n\n- name: Enable and start Chrony service\n become: yes\n service:\n name: chronyd\n state: started\n enabled: yes\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 208,
"all_permissive": false
} |
ansible_role | cristeyneee/Activity-13 | bec96725fb5c583515fc003b7b165d05f25df972 | 0 | roles/openstack_packages | 7,832 | [
"no_license"
] | [
{
"path": "roles/openstack_packages/tasks/main.yml",
"content": "- name: Ensure software-properties-common is installed\n become: yes\n apt:\n name: software-properties-common\n state: present\n\n- name: Add OpenStack repository\n become: yes\n shell: |\n add-apt-repository -y cloud-archive:wal... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 517,
"all_permissive": false
} |
ansible_role | cristeyneee/Activity-13 | bec96725fb5c583515fc003b7b165d05f25df972 | 0 | roles/sql_database | 7,832 | [
"no_license"
] | [
{
"path": "roles/sql_database/tasks/main.yml",
"content": "---\n- name: Install MariaDB server\n package:\n name: mariadb-server\n state: present\n\n- name: Configure MariaDB for OpenStack\n copy:\n dest: /etc/mysql/conf.d/openstack.cnf\n content: |\n [mysqld]\n bind-address = 0.0.0.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 553,
"all_permissive": false
} |
ansible_role | aapris/CernWall | 793029bd5c6d110c29fb30c59c275727923869ff | 0 | ansible/roles/cernwall | 7,832 | [
"no_license"
] | [
{
"path": "ansible/roles/cernwall/templates/nginx_default.j2",
"content": "server {\n listen 80 default_server;\n server_name glassbox-raspi-01.dyndns.cern.ch;\n\n root /home/pi;\n\n access_log off;\n error_log off;\n\n location / {\n proxy_set_header X-Forward-For $proxy_add_x_forw... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 7408,
"all_permissive": false
} |
ansible_role | LorenzoIanotto/homeserver | 0bba6872e831fecb6dafa82fef2051378d8fc1ea | 0 | roles/backup | 7,832 | [
"no_license"
] | [
{
"path": "roles/backup/tasks/main.yml",
"content": "---\n- ansible.builtin.include_tasks: disk.yml\n- ansible.builtin.include_tasks: borg.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 88
},
{
"path": "roles/backup/templates/backup.service.j2",
"content... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1541,
"all_permissive": false
} |
ansible_role | LorenzoIanotto/homeserver | 0bba6872e831fecb6dafa82fef2051378d8fc1ea | 0 | roles/nextcloud | 7,832 | [
"no_license"
] | [
{
"path": "roles/nextcloud/defaults/main.yml",
"content": "---\nnextcloud_db_user: nextcloud\nnextcloud_db: nextcloud\nnextcloud_db_host: nextcloud-db\nnextcloud_redis_host: nextcloud-redis\nnextcloud_app_host: nextcloud-app\nnextcloud_user: admin\nnextcloud_data_dir: \"{{ data_dir }}/nextcloud\"\n",
"l... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4847,
"all_permissive": false
} |
ansible_role | LorenzoIanotto/homeserver | 0bba6872e831fecb6dafa82fef2051378d8fc1ea | 0 | roles/reverse_proxy | 7,832 | [
"no_license"
] | [
{
"path": "roles/reverse_proxy/files/caddy/container/caddy-duckdns.containerfile",
"content": "FROM docker.io/caddy:builder-alpine AS builder\n\nRUN xcaddy build \\\n --with github.com/caddy-dns/duckdns\n\nFROM docker.io/caddy:alpine\n\nCOPY --from=builder /usr/bin/caddy /usr/bin/caddy\n\n",
"license... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2151,
"all_permissive": false
} |
ansible_role | LorenzoIanotto/homeserver | 0bba6872e831fecb6dafa82fef2051378d8fc1ea | 0 | roles/system | 7,832 | [
"no_license"
] | [
{
"path": "roles/system/tasks/power.yml",
"content": "---\n- name: Configure logind\n ansible.builtin.copy:\n src: logind.conf\n dest: /etc/systemd/logind.conf\n mode: \"0644\"\n notify: Restart logind daemon\n\n- name: Install acpid\n ansible.builtin.package:\n name: acpid\n state: latest... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 3145,
"all_permissive": false
} |
ansible_role | kamuridesu/ansible-haproxy | 0bec1114e1ad51795798b9d58af5bc20e403c593 | 1 | roles/common | 7,832 | [
"no_license"
] | [
{
"path": "roles/common/tasks/generate.yaml",
"content": "---\n- name: Set proxy variables\n ansible.builtin.set_fact:\n proxy_port: \"{{ lookup('env', 'PROXY_PORT') }}\"\n proxy_host: \"{{ lookup('env', 'PROXY_HOST') }}\"\n\n- name: Get backend configs\n ansible.builtin.set_fact:\n backends: \"{... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3210,
"all_permissive": false
} |
ansible_role | H4ppyH4ckin9/Ansible_beginner_public | b648b00fb88b9109f3d3ac52a09add45d69059f3 | 0 | roles/create-logical-volume | 7,832 | [
"no_license"
] | [
{
"path": "roles/create-logical-volume/README.md",
"content": "Create logical volume\n=========\n\nThis role is designed to build a certain logical volume. Also the role checks if the lv already exists and if it could be build in the root vg (main vg which contains home, root, var ...).\n\nRequirements\n---... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3512,
"all_permissive": false
} |
ansible_role | H4ppyH4ckin9/Ansible_beginner_public | b648b00fb88b9109f3d3ac52a09add45d69059f3 | 0 | roles/distribute_dymotd | 7,832 | [
"no_license"
] | [
{
"path": "roles/distribute_dymotd/files/.dymotd.sh",
"content": "#!/bin/bash\n# user needs sudo rights with NOPASSWD\n\n# color codings ############ BEGIN ############\nRED='\\033[0;31m'\nRED_BLINKING_BG='\\033[5;41m'\n\nGREEN='\\033[0;32m'\nYELLOW='\\033[0;33m'\nORANGE='\\033[38;5;208m'\n\nWHITE='\\033[1;... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 8855,
"all_permissive": false
} |
ansible_role | pipelinedave/configure-host | 2a3b474052cc37b4e5eb8c384afcd7a47b36264f | 0 | roles/common | 7,832 | [
"no_license"
] | [
{
"path": "roles/common/tasks/ssh_user/install-common-packages.yml",
"content": "---\n- name: Install a collection of common packages\n become: true\n ansible.builtin.apt:\n name: \"{{ item }}\"\n state: present\n loop: \"{{ common_apt_packages_list }}\"",
"license_type": "no_license",
"det... | {
"task_files": 15,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 16,
"total_bytes": 5220,
"all_permissive": false
} |
ansible_role | pipelinedave/configure-host | 2a3b474052cc37b4e5eb8c384afcd7a47b36264f | 0 | roles/toast | 7,832 | [
"no_license"
] | [
{
"path": "roles/toast/tasks/export-nfs-home-mane.yml",
"content": "---\n# ensure nfs server is installed\n- name: Ensure NFS server is installed\n become: true\n ansible.builtin.apt:\n name: nfs-kernel-server\n state: present\n\n# ensure nfs export is present and restart nfs-server if changed\n- na... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 780,
"all_permissive": false
} |
ansible_role | jasaltvik/ansiblify | 58f4b0fd80cb9df7a0b9902f7fb86f1ae4678a2e | 0 | roles/editor | 7,832 | [
"no_license"
] | [
{
"path": "roles/editor/tasks/main.yml",
"content": "---\n- include: sublime.yml\n when: editor_install_sublime\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 59
},
{
"path": "roles/editor/tasks/sublime.yml",
"content": "---\n- name: \"Ensure chosen build... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2442,
"all_permissive": false
} |
ansible_role | sockduct/pynetans | 658896d2cadcdc8fe0ff44cc840a9635857d0640 | 0 | class5/roles/access_switch-ex1 | 7,832 | [
"no_license"
] | [
{
"path": "class5/roles/access_switch-ex1/tasks/main.yml",
"content": "---\n- name: Generate access switch configuration file\n template: src=access_switch.j2\n dest=/home/jsmall/pynetans/class5/role-cfgs/{{item.hostname}}.txt\n with_items: access_switches\n\n",
"license_type": "no_license"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 196,
"all_permissive": false
} |
ansible_role | sockduct/pynetans | 658896d2cadcdc8fe0ff44cc840a9635857d0640 | 0 | class5/roles/access_switch-ex2 | 7,832 | [
"no_license"
] | [
{
"path": "class5/roles/access_switch-ex2/tasks/main.yml",
"content": "---\n- name: Generate access switch configuration file\n template: src=access_switch2.j2\n dest=/home/jsmall/pynetans/class5/role-cfgs/{{item.hostname}}.txt\n with_items: access_switches\n\n",
"license_type": "no_license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 197,
"all_permissive": false
} |
ansible_role | sockduct/pynetans | 658896d2cadcdc8fe0ff44cc840a9635857d0640 | 0 | class5/roles/access_switch-ex3 | 7,832 | [
"no_license"
] | [
{
"path": "class5/roles/access_switch-ex3/tasks/main.yml",
"content": "---\n- name: Generate access switch configuration file\n template: src=access_switch3.j2\n dest=/home/jsmall/pynetans/class5/role-cfgs/{{item.hostname}}.txt\n with_items: access_switches\n\n",
"license_type": "no_license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 197,
"all_permissive": false
} |
ansible_role | dwatrous/vagrant-ansible-lemp | 4e96ab08ac737f4d545f47233ea03d38b803dedf | 11 | lemp/roles/common | 7,832 | [
"no_license"
] | [
{
"path": "lemp/roles/common/tasks/main.yml",
"content": "---\n- apt: update_cache=yes\n environment: proxy_env\n\n# Install the package \"mysql\"\n- apt: name={{item}} state=present\n with_items:\n - mysql-client\n environment: proxy_env\n",
"license_type": "no_license",
"detected_licenses": [... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 176,
"all_permissive": false
} |
ansible_role | dwatrous/vagrant-ansible-lemp | 4e96ab08ac737f4d545f47233ea03d38b803dedf | 11 | lemp/roles/database | 7,832 | [
"no_license"
] | [
{
"path": "lemp/roles/database/handlers/main.yml",
"content": "---\n# Handler for DB notifications\n\n- name: restart mysql\n service: name=mysql state=restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 96
},
{
"path": "lemp/roles/database/tasks/main.yml"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 852,
"all_permissive": false
} |
ansible_role | dwatrous/vagrant-ansible-lemp | 4e96ab08ac737f4d545f47233ea03d38b803dedf | 11 | lemp/roles/web | 7,832 | [
"no_license"
] | [
{
"path": "lemp/roles/web/templates/wall.php",
"content": "<?php\n\n// database credentials (defined in group_vars/all)\n$dbname = \"dbtest\";\n$dbuser = \"dbuser\";\n$dbpass = \"<PASSWORD>\";\n$dbhost = \"192.168.52.4\";\n\n// query templates\n$create_table = \"CREATE TABLE IF NOT EXISTS `wall` (\n `id` ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2192,
"all_permissive": false
} |
ansible_role | koushikmgithub/petclinic-operatoransible | ab820ffca39b11394bf23349d179302b25b0ced6 | 0 | roles/petclinicansible | 7,832 | [
"no_license"
] | [
{
"path": "roles/petclinicansible/vars/main.yml",
"content": "---\n# vars file for PetClinicAnsible\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "roles/petclinicansible/defaults/main.yml",
"content": "---\n# defaults file for PetClinicAnsib... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1356,
"all_permissive": false
} |
ansible_role | shahrukhkhan489/Ansible-Ambari-Automation | 2aa1d0ba0c34fb7c7fb1adedcf7c0c13ec95afc6 | 1 | HDF/Ansible_Playbook/roles/setup_ambari_server | 7,832 | [
"no_license"
] | [
{
"path": "HDF/Ansible_Playbook/roles/setup_ambari_server/tasks/main.yml",
"content": "- name: Install Ambari Server\n yum:\n name: ambari-server\n state: installed\n ignore_errors: true\n\n- name: Setup Ambari Server\n shell: |\n ambari-server setup -s\n\n- name: Setup HDF MPack\n shell: |\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 550,
"all_permissive": false
} |
ansible_role | shahrukhkhan489/Ansible-Ambari-Automation | 2aa1d0ba0c34fb7c7fb1adedcf7c0c13ec95afc6 | 1 | HDF/Ansible_Playbook/roles/setup_hdf | 7,832 | [
"no_license"
] | [
{
"path": "HDF/Ansible_Playbook/roles/setup_hdf/templates/Host_Mapping.json.j2",
"content": "{\n\t\"blueprint\" : \"HDF\",\n\t\"default_password\" : \"{{ <PASSWORD> }}\",\n\t\"host_groups\" : [\n\t\t{\n\t\t\t \"name\" : \"host_group_1\",\n\t\t\t \"hosts\" : [\n{% for host in groups['master1'] %}\n \t\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3817,
"all_permissive": false
} |
ansible_role | shahrukhkhan489/Ansible-Ambari-Automation | 2aa1d0ba0c34fb7c7fb1adedcf7c0c13ec95afc6 | 1 | HDP/Ansible_Playbook/roles/setup_hdp | 7,832 | [
"no_license"
] | [
{
"path": "HDP/Ansible_Playbook/roles/setup_hdp/tasks/main.yml",
"content": "---\n\n- name: \"Copy Cluster Configuration Blueprint\"\n copy: src=Blueprint.json dest=/tmp/Blueprint.json\n\n\n- name: \"Copy Blueprint Templates\"\n template: src={{ item.name }} dest=/tmp/{{ item.dest }}\n with_items:\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3477,
"all_permissive": false
} |
ansible_role | IT-ologia/ansible-rootless-pod-bookstack | 9eab5c25055f13361694179f38abec771f1660ca | 0 | roles/bookstack | 7,832 | [
"no_license"
] | [
{
"path": "roles/bookstack/templates/ssl.conf.j2",
"content": "ssl_protocols TLSv1.2 TLSv1.3;\nssl_ecdh_curve X25519:prime256v1:secp384r1;\nssl_ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA3... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4539,
"all_permissive": false
} |
ansible_role | IT-ologia/ansible-rootless-pod-bookstack | 9eab5c25055f13361694179f38abec771f1660ca | 0 | roles/podmanhost | 7,832 | [
"no_license"
] | [
{
"path": "roles/podmanhost/defaults/main.yml",
"content": "---\n# defaults file for roles/podmanhost\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "roles/podmanhost/tasks/main.yml",
"content": "---\n# tasks file for roles/podmanhost\n\n- na... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 322,
"all_permissive": false
} |
ansible_role | penfount/penfount-ansible | 531f90b34e3855e866ee19eb38f65fdfb8930b64 | 0 | roles/boostbot | 7,835 | [
"no_license"
] | [
{
"path": "roles/boostbot/tasks/install.yml",
"content": "---\n- name: Download and unpack package\n become: true\n become_user: '{{ service_user }}'\n ansible.builtin.unarchive:\n remote_src: yes\n src: \"{{ boostbot_dl_url }}\"\n dest: \"{{ boostbot_bin }}\"\n include:\n - MastodonBoos... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3033,
"all_permissive": false
} |
ansible_role | penfount/penfount-ansible | 531f90b34e3855e866ee19eb38f65fdfb8930b64 | 0 | roles/common | 7,835 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Set up sudo rules\n community.general.sudoers:\n name: sudo-group-nopasswd\n state: present\n group: sudo\n runas: ALL\n commands: ALL\n nopassword: true\n\n- name: Install packages\n ansible.builtin.package:\n name:\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1674,
"all_permissive": false
} |
ansible_role | penfount/penfount-ansible | 531f90b34e3855e866ee19eb38f65fdfb8930b64 | 0 | roles/fedifetcher | 7,835 | [
"no_license"
] | [
{
"path": "roles/fedifetcher/tasks/install.yml",
"content": "---\n- name: Download and unpack package\n ansible.builtin.unarchive:\n remote_src: yes\n src: \"{{ fedifetcher_dl_url }}\"\n dest: \"{{ fedifetcher_root }}\"\n extra_opts:\n - --strip=1\n\n- name: Reset permissions\n ansible.buil... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3193,
"all_permissive": false
} |
ansible_role | penfount/penfount-ansible | 531f90b34e3855e866ee19eb38f65fdfb8930b64 | 0 | roles/feed2toot | 7,835 | [
"no_license"
] | [
{
"path": "roles/feed2toot/templates/feed2toot_usercred.txt.j2",
"content": "{{ feed2toot_credentials.access_token }}\n{{ mastodon_server }}\n{{ feed2toot_credentials.client_id }}\n{{ feed2toot_credentials.client_secret }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4752,
"all_permissive": false
} |
ansible_role | penfount/penfount-ansible | 531f90b34e3855e866ee19eb38f65fdfb8930b64 | 0 | roles/followbot | 7,835 | [
"no_license"
] | [
{
"path": "roles/followbot/tasks/install.yml",
"content": "---\n- name: Download and unpack package\n become: true\n become_user: '{{ service_user }}'\n ansible.builtin.unarchive:\n remote_src: yes\n src: \"{{ followbot_dl_url }}\"\n dest: \"{{ followbot_bin }}\"\n include:\n - MastodonF... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2568,
"all_permissive": false
} |
ansible_role | penfount/penfount-ansible | 531f90b34e3855e866ee19eb38f65fdfb8930b64 | 0 | roles/getmoarfediverse | 7,835 | [
"no_license"
] | [
{
"path": "roles/getmoarfediverse/tasks/main.yml",
"content": "---\n- name: Make install directory\n ansible.builtin.file:\n path: '{{ getmoarfediverse_root }}'\n owner: '{{ service_user }}'\n group: '{{ service_user }}'\n mode: 0755\n state: directory\n\n- name: Make config directory\n ans... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2308,
"all_permissive": false
} |
ansible_role | marc25492/ansible | fc83b47cb44f637739bafdf3d00b26044d6d5456 | 0 | roles/launch_EC2 | 7,835 | [
"no_license"
] | [
{
"path": "roles/launch_EC2/tasks/main.yml",
"content": "---\n# tasks file for ec2-launch\n\n- name: Create ec2 instance/s\n ec2:\n aws_access_key: \"{{ ec2_access_key }}\"\n aws_secret_key: \"{{ ec2_secret_key }}\"\n count: \"{{ ec2_launch_count }}\"\n id: \"{{ ec2_launch_id }}\"\n image: \... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2125,
"all_permissive": false
} |
ansible_role | marc25492/ansible | fc83b47cb44f637739bafdf3d00b26044d6d5456 | 0 | roles/mule | 7,835 | [
"no_license"
] | [
{
"path": "roles/mule/defaults/main.yml",
"content": "---\nRUNTIME_VERSION: 3.7.1\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 27
},
{
"path": "roles/mule/tasks/main.yml",
"content": "---\n\n#tasks file for mule installation \n\n- name: Download mule_packa... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 672,
"all_permissive": false
} |
ansible_role | Fredouye/harbor_ansible | d0d1368b8c519b0133a910a2c845a300e9d07d23 | 0 | harbor_proxy/roles/harbor_proxy | 7,835 | [
"no_license"
] | [
{
"path": "harbor_proxy/roles/harbor_proxy/tasks/main.yml",
"content": "- name: Ensure jmespath Python module is installed\n ansible.builtin.pip:\n name: jmespath\n state: present\n extra_args: \"--no-cache-dir\"\n\n- name: Convert user/password to a Bearer token\n ansible.builtin.set_fact:\n ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3728,
"all_permissive": false
} |
ansible_role | onelrian/hey | fcb2730cbf114773bb30e386053098f5474be5de | 0 | openstack-devstack-ansible/roles/clone-devstack | 7,835 | [
"no_license"
] | [
{
"path": "openstack-devstack-ansible/roles/clone-devstack/tasks/main.yml",
"content": "---\n- name: Ensure /opt/stack/devstack is not already cloned\n stat:\n path: \"{{ devstack_dir }}/.git\"\n register: devstack_git_dir_status\n\n- name: Clone DevStack repository\n git:\n repo: \"{{ devstack_rep... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 394,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.