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 | VEuPathDB/AnsibleTest | 8aa2064241f0b6da48483d449bd9da45bcaca23e | 0 | roles/conifer | 7,423 | [
"permissive"
] | [
{
"path": "roles/conifer/templates/template.xml.j2",
"content": "<configFile>\n <project value=\"{{ project }}\"/>\n <lower value=\"{{ project|lower }}\"/>\n <upper value=\"{{ upper_project }}\"/>\n <upperLower value=\"{{ upper_project|lower }}\"/>\n</configFile>\n",
"license_type": "permissive",
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3023,
"all_permissive": true
} |
ansible_role | mihaibalaci/ansible-k8s-deploy-rpi | a906dc304e9d060308f615ad172a419d5fc4672b | 0 | k3s-ansible/roles/ubuntu | 7,423 | [
"permissive"
] | [
{
"path": "k3s-ansible/roles/ubuntu/tasks/main.yml",
"content": "---\n- name: Enable cgroup via boot commandline if not already enabled\n lineinfile:\n path: /boot/firmware/cmdline.txt\n backrefs: yes\n regexp: '^((?!.*\\bcgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory\\b).*)$'\n line... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 438,
"all_permissive": true
} |
ansible_role | ixidion/iota-docker | 21553dae45e9c2f80c1d12eef34a6588913c76aa | 7 | roles/common | 7,423 | [
"no_license"
] | [
{
"path": "roles/common/tasks/setup_apt.yml",
"content": "- name: Upgrade all packages (debian)\n apt:\n update_cache: yes\n cache_valid_time: 3600\n upgrade: dist\n\n- name: Ensure depdencies are installed\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - jq\n - ufw\n... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3809,
"all_permissive": false
} |
ansible_role | ixidion/iota-docker | 21553dae45e9c2f80c1d12eef34a6588913c76aa | 7 | roles/essentials | 7,423 | [
"no_license"
] | [
{
"path": "roles/essentials/tasks/main.yml",
"content": "- name: set variables centos/redhat\n set_fact:\n systemd_dir: /usr/lib/systemd/system\n config_dir: /etc/sysconfig\n when: ansible_distribution == 'CentOS'\n\n- name: set variables debian/ubuntu\n set_fact:\n systemd_dir: /lib/systemd/sys... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 317,
"all_permissive": false
} |
ansible_role | ixidion/iota-docker | 21553dae45e9c2f80c1d12eef34a6588913c76aa | 7 | roles/ipm | 7,423 | [
"no_license"
] | [
{
"path": "roles/ipm/tasks/main.yml",
"content": "- import_role:\n name: essentials\n\n- import_tasks: firewall.yml\n tags: ipm_firewall\n\n- import_tasks: docker_ipm.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 119
},
{
"path": "roles/ipm/tasks/docker... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1183,
"all_permissive": false
} |
ansible_role | ixidion/iota-docker | 21553dae45e9c2f80c1d12eef34a6588913c76aa | 7 | roles/iri | 7,423 | [
"no_license"
] | [
{
"path": "roles/iri/tasks/database.yml",
"content": "\n- name: \"Download current IOTA Database (resume: yes). This can take up to half an hour. You can skip this step with: --skip-tags=\\\"download_db\\\"\"\n shell: \"export ec=18; while [ $ec -eq 18 ]; do /usr/bin/curl -O -C - {{ iri_db_url }}; export e... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3524,
"all_permissive": false
} |
ansible_role | ixidion/iota-docker | 21553dae45e9c2f80c1d12eef34a6588913c76aa | 7 | roles/nelson | 7,423 | [
"no_license"
] | [
{
"path": "roles/nelson/templates/config.ini.j2",
"content": "[nelson]\ncycleInterval = 60\nepochInterval = 300\napiPort = {{ nelson_api_port }}\napiHostname = {{ nelson_bind_address }}\nport = {{ nelson_tcp_port }}\nIRIHostname = {{ iri_hostname }}\nIRIPort = {{ iri_api_port }}\nTCPPort = {{ iri_tcp_port }... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2868,
"all_permissive": false
} |
ansible_role | ixidion/iota-docker | 21553dae45e9c2f80c1d12eef34a6588913c76aa | 7 | roles/nginx | 7,423 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/docker_nginx.yml",
"content": "- name: Create an nginx conf volume\n docker_volume:\n name: \"{{ nginx_volume }}\"\n\n- name: copy nginx.conf\n template:\n src: templates/nginx.conf.j2\n dest: \"{{ docker_volume_path }}{{ nginx_volume }}/_data/nginx.conf\"\n\n- name: ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2747,
"all_permissive": false
} |
ansible_role | sabaltech/k3s-ansible | efc41c7db6a04819501d256a38ae57b7da16144e | 0 | ansible/roles/common | 7,423 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/install_userland_applications.yml",
"content": "## Run as root user\n\ngit clone https://github.com/raspberrypi/userland.git\n\napt-get install -y build-essential\n\n\nsed -i 's/__bitwise/FDT_BITWISE/' /root/userland/opensrc/helpers/libfdt/libfdt_env.h\nsed -i 's/__for... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1101,
"all_permissive": false
} |
ansible_role | tomoyat/ansible-hadoop | cdcc6b033946af7a10af8ea60173e9e8ba7438e3 | 0 | roles/common | 7,423 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n\n- include: common.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 26
},
{
"path": "roles/common/tasks/cloudera.yml",
"content": "---\n\n- name: Cloudera Repository\n apt_repository: repo=\"deb htt... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1544,
"all_permissive": false
} |
ansible_role | tomoyat/ansible-hadoop | cdcc6b033946af7a10af8ea60173e9e8ba7438e3 | 0 | roles/hbase | 7,423 | [
"no_license"
] | [
{
"path": "roles/hbase/handlers/main.yml",
"content": "\n- include: hbase_handler.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "roles/hbase/vars/main.yml",
"content": "\nzookeeper_hostname: localhost\n",
"license_type": "no_license",
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1402,
"all_permissive": false
} |
ansible_role | tomoyat/ansible-hadoop | cdcc6b033946af7a10af8ea60173e9e8ba7438e3 | 0 | roles/hive | 7,423 | [
"no_license"
] | [
{
"path": "roles/hive/handlers/hive_handler.yml",
"content": "\n- name: restart zookeeper\n service: name=zookeeper-server state=restarted\n sudo: yes\n\n- name: restart metastore\n service: name=hive-metastore state=restarted\n sudo: yes\n\n- name: restart hive-server\n service: name=hive-server2 stat... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 3064,
"all_permissive": false
} |
ansible_role | tomoyat/ansible-hadoop | cdcc6b033946af7a10af8ea60173e9e8ba7438e3 | 0 | roles/mysql | 7,423 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n\n- include: mysql.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 25
},
{
"path": "roles/mysql/handlers/main.yml",
"content": "\n- include: mysql_handler.yml\n",
"license_type": "no_license",
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 686,
"all_permissive": false
} |
ansible_role | tomoyat/ansible-hadoop | cdcc6b033946af7a10af8ea60173e9e8ba7438e3 | 0 | roles/pseudo_distributed | 7,423 | [
"no_license"
] | [
{
"path": "roles/pseudo_distributed/tasks/pseudo_distributed.yml",
"content": "---\n\n- name: hadoop 0.20 pseudo install\n apt: pkg=hadoop-0.20-conf-pseudo state=present\n sudo: yes\n\n- name: name node format\n shell: creates=/usr/lib/hadoop/namenode.formatted hadoop namenode -format\n sudo: yes\n sud... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2041,
"all_permissive": false
} |
ansible_role | fdziarmagowski/provisioning-cloud-with-ansible | 6c709346f08e1bcc5c6166560f0255392adcd6c5 | 0 | 02_advanced_tree/roles/common | 7,423 | [
"no_license"
] | [
{
"path": "02_advanced_tree/roles/common/tasks/main.yaml",
"content": "---\n- name: A greeting from Tasks\n debug:\n msg: \"{{ foo }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 64
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 64,
"all_permissive": false
} |
ansible_role | fdziarmagowski/provisioning-cloud-with-ansible | 6c709346f08e1bcc5c6166560f0255392adcd6c5 | 0 | 041_terraform_in_ansible_docker/roles/docker_host | 7,423 | [
"no_license"
] | [
{
"path": "041_terraform_in_ansible_docker/roles/docker_host/tasks/main.yaml",
"content": "---\n- name: Docker CE GPG key\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n\n- name: Docker CE repository\n apt_repository:\n repo: deb [arch=amd64] https://download.docker.com/linux/debian... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 907,
"all_permissive": false
} |
ansible_role | fdziarmagowski/provisioning-cloud-with-ansible | 6c709346f08e1bcc5c6166560f0255392adcd6c5 | 0 | 042_terraform_in_ansible_containers/roles/cloud_provisioning | 7,423 | [
"no_license"
] | [
{
"path": "042_terraform_in_ansible_containers/roles/cloud_provisioning/tasks/main.yaml",
"content": "---\n- name: Run Terraform\n terraform:\n project_path: ./terraform_project\n force_init: true\n state: present\n register: tf_output\n\n- name: Create new host and group in inventory\n add_host... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 365,
"all_permissive": false
} |
ansible_role | fdziarmagowski/provisioning-cloud-with-ansible | 6c709346f08e1bcc5c6166560f0255392adcd6c5 | 0 | 042_terraform_in_ansible_containers/roles/containers | 7,423 | [
"no_license"
] | [
{
"path": "042_terraform_in_ansible_containers/roles/containers/tasks/main.yaml",
"content": "---\n- import_tasks: jenkins.yaml\n tags: [common, jenkins]\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 59
},
{
"path": "042_terraform_in_ansible_containers/roles/c... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 785,
"all_permissive": false
} |
ansible_role | fdziarmagowski/provisioning-cloud-with-ansible | 6c709346f08e1bcc5c6166560f0255392adcd6c5 | 0 | 042_terraform_in_ansible_containers/roles/docker_host | 7,423 | [
"no_license"
] | [
{
"path": "042_terraform_in_ansible_containers/roles/docker_host/tasks/main.yaml",
"content": "---\n- import_tasks: docker.yaml\n tags: [common, docker]\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 57
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 57,
"all_permissive": false
} |
ansible_role | wsj31013/stack-manage-ansible | 6fca5a3ee31c634e3dbb723762f5adf259c8301e | 0 | roles/create_flavor | 7,423 | [
"no_license"
] | [
{
"path": "roles/create_flavor/tasks/create_flavor.yml",
"content": "---\r\n# tasks file for create_flavor\r\n\r\n- name: create flavor\r\n os_nova_flavor:\r\n #cloud: production\r\n auth:\r\n auth_url: '{{ auth_url }}'\r\n username: '{{ username }}'\r\n password: '{{ <PASSWORD> }}'\r\... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1140,
"all_permissive": false
} |
ansible_role | wsj31013/stack-manage-ansible | 6fca5a3ee31c634e3dbb723762f5adf259c8301e | 0 | roles/create_network | 7,423 | [
"no_license"
] | [
{
"path": "roles/create_network/vars/main.yml",
"content": "---\r\n# vars file for roles/create_network",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "roles/create_network/tests/test.yml",
"content": "---\r\n- hosts: localhost\r\n remote_user... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 1417,
"all_permissive": false
} |
ansible_role | wsj31013/stack-manage-ansible | 6fca5a3ee31c634e3dbb723762f5adf259c8301e | 0 | roles/create_vm | 7,423 | [
"no_license"
] | [
{
"path": "roles/create_vm/defaults/main.yml",
"content": "---\r\n# defaults file for create_vm",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "roles/create_vm/vars/main.yml",
"content": "---\r\n# vars file for create_vm",
"license_type": "... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1254,
"all_permissive": false
} |
ansible_role | wsj31013/stack-manage-ansible | 6fca5a3ee31c634e3dbb723762f5adf259c8301e | 0 | roles/create_vm_userdata | 7,423 | [
"no_license"
] | [
{
"path": "roles/create_vm_userdata/tasks/main.yml",
"content": "---\r\n# tasks file for roles/create_vm_userdata\r\n- include: create_bootvolume.yml\r\n- include: create_datavolume.yml\r\n#- include: create_vm_userdata.yml # not include fixed_ip\r\n- include: create_vm_userdata_with_fixed_ip.yml\r\n",
... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 3792,
"all_permissive": false
} |
ansible_role | wsj31013/stack-manage-ansible | 6fca5a3ee31c634e3dbb723762f5adf259c8301e | 0 | roles/delete_network | 7,423 | [
"no_license"
] | [
{
"path": "roles/delete_network/tasks/delete_network.yml",
"content": "---\r\n# tasks file for roles/delete_network\r\n\r\n- name: delete network\r\n os_network:\r\n auth:\r\n auth_url: '{{ auth_url }}'\r\n username: '{{ username }}'\r\n password: '{{ <PASSWORD> }}'\r\n project_name:... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 901,
"all_permissive": false
} |
ansible_role | wsj31013/stack-manage-ansible | 6fca5a3ee31c634e3dbb723762f5adf259c8301e | 0 | roles/delete_vm | 7,423 | [
"no_license"
] | [
{
"path": "roles/delete_vm/defaults/main.yml",
"content": "---\r\n# defaults file for roles/delete_vm",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "roles/delete_vm/handlers/main.yml",
"content": "---\r\n# handlers file for roles/delete_vm",
... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 1288,
"all_permissive": false
} |
ansible_role | Denislvm/capgemini-tasks | 990fdc9624ad56c01f723d6bf972bef6d0c97de1 | 0 | practical_task6/task5/roles/webserver | 7,423 | [
"no_license"
] | [
{
"path": "practical_task6/task5/roles/webserver/tasks/main.yml",
"content": "- name: Install Nginx\n ansible.builtin.apt:\n name: nginx\n state: present\n update_cache: yes\n\n- name: Start and enable Nginx\n ansible.builtin.service:\n name: nginx\n state: started\n enabled: yes\n\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 354,
"all_permissive": false
} |
ansible_role | JonathanPorta/ansible-verb-api | 0d3e474cec32ddd7a8e61a2b316944a53c171b38 | 0 | roles/common | 7,423 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n# Items common to all hosts\n- include: tasks/yum.yml\n- include: tasks/docker.yml\n- include: tasks/firewall.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 115
},
{
"path": "roles/common/tasks/tasks/... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 726,
"all_permissive": false
} |
ansible_role | JonathanPorta/ansible-verb-api | 0d3e474cec32ddd7a8e61a2b316944a53c171b38 | 0 | roles/monitoring | 7,423 | [
"no_license"
] | [
{
"path": "roles/monitoring/tasks/tasks/papertrail.yml",
"content": "---\n# We gotta know what's going on so we can fix the things!\n- name: Monitoring | Ensure rsyslog config is correct\n lineinfile: dest=/etc/rsyslog.conf state=present regexp='\\*\\.\\*' line='*.* @logs2.papertrailapp.com:46327' backup=... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 709,
"all_permissive": false
} |
ansible_role | JonathanPorta/ansible-verb-api | 0d3e474cec32ddd7a8e61a2b316944a53c171b38 | 0 | roles/notify | 7,423 | [
"no_license"
] | [
{
"path": "roles/notify/tasks/main.yml",
"content": "---\n# Send a notification to Slack\n- name: Notify | Send deployment status update to Slack\n local_action:\n module: slack\n domain: jonathanporta.slack.com\n token: <KEY>\n msg: \"A deployment of verb-api on {{ inventory_hostname }} has {{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 340,
"all_permissive": false
} |
ansible_role | JonathanPorta/ansible-verb-api | 0d3e474cec32ddd7a8e61a2b316944a53c171b38 | 0 | roles/verb-api | 7,423 | [
"no_license"
] | [
{
"path": "roles/verb-api/tasks/tasks/certs.yml",
"content": "---\n# Deploy app's certs\n- name: Certs | Ensure certs directory exists\n file: path=\"{{ config_directory }}/certs\" mode=0644 state=directory\n\n- name: Certs | Ensure APS PEM file is up to date\n copy: src=./certs/verb-dev-aps.pem dest={{ c... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1371,
"all_permissive": false
} |
ansible_role | lessandro-ugulino/k8s-nginx-ingress-wordpress | 4f0592b0204c1a96d29a6ca3c7bf1b1eaeeb6f58 | 2 | Dev/roles/masters | 7,423 | [
"no_license"
] | [
{
"path": "Dev/roles/masters/templates/aws.yml.j2",
"content": "---\napiVersion: kubeadm.k8s.io/v1beta2\nkind: ClusterConfiguration\nnetworking:\n serviceSubnet: \"10.100.0.0/16\"\n podSubnet: \"10.244.0.0/16\"\napiServer:\n extraArgs:\n cloud-provider: \"aws\"\ncontrollerManager:\n extraArgs:\n c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3206,
"all_permissive": false
} |
ansible_role | lessandro-ugulino/k8s-nginx-ingress-wordpress | 4f0592b0204c1a96d29a6ca3c7bf1b1eaeeb6f58 | 2 | Dev/roles/nodes | 7,423 | [
"no_license"
] | [
{
"path": "Dev/roles/nodes/tasks/main.yml",
"content": "- name: Grep hostname\n shell: \"curl http://169.254.169.254/latest/meta-data/local-hostname\"\n register: hostname\n\n- name: Set hostname\n shell: hostnamectl set-hostname {{ hostname.stdout}}\n\n- name: Configure aws provider\n lineinfile:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1161,
"all_permissive": false
} |
ansible_role | SozinovD/stack_over_search_deployment | cc88f138b3117ddf57071f32931956d318c54e33 | 0 | ansible/roles/test-app | 7,423 | [
"no_license"
] | [
{
"path": "ansible/roles/test-app/tasks/configure_systemctl.yml",
"content": "---\n\n- name: Include vars\n include_vars:\n file: \"main.yml\"\n\n- name: creating dir for daemons\n file: \n name: \"/run/systemd/system/\"\n state: \"directory\"\n owner: \"root\"\n group: \"root\"\n\n- n... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 11863,
"all_permissive": false
} |
ansible_role | markneill/ODL | 175568d08c3e278cd547d4385064d810643f1da5 | 0 | OEL7_VM/provision/roles/setup | 7,423 | [
"no_license"
] | [
{
"path": "OEL7_VM/provision/roles/setup/vars/main.yml",
"content": "db_name: devcon_db\ndb_user: devcon\ndb_password: <PASSWORD>",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 58
},
{
"path": "OEL7_VM/provision/roles/setup/files/maven.sh",
"content": "export ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1339,
"all_permissive": false
} |
ansible_role | deekayen/ansible-jenkins-nssm | 9e0c202ccc77a5ecc95f76e1d9a14afd56da9814 | 0 | roles/jenkins | 7,417 | [
"no_license"
] | [
{
"path": "roles/jenkins/tasks/main.yml",
"content": "---\n\n- name: \"Manage Jenkins with NSSM.\"\n win_nssm:\n name: Jenkins\n application: \"{{ jenkins_path }}\"\n start_mode: auto\n state: started\n user: \"{{ jenkins_user }}\"\n password: \"{{ <PASSWORD> }}\"\n dependencies: 'dnsc... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 331,
"all_permissive": false
} |
ansible_role | deekayen/ansible-jenkins-nssm | 9e0c202ccc77a5ecc95f76e1d9a14afd56da9814 | 0 | roles/packages | 7,417 | [
"no_license"
] | [
{
"path": "roles/packages/defaults/main.yml",
"content": "---\n\nchocolatey_packages:\n - 7zip\n - curl\n - dotnet4.5\n - git\n - groovy\n - notepadplusplus\n - nsis\n - nssm\n - powershell\n - python2\n - python3\n - svn\n - vmware-tools\n - webdeploy\n - windbg\n - winmerge\n - winscp\n ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 476,
"all_permissive": false
} |
ansible_role | Reqroot-pro/failover-infra-yc | 7770034b3fe62371272bfdac7d54596a62d069ba | 0 | ansible/roles/elasticsearch | 7,417 | [
"no_license"
] | [
{
"path": "ansible/roles/elasticsearch/handlers/main.yml",
"content": "---\n- name: Restart Elasticsearch container\n docker_container:\n name: elasticsearch\n state: started\n restart: yes\n become: yes \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 140
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2955,
"all_permissive": false
} |
ansible_role | Reqroot-pro/failover-infra-yc | 7770034b3fe62371272bfdac7d54596a62d069ba | 0 | ansible/roles/filebeat | 7,417 | [
"no_license"
] | [
{
"path": "ansible/roles/filebeat/tasks/main.yml",
"content": "---\n- name: Wait for apt lock to be released\n shell: |\n while fuser /var/lib/dpkg/lock-frontend >/dev/null 2>&1; do\n sleep 5\n done\n retries: 12\n delay: 5\n register: result\n until: result.rc == 0\n become: yes\n\n- name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3694,
"all_permissive": false
} |
ansible_role | Reqroot-pro/failover-infra-yc | 7770034b3fe62371272bfdac7d54596a62d069ba | 0 | ansible/roles/kibana | 7,417 | [
"no_license"
] | [
{
"path": "ansible/roles/kibana/tasks/main.yml",
"content": "---\n- name: Wait for apt lock to be released\n shell: |\n while fuser /var/lib/dpkg/lock-frontend >/dev/null 2>&1; do\n sleep 5\n done\n retries: 12\n delay: 5\n register: result\n until: result.rc == 0\n become: yes\n\n- name: I... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2553,
"all_permissive": false
} |
ansible_role | Reqroot-pro/failover-infra-yc | 7770034b3fe62371272bfdac7d54596a62d069ba | 0 | ansible/roles/nginx | 7,417 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": "---\n- name: Wait for apt lock to be released\n shell: |\n while fuser /var/lib/dpkg/lock-frontend >/dev/null 2>&1; do\n sleep 5\n done\n retries: 12\n delay: 5\n register: result\n until: result.rc == 0\n become: yes\n \n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 853,
"all_permissive": false
} |
ansible_role | Reqroot-pro/failover-infra-yc | 7770034b3fe62371272bfdac7d54596a62d069ba | 0 | ansible/roles/zabbix_agent | 7,417 | [
"no_license"
] | [
{
"path": "ansible/roles/zabbix_agent/tasks/main.yml",
"content": "---\n- name: Wait for apt lock to be released\n shell: |\n while fuser /var/lib/dpkg/lock-frontend >/dev/null 2>&1; do\n sleep 5\n done\n retries: 12\n delay: 5\n register: result\n until: result.rc == 0\n become: yes\n\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1710,
"all_permissive": false
} |
ansible_role | Reqroot-pro/failover-infra-yc | 7770034b3fe62371272bfdac7d54596a62d069ba | 0 | ansible/roles/zabbix_create_hosts | 7,417 | [
"no_license"
] | [
{
"path": "ansible/roles/zabbix_create_hosts/tasks/main.yml",
"content": "---\n# Авторизация\n- name: Authorize in Zabbix API\n ansible.builtin.uri:\n url: \"{{ zabbix_api_url }}\"\n method: POST\n headers:\n Content-Type: application/json\n body_format: json\n body:\n jsonrpc: \"2... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 6008,
"all_permissive": false
} |
ansible_role | Reqroot-pro/failover-infra-yc | 7770034b3fe62371272bfdac7d54596a62d069ba | 0 | ansible/roles/zabbix_get_dashboard | 7,417 | [
"no_license"
] | [
{
"path": "ansible/roles/zabbix_get_dashboard/tasks/main.yml",
"content": "---\n# Авторизация в Zabbix API\n- name: Authorize in Zabbix API\n ansible.builtin.uri:\n url: \"{{ zabbix_api_url }}\"\n method: POST\n headers:\n Content-Type: application/json\n body_format: json\n body:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1871,
"all_permissive": false
} |
ansible_role | Reqroot-pro/failover-infra-yc | 7770034b3fe62371272bfdac7d54596a62d069ba | 0 | ansible/roles/zabbix_get_dashboard_id | 7,417 | [
"no_license"
] | [
{
"path": "ansible/roles/zabbix_get_dashboard_id/tasks/main.yml",
"content": "- name: Authorize in Zabbix API\n ansible.builtin.uri:\n url: \"{{ zabbix_api_url }}\"\n method: POST\n headers:\n Content-Type: application/json\n body_format: json\n body:\n jsonrpc: \"2.0\"\n meth... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1341,
"all_permissive": false
} |
ansible_role | Reqroot-pro/failover-infra-yc | 7770034b3fe62371272bfdac7d54596a62d069ba | 0 | ansible/roles/zabbix_server | 7,417 | [
"no_license"
] | [
{
"path": "ansible/roles/zabbix_server/defaults/main.yml",
"content": "---\nzabbix_db_password: \"<PASSWORD>\"\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "ansible/roles/zabbix_server/handlers/main.yml",
"content": "---\n- name: restar... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 6204,
"all_permissive": false
} |
ansible_role | robeel/openstack-ansible | 4a1b1ab5488b82edd75e91a489491f6cbaed0191 | 0 | roles/ceilometer | 7,417 | [
"no_license"
] | [
{
"path": "roles/ceilometer/tasks/main.yml",
"content": "- name: Verify Ceilometer services\n shell: openstack service list | grep ceilometer\n register: ceilometer_services\n changed_when: false\n\n- debug:\n var: ceilometer_services.stdout\n",
"license_type": "no_license",
"detected_licenses... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 185,
"all_permissive": false
} |
ansible_role | robeel/openstack-ansible | 4a1b1ab5488b82edd75e91a489491f6cbaed0191 | 0 | roles/common | 7,417 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "- name: Install base dependencies\n apt:\n name:\n - git\n - curl\n - python3-pip\n update_cache: yes\n\n- name: Add stack user\n user:\n name: \"{{ stack_user }}\"\n shell: /bin/bash\n create_home: yes\n",
"license_typ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 221,
"all_permissive": false
} |
ansible_role | robeel/openstack-ansible | 4a1b1ab5488b82edd75e91a489491f6cbaed0191 | 0 | roles/devstack | 7,417 | [
"no_license"
] | [
{
"path": "roles/devstack/tasks/simulate_scaling.yml",
"content": "\n- name: Simulate Nova auto-scaling with Heat stack\n shell: |\n source /opt/devstack/openrc admin admin\n openstack stack create -t https://raw.githubusercontent.com/openstack/heat-templates/master/hot/nova-server.yaml autoscale-sim... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 5033,
"all_permissive": false
} |
ansible_role | micheletest/proxmox | a3a2f5f30b4465b05f58becd00966f648f774b32 | 0 | ansible/roles/authelia | 7,417 | [
"no_license"
] | [
{
"path": "ansible/roles/authelia/templates/users.yml.j2",
"content": "users:\n {{ authelia_user }}:\n password: \"{{ <PASSWORD> }}\"\n displayname: \"<NAME>\"\n groups:\n - admins\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 116
},
{
"path": "a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2593,
"all_permissive": false
} |
ansible_role | micheletest/proxmox | a3a2f5f30b4465b05f58becd00966f648f774b32 | 0 | ansible/roles/bootstrap-proxmox | 7,417 | [
"no_license"
] | [
{
"path": "ansible/roles/bootstrap-proxmox/tasks/safe_upgrades.yml",
"content": "- name: Update apt cache\n become: true\n become_method: sudo\n become_flags: \"-H -n\"\n apt:\n update_cache: yes\n\n- name: List available upgradable packages\n become: true\n become_method: sudo\n become_flags: \"-... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4679,
"all_permissive": false
} |
ansible_role | micheletest/proxmox | a3a2f5f30b4465b05f58becd00966f648f774b32 | 0 | ansible/roles/caddy | 7,417 | [
"no_license"
] | [
{
"path": "ansible/roles/caddy/handlers/main.yml",
"content": "- name: Reload systemd and restart caddy\n systemd:\n daemon_reload: yes\n name: caddy\n state: restarted\n enabled: yes\n\n- name: Restart caddy\n systemd:\n name: caddy\n state: restarted\n enabled: yes\n",
"license_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1634,
"all_permissive": false
} |
ansible_role | JGjorgji/ansible-roles | a0c05da9790b6e912d259989dc6eae0291d02591 | 0 | roles/admin-utils | 7,417 | [
"no_license"
] | [
{
"path": "roles/admin-utils/README.md",
"content": "Install packages which i consider usefull for server administration, should work on most distros which have simillar packages names, uses the ansible packages module.",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 166
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 374,
"all_permissive": false
} |
ansible_role | JGjorgji/ansible-roles | a0c05da9790b6e912d259989dc6eae0291d02591 | 0 | roles/debian-certbot-dns | 7,417 | [
"no_license"
] | [
{
"path": "roles/debian-certbot-dns/tasks/main.yml",
"content": "---\n- name: Install certbot\n apt:\n pkg:\n - certbot\n - python3-certbot-dns-cloudflare\n\n- name: Create letsencrypt dir\n file:\n path: /etc/letsencrypt\n state: directory\n owner: root\n group: root\n mode: \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 853,
"all_permissive": false
} |
ansible_role | JGjorgji/ansible-roles | a0c05da9790b6e912d259989dc6eae0291d02591 | 0 | roles/debian-docker-ce | 7,417 | [
"no_license"
] | [
{
"path": "roles/debian-docker-ce/tasks/main.yml",
"content": "---\n- name: Install repo adding deps\n apt:\n pkg:\n - apt-transport-https\n - lsb-release\n - ca-certificates\n - curl\n - gnupg\n\n- name: Download key for docker repo\n get_url:\n url: https://download.docker... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 924,
"all_permissive": false
} |
ansible_role | JGjorgji/ansible-roles | a0c05da9790b6e912d259989dc6eae0291d02591 | 0 | roles/debian-mailserver | 7,417 | [
"no_license"
] | [
{
"path": "roles/debian-mailserver/tasks/main.yml",
"content": "---\n- name: Generate DH key\n command: openssl dhparam -out /etc/ssl/private/dhparam2048.pem 2048\n args:\n creates: /etc/ssl/private/dhparam2048.pem\n\n- import_tasks: postfix.yml\n tags: [postfix]\n- import_tasks: dovecot.yml\n tags: ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 5209,
"all_permissive": false
} |
ansible_role | JGjorgji/ansible-roles | a0c05da9790b6e912d259989dc6eae0291d02591 | 0 | roles/debian-nextcloud | 7,417 | [
"no_license"
] | [
{
"path": "roles/debian-nextcloud/README.md",
"content": "Sets up the environment for nextcloud\n\nWorks on: \n* Debian Buster\n\n\nVariables: \n```\nnextcloud_server_names - list of domains\n```\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 131
},
{
"path": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3423,
"all_permissive": false
} |
ansible_role | JGjorgji/ansible-roles | a0c05da9790b6e912d259989dc6eae0291d02591 | 0 | roles/debian-nginx | 7,417 | [
"no_license"
] | [
{
"path": "roles/debian-nginx/README.md",
"content": "Just install plain nginx on Debian with some SSL and header configurations for hardening.\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 90
},
{
"path": "roles/debian-nginx/tasks/main.yml",
"content": "--... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 420,
"all_permissive": false
} |
ansible_role | JGjorgji/ansible-roles | a0c05da9790b6e912d259989dc6eae0291d02591 | 0 | roles/debian-php-surry-repo | 7,417 | [
"no_license"
] | [
{
"path": "roles/debian-php-surry-repo/tasks/main.yml",
"content": "---\n- name: Install repo adding deps\n apt:\n pkg:\n - apt-transport-https\n - lsb-release\n - ca-certificates\n - curl\n state: present\n\n- name: Add key for surry repos\n get_url:\n url: https://packages.s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 503,
"all_permissive": false
} |
ansible_role | JGjorgji/ansible-roles | a0c05da9790b6e912d259989dc6eae0291d02591 | 0 | roles/debian-postgresql | 7,417 | [
"no_license"
] | [
{
"path": "roles/debian-postgresql/README.md",
"content": "Install postgres 11 on Debian Buster. \n\nVariables: \n```\ndb_admin_password\ndb_admin_username\n```\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 98
},
{
"path": "roles/debian-postgresql/tasks/main.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 594,
"all_permissive": false
} |
ansible_role | JGjorgji/ansible-roles | a0c05da9790b6e912d259989dc6eae0291d02591 | 0 | roles/debian-roundcube | 7,417 | [
"no_license"
] | [
{
"path": "roles/debian-roundcube/tasks/main.yml",
"content": "---\n- name: create user\n user:\n name: roundcube\n comment: roundcube service user\n\n- name: create directory\n file:\n path: /srv/roundcube\n owner: roundcube\n group: roundcube\n\n- name: php-fpm config\n copy:\n src: p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2221,
"all_permissive": false
} |
ansible_role | JGjorgji/ansible-roles | a0c05da9790b6e912d259989dc6eae0291d02591 | 0 | roles/dnsmasq | 7,417 | [
"no_license"
] | [
{
"path": "roles/dnsmasq/templates/dnsmasq.conf.j2",
"content": "# Configuration file for dnsmasq.\n#\n# Format is one option per line, legal options are the same\n# as the long options legal on the command line. See\n# \"/usr/sbin/dnsmasq --help\" or \"man 8 dnsmasq\" for details.\n\n# Listen on this speci... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 6020,
"all_permissive": false
} |
ansible_role | JGjorgji/ansible-roles | a0c05da9790b6e912d259989dc6eae0291d02591 | 0 | roles/docker-keycloak | 7,417 | [
"no_license"
] | [
{
"path": "roles/docker-keycloak/tasks/main.yml",
"content": "---\n- name: Create compose dir\n file:\n path: /srv/docker/keycloak\n state: directory\n\n- name: Copy compose file\n copy:\n src: docker-compose.yml\n dest: /srv/docker/keycloak/docker-compose.yml\n\n- name: Template vars env file... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1776,
"all_permissive": false
} |
ansible_role | JGjorgji/ansible-roles | a0c05da9790b6e912d259989dc6eae0291d02591 | 0 | roles/openvpn-server | 7,417 | [
"no_license"
] | [
{
"path": "roles/openvpn-server/templates/ovpn-client.j2",
"content": "client\nremote {{ openvpn_remote }}\ntopology {{ openvpn_topology }}\ndev tun\nproto udp\nnobind\nresolv-retry infinite\npersist-key\npersist-tun\nverb 3\nremote-cert-tls server\nns-cert-type server\nkey-direction 1\n\ncipher AES-256-CBC... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4357,
"all_permissive": false
} |
ansible_role | JGjorgji/ansible-roles | a0c05da9790b6e912d259989dc6eae0291d02591 | 0 | roles/restic-backups | 7,417 | [
"no_license"
] | [
{
"path": "roles/restic-backups/tasks/main.yml",
"content": "---\n- name: Template service file\n template:\n src: restic-backup.service.j2\n dest: /etc/systemd/system/restic-backup-{{ service_name }}.service\n\n- name: Template timer file\n template:\n src: restic-backup.timer.j2\n dest: /etc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1509,
"all_permissive": false
} |
ansible_role | JGjorgji/ansible-roles | a0c05da9790b6e912d259989dc6eae0291d02591 | 0 | roles/restic-install | 7,417 | [
"no_license"
] | [
{
"path": "roles/restic-install/tasks/main.yml",
"content": "---\n- name: Download restic\n get_url:\n url: https://github.com/restic/restic/releases/download/v0.16.0/restic_0.16.0_linux_amd64.bz2\n dest: /tmp/restic.bz2\n checksum: sha256:492387572bb2c4de904fa400636e05492e7200b331335743d46f2f2874... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 712,
"all_permissive": false
} |
ansible_role | JGjorgji/ansible-roles | a0c05da9790b6e912d259989dc6eae0291d02591 | 0 | roles/samba | 7,417 | [
"no_license"
] | [
{
"path": "roles/samba/README.md",
"content": "Ansible role to install and configure samba for file sharing.\n\nCurrently works with:\n* CentOS\n\n\nConfiguration options are given like the samba config file only in an ansible dict, below is an example for the main config.\nUnderscores are replaced with whi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2848,
"all_permissive": false
} |
ansible_role | JGjorgji/ansible-roles | a0c05da9790b6e912d259989dc6eae0291d02591 | 0 | roles/secure-ssh | 7,417 | [
"no_license"
] | [
{
"path": "roles/secure-ssh/README.md",
"content": "Secure SSH by providing more secure configs, including turning off support for old and insecure ciphers and algorithms.\nIf the below variables are provided we use a local ssh CA to sign the server so we can use the SSH CA system.\n\nVariables:\n```\nssh_c... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3778,
"all_permissive": false
} |
ansible_role | foulou01/DevOps_FOURQUET | bc1a6990376e3486fc4c7e9da2bc8faddb1e0703 | 0 | ansible/roles/create_network | 7,417 | [
"no_license"
] | [
{
"path": "ansible/roles/create_network/tasks/main.yml",
"content": "---\n# tasks file for roles/create_network\n- name: Create Docker network app-network\n docker_network:\n name: app-network\n state: present\n\n- name: Create Docker network app-network2\n docker_network:\n name: app-network2\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 247,
"all_permissive": false
} |
ansible_role | foulou01/DevOps_FOURQUET | bc1a6990376e3486fc4c7e9da2bc8faddb1e0703 | 0 | ansible/roles/env | 7,417 | [
"no_license"
] | [
{
"path": "ansible/roles/env/tasks/main.yml",
"content": "---\n# tasks file for roles/env\n\n- name: Copy env file\n copy:\n src: files/.env\n dest: .env\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 97
},
{
"path": "ansible/roles/env/tasks/files/.env",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 210,
"all_permissive": false
} |
ansible_role | foulou01/DevOps_FOURQUET | bc1a6990376e3486fc4c7e9da2bc8faddb1e0703 | 0 | ansible/roles/launch_app | 7,417 | [
"no_license"
] | [
{
"path": "ansible/roles/launch_app/tasks/main.yml",
"content": "---\n# tasks file for roles/launch_app\n- name: Run simpleapi container without .env file\n docker_container:\n name: ecstatic_satoshi\n image: louisfrqt/simpleapi:latest\n networks:\n - name: app-network\n - name: app-netw... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 313,
"all_permissive": false
} |
ansible_role | foulou01/DevOps_FOURQUET | bc1a6990376e3486fc4c7e9da2bc8faddb1e0703 | 0 | ansible/roles/launch_database | 7,417 | [
"no_license"
] | [
{
"path": "ansible/roles/launch_database/tasks/main.yml",
"content": "---\n# tasks file for roles/launch_database\n- name: Run database container without .env file\n docker_container:\n name: db\n image: louisfrqt/my_db:latest\n networks:\n - name: app-network\n restart_policy: unless-stop... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 307,
"all_permissive": false
} |
ansible_role | foulou01/DevOps_FOURQUET | bc1a6990376e3486fc4c7e9da2bc8faddb1e0703 | 0 | ansible/roles/launch_proxy | 7,417 | [
"no_license"
] | [
{
"path": "ansible/roles/launch_proxy/tasks/main.yml",
"content": "---\n# tasks file for roles/launch_proxy\n- name: Run proxy container\n docker_container:\n name: my-apache\n image: louisfrqt/my-apache:latest\n networks:\n - name: app-network2\n ports:\n - \"80:80\"\n restart_pol... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 237,
"all_permissive": false
} |
ansible_role | julianobarbosa/Ansible-ServiceTemplate | 622fcbb342dd29c9327ba8b5afaf0cef7d94d077 | 0 | roles/common | 7,417 | [
"no_license"
] | [
{
"path": "roles/common/templates/TEMPLATE.conf.j2",
"content": "#\n# This file is managed by Ansible\n#\n# --- DO NOT MODIFY MANUALLY ---\n#\n#\n# TEMPLATE_static.conf file\n\nvariable1 = {{ var1 }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 130
},
{
"pa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1193,
"all_permissive": false
} |
ansible_role | kashiwaguma-hiro/ansistrano_sample | 5ca7168f62472830abc0834175e947b3b7e26d10 | 0 | ansible/roles/api | 7,417 | [
"no_license"
] | [
{
"path": "ansible/roles/api/tasks/stop.yml",
"content": "---\r\n- name: Stopping API\r\n command: echo \"stopping api...\"\r\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 62
},
{
"path": "ansible/roles/api/tasks/start.yml",
"content": "---\r\n- name: Star... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 124,
"all_permissive": false
} |
ansible_role | kashiwaguma-hiro/ansistrano_sample | 5ca7168f62472830abc0834175e947b3b7e26d10 | 0 | ansible/roles/zabbix | 7,417 | [
"no_license"
] | [
{
"path": "ansible/roles/zabbix/tasks/maintenance_off.yml",
"content": "---\n- name: Zabbix mainte mode off\n command: echo \"Zabbix mainte mode off\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
},
{
"path": "ansible/roles/zabbix/tasks/maintenance_on.yml"... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 150,
"all_permissive": false
} |
ansible_role | kalyanlinuxcloud/repo_1 | d78055927ac9ddd7d2ab37775d85b5773a6142f6 | 0 | ansible/roles/doubletask | 7,417 | [
"no_license"
] | [
{
"path": "ansible/roles/doubletask/tasks/main.yml",
"content": "- name: install awscli\n apt:\n name: awscli\n state: present\n tags:\n - awscl\n\n- name: install tree\n apt:\n name: tree\n state: present\n tags:\n - tre\n",
"license_type": "no_license",
"detected_licenses":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 169,
"all_permissive": false
} |
ansible_role | kalyanlinuxcloud/repo_1 | d78055927ac9ddd7d2ab37775d85b5773a6142f6 | 0 | ansible/roles/file | 7,417 | [
"no_license"
] | [
{
"path": "ansible/roles/file/tasks/main.yml",
"content": "- name: create file chan\n file:\n path: /home/ubuntu/chan\n owner: ubuntu\n group: ubuntu\n state: touch\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 110
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 110,
"all_permissive": false
} |
ansible_role | kalyanlinuxcloud/repo_1 | d78055927ac9ddd7d2ab37775d85b5773a6142f6 | 0 | ansible/roles/install | 7,417 | [
"no_license"
] | [
{
"path": "ansible/roles/install/tasks/main.yml",
"content": "#- name: apt-get update\n# apt:\n# update_cache: yes\n\n\n#- name: Install apache2\n# apt:\n# name: apache2\n# state: absent\n\n\n#- name: Install zip\n# apt:\n# name: zip\n# state: present\n\n\n#- name: Install unzip\n# apt:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2408,
"all_permissive": false
} |
ansible_role | kalyanlinuxcloud/repo_1 | d78055927ac9ddd7d2ab37775d85b5773a6142f6 | 0 | ansible/roles/maven | 7,417 | [
"no_license"
] | [
{
"path": "ansible/roles/maven/tasks/main.yml",
"content": "- name: install maven\n become: yes\n apt: pkg={{ item }} state=latest update_cache=yes\n with_items:\n - maven\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 114
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 114,
"all_permissive": false
} |
ansible_role | kalyanlinuxcloud/repo_1 | d78055927ac9ddd7d2ab37775d85b5773a6142f6 | 0 | ansible/roles/setup | 7,417 | [
"no_license"
] | [
{
"path": "ansible/roles/setup/tasks/main.yml",
"content": "\n- name: create directory jackie\n file:\n path: /home/pawan/jackie\n owner: pawan\n group: pawan\n state: directory\n\n- name: create directory ansible\n file:\n path: /home/pawan/ansible\n owner: pawan\n group: pawan\n state: d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 371,
"all_permissive": false
} |
ansible_role | shhan0226/CCCR-Ansible | f5c90e68b12d1f36aa1225396966b0a714d97b77 | 0 | EXAM/roles/haproxy | 7,417 | [
"no_license"
] | [
{
"path": "EXAM/roles/haproxy/tasks/main.yml",
"content": "---\n# tasks file for roles/haproxy\n - name: ensure httpd services is installed\n yum: \n name: httpd\n state: latest\n\n - name: fierwalld enable\n firewalld:\n service: http\n permanent: true\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 761,
"all_permissive": false
} |
ansible_role | shhan0226/CCCR-Ansible | f5c90e68b12d1f36aa1225396966b0a714d97b77 | 0 | EXAM/roles/web | 7,417 | [
"no_license"
] | [
{
"path": "EXAM/roles/web/tasks/setup-RedHot.yml",
"content": "- name: Install {{ pkg_name }} Package\n yum: \n name: \"{{ pkg_name }}\"\n state: latest\n\n- name: Start the {{ svc_name }} Service\n service:\n name: \"{{ svc_name }}\"\n state: started\n enabled: true\n\n- name: Open the {{... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 737,
"all_permissive": false
} |
ansible_role | shhan0226/CCCR-Ansible | f5c90e68b12d1f36aa1225396966b0a714d97b77 | 0 | ansible2/roles/dockerInstaller | 7,417 | [
"no_license"
] | [
{
"path": "ansible2/roles/dockerInstaller/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/dockerInstaller",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
},
{
"path": "ansible2/roles/dockerInstaller/tasks/main.yml... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 401,
"all_permissive": false
} |
ansible_role | shhan0226/CCCR-Ansible | f5c90e68b12d1f36aa1225396966b0a714d97b77 | 0 | roles_ex/roles/Install | 7,417 | [
"no_license"
] | [
{
"path": "roles_ex/roles/Install/tasks/main.yml",
"content": "---\n# tasks file for roles/Install\n\n\n- include_tasks: setup-RedHot.yml\n when: ansible_os_family == 'RedHat'\n\n- include_tasks: setup-Debian.yml\n when: ansible_os_family == 'Debian'\n\n\n\n\n",
"license_type": "no_license",
"dete... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 656,
"all_permissive": false
} |
ansible_role | shhan0226/CCCR-Ansible | f5c90e68b12d1f36aa1225396966b0a714d97b77 | 0 | roles_ex/roles/go | 7,417 | [
"no_license"
] | [
{
"path": "roles_ex/roles/go/tasks/main.yml",
"content": "---\n# tasks file for roles/go\n- name: incloud tasks\n import_tasks: tasks/install.yml\n \n- name: compy index.html\n copy:\n src: index.html\n dest: /var/www/html/index.html\n\n\n",
"license_type": "no_license",
"detected_licenses"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 254,
"all_permissive": false
} |
ansible_role | shhan0226/CCCR-Ansible | f5c90e68b12d1f36aa1225396966b0a714d97b77 | 0 | roles_ex/roles/go2 | 7,417 | [
"no_license"
] | [
{
"path": "roles_ex/roles/go2/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/go2",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
},
{
"path": "roles_ex/roles/go2/defaults/main.yml",
"content": "---\n# default... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 310,
"all_permissive": false
} |
ansible_role | bartmichu/ubuntu_maintenance_collection | ca068e7fb67bcd835fffa25d2eeff8f597ec1f05 | 1 | roles/account_shutdown | 7,417 | [
"no_license"
] | [
{
"path": "roles/account_shutdown/defaults/main.yaml",
"content": "umc_shutdown_account_name: \"\"\numc_shutdown_account_key_path: \"\"\numc_shutdown_account_allowed_ip: \"*\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 101
},
{
"path": "roles/account_shutdow... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4975,
"all_permissive": false
} |
ansible_role | bartmichu/ubuntu_maintenance_collection | ca068e7fb67bcd835fffa25d2eeff8f597ec1f05 | 1 | roles/packages_needrestart | 7,417 | [
"no_license"
] | [
{
"path": "roles/packages_needrestart/tasks/main.yaml",
"content": "- name: Install needrestart releated packages\n become: true\n ansible.builtin.apt:\n force_apt_get: false\n name:\n - libpam-systemd\n - needrestart\n state: present\n update_cache: false\n",
"license_type": "no... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 877,
"all_permissive": false
} |
ansible_role | bartmichu/ubuntu_maintenance_collection | ca068e7fb67bcd835fffa25d2eeff8f597ec1f05 | 1 | roles/packages_update_cache | 7,417 | [
"no_license"
] | [
{
"path": "roles/packages_update_cache/README.md",
"content": "# packages_update_cache\n\nThis Ansible role updates the APT package repositories cache on Ubuntu systems.\n\n## Description\n\nThe `packages_update_cache` role uses the `ansible.builtin.apt` module to refresh the local cache of available packag... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 741,
"all_permissive": false
} |
ansible_role | bartmichu/ubuntu_maintenance_collection | ca068e7fb67bcd835fffa25d2eeff8f597ec1f05 | 1 | roles/packages_upgrade_all | 7,417 | [
"no_license"
] | [
{
"path": "roles/packages_upgrade_all/tasks/main.yaml",
"content": "- name: Upgrade all installed packages\n become: true\n ansible.builtin.apt:\n force_apt_get: true\n upgrade: \"yes\"\n register: _umc_upgrade_result\n\n- name: Set host facts\n become: false\n ansible.builtin.set_fact:\n _umc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1048,
"all_permissive": false
} |
ansible_role | bartmichu/ubuntu_maintenance_collection | ca068e7fb67bcd835fffa25d2eeff8f597ec1f05 | 1 | roles/packages_upgrade_check | 7,417 | [
"no_license"
] | [
{
"path": "roles/packages_upgrade_check/README.md",
"content": "# packages_upgrade_check\n\nThis Ansible role checks for available package upgrades, including security upgrades, on Ubuntu systems and registers them as host facts.\n\n## Description\n\nThe `packages_upgrade_check` role uses `apt-get --simulat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2113,
"all_permissive": false
} |
ansible_role | bartmichu/ubuntu_maintenance_collection | ca068e7fb67bcd835fffa25d2eeff8f597ec1f05 | 1 | roles/packages_upgrade_security | 7,417 | [
"no_license"
] | [
{
"path": "roles/packages_upgrade_security/tasks/main.yaml",
"content": "- name: Install security upgrades\n become: true\n ansible.builtin.shell:\n cmd: >\n set -o pipefail &&\n /usr/bin/apt list --upgradeable |\n /usr/bin/grep '-security' |\n /usr/bin/cut --delimiter \\/ --fields... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1217,
"all_permissive": false
} |
ansible_role | bartmichu/ubuntu_maintenance_collection | ca068e7fb67bcd835fffa25d2eeff8f597ec1f05 | 1 | roles/services_restart | 7,417 | [
"no_license"
] | [
{
"path": "roles/services_restart/README.md",
"content": "# services_restart\n\nThis Ansible role restarts services on the target system that require a restart, using `needrestart`.\n\n## Description\n\nThe `services_restart` role uses the `needrestart` utility to identify and restart services that require ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 625,
"all_permissive": false
} |
ansible_role | bartmichu/ubuntu_maintenance_collection | ca068e7fb67bcd835fffa25d2eeff8f597ec1f05 | 1 | roles/services_restart_check | 7,417 | [
"no_license"
] | [
{
"path": "roles/services_restart_check/README.md",
"content": "# services_restart_check\n\nThis Ansible role uses `needrestart` to identify services that require a restart and registers them as a host fact.\n\n## Description\n\nThe `services_restart_check` role leverages the `needrestart` utility to determ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1147,
"all_permissive": false
} |
ansible_role | bartmichu/ubuntu_maintenance_collection | ca068e7fb67bcd835fffa25d2eeff8f597ec1f05 | 1 | roles/system_reboot | 7,417 | [
"no_license"
] | [
{
"path": "roles/system_reboot/tasks/main.yaml",
"content": "- name: Reboot system\n become: true\n ansible.builtin.reboot:\n post_reboot_delay: \"{{ umc_post_reboot_delay }}\"\n register: _umc_reboot_result\n\n- name: Set host facts # noqa: no-handler\n when: _umc_reboot_result.changed\n become: fa... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1065,
"all_permissive": false
} |
ansible_role | bartmichu/ubuntu_maintenance_collection | ca068e7fb67bcd835fffa25d2eeff8f597ec1f05 | 1 | roles/system_reboot_check | 7,417 | [
"no_license"
] | [
{
"path": "roles/system_reboot_check/tasks/main.yaml",
"content": "- name: Check for reboot-required flag file\n become: false\n ansible.builtin.stat:\n get_checksum: false\n path: /var/run/reboot-required\n register: _umc_reboot_sentinel_check\n\n- name: Set host facts\n become: false\n ansible.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1010,
"all_permissive": false
} |
ansible_role | bartmichu/ubuntu_maintenance_collection | ca068e7fb67bcd835fffa25d2eeff8f597ec1f05 | 1 | roles/system_shutdown | 7,417 | [
"no_license"
] | [
{
"path": "roles/system_shutdown/tasks/main.yaml",
"content": "- name: Shutdown system\n become: true\n community.general.shutdown:\n delay: \"{{ umc_shutdown_delay }}\"\n msg: \"{{ umc_shutdown_message }}\"\n register: _umc_shutdown_result\n\n- name: Set host facts # noqa: no-handler\n when: _umc... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1340,
"all_permissive": false
} |
ansible_role | KenezViktor/tasktap | 4a12bb5159956f56f7ec704d27899bd78898f933 | 0 | ansible-playbook/roles/base | 7,417 | [
"no_license"
] | [
{
"path": "ansible-playbook/roles/base/tasks/main.yml",
"content": "---\n- name: \"Set hostname\"\n ansible.builtin.hostname:\n name: \"{{ inventory_hostname }}\"\n\n- name: \"Install NFS common\"\n ansible.builtin.apt:\n name: nfs-common\n state: present\n\n- name: \"Ensure shared dir exists\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1078,
"all_permissive": false
} |
ansible_role | KenezViktor/tasktap | 4a12bb5159956f56f7ec704d27899bd78898f933 | 0 | ansible-playbook/roles/deploy | 7,417 | [
"no_license"
] | [
{
"path": "ansible-playbook/roles/deploy/defaults/main.yaml",
"content": "# image versions\napp_image: \"shinsenter/php:8.0-fpm-apache\"\n# app_image: \"shinsenter/php:8.1-fpm-apache\"\nfrontendproxy_image: \"nginx:1.26-bookworm\"\ndatabase_image: \"mariadb:lts\"\nphpmyadmin_image: \"phpmyadmin:latest\"\n\n... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5131,
"all_permissive": false
} |
ansible_role | KenezViktor/tasktap | 4a12bb5159956f56f7ec704d27899bd78898f933 | 0 | ansible-playbook/roles/managers | 7,417 | [
"no_license"
] | [
{
"path": "ansible-playbook/roles/managers/tasks/main.yml",
"content": "---\n- name: \"Install jsondiff\"\n ansible.builtin.apt:\n name: python3-jsondiff\n state: present\n\n- name: \"Install passlib\"\n ansible.builtin.apt:\n name: python3-passlib\n state: present\n\n- name: \"Init cluster\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 651,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.