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 | mz314/k8s-cluster | 23094ce2d19b8c61578ce60596c6a7b7940d1142 | 0 | ansible/roles/node_setup | 7,456 | [
"no_license"
] | [
{
"path": "ansible/roles/node_setup/tasks/local_registry.yml",
"content": "- name: Check if registry flag set\n stat:\n path: \"/var/registry_hosts_added\"\n register: reg_flag\n\n- name: Add to /etc/hosts\n shell:\n echo 172.16.58.3 registry.local >> /etc/hosts && touch /var/registry_hosts_added\n ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1870,
"all_permissive": false
} |
ansible_role | mz314/k8s-cluster | 23094ce2d19b8c61578ce60596c6a7b7940d1142 | 0 | ansible/roles/registry | 7,456 | [
"no_license"
] | [
{
"path": "ansible/roles/registry/tasks/main.yml",
"content": "- name: Check if registry flag is set\n stat:\n path: \"~/.registry_configured\"\n register: reg_file\n\n- name: Setup registry\n block:\n - name: Enable docker service\n shell: sudo systemctl enable docker\n\n - name: Start doc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1524,
"all_permissive": false
} |
ansible_role | mz314/k8s-cluster | 23094ce2d19b8c61578ce60596c6a7b7940d1142 | 0 | ansible/roles/system_setup | 7,456 | [
"no_license"
] | [
{
"path": "ansible/roles/system_setup/tasks/install_packages.yml",
"content": "- name: Remove conflict # todo - this could be done in packer\n community.general.pacman:\n name:\n - iptables\n force: true\n state: absent\n\n- name: Install packages\n community.general.pacman:\n name:\n ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1637,
"all_permissive": false
} |
ansible_role | kentjmv/HOA4_VIERNES | 0a7a497c78aa0ce26415183ae7e36a58634db5e7 | 0 | roles/Logstash | 7,536 | [
"no_license"
] | [
{
"path": "roles/Logstash/tasks/main.yml",
"content": "---\n# tasks file for roles/Logstash\n\n- name: Start and Enable Logstash (Ubuntu)\n service:\n name: logstash\n state: started\n enabled: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 146
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 146,
"all_permissive": false
} |
ansible_role | kentjmv/HOA4_VIERNES | 0a7a497c78aa0ce26415183ae7e36a58634db5e7 | 0 | roles/LogstashCentos | 7,536 | [
"no_license"
] | [
{
"path": "roles/LogstashCentos/tasks/main.yml",
"content": "---\n# tasks file for roles/LogstashCentos\n\n- name: Start and Enable logstash (CentOS)\n service:\n name: logstash\n state: started\n enabled: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 152... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 358,
"all_permissive": false
} |
ansible_role | kentjmv/HOA4_VIERNES | 0a7a497c78aa0ce26415183ae7e36a58634db5e7 | 0 | roles/installpkgcentos | 7,536 | [
"no_license"
] | [
{
"path": "roles/installpkgcentos/handlers/main.yml",
"content": "---\n# handlers file for roles/installpkgcentos",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 46
},
{
"path": "roles/installpkgcentos/vars/main.yml",
"content": "---\n# vars file for roles/inst... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 376,
"all_permissive": false
} |
ansible_role | kentjmv/HOA4_VIERNES | 0a7a497c78aa0ce26415183ae7e36a58634db5e7 | 0 | roles/installpkgubuntu | 7,536 | [
"no_license"
] | [
{
"path": "roles/installpkgubuntu/vars/main.yml",
"content": "---\n# vars file for roles/installpkgubuntu",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 42
},
{
"path": "roles/installpkgubuntu/handlers/main.yml",
"content": "---\n# handlers file for roles/inst... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 384,
"all_permissive": false
} |
ansible_role | kentjmv/HOA4_VIERNES | 0a7a497c78aa0ce26415183ae7e36a58634db5e7 | 0 | roles/stopfirewalld | 7,536 | [
"no_license"
] | [
{
"path": "roles/stopfirewalld/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/stopfirewalld",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 77
},
{
"path": "roles/stopfirewalld/defaults/main.yml",
"content": "--... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 321,
"all_permissive": false
} |
ansible_role | kentjmv/HOA4_VIERNES | 0a7a497c78aa0ce26415183ae7e36a58634db5e7 | 0 | roles/stopufw | 7,536 | [
"no_license"
] | [
{
"path": "roles/stopufw/tasks/main.yml",
"content": "---\n# tasks file for roles/stopufw\n\n- name: Stopping UFW\n service:\n name: ufw\n state: stopped\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 101
},
{
"path": "roles/stopufw/vars/main.yml",
"c... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 279,
"all_permissive": false
} |
ansible_role | bradynathan/example_project | b58f7c18f3997805592b4eedb33458e6a4623966 | 0 | roles/sample_role | 7,536 | [
"no_license"
] | [
{
"path": "roles/sample_role/vars/main.yml",
"content": "---\n# vars file for sample_role",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "roles/sample_role/handlers/main.yml",
"content": "---\n# handlers file for sample_role",
"license_type... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 287,
"all_permissive": false
} |
ansible_role | yaskinny/task | 4a8cb2fe5ad8c5caccb2aed5f87dca8dd0190297 | 0 | roles/fw | 7,536 | [
"no_license"
] | [
{
"path": "roles/fw/tasks/ctstate.yaml",
"content": "---\n## !NOTE:\n## Accept established/related packets as soon as possible for better performance\n- name: Fw | ansible.builtin.iptables | accept established/related packets - INPUT\n ansible.builtin.iptables:\n table: filter\n chain: INPUT\n sta... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 8347,
"all_permissive": false
} |
ansible_role | yaskinny/task | 4a8cb2fe5ad8c5caccb2aed5f87dca8dd0190297 | 0 | roles/nginx | 7,536 | [
"no_license"
] | [
{
"path": "roles/nginx/handlers/main.yaml",
"content": "---\n- name: Nginx | reload nginx\n become: true\n ansible.builtin.systemd_service:\n name: nginx\n state: reloaded\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 119
},
{
"path": "roles/nginx/templ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 12285,
"all_permissive": false
} |
ansible_role | pkmishra/devoxx-ansible | 9a4c843b7b33483fb2a0650557fef894f8bfeb96 | 0 | deployment/roles/tomcat-deploy | 7,536 | [
"no_license"
] | [
{
"path": "deployment/roles/tomcat-deploy/vars/main.yml",
"content": "---\n# Deployment source file path\ndeploy_source: '{{ app.name }}-{{ app.version }}.war'\n# Deployment target file path\ndeploy_target: '{{ tomcat_home }}/webapps/ROOT.war'\n# Maximum number of seconds to wait for given port to be opened... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1160,
"all_permissive": false
} |
ansible_role | pkmishra/devoxx-ansible | 9a4c843b7b33483fb2a0650557fef894f8bfeb96 | 0 | provisioning/roles/haproxy | 7,536 | [
"no_license"
] | [
{
"path": "provisioning/roles/haproxy/tasks/main.yml",
"content": "---\n# Installs haproxy using yum\n- name: Install haproxy\n yum: name=haproxy state=present\n\n# Enables haproxy on startup\n- name: Enable haproxy on startup\n copy: src=default.cfg dest=/etc/default/haproxy\n notify: reload haproxy\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2429,
"all_permissive": false
} |
ansible_role | pkmishra/devoxx-ansible | 9a4c843b7b33483fb2a0650557fef894f8bfeb96 | 0 | provisioning/roles/tomcat | 7,536 | [
"no_license"
] | [
{
"path": "provisioning/roles/tomcat/vars/main.yml",
"content": "---\n# Tomcat tgz file name\ntomcat_package: 'apache-tomcat-{{ tomcat_version }}.tar.gz'\n# Tomcat package source url\ntomcat_url: 'http://www.eu.apache.org/dist/tomcat/tomcat-8/v{{ tomcat_version }}/bin/{{ tomcat_package }}'\n",
"license_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1673,
"all_permissive": false
} |
ansible_role | mchum/oracle-minecraft | a726d48630291ea3110499f7f682a2d79866b94a | 0 | ansible/roles/minecraft | 7,536 | [
"no_license"
] | [
{
"path": "ansible/roles/minecraft/tasks/main.yaml",
"content": "---\n- debug: var=operation\n- include_tasks: install.yaml\n when: \"'{{ operation }}' == 'install'\"\n\n# Backup only if backups exist\n- name: Ensure world is available to download\n stat:\n path: \"{{ install_dir }}/world/\"\n registe... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3554,
"all_permissive": false
} |
ansible_role | Kabanitos/backup | bdeb54adbd5431592fed63f835047b187df67d24 | 0 | ansible/roles/client | 7,536 | [
"no_license"
] | [
{
"path": "ansible/roles/client/tasks/main.yml",
"content": "---\n- name: Generate ssh key\n ansible.builtin.user:\n name: root\n generate_ssh_key: yes\n ssh_key_bits: 2048\n ssh_key_file: .ssh/id_rsa\n\n- name: view ssh key pub\n shell: cat /root/.ssh/id_rsa.pub\n register: ssh_key_client\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1689,
"all_permissive": false
} |
ansible_role | Kabanitos/backup | bdeb54adbd5431592fed63f835047b187df67d24 | 0 | ansible/roles/server | 7,536 | [
"no_license"
] | [
{
"path": "ansible/roles/server/tasks/main.yml",
"content": "---\n- name: Create user\n ansible.builtin.user:\n name: borg\n home: /home/borg\n shell: /bin/bash\n \n- name: Create path /var/backup\n ansible.builtin.file:\n path: /var/backup\n state: directory\n owner: borg\n group: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1144,
"all_permissive": false
} |
ansible_role | mcking-07/ansible-docker | 630bc802aef931afbb1ab2e25c1d267399d523a5 | 0 | roles/docker | 7,536 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: add docker apt-key\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n\n- name: add docker apt-repo\n apt_repository:\n repo: deb https://download.docker.com/linux/ubuntu bionic stable\n state: pres... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 741,
"all_permissive": false
} |
ansible_role | mcking-07/ansible-docker | 630bc802aef931afbb1ab2e25c1d267399d523a5 | 0 | roles/docker-image | 7,536 | [
"no_license"
] | [
{
"path": "roles/docker-image/tasks/main.yml",
"content": "---\n- name: install docker module for python\n pip:\n name: docker\n\n- name: pull the docker image\n docker_image:\n name: \"server\"\n source: pull\n\n- name: create default containers\n docker_container:\n name: \"docker_container... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 444,
"all_permissive": false
} |
ansible_role | mcking-07/ansible-docker | 630bc802aef931afbb1ab2e25c1d267399d523a5 | 0 | roles/pre-requisites | 7,536 | [
"no_license"
] | [
{
"path": "roles/pre-requisites/tasks/main.yml",
"content": "---\n- name: install apt-transport-https\n apt:\n name: apt-transport-https\n state: present\n update_cache: yes\n\n- name: install ca-certificates\n apt:\n name: ca-certificates\n state: present\n update_cache: yes\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 848,
"all_permissive": false
} |
ansible_role | kelvinator07/DevOps-Project-Three | 98a7008e665cfd074fa4a5429b4e160d26360625 | 0 | .circleci/ansible/roles/deploy | 7,536 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/deploy/tasks/main.yml",
"content": "---\n- name: Update apt packages\n become: yes\n apt:\n update_cache: yes\n\n- name: \"upgrade packages\"\n become: yes\n apt:\n upgrade: yes\n\n- name: remove dependencies that are no longer required\n become: yes\n apt:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1090,
"all_permissive": false
} |
ansible_role | Muazam-khan/ansible | b3dc19cd4fea99498b40fd2739e03203f6b08a50 | 0 | roles/common | 7,536 | [
"no_license"
] | [
{
"path": "roles/common/tasks/create_user.yml",
"content": "- name: Creating {{APPUSER}} account\n ansible.builtin.user:\n name: \"{{APPUSER}}\" \n register: USERINFO \n\n- name: Registering the {{APPUSER}} info\n ansible.builtin.debug:\n msg: Value of user info is {{USERINFO}} ",
"license... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3937,
"all_permissive": false
} |
ansible_role | Muazam-khan/ansible | b3dc19cd4fea99498b40fd2739e03203f6b08a50 | 0 | roles/frontend | 7,536 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/main.yml",
"content": "- name: Installing Nginx\n ansible.builtin.package:\n name: nginx\n state: present\n\n- name: Starting service Nginx\n ansible.builtin.service:\n name: nginx\n state: started\n\n- name: Download and Extract {{COMPONENT}}\n ansible.builtin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1272,
"all_permissive": false
} |
ansible_role | Muazam-khan/ansible | b3dc19cd4fea99498b40fd2739e03203f6b08a50 | 0 | roles/mongodb | 7,536 | [
"no_license"
] | [
{
"path": "roles/mongodb/tasks/main.yml",
"content": "- name: Configuring the {{COMPONENT}} Repo\n ansible.builtin.copy:\n src: mongo.repo # Location of the file on the machine where you're running this script\n dest: /etc/yum.repos.d/mongodb.repo # \n \n- name: Installing {{COMPONENT}} Package... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1224,
"all_permissive": false
} |
ansible_role | Muazam-khan/ansible | b3dc19cd4fea99498b40fd2739e03203f6b08a50 | 0 | roles/mysql | 7,536 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "- name: Configuring the {{COMPONENT}} Repo\n ansible.builtin.copy:\n src: mysql.repo # Location of the file on the machine where you're running this script\n dest: /etc/yum.repos.d/mysql.repo # \n \n- name: Installing {{COMPONENT}} Package\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2700,
"all_permissive": false
} |
ansible_role | Muazam-khan/ansible | b3dc19cd4fea99498b40fd2739e03203f6b08a50 | 0 | roles/rabbitmq | 7,536 | [
"no_license"
] | [
{
"path": "roles/rabbitmq/tasks/main.yml",
"content": "- name: Installing Erlang\n ansible.builtin.shell: curl -s https://packagecloud.io/install/repositories/rabbitmq/erlang/script.rpm.sh | bash\n \n- name: Configuring {{COMPONENT}} repo\n ansible.builtin.shell: curl -s https://packagecloud.io/install... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 831,
"all_permissive": false
} |
ansible_role | Muazam-khan/ansible | b3dc19cd4fea99498b40fd2739e03203f6b08a50 | 0 | roles/redis | 7,536 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/main.yml",
"content": "- name: Configuring the {{COMPONENT}} Repo\n ansible.builtin.copy:\n src: redis.repo # Location of the file on the machine where you're running this script\n dest: /etc/yum.repos.d/redis.repo # \n \n- name: Installing {{COMPONENT}} Package\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 942,
"all_permissive": false
} |
ansible_role | M4gie/vps-web-launcher | 75a39fa9c921dc86209a91148528a1514ea87a88 | 0 | roles/docker | 7,536 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- include_tasks: debian.yml\n when: ansible_os_family == 'Debian'\n\n- name: Install Docker.\n package:\n name: \"{{ docker_package }}\"\n state: \"{{ docker_package_state }}\"\n notify: restart docker\n\n- name: Ensure Docker is started and... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 514,
"all_permissive": false
} |
ansible_role | M4gie/vps-web-launcher | 75a39fa9c921dc86209a91148528a1514ea87a88 | 0 | roles/init | 7,536 | [
"no_license"
] | [
{
"path": "roles/init/tasks/user.yml",
"content": "---\n- name: Add {{user}} user\n user:\n name=\"{{user}}\"\n groups=\"sudo,adm\"\n append=yes\n shell=\"/bin/bash\"\n\n- name: Add {{user}} SSH key\n authorized_key:\n user=\"{{user}}\"\n key=\"{{init_user_pubkey}}\"\n\n- name: Disable r... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2112,
"all_permissive": false
} |
ansible_role | M4gie/vps-web-launcher | 75a39fa9c921dc86209a91148528a1514ea87a88 | 0 | roles/traefik | 7,536 | [
"no_license"
] | [
{
"path": "roles/traefik/tasks/main.yml",
"content": "---\n- name: Ensures traefik dir exists\n file:\n path: \"{{ traefik_dir }}\"\n state: directory\n owner: \"{{ user }}\"\n group: \"{{ group }}\"\n\n- name: Ensures acme.json file exists\n file:\n path: \"{{ traefik_dir }}/acme.json\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1842,
"all_permissive": false
} |
ansible_role | M4gie/vps-web-launcher | 75a39fa9c921dc86209a91148528a1514ea87a88 | 0 | roles/watchtower | 7,536 | [
"no_license"
] | [
{
"path": "roles/watchtower/tasks/main.yml",
"content": "---\n- name: Ensures watchtower dir exists\n file:\n path: \"{{ watchtower_dir }}\"\n state: directory\n owner: \"{{ user }}\"\n group: \"{{ group }}\"\n\n- name: Adding docker-compose.yml file\n template:\n src: docker-compose.yml.j2... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 661,
"all_permissive": false
} |
ansible_role | awesomenmi/psql | 2efb20b7f3ae0921d0a75deaffe5400cb08556d6 | 0 | roles/barman | 7,536 | [
"no_license"
] | [
{
"path": "roles/barman/tasks/main.yml",
"content": "---\n- name: install barman\n yum:\n name: barman\n state: present\n\n- name: store connection info for barman\n template:\n src: templates/.pgpass\n dest: /var/lib/barman/.pgpass\n mode: 0600\n owner: barman\n group: barman\n\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 672,
"all_permissive": false
} |
ansible_role | evgeniiz321/codeproject-packer-example | 80c20571c182f5715bb35889b5cff380a1ef1bf0 | 0 | images/ansible/roles/auth | 7,536 | [
"no_license"
] | [
{
"path": "images/ansible/roles/auth/tasks/main.yml",
"content": "- name: Disable DNS\n become: yes\n lineinfile:\n dest: \"/etc/ssh/sshd_config\"\n regexp: '^\\s*UseDNS.*'\n insertafter: EOF\n line: \"UseDNS no\"\n\n- name: Disable GSSAPI\n become: yes\n lineinfile:\n dest: \"/etc/ssh/ss... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 890,
"all_permissive": false
} |
ansible_role | evgeniiz321/codeproject-packer-example | 80c20571c182f5715bb35889b5cff380a1ef1bf0 | 0 | images/ansible/roles/common | 7,536 | [
"no_license"
] | [
{
"path": "images/ansible/roles/common/tasks/main.yml",
"content": "- name: Set up password-less sudo for user\n become: yes\n lineinfile:\n dest: '/etc/sudoers.d/my-fav-username'\n create: yes\n line: \"my-fav-username ALL=(ALL) NOPASSWD:ALL\"\n insertafter: EOF\n mode: '0440'\n owner: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1211,
"all_permissive": false
} |
ansible_role | evgeniiz321/codeproject-packer-example | 80c20571c182f5715bb35889b5cff380a1ef1bf0 | 0 | images/ansible/roles/general | 7,536 | [
"no_license"
] | [
{
"path": "images/ansible/roles/general/tasks/redhat.yml",
"content": "- name: Get the list of services\n service_facts:\n\n- name: Disable wait online service\n become: yes\n systemd:\n name: NetworkManager-wait-online\n enabled: no\n state: stopped\n when: \"'NetworkManager-wait-online' in se... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 536,
"all_permissive": false
} |
ansible_role | evgeniiz321/codeproject-packer-example | 80c20571c182f5715bb35889b5cff380a1ef1bf0 | 0 | images/ansible/roles/jenkins-agent | 7,536 | [
"no_license"
] | [
{
"path": "images/ansible/roles/jenkins-agent/tasks/main.yml",
"content": "- name: Install a bunch of needed software\n become: yes\n apt:\n name:\n - git\n - openjdk-11-jdk\n - openjdk-11-jre\n - virtualbox\n - apt-transport-https\n - ca-certificates\n - curl\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3252,
"all_permissive": false
} |
ansible_role | evgeniiz321/codeproject-packer-example | 80c20571c182f5715bb35889b5cff380a1ef1bf0 | 0 | images/ansible/roles/packages | 7,536 | [
"no_license"
] | [
{
"path": "images/ansible/roles/packages/tasks/debian.yml",
"content": "- set_fact:\n lxc_pkgname: \"python3-lxc\"\n when: ansible_os_family == \"Debian\" and ansible_distribution_major_version | int >= 11\n\n- set_fact:\n lxc_pkgname: \"python-lxc\"\n when: ansible_os_family == \"Debian\" and ansib... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4643,
"all_permissive": false
} |
ansible_role | evgeniiz321/codeproject-packer-example | 80c20571c182f5715bb35889b5cff380a1ef1bf0 | 0 | images/ansible/roles/python3 | 7,536 | [
"no_license"
] | [
{
"path": "images/ansible/roles/python3/tasks/main.yml",
"content": "- name: pip self-update\n shell: pip3 install --upgrade pip\n\n- name: Install python dependencies\n vars:\n ansible_python_interpreter: /usr/bin/python3\n become: yes\n pip:\n executable: pip3\n state: latest\n name:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 922,
"all_permissive": false
} |
ansible_role | ballrak86/20-homeWork | bbbb04868901ff171f754f612d404320324fba33 | 0 | Vagrant_folder/provisioning/roles/backupServer | 7,536 | [
"no_license"
] | [
{
"path": "Vagrant_folder/provisioning/roles/backupServer/defaults/main.yml",
"content": "---\n# defaults file for backupServer\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "Vagrant_folder/provisioning/roles/backupServer/handlers/main.yml",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1470,
"all_permissive": false
} |
ansible_role | ballrak86/20-homeWork | bbbb04868901ff171f754f612d404320324fba33 | 0 | Vagrant_folder/provisioning/roles/client | 7,536 | [
"no_license"
] | [
{
"path": "Vagrant_folder/provisioning/roles/client/handlers/main.yml",
"content": "---\n# handlers file for client\n- name: restart sshd\n systemd:\n name: sshd\n state: restarted\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 100
},
{
"path": "Vagrant... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1030,
"all_permissive": false
} |
ansible_role | likeinu/libvirt-lab | f5578847e16525139c3b5b50fc4318f2757cd91d | 0 | ansible/base/roles/packages | 7,536 | [
"no_license"
] | [
{
"path": "ansible/base/roles/packages/tasks/centos-7.yml",
"content": "- name: Install epel release\n ansible.builtin.yum:\n name: epel-release\n state: present\n\n- name: Install packages on centos\n ansible.builtin.yum:\n name: \"{{ packages }}\"\n state: present\n",
"license_type": "no... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1232,
"all_permissive": false
} |
ansible_role | likeinu/libvirt-lab | f5578847e16525139c3b5b50fc4318f2757cd91d | 0 | ansible/base/roles/set_hostname | 7,536 | [
"no_license"
] | [
{
"path": "ansible/base/roles/set_hostname/tasks/main.yml",
"content": "# Измение имени сервера\n- name: Set a hostname\n ansible.builtin.hostname:\n name: \"{{ inventory_hostname }}\"\n\n- name: Set timezone\n community.general.system.timezone:\n name: Asia/Tbilisi\n",
"license_type": "no_licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 384,
"all_permissive": false
} |
ansible_role | likeinu/libvirt-lab | f5578847e16525139c3b5b50fc4318f2757cd91d | 0 | ansible/base/roles/sudoers | 7,536 | [
"no_license"
] | [
{
"path": "ansible/base/roles/sudoers/tasks/main.yml",
"content": "# Add suduers rules\n- name: Adding sudoers rules\n community.general.sudoers:\n name: \"{{ item.0.name }}\"\n state: \"{{ item.0.state | default('present') }}\"\n group: \"{{ item.0.group }}\"\n runas: \"{{ item.0.runas }}\"\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 431,
"all_permissive": false
} |
ansible_role | likeinu/libvirt-lab | f5578847e16525139c3b5b50fc4318f2757cd91d | 0 | ansible/base/roles/users | 7,536 | [
"no_license"
] | [
{
"path": "ansible/base/roles/users/tasks/main.yml",
"content": "# Create groups\n- name: Adding groups\n ansible.builtin.group:\n name: \"{{ item.name }}\"\n state: \"{{ item.state | default('present') }}\"\n loop: \"{{ groups_list }}\"\n\n# Create users\n- name: Adding users\n ansible.builtin.use... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 991,
"all_permissive": false
} |
ansible_role | zergsaint/ansible-playbooks | 17dda87d841ed1a15bdf98766423d5c8e84c78ca | 0 | roles/mysql | 7,616 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/mysql.yml",
"content": "---\n- name: 1. install mysql\n apt: name=mysql-server state=present\n\n- name: 2. start mysql\n service: name=mysqld state=running enabled=yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 141
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 141,
"all_permissive": false
} |
ansible_role | zergsaint/ansible-playbooks | 17dda87d841ed1a15bdf98766423d5c8e84c78ca | 0 | roles/quagga | 7,616 | [
"no_license"
] | [
{
"path": "roles/quagga/tasks/quagga.yml",
"content": "---\n- name: Install quagga\n apt: name=quagga state=present\n\n- name: Start quagga\n service: name=quagga state=started enabled=true\n \n#template bör fixas\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 155
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 155,
"all_permissive": false
} |
ansible_role | ool-mddo/playground | d18d462e5f1bd0f9473850812db24e1bc96ac9fc | 7 | demo/candidate_model_ops/playbooks/roles/upload_config | 7,616 | [
"no_license"
] | [
{
"path": "demo/candidate_model_ops/playbooks/roles/upload_config/tasks/main.yaml",
"content": "---\n- name: upload config\n uri:\n url: \"{{ url }}\"\n method: POST\n return_content: false\n body_format: json\n headers:\n Content-Type: \"application/json\"\n body: [{\"filename\": \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 277,
"all_permissive": false
} |
ansible_role | Cabur/ocpv-ansible-example | e76198a728cbc2ee90cf0fb97bb3c7c9a17a0b13 | 0 | roles/basetemplate | 7,616 | [
"no_license"
] | [
{
"path": "roles/basetemplate/tasks/main.yaml",
"content": "---\n- name: Create virtual machiens\n debug: msg=\"oc process -n openshift {{ item.template_name }} -p CLOUD_USER_PASSWORD={{ item.cloud_password }} -p NAME={{ item.name }}| oc apply -n {{ project }} -f -\"\n loop: \"{{ vms }}\"\n\n- name: Cr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1846,
"all_permissive": false
} |
ansible_role | Cabur/ocpv-ansible-example | e76198a728cbc2ee90cf0fb97bb3c7c9a17a0b13 | 0 | roles/create_vm | 7,616 | [
"no_license"
] | [
{
"path": "roles/create_vm/templates/vm-template.yaml.j2",
"content": "{% set random_string= lookup('password', '/dev/null chars=ascii_lowercase,digits length=20') %}\n\napiVersion: v1\nitems:\n- apiVersion: kubevirt.io/v1\n kind: VirtualMachine\n metadata:\n name: \"{{ vm_name }}\"\n spec:\n dataV... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2369,
"all_permissive": false
} |
ansible_role | Cabur/ocpv-ansible-example | e76198a728cbc2ee90cf0fb97bb3c7c9a17a0b13 | 0 | roles/deploy_cnv | 7,616 | [
"no_license"
] | [
{
"path": "roles/deploy_cnv/files/kubevirt-hyperconverged.yaml",
"content": "apiVersion: v1\nkind: Namespace\nmetadata:\n name: openshift-cnv\n---\napiVersion: operators.coreos.com/v1\nkind: OperatorGroup\nmetadata:\n name: kubevirt-hyperconverged-group\n namespace: openshift-cnv\nspec:\n targetNamespac... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1788,
"all_permissive": false
} |
ansible_role | azumahjoshua/microservices | db37dd9f30ced606d4c5da82439ef742db1bff13 | 0 | ansible/roles/jenkins | 7,616 | [
"no_license"
] | [
{
"path": "ansible/roles/jenkins/vars/main.yml",
"content": "---\n# Java configuration\njava_packages:\n - openjdk-17-jdk # Fallback option\n - openjdk-21-jdk # Primary choice\n\n# Jenkins configuration\njenkins_repo: \"deb https://pkg.jenkins.io/debian binary/\"\njenkins_http_port: 8080\njenkins_home: ... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 10504,
"all_permissive": false
} |
ansible_role | jtom38/Ansible | d14c2aaa2c816c7bd4a82dc93cbb8d79f52598d1 | 0 | roles/jtom38.ceph | 7,616 | [
"no_license"
] | [
{
"path": "roles/jtom38.ceph/templates/bootstrap.log.j2",
"content": "{{ bootstrapLog.stdout }}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 25
},
{
"path": "roles/jtom38.ceph/handlers/main.yml",
"content": "---\n# handlers file for jtom38.ceph",
"licens... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 5429,
"all_permissive": false
} |
ansible_role | jtom38/Ansible | d14c2aaa2c816c7bd4a82dc93cbb8d79f52598d1 | 0 | roles/jtom38.linux_common | 7,616 | [
"no_license"
] | [
{
"path": "roles/jtom38.linux_common/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - jtom38.linux_common\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 78
},
{
"path": "roles/jtom38.linux_common/tasks/main.yml",
"co... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1397,
"all_permissive": false
} |
ansible_role | jtom38/Ansible | d14c2aaa2c816c7bd4a82dc93cbb8d79f52598d1 | 0 | roles/jtom38.monit | 7,616 | [
"no_license"
] | [
{
"path": "roles/jtom38.monit/templates/conf/hosts.conf.j2",
"content": "# This file was generated by Ansible.\n# Any changes made to this file will be lost.\n\n{% for i in monit_hosts %}\ncheck host {{ i.name }} with address {{ i.address }}\n{% if i.group != '' %}\n group {{ i.group }}\n{% endif %}\n{% ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 9398,
"all_permissive": false
} |
ansible_role | gtopit/bigdata-ansible | 3b0538f5c6ff3f38cbbc69b7752b103f5e446227 | 1 | hadoop2.x/roles/hbase-master | 7,616 | [
"no_license"
] | [
{
"path": "hadoop2.x/roles/hbase-master/tasks/main.yml",
"content": "- name: 查看hbase安装目录\n shell: |\n find {{ installed_dir }} -name hbase-[0-9]*.[0-9]*.[0-9]* -type d\n register: hbase_dir\n\n- name: 启动hbase\n shell: |\n {{ hbase_dir.stdout }}/bin/hbase-daemon.sh start master\n {{ hbase_dir.std... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 257,
"all_permissive": false
} |
ansible_role | nazufel/2021-devhouse | dc8a24e68aed3f9a841de88fcac73a71d22ddbbc | 0 | ansible/roles/deploy_app | 7,516 | [
"no_license"
] | [
{
"path": "ansible/roles/deploy_app/tasks/install_web_server.yaml",
"content": "# install_web_server.yaml\n\n# file to hold tasks about installing the web server\n\n# --------------------------------------------------------------------------- #\n\n- name: \"update cache\"\n ansible.builtin.apt:\n update... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1401,
"all_permissive": false
} |
ansible_role | the-technat/nextcloud_guide | 605349304fb9efe8ad9373c06c07d9fecc51cf40 | 1 | roles/certbot | 7,516 | [
"no_license"
] | [
{
"path": "roles/certbot/tasks/main.yml",
"content": "---\n- name: certbot is present\n apt:\n name:\n - certbot\n - python3-certbot-nginx\n autoremove: true\n state: latest\n- name: let's encrypt stating certificates present\n shell: \"certbot certonly --non-interactive --nginx -m {{ cert... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 931,
"all_permissive": false
} |
ansible_role | the-technat/nextcloud_guide | 605349304fb9efe8ad9373c06c07d9fecc51cf40 | 1 | roles/fail2ban | 7,516 | [
"no_license"
] | [
{
"path": "roles/fail2ban/meta/main.yml",
"content": "galaxy_info:\n author: <NAME>\n description: Configure fail2ban on Debian Server\n\n platforms:\n - name: Debian\n versions:\n - 11",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 140
},
{
"path"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1035,
"all_permissive": false
} |
ansible_role | the-technat/nextcloud_guide | 605349304fb9efe8ad9373c06c07d9fecc51cf40 | 1 | roles/mariadb | 7,516 | [
"no_license"
] | [
{
"path": "roles/mariadb/vars/main.yml",
"content": "mariadb_conf_dir: /etc/mysql/mariadb.conf.d/90-nextcloud.cnf\nmariadb_sock_dir: /var/run/mysqld",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 94
},
{
"path": "roles/mariadb/meta/main.yml",
"content": "galax... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1763,
"all_permissive": false
} |
ansible_role | the-technat/nextcloud_guide | 605349304fb9efe8ad9373c06c07d9fecc51cf40 | 1 | roles/nextcloud | 7,516 | [
"no_license"
] | [
{
"path": "roles/nextcloud/tasks/main.yml",
"content": "---\n# Taken from https://github.com/ReinerNippes/nextcloud/blob/master/roles/prep_nextcloud/tasks/main.yml\n# - name: generate admin passwd if nextcloud_passwd is empty\n# set_fact:\n# nc_passwd: \"{{ lookup('password', '{{ credential_store }}/n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4237,
"all_permissive": false
} |
ansible_role | the-technat/nextcloud_guide | 605349304fb9efe8ad9373c06c07d9fecc51cf40 | 1 | roles/nginx | 7,516 | [
"no_license"
] | [
{
"path": "roles/nginx/meta/main.yml",
"content": "galaxy_info:\n author: <NAME>\n description: Install and configure Nginx for nextcloud\n\n platforms:\n - name: Debian\n versions:\n - 11",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 146
},
{
"pa... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 799,
"all_permissive": false
} |
ansible_role | the-technat/nextcloud_guide | 605349304fb9efe8ad9373c06c07d9fecc51cf40 | 1 | roles/php_fpm | 7,516 | [
"no_license"
] | [
{
"path": "roles/php_fpm/defaults/main.yml",
"content": "php_version: '8.0'\nphp_timezone: 'Australia/Currie' # UTC+00:00\nphp_memory_limit: '1G' \nupload_max_filesize: '32G'\npost_max_size: '32G'",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 136
},
{
"path": "r... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1914,
"all_permissive": false
} |
ansible_role | the-technat/nextcloud_guide | 605349304fb9efe8ad9373c06c07d9fecc51cf40 | 1 | roles/prep_os | 7,516 | [
"no_license"
] | [
{
"path": "roles/prep_os/meta/main.yml",
"content": "galaxy_info:\n author: <NAME>\n description: Prepare debian server for nextcloud\n\n platforms:\n - name: Debian\n versions:\n - 11",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 140
},
{
"path":... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2123,
"all_permissive": false
} |
ansible_role | the-technat/nextcloud_guide | 605349304fb9efe8ad9373c06c07d9fecc51cf40 | 1 | roles/redis | 7,516 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/main.yml",
"content": "---\n# Taken from https://github.com/ReinerNippes/nextcloud/blob/master/roles/prep_redis/tasks/main.yml\n- name: Ensure redis is installed\n apt:\n name: redis-server\n autoremove: true\n state: latest\n- name: Ensure redis is enabled and running... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 947,
"all_permissive": false
} |
ansible_role | romicaraicu/wordpress_debian8 | 09f991b5b99a18edc1af6434abe77aa5334eef3f | 0 | roles/common | 7,516 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n# tasks file for common\n- name: Update aptcache\n apt: update_cache=yes cache_valid_time=3600\n sudo: yes\n\n- name: Install WP dependencies\n apt: name={{ item }} state=present\n sudo: yes\n with_items:\n - apache2\n - mysql-server\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 239,
"all_permissive": false
} |
ansible_role | romicaraicu/wordpress_debian8 | 09f991b5b99a18edc1af6434abe77aa5334eef3f | 0 | roles/mysql | 7,516 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n# tasks file for mysql\n- name: Create Mysql DB\n mysql_db: name={{ wp_mysql_db }} state=present\n sudo: yes\n\n- name: Create Mysql User\n mysql_user: \n name={{ wp_mysql_user }} \n password={{ wp_mysql_<PASSWORD> }} \n priv=*.*:ALL\n su... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 369,
"all_permissive": false
} |
ansible_role | romicaraicu/wordpress_debian8 | 09f991b5b99a18edc1af6434abe77aa5334eef3f | 0 | roles/php | 7,516 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yml",
"content": "---\n# tasks file for php\n- name: Install php dependencies\n apt: name={{ item }} state=present\n sudo: yes\n with_items:\n - php5-gd \n - libssh2-php\n - php5-mysql\n - php5\n - libapache2-mod-php5\n - php5-mcrypt\n - python-mysqldb... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 247,
"all_permissive": false
} |
ansible_role | kilip/homeplay | c0799b949afd42c232d3ac905c3da4b295ad9def | 1 | roles/backup | 7,516 | [
"no_license"
] | [
{
"path": "roles/backup/tasks/backup/hass.yml",
"content": "---\n- name: Ensure hass container info gathered\n community.docker.docker_container_info:\n name: hass\n register: result\n\n- name: Ensure hass backup dir exists\n ansible.builtin.file:\n path: \"{{ backup_dir }}/hass\"\n state: direc... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4271,
"all_permissive": false
} |
ansible_role | kilip/homeplay | c0799b949afd42c232d3ac905c3da4b295ad9def | 1 | roles/preflight | 7,516 | [
"no_license"
] | [
{
"path": "roles/preflight/tasks/locale.yml",
"content": "---\n- name: Ensure locales installed\n ansible.builtin.apt:\n name: locales\n state: present\n\n- name: Ensure timezone configured\n community.general.timezone:\n name: \"{{ timezone }}\"\n\n- name: Ensure locale configured\n community.g... | {
"task_files": 11,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 17,
"total_bytes": 11444,
"all_permissive": false
} |
ansible_role | kilip/homeplay | c0799b949afd42c232d3ac905c3da4b295ad9def | 1 | roles/service | 7,516 | [
"no_license"
] | [
{
"path": "roles/service/tasks/monitoring/grafana-provision.yml",
"content": "---\n- name: Ensure data source configured\n community.grafana.grafana_datasource:\n name: Prometheus\n ds_type: prometheus\n ds_url: \"http://prometheus:9090\"\n access: proxy\n additional_json_data:\n timeIn... | {
"task_files": 36,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 55,
"total_bytes": 58807,
"all_permissive": false
} |
ansible_role | kilip/homeplay | c0799b949afd42c232d3ac905c3da4b295ad9def | 1 | roles/workstation | 7,516 | [
"no_license"
] | [
{
"path": "roles/workstation/handlers/main.yml",
"content": "---\n- name: Reload deepcool service\n ansible.builtin.systemd_service:\n daemon_reload: true\n when: not ansible_check_mode\n\n- name: Restart deepcool service\n ansible.builtin.service:\n name: deepcool\n state: restarted\n when: no... | {
"task_files": 8,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 10686,
"all_permissive": false
} |
ansible_role | emamihe/ansible | 846a439a1bddff93cdc0cf97a32e01ce5066316b | 1 | Centos7-Initialization/roles/configure | 7,516 | [
"no_license"
] | [
{
"path": "Centos7-Initialization/roles/configure/tasks/main.yml",
"content": "---\n - name: \"set hostname to {{ machine_name }}\"\n hostname:\n name: \"{{ machine_name }}\"\n\n - name: \"copy hosts file to /etc/hosts\"\n template:\n src: hosts.j2\n dest: /etc/hosts\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2646,
"all_permissive": false
} |
ansible_role | emamihe/ansible | 846a439a1bddff93cdc0cf97a32e01ce5066316b | 1 | Galera-MySQL-5.6-Setup/roles/galera | 7,516 | [
"no_license"
] | [
{
"path": "Galera-MySQL-5.6-Setup/roles/galera/tasks/main.yml",
"content": "---\n\n - import_tasks: install_galera.yml\n - import_tasks: config_galera.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 80
},
{
"path": "Galera-MySQL-5.6-Setup/roles/galera/tem... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3954,
"all_permissive": false
} |
ansible_role | Jimmy01240397/Bind9Manager | 0f859a8e9033a8457065104affe68c9fa2e548a1 | 0 | roles/addrecord | 7,516 | [
"no_license"
] | [
{
"path": "roles/addrecord/setup.yml",
"content": "- hosts: localhost\n vars_files:\n - defaults/main.yml\n\n roles: \n - name: ../../addzone\n NSIP: \"{{ NSIP }}\"\n zone: \"{{ zone }}\"\n\n tasks:\n - name: include main task\n include: tasks/main.yml\n\n handlers: []\n",
"l... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 728,
"all_permissive": false
} |
ansible_role | Jimmy01240397/Bind9Manager | 0f859a8e9033a8457065104affe68c9fa2e548a1 | 0 | roles/addzone | 7,516 | [
"no_license"
] | [
{
"path": "roles/addzone/defaults/main.yml",
"content": "zone: test\nNSIP: 127.0.0.1\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 27
},
{
"path": "roles/addzone/tasks/main.yml",
"content": "- name: Init os var\n include_vars: \"vars/{{ ansible_system | lo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 667,
"all_permissive": false
} |
ansible_role | Jimmy01240397/Bind9Manager | 0f859a8e9033a8457065104affe68c9fa2e548a1 | 0 | roles/delrecord | 7,516 | [
"no_license"
] | [
{
"path": "roles/delrecord/defaults/main.yml",
"content": "host: www\nzone: test\ntype: \"\"\ndata: \"\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "roles/delrecord/tasks/main.yml",
"content": "- name: Init os var\n include_vars: \"vars/... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 440,
"all_permissive": false
} |
ansible_role | Jimmy01240397/Bind9Manager | 0f859a8e9033a8457065104affe68c9fa2e548a1 | 0 | roles/delzone | 7,516 | [
"no_license"
] | [
{
"path": "roles/delzone/defaults/main.yml",
"content": "zone: test\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 11
},
{
"path": "roles/delzone/vars/linux.yml",
"content": "nameddir: /etc/bind\n",
"license_type": "no_license",
"detected_licenses": ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 674,
"all_permissive": false
} |
ansible_role | Jimmy01240397/Bind9Manager | 0f859a8e9033a8457065104affe68c9fa2e548a1 | 0 | roles/setoption | 7,516 | [
"no_license"
] | [
{
"path": "roles/setoption/tasks/getnamedconfigpath.yml",
"content": "- name: \"Check named.conf.options exists\"\n stat:\n path: \"{{ nameddir }}/named.conf.options\"\n register: result\n\n- name: \"Set options path (named.conf.options)\"\n set_fact:\n namedoptionspath: \"{{ nameddir }}/named.conf... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 906,
"all_permissive": false
} |
ansible_role | samc1213/selfhosted | c3ec662bc2405d60a94ae3d09bc3b1fef84fcfb1 | 2 | roles/dockercomposeservice | 7,516 | [
"no_license"
] | [
{
"path": "roles/dockercomposeservice/meta/main.yml",
"content": "galaxy_info:\n author: <NAME>\n description: Create and start a docker compose service\n\n license: MIT\n\n min_ansible_version: '2.1'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 133
},
{
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2289,
"all_permissive": false
} |
ansible_role | samc1213/selfhosted | c3ec662bc2405d60a94ae3d09bc3b1fef84fcfb1 | 2 | roles/systemdtimer | 7,516 | [
"no_license"
] | [
{
"path": "roles/systemdtimer/templates/timer.timer.j2",
"content": "[Unit]\nDescription=\"{{ systemdtimer_servicename }}\"\n\n[Timer]\nOnCalendar={{ systemdtimer_oncalendar }}\nUnit={{ systemdtimer_servicename }}.service\n\n[Install]\nWantedBy=multi-user.target\n",
"license_type": "no_license",
"de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1364,
"all_permissive": false
} |
ansible_role | kcolford/infrastructure | 05e075d5413492576c33f8ca266e29ff9b4a3043 | 0 | roles/certbot | 7,516 | [
"no_license"
] | [
{
"path": "roles/certbot/tasks/main.yml",
"content": "---\n- name: install certbot packages\n package:\n state: present\n name: openssl\n\n- name: setup private key for server\n openssl_privatekey:\n path: /etc/ssl/me.key\n\n- name: create signing request\n openssl_csr:\n path: /etc/ssl/me.cs... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1152,
"all_permissive": false
} |
ansible_role | kcolford/infrastructure | 05e075d5413492576c33f8ca266e29ff9b4a3043 | 0 | roles/common | 7,516 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- import_tasks: redhat.yml\n when: ansible_os_family|lower == 'redhat'\n\n- name: install ansible for ansible-pull\n package:\n state: present\n name: ansible\n- name: install ansible-pull.timer\n copy:\n src: ansible-pull/\n dest: /et... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 868,
"all_permissive": false
} |
ansible_role | kcolford/infrastructure | 05e075d5413492576c33f8ca266e29ff9b4a3043 | 0 | roles/mailserver | 7,516 | [
"no_license"
] | [
{
"path": "roles/mailserver/tasks/main.yml",
"content": "- name: install mail server packages\n package:\n state: present\n name:\n - postfix\n - cyrus-sasl\n - opendkim\n - opendmarc\n - openarc\n\n- name: configure postfix MTA\n blockinfile:\n path: /etc/postfix/main.cf... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2060,
"all_permissive": false
} |
ansible_role | AlekefromKz/Ansible-Agama | 0e4c398e9284b9febf36d4b48f7093a0a3488857 | 0 | labs/lab/roles/backup_grafana | 7,516 | [
"no_license"
] | [
{
"path": "labs/lab/roles/backup_grafana/tasks/main.yaml",
"content": "---\n\n- name: Add user 'backup' to group 'grafana'\n user:\n name: backup\n groups: \n - admin\n - grafana\n\n\n\n- name: Add folder backup\n file:\n path: ~/backup\n state: directory\n become_user: backup\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 398,
"all_permissive": false
} |
ansible_role | AlekefromKz/Ansible-Agama | 0e4c398e9284b9febf36d4b48f7093a0a3488857 | 0 | labs/lab/roles/backup_mysql | 7,516 | [
"no_license"
] | [
{
"path": "labs/lab/roles/backup_mysql/tasks/main.yml",
"content": "---\n\n- name: Create a MySQL user for the agama database\n mysql_user:\n name: \"backup\"\n password: \"{{<PASSWORD>}}\"\n priv: \"agama.*:ALL\"\n host: \"%\"\n state: present\n login_unix_socket: /var/run/mysqld/mysqld.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 657,
"all_permissive": false
} |
ansible_role | AlekefromKz/Ansible-Agama | 0e4c398e9284b9febf36d4b48f7093a0a3488857 | 0 | labs/lab/roles/bind9 | 7,516 | [
"no_license"
] | [
{
"path": "labs/lab/roles/bind9/tasks/main.yml",
"content": "---\n\n - name: installing bind9\n apt:\n name: bind9\n state: present\n \n - name: bind config\n template:\n src: ../templates/named.conf.options.j2\n dest: /etc/bind/named.conf.options\n notify: restart bind9\n \n - na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 996,
"all_permissive": false
} |
ansible_role | AlekefromKz/Ansible-Agama | 0e4c398e9284b9febf36d4b48f7093a0a3488857 | 0 | labs/lab/roles/bind9_grafana | 7,516 | [
"no_license"
] | [
{
"path": "labs/lab/roles/bind9_grafana/tasks/main.yaml",
"content": " - name: Change bind zones \n template:\n src: named.conf.default-zones.j2\n dest: /etc/bind/named.conf.default-zones\n notify:\n - restart bind",
"license_type": "no_license",
"detected_licenses": [],
"s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 161,
"all_permissive": false
} |
ansible_role | AlekefromKz/Ansible-Agama | 0e4c398e9284b9febf36d4b48f7093a0a3488857 | 0 | labs/lab/roles/bind_exporter | 7,516 | [
"no_license"
] | [
{
"path": "labs/lab/roles/bind_exporter/tasks/main.yaml",
"content": "---\n\n- name: Package Bind Exporter\n apt: \n name: prometheus-bind-exporter \n\n- name: Bind Enabled\n service: \n name: prometheus-bind-exporter \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": 185,
"all_permissive": false
} |
ansible_role | AlekefromKz/Ansible-Agama | 0e4c398e9284b9febf36d4b48f7093a0a3488857 | 0 | labs/lab/roles/influxdb | 7,516 | [
"no_license"
] | [
{
"path": "labs/lab/roles/influxdb/tasks/main.yml",
"content": "---\n- name: Install packages influxdb, influxdb-client\n apt:\n name: \n - influxdb-client\n - influxdb\n - fping\n state: present\n\n- name: Telegraf package download\n get_url:\n url: https://dl.influxdata.com/teleg... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 541,
"all_permissive": false
} |
ansible_role | AlekefromKz/Ansible-Agama | 0e4c398e9284b9febf36d4b48f7093a0a3488857 | 0 | labs/lab/roles/mysql-lab11 | 7,516 | [
"no_license"
] | [
{
"path": "labs/lab/roles/mysql-lab11/tasks/main.yml",
"content": "---\n\n - name: Install mysql-server\n apt:\n pkg: mysql-server\n state: present\n update_cache: yes\n \n \n - name: Change default port\n template:\n src: mysql_default\n dest: /etc/mysql/mysql.conf.d/override.c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 988,
"all_permissive": false
} |
ansible_role | AlekefromKz/Ansible-Agama | 0e4c398e9284b9febf36d4b48f7093a0a3488857 | 0 | labs/lab/roles/node_exporter | 7,516 | [
"no_license"
] | [
{
"path": "labs/lab/roles/node_exporter/tasks/main.yaml",
"content": "--- \n- name: Install Node Exporters packages\n apt: \n name: \n - nginx\n - prometheus-node-exporter\n update_cache: yes \n\n- name: Nginx config for nodes\n template:\n src: ../templates/node_exporter\n dest: /e... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 281,
"all_permissive": false
} |
ansible_role | AlekefromKz/Ansible-Agama | 0e4c398e9284b9febf36d4b48f7093a0a3488857 | 0 | labs/lab/roles/pinger | 7,516 | [
"no_license"
] | [
{
"path": "labs/lab/roles/pinger/tasks/main.yml",
"content": "---\n\n - name: Add the user 'pinger' with a specific uid and a primary group of 'admin'\n user:\n name: pinger\n comment: Pingeralisimus\n group: admin\n\n - name: Download pinger\n template:\n src: pinger.sh.j2\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 804,
"all_permissive": false
} |
ansible_role | AlekefromKz/Ansible-Agama | 0e4c398e9284b9febf36d4b48f7093a0a3488857 | 0 | labs/lab/roles/uwsgi | 7,516 | [
"no_license"
] | [
{
"path": "labs/lab/roles/uwsgi/tasks/main.yaml",
"content": "---\n - name: install uWSGI\n apt:\n pkg: \n - uwsgi\n - uwsgi-plugin-python3\n update_cache: yes\n \n\n \n - name: start uwsgi\n service:\n name: uwsgi\n state: started\n enabled: yes\n beco... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 395,
"all_permissive": false
} |
ansible_role | AlekefromKz/Ansible-Agama | 0e4c398e9284b9febf36d4b48f7093a0a3488857 | 0 | labs/lab11/roles/backup | 7,516 | [
"no_license"
] | [
{
"path": "labs/lab11/roles/backup/tasks/main.yml",
"content": "---\n\n- name: Add the user 'backup' with a specific uid and a primary group of 'admin'\n user:\n name: backup\n password: \"{{ <PASSWORD> }}\"\n create_home: True\n shell: /bin/bash\n generate_ssh_key: yes\n ssh_key_file: .s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 246,
"all_permissive": false
} |
ansible_role | AlekefromKz/Ansible-Agama | 0e4c398e9284b9febf36d4b48f7093a0a3488857 | 0 | labs/lab11/roles/bind9m1 | 7,516 | [
"no_license"
] | [
{
"path": "labs/lab11/roles/bind9m1/tasks/main.yml",
"content": " - name: systemctl stop systemd-resolved\n become: yes\n become_user: root\n shell: systemctl stop systemd-resolved\n\n\n - name: Update your VMs DNS settings\n template:\n src: ../templates/resolv.conf\n dest: /etc/resolv.co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 236,
"all_permissive": false
} |
ansible_role | AlekefromKz/Ansible-Agama | 0e4c398e9284b9febf36d4b48f7093a0a3488857 | 0 | labs/lab11/roles/grafana | 7,516 | [
"no_license"
] | [
{
"path": "labs/lab11/roles/grafana/tasks/main.yaml",
"content": "---\n - name: Deps Grafana\n apt: \n name:\n - adduser \n - libfontconfig1\n \n - name: Download Grafana\n get_url:\n url: https://dl.grafana.com/oss/release/grafana_7.2.1_amd64.deb\n dest: /tmp/grafana_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 772,
"all_permissive": false
} |
ansible_role | AlekefromKz/Ansible-Agama | 0e4c398e9284b9febf36d4b48f7093a0a3488857 | 0 | labs/lab11/roles/mysql | 7,516 | [
"no_license"
] | [
{
"path": "labs/lab11/roles/mysql/tasks/main.yml",
"content": "---\n\n - name: Install mysql-server\n apt:\n pkg: mysql-server\n state: present\n update_cache: yes\n \n \n - name: Change default port\n copy:\n src: ../files/mysql_default\n dest: /etc/mysql/mysql.conf.d/override.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 731,
"all_permissive": false
} |
ansible_role | AlekefromKz/Ansible-Agama | 0e4c398e9284b9febf36d4b48f7093a0a3488857 | 0 | labs/lab12/roles/agama_docker | 7,516 | [
"no_license"
] | [
{
"path": "labs/lab12/roles/agama_docker/tasks/main.yaml",
"content": "---\n\n- name: Create agama directory \n file:\n name: /opt/agama\n state: directory\n owner: \"472\"\n group: \"472\"\n recurse: true\n\n- name: download Agama configs \n get_url:\n url: https://raw.githubusercontent... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 624,
"all_permissive": false
} |
ansible_role | AlekefromKz/Ansible-Agama | 0e4c398e9284b9febf36d4b48f7093a0a3488857 | 0 | labs/lab12/roles/docker | 7,516 | [
"no_license"
] | [
{
"path": "labs/lab12/roles/docker/templates/nginx_default.j2",
"content": "server {\n server_name _;\n\n location / {\n\t proxy_pass http://127.0.0.1:8008; \n }\n\n\n location /metrics {\n proxy_pass http://127.0.0.1:9100/metrics; \n }\n \n location /prometheus {\n prox... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1454,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.