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 | tomas94tomas/environment-cluster | b984409df3e7dc8dd0bd53e9ac99828555770b49 | 0 | roles/vault_token_update | 7,529 | [
"no_license"
] | [
{
"path": "roles/vault_token_update/tasks/get_token.yml",
"content": "- name: Get Vault token for Nomad server\n uri:\n url: \"{{ vault_address }}/{{ vault_api_token_create }}/{{ vault_role_name }}\"\n method: POST\n headers:\n X-Vault-Token: \"{{ vault_admin_token }}\"\n register: vault_tok... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 682,
"all_permissive": false
} |
ansible_role | upyun-dev/rollback | 53b55a9ea5d8ecb2886ec160b9e7dbc81972839a | 3 | test/roles/local-ansistrano | 7,531 | [
"no_license"
] | [
{
"path": "test/roles/local-ansistrano/tasks/cleanup.yml",
"content": "---\n- name: UPYUN-DEV-ROLLBACK | 清理掉目前使用的版本\n file:\n state: absent\n path: \"{{ rollback_releases_path.stdout }}/{{ rollback_current_release_version.stdout }}\"\n when: rollback_remove_rolled_back\n",
"license_type": "no_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 200,
"all_permissive": false
} |
ansible_role | kecsi-san/devops_academy-ansible_lab | ab19918356aa68e6ad7e53592c3cea23077fa3db | 0 | ansible/roles/common | 7,531 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n# This playbook contains common plays that will be run on all nodes.\n\n- name: Install ntp\n package: name=ntp state=present\n tags: ntp\n\n- name: Configure ntp file\n template: src=ntp.conf.j2 dest=/etc/ntp.conf\n tags: ntp\n notify: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 753,
"all_permissive": false
} |
ansible_role | kecsi-san/devops_academy-ansible_lab | ab19918356aa68e6ad7e53592c3cea23077fa3db | 0 | ansible/roles/db | 7,531 | [
"no_license"
] | [
{
"path": "ansible/roles/db/tasks/main.yml",
"content": "---\n# This playbook will install mysql and create db user and give permissions.\n\n- name: Install Mysql package (debian)\n apt: name={{ item }} state=installed\n with_items:\n - mysql-server\n - python-mysqldb\n - libselinux1\n - libsemana... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2076,
"all_permissive": false
} |
ansible_role | Vinschers/linux-install | 035fa65c82c8818fa314336e6742d15e0577707d | 2 | roles/arch | 7,531 | [
"no_license"
] | [
{
"path": "roles/arch/tasks/main.yml",
"content": "---\n- name: Abort if the host is not booted from the Arch install media\n fail:\n msg: \"This host is not booted from the Arch install media!\"\n when: ansible_nodename != 'archiso'\n\n- name: Synchronize clock via NTP\n command: timedatectl set-ntp ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 7688,
"all_permissive": false
} |
ansible_role | odra/olm-poc | cfe2881d582de9e91dbb07625db0cd5c2ba54ce7 | 0 | roles/catalog | 7,531 | [
"no_license"
] | [
{
"path": "roles/catalog/vars/main.yml",
"content": "---\n# vars file for catalog",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 27
},
{
"path": "roles/catalog/files/webapp/pkg.yaml",
"content": "packageName: tutorial-webapp\nchannels:\n - name: preview\n ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 2973,
"all_permissive": false
} |
ansible_role | odra/olm-poc | cfe2881d582de9e91dbb07625db0cd5c2ba54ce7 | 0 | roles/webapp | 7,531 | [
"no_license"
] | [
{
"path": "roles/webapp/templates/cr.yml.j2",
"content": "apiVersion: \"integreatly.org/v1alpha1\"\nkind: \"WebApp\"\nmetadata:\n name: \"tutorial-web-app-operator\"\n labels:\n app: \"tutorial-web-app\"\nspec:\n app_label: \"tutorial-web-app\"\n template:\n path: \"{{ webapp_template_path }}\"\n ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2644,
"all_permissive": false
} |
ansible_role | 2236653267/ansible | 253474461ccc556d9de945a94771bef21d846899 | 0 | roles/docker | 7,531 | [
"no_license"
] | [
{
"path": "roles/docker/handlers/main.yaml",
"content": "---\n- name: start_docker\n shell: systemctl start docker\n- name: enable_docker\n shell: systemctl enable docker\n- name: daemon_reload\n shell: systemctl daemon-reload\n- name: restart_docker\n shell: systemctl restart docker\n",
"license_ty... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 845,
"all_permissive": false
} |
ansible_role | 2236653267/ansible | 253474461ccc556d9de945a94771bef21d846899 | 0 | roles/glusterfs | 7,531 | [
"no_license"
] | [
{
"path": "roles/glusterfs/tasks/main.yaml",
"content": "---\n- name: copy_heketi\n copy: src=heketi/heketi dest=/usr/bin mode=755\n- name: copy_heketi_cli\n copy: src=heketi/heketi-cli dest=/usr/bin mode=755\n- name: install_glusterfs\n yum: \n name: \n - glusterfs-server \n - glusterfs-cli... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3019,
"all_permissive": false
} |
ansible_role | 2236653267/ansible | 253474461ccc556d9de945a94771bef21d846899 | 0 | roles/haproxy | 7,531 | [
"no_license"
] | [
{
"path": "roles/haproxy/handlers/main.yaml",
"content": "---\n- name: start_haproxy\n shell: systemctl start haproxy\n- name: enable_haproxy\n shell: systemctl enable haproxy\n- name: restart_haproxy\n shell: systemctl restart haproxy\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2317,
"all_permissive": false
} |
ansible_role | 2236653267/ansible | 253474461ccc556d9de945a94771bef21d846899 | 0 | roles/init | 7,531 | [
"no_license"
] | [
{
"path": "roles/init/files/check_package.sh",
"content": "#/bin/bash\nif [ -f /data/boss/kubesphere/rpm.tar.gz ]; then\n tar -xvf /data/boss/kubesphere/rpm.tar.gz -C /data/boss/kubesphere/\nelse\n echo \"ERROR! Not found rpm!\"\n exit 1\nfi\n\nif [ -d /etc/yum.repos.d/bak ]; then\n mv /etc/yum.repos.d/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 879,
"all_permissive": false
} |
ansible_role | 2236653267/ansible | 253474461ccc556d9de945a94771bef21d846899 | 0 | roles/keepalived | 7,531 | [
"no_license"
] | [
{
"path": "roles/keepalived/files/check_keepalived.sh",
"content": "#/bin/bash\nrpm = `rpm -qa | grep keepalived`\n\nrpm -qa | grep keepalived\nif [ $? -eq 0 ];then\n echo \"keeplaived installed! We will be Reinstall!\"\n for i in $rpm\n do\n yum -y remove $q\n done\nelse\n echo \"keepalived not ins... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2981,
"all_permissive": false
} |
ansible_role | 2236653267/ansible | 253474461ccc556d9de945a94771bef21d846899 | 0 | roles/kubesphere | 7,531 | [
"no_license"
] | [
{
"path": "roles/kubesphere/templates/prometheus-additional.yaml",
"content": " - job_name: \"service-status\"\n metrics_path: /probe\n params:\n module: [http_2xx] # Look for a HTTP 200 response.\n static_configs:\n - targets:\n{% for targets in static %}\n - {{ ta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 17567,
"all_permissive": false
} |
ansible_role | 2236653267/ansible | 253474461ccc556d9de945a94771bef21d846899 | 0 | roles/mysql | 7,531 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/init_root_password.yaml",
"content": "- name: check root access and init root password\n shell: >-\n {{ myroot }} -p'{{ mysql_root_pass }}' -e \"select 1;\" || {{ myroot }} -e '\n SET SQL_LOG_BIN=0;\n ALTER USER `root`@`localhost` IDENTIFIED WITH mysql_native_p... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 13478,
"all_permissive": false
} |
ansible_role | 2236653267/ansible | 253474461ccc556d9de945a94771bef21d846899 | 0 | roles/registry | 7,531 | [
"no_license"
] | [
{
"path": "roles/registry/tasks/main.yaml",
"content": "---\n- name: images\n copy: src=registry.tar dest=/data/boss/registry.tar\n- name: load\n shell: docker load -i /data/boss/registry.tar\n- name: create registry service\n template:\n src: registry.service.j2\n dest: /etc/systemd/system/registr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1583,
"all_permissive": false
} |
ansible_role | 2236653267/ansible | 253474461ccc556d9de945a94771bef21d846899 | 0 | roles/test | 7,531 | [
"no_license"
] | [
{
"path": "roles/test/tasks/main.yaml",
"content": "---\n#- name: test\n# shell: echo 'test' >> /tmp/list\n # when: inventory_hostname in groups['node'][1]\n#- name: insect_docker_hosts\n# shell: echo \"{{ groups['registry'][0] }} {{ registry_url }}\" >> /tmp/test\n- set_fact:\n keepalived_vip_interfac... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2689,
"all_permissive": false
} |
ansible_role | jayanthavula/expense-ansible-roles | 9b119eabf15405aacd2d8370a73293a91015cffa | 0 | roles/backend | 7,531 | [
"no_license"
] | [
{
"path": "roles/backend/tasks/main.yaml",
"content": "- name: To disable nodejs version\n ansible.builtin.command: dnf module disable nodejs -y\n\n- name: To enable nodejs 20 version\n ansible.builtin.command: dnf module enable nodejs:20 -y\n\n- name: To install nodejs and mysql\n ansible.builtin.packag... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1835,
"all_permissive": false
} |
ansible_role | jayanthavula/expense-ansible-roles | 9b119eabf15405aacd2d8370a73293a91015cffa | 0 | roles/common | 7,531 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yaml",
"content": "- name: Remove exising directory\n tags:\n - deployment\n ansible.builtin.file:\n path: \"{{ APP_LOCATION }}\" #backend folder is /app, frotend /usr/share/nginx/html\n state: absent\n\n- name: create app directory\n tags:\n - deployment\n ans... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 585,
"all_permissive": false
} |
ansible_role | jayanthavula/expense-ansible-roles | 9b119eabf15405aacd2d8370a73293a91015cffa | 0 | roles/frontend | 7,531 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/main.yaml",
"content": "- name: To install nginx\n ansible.builtin.package:\n name: nginx\n state: installed\n\n- name: To enable and start\n ansible.builtin.service:\n enabled: yes\n state: started\n name: nginx\n\n- name: include common role\n include_role... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1092,
"all_permissive": false
} |
ansible_role | jayanthavula/expense-ansible-roles | 9b119eabf15405aacd2d8370a73293a91015cffa | 0 | roles/mysql | 7,531 | [
"no_license"
] | [
{
"path": "roles/mysql/vars/main.yaml",
"content": "#mysql_root_password: <PASSWORD>\n#login_host: mysql.jaydevops.online",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
},
{
"path": "roles/mysql/tasks/main.yaml",
"content": " - name: To install mysql libar... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1076,
"all_permissive": false
} |
ansible_role | jmasseo/fuzzy-meme | 6f2ed5b88a8532a7204b0734809a78c9e263dbe2 | 0 | roles/gitlab | 7,531 | [
"no_license"
] | [
{
"path": "roles/gitlab/tasks/main.yml",
"content": "# tasks/main.yml\n---\n- block:\n - name: Create a new branch\n uri:\n url: \"{{ gitlab_api_url }}/projects/{{ gitlab_project_id }}/repository/branches\"\n method: POST\n headers:\n PRIVATE-TOKEN: \"{{ gitlab_private_... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4880,
"all_permissive": false
} |
ansible_role | bjoernszero/ansible-exchange-dc | 1559b060b871ad0423656efabf6bdf85df3ff152 | 2 | ansible/roles/common | 7,531 | [
"permissive"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n# need to wrap an if statement around this one\n# make it windows specific\n- include_tasks: windows-disable-defender.yml\n when: ansible_distribution is search ('Microsoft')\n",
"license_type": "permissive",
"detected_licenses": [
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 177,
"all_permissive": true
} |
ansible_role | bjoernszero/ansible-exchange-dc | 1559b060b871ad0423656efabf6bdf85df3ff152 | 2 | ansible/roles/domain-join | 7,531 | [
"permissive"
] | [
{
"path": "ansible/roles/domain-join/tasks/main.yml",
"content": "---\n- name: set the DNS for the private adapter to point to the DC\n win_dns_client:\n adapter_names: \"*\"\n ipv4_addresses: \"{{ windows_domain_controller_info.ipv4 }}\"\n\n- name: join host to domain\n win_domain_membership:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 893,
"all_permissive": true
} |
ansible_role | bjoernszero/ansible-exchange-dc | 1559b060b871ad0423656efabf6bdf85df3ff152 | 2 | ansible/roles/exchange | 7,531 | [
"permissive"
] | [
{
"path": "ansible/roles/exchange/tasks/main.yml",
"content": "---\n- name: set baseline Windows features to install\n set_fact:\n pri_exchange_features:\n - NET-WCF-HTTP-Activation45\n - RPC-over-HTTP-proxy\n - RSAT-ADDS\n - RSAT-ADDS-Tools\n - RSAT-Clustering\n - RSAT-Clu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2973,
"all_permissive": true
} |
ansible_role | bjoernszero/ansible-exchange-dc | 1559b060b871ad0423656efabf6bdf85df3ff152 | 2 | ansible/roles/windows_domain_controller | 7,531 | [
"permissive"
] | [
{
"path": "ansible/roles/windows_domain_controller/tasks/users.yml",
"content": "---\n\n- name: Create domain Users\n win_domain_user:\n name: '{{ user }}'\n upn: '{{ user }}@{{ windows_domain_controller_info.domain_name }}'\n description: '{{ user }} Domain User'\n password: '{{ windows_domain... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2210,
"all_permissive": true
} |
ansible_role | abhi15sep/Ansible-Final | 4c8189f355df89ac8ff6a54cf0b41d2c0f4ae4a5 | 1 | Examples/ansible-phpdemoapp/roles/apache | 7,531 | [
"no_license"
] | [
{
"path": "Examples/ansible-phpdemoapp/roles/apache/tasks/install.yml",
"content": "---\n- name: Install Apache...\n package: name={{ apache['package']['name']}} state=latest\n ",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 92
},
{
"path": "Examples/ansible-php... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 454,
"all_permissive": false
} |
ansible_role | abhi15sep/Ansible-Final | 4c8189f355df89ac8ff6a54cf0b41d2c0f4ae4a5 | 1 | Examples/ansible-phpdemoapp/roles/php | 7,531 | [
"no_license"
] | [
{
"path": "Examples/ansible-phpdemoapp/roles/php/tasks/main.yml",
"content": "---\n# tasks file for php\n - name: install php\n package:\n name: \"{{ item }}\"\n state: present\n with_items:\n - php\n - php-mysql\n - nmap\n notify: Restart apache service\n",
"license_t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 200,
"all_permissive": false
} |
ansible_role | abhi15sep/Ansible-Final | 4c8189f355df89ac8ff6a54cf0b41d2c0f4ae4a5 | 1 | Examples/ansible-phpdemoapp/roles/ssh | 7,531 | [
"no_license"
] | [
{
"path": "Examples/ansible-phpdemoapp/roles/ssh/tasks/main.yml",
"content": "---\n# tasks file for ssh\n - name: copy over ssh config \n copy: \n src: sshd_config\n dest: /etc/ssh/sshd_config\n owner: root \n group: root \n mode: 0600 \n notify: restart sshd\n",
"licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 206,
"all_permissive": false
} |
ansible_role | abhi15sep/Ansible-Final | 4c8189f355df89ac8ff6a54cf0b41d2c0f4ae4a5 | 1 | Examples/ansible-phpdemoapp/roles/systems | 7,531 | [
"no_license"
] | [
{
"path": "Examples/ansible-phpdemoapp/roles/systems/tasks/main.yml",
"content": "---\n - name: install common systems packages\n package: \n name: \"{{ item }}\"\n state: present\n with_items:\n - \"{{ systems.packages }}\"\n\n - name: create systems users\n user:\n name: \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 480,
"all_permissive": false
} |
ansible_role | iofq/doxmr | 9d681f536c36145787fc03f6426d2b17c75ec8b4 | 0 | ansible/roles/init | 7,531 | [
"no_license"
] | [
{
"path": "ansible/roles/init/templates/sshd_config",
"content": "# This is the sshd server system-wide configuration file. See\n# sshd_config(5) for more information.\n\nPort 22\nListenAddress 0.0.0.0\nListenAddress ::\n\nPermitRootLogin yes\nMaxAuthTries 10\n\nAuthorizedKeysFile\t.ssh/authorized_keys\nPa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1631,
"all_permissive": false
} |
ansible_role | raghib1992/ansible-project | 27320d8fc6839bd9121e917192c12ac63078034a | 0 | roles/apache | 7,531 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/main.yml",
"content": "---\n# tasks file for apache\n- name: Install Packages\n shell: echo \"installed httpd, git and nano\"\n # notify: \"install\"\n\n- name: Start services\n shell: echo \"Start services of httpd, git and nano\"\n # notify: \"Start Service\"\n\n\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 591,
"all_permissive": false
} |
ansible_role | raghib1992/ansible-project | 27320d8fc6839bd9121e917192c12ac63078034a | 0 | roles/cleaner | 7,531 | [
"no_license"
] | [
{
"path": "roles/cleaner/handlers/main.yml",
"content": "---\n# handlers file for cleaner\n- name: Removed Apache\n yum:\n name: httpd\n state: removed\n listen: \"uninstall\"\n\n- name: Removed Git\n yum:\n name: git\n state: removed\n listen: \"uninstall\"\n\n- name: Removed Nano\n yum:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 411,
"all_permissive": false
} |
ansible_role | GForrow/sfia2 | 3396532101675eaeb54b5703b746a4bad05d83fa | 0 | roles/docker-installation | 7,531 | [
"no_license"
] | [
{
"path": "roles/docker-installation/tasks/main.yml",
"content": "---\n- name: Install docker dependencies 1\n apt:\n name: ['apt-transport-https', 'ca-certificates', 'curl', 'software-properties-common']\n state: latest\n update_cache: yes\n tags: docker\n\n with_items:\n - apt-transport-htt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 976,
"all_permissive": false
} |
ansible_role | KunalNK/tomcat_roles_ansible | 74e439105200c311ab666eb43762189a8610746c | 0 | roles/tom_install | 7,531 | [
"no_license"
] | [
{
"path": "roles/tom_install/handlers/main.yml",
"content": "---\n# handlers file for tom_install",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "roles/tom_install/tasks/main.yml",
"content": "---\n# tasks file for tom_install\n- name: Download... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 969,
"all_permissive": false
} |
ansible_role | senaDevo/ansibleDocs | f546ed3a00ac48a139b8ae7d94c217ee764d8bcc | 0 | playbooks/roles/apache | 7,531 | [
"no_license"
] | [
{
"path": "playbooks/roles/apache/tasks/install.yml",
"content": "---\n- name: Install Apache\n apt:\n name: apache2\n state: present\n notify: Restart Apache\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 97
},
{
"path": "playbooks/roles/apache/tasks/... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 753,
"all_permissive": false
} |
ansible_role | TheCountt/ci-cd-pipeline | 4a8d16b44425b9f44834e7b81eb035276d77e275 | 0 | ansible/roles/jenkins | 7,531 | [
"no_license"
] | [
{
"path": "ansible/roles/jenkins/tasks/main.yml",
"content": "---\n- name: install jenkins on debian OS\n include_tasks: debian.yml\n when: ansible_os_family == 'Debian'\n\n- name: install jenkins on redhat OS\n include_tasks: redhat.yml\n when: ansible_os_family == 'Redhat'\n\n\n- name: install communi... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3081,
"all_permissive": false
} |
ansible_role | niedhui/ansibles | de1d019e667f31a359401c20d8bd5bab0e244df1 | 0 | roles/fish | 7,530 | [
"no_license"
] | [
{
"path": "roles/fish/tasks/main.yml",
"content": "---\n- apt: name=fish\n- lineinfile:\n path: \"{{ansible_env.HOME}}/.config/fish/config.fish\"\n line: fish_vi_key_bindings\n owner: \"{{ansible_user}}\"\n- name: \"change shell\"\n user: name={{ansible_user}} shell=/usr/bin/fish\n",
"license_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 227,
"all_permissive": false
} |
ansible_role | niedhui/ansibles | de1d019e667f31a359401c20d8bd5bab0e244df1 | 0 | roles/nginx | 7,530 | [
"no_license"
] | [
{
"path": "roles/nginx/defaults/main.yml",
"content": "---\napp_root_path: /opt/app\napp_server_name: _\napp_port: 3000\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 62
},
{
"path": "roles/nginx/templates/default.conf.j2",
"content": "server {\n listen 80 ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 651,
"all_permissive": false
} |
ansible_role | torresdal/booster-gemba-linux | 82b6c347aab074fb1ebe4f6efd3a9f9a25b67901 | 1 | roles/bootstrap_ec2 | 7,530 | [
"no_license"
] | [
{
"path": "roles/bootstrap_ec2/tasks/main.yml",
"content": " - name: Provision Web Server\n local_action:\n module: ec2\n id: \"tmp2\"\n aws_access_key : \"{{ aws_access_key }}\"\n aws_secret_key : \"{{ aws_secret_key }}\"\n count: \"{{ count }}\"\n key_name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1492,
"all_permissive": false
} |
ansible_role | torresdal/booster-gemba-linux | 82b6c347aab074fb1ebe4f6efd3a9f9a25b67901 | 1 | roles/bootstrap_elb | 7,530 | [
"no_license"
] | [
{
"path": "roles/bootstrap_elb/tasks/main.yml",
"content": "- name: Provision Elastic Load Balancer\n local_action:\n module: ec2_elb_lb\n name: \"devops-gemba-01\"\n aws_access_key : \"{{ aws_access_key }}\"\n aws_secret_key : \"{{ aws_secret_key }}\"\n state: present\n region: eu-west-1... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 680,
"all_permissive": false
} |
ansible_role | torresdal/booster-gemba-linux | 82b6c347aab074fb1ebe4f6efd3a9f9a25b67901 | 1 | roles/deploy | 7,530 | [
"no_license"
] | [
{
"path": "roles/deploy/templates/upstart_node.j2",
"content": "description \"Start and stop {{ service_name }}\"\nauthor \"{{ author }}\"\n\nenv APP_NAME={{ service_name }}\nenv APP_HOME={{ home_path }}\n\n#Node Environment is production\nenv NODE_ENV=production\n\n# User to run as\nenv RUN_AS_USER={{ user... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2290,
"all_permissive": false
} |
ansible_role | justMADx/deusopslabs | a245f96e17c2807c17522e0081c63c22babb779e | 0 | lab3/roles/docker | 7,530 | [
"no_license"
] | [
{
"path": "lab3/roles/docker/tasks/main.yml",
"content": "---\n\n - name: Установка зависимостей\n apt:\n name: \"{{ docker_apt_packages }}\"\n state: present\n update_cache: yes\n\n - name: Добавление GPG ключа Docker\n apt_key:\n url: \"{{ docker_gpg_key }}\"\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3132,
"all_permissive": false
} |
ansible_role | justMADx/deusopslabs | a245f96e17c2807c17522e0081c63c22babb779e | 0 | lab5/roles/postgres | 7,530 | [
"no_license"
] | [
{
"path": "lab5/roles/postgres/README.md",
"content": "## README для роли postgres\n\n### postgres Role\n\nAn Ansible role for installing and configuring postgresql on a Linux server, creating databases and users, and managing\naccess controls.\n\n### Requirements\n\n• Ansible 2.9+ is required.\n\n• Target ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 9971,
"all_permissive": false
} |
ansible_role | tom5610/staffrosterdisplay | f2f16d73185c0d1aa120832a6efe5221526cc355 | 0 | playbooks/roles/apigateway | 7,530 | [
"no_license"
] | [
{
"path": "playbooks/roles/apigateway/templates/resource-policy.json.j2",
"content": "{\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Effect\": \"Allow\",\n \"Principal\": \"*\",\n \"Action\": \"execute-api:Invoke\",\n \"Resource\": [\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3456,
"all_permissive": false
} |
ansible_role | tom5610/staffrosterdisplay | f2f16d73185c0d1aa120832a6efe5221526cc355 | 0 | playbooks/roles/vpcendpoint | 7,530 | [
"no_license"
] | [
{
"path": "playbooks/roles/vpcendpoint/files/endpoint.yml",
"content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: VPC Endpoint for Private API Gateway.\nParameters:\n VPCId:\n Description: VPC ID\n Type: String\n NumberOfAZs:\n AllowedValues:\n - '2'\n - '3'\n Default: '2'... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2749,
"all_permissive": false
} |
ansible_role | liumiaocn/kubeadm-offline-installer | 73eddda427452efdff2eec794dd0a169b6e9b917 | 0 | roles/cleanup | 7,530 | [
"permissive"
] | [
{
"path": "roles/cleanup/tasks/main.yml",
"content": "- name: Remove crontab\n cron: name=\"auto approval\" state=\"absent\"\n ignore_errors: yes\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 89
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 89,
"all_permissive": true
} |
ansible_role | liumiaocn/kubeadm-offline-installer | 73eddda427452efdff2eec794dd0a169b6e9b917 | 0 | roles/common | 7,530 | [
"permissive"
] | [
{
"path": "roles/common/vars/main.yml",
"content": "---\n# proxy can be \"\"\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 22
},
{
"path": "roles/common/vars/proxy.yml",
"content": "---\nproxy_env:\n - http_proxy: \"http://{{ proxy_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 597,
"all_permissive": true
} |
ansible_role | liumiaocn/kubeadm-offline-installer | 73eddda427452efdff2eec794dd0a169b6e9b917 | 0 | roles/docker | 7,530 | [
"permissive"
] | [
{
"path": "roles/docker/tasks/yum.install.yml",
"content": "- name: Generate yum repo for docker if docker_repo_base_url is defined.\n template: src=templates/docker.repo.j2 dest=/etc/yum.repos.d/docker.repo\n- name: Install docker.\n package: name=docker-engine state=installed\n environment: \"{{ proxy_... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 4302,
"all_permissive": true
} |
ansible_role | liumiaocn/kubeadm-offline-installer | 73eddda427452efdff2eec794dd0a169b6e9b917 | 0 | roles/kubeadm | 7,530 | [
"permissive"
] | [
{
"path": "roles/kubeadm/tasks/image.yml",
"content": "- name: Uploading \"{{ current_image }}\"\n copy:\n src=\"files/images/{{ current_image }}.tar.gz\"\n dest=\"/tmp\"\n- name: Loading \"{{ current_image }}\"\n shell: \"docker load -i /tmp/{{ current_image }}.tar.gz\"\n",
"license_type": "per... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1327,
"all_permissive": true
} |
ansible_role | liumiaocn/kubeadm-offline-installer | 73eddda427452efdff2eec794dd0a169b6e9b917 | 0 | roles/master | 7,530 | [
"permissive"
] | [
{
"path": "roles/master/files/auto_approval.sh",
"content": "#!/bin/sh\n\nTOKEN=`kubectl get csr | grep csr | grep -i pending | cut -f1 -d \" \" | head -n 1`\nif [[ -n \"$TOKEN\" ]]; then\n kubectl certificate approve $TOKEN\n echo \"CSR: $TOKEN had been approved.\" >> /var/log/auto_approval.log\nelse\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1595,
"all_permissive": true
} |
ansible_role | liumiaocn/kubeadm-offline-installer | 73eddda427452efdff2eec794dd0a169b6e9b917 | 0 | roles/node | 7,530 | [
"permissive"
] | [
{
"path": "roles/node/tasks/main.yml",
"content": "- name: Upload script\n copy: src=\"/tmp/cluster.join.sh\" dest=\"/usr/local/bin\" mode=0755\n- name: Join the cluster\n shell: \"/usr/local/bin/cluster.join.sh\"\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 156,
"all_permissive": true
} |
ansible_role | mehrdud-zz/poc-ansible | 2e02410bf85d2e948e5a1c9a8141feceb3155341 | 0 | Ansible/roles/api | 7,530 | [
"no_license"
] | [
{
"path": "Ansible/roles/api/tasks/main.yml",
"content": "--- \n - include_tasks: backup_api.yml\n - include_tasks: deployment_api.yml\n ",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 79,
"all_permissive": false
} |
ansible_role | mehrdud-zz/poc-ansible | 2e02410bf85d2e948e5a1c9a8141feceb3155341 | 0 | Ansible/roles/common | 7,530 | [
"no_license"
] | [
{
"path": "Ansible/roles/common/tasks/prerequisites_check.yml",
"content": "---\n- name: Ensure Microsoft .Net Framework 4.6.2 is installed\n win_chocolatey:\n name: dotnet4.6.2\n\n- name: Create PowerShell folder\n win_file:\n path: '{{powershellPath}}'\n state: directory\n \n- name: Download p... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 434,
"all_permissive": false
} |
ansible_role | mehrdud-zz/poc-ansible | 2e02410bf85d2e948e5a1c9a8141feceb3155341 | 0 | Ansible/roles/web | 7,530 | [
"no_license"
] | [
{
"path": "Ansible/roles/web/tasks/main.yml",
"content": "--- \n - include_tasks: prerequisites_check.yml \n - include_tasks: backup_websites.yml\n - include_tasks: deploy_websites.yml ",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 128
},
{
"path": "Ansible/r... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1263,
"all_permissive": false
} |
ansible_role | alexandruast/pegasus | 2ba890cd89057582cd72e07d5c6c42486d4afea3 | 0 | infrastructure/ansible/roles/base | 7,530 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/base/tasks/main.yml",
"content": "- name: update apt cache and installed packages\n apt:\n update_cache: yes\n upgrade: yes\n\n- name: install base packages\n apt:\n name: \"{{item}}\"\n state: installed\n with_items:\n - apt-transport-https\n - c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 494,
"all_permissive": false
} |
ansible_role | alexandruast/pegasus | 2ba890cd89057582cd72e07d5c6c42486d4afea3 | 0 | infrastructure/ansible/roles/consul | 7,530 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/consul/tasks/main.yml",
"content": "- include: tasks/install.yml\n when: ansible_local.setup_completed is not defined or force_install|default(false)|bool\n\n- name: ensure ethernet ip is known\n setup:\n\n- name: ensure configuration is in place\n template:\n s... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2126,
"all_permissive": false
} |
ansible_role | alexandruast/pegasus | 2ba890cd89057582cd72e07d5c6c42486d4afea3 | 0 | infrastructure/ansible/roles/dnsmasq | 7,530 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/dnsmasq/tasks/main.yml",
"content": "- name: ensure dnsmasq is installed\n apt:\n name: dnsmasq\n state: present\n update_cache: yes\n\n- name: ensure needed directories exist\n file:\n dest: /etc/dnsmasq.d\n state: directory\n\n- name: ensure .consul... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 929,
"all_permissive": false
} |
ansible_role | alexandruast/pegasus | 2ba890cd89057582cd72e07d5c6c42486d4afea3 | 0 | infrastructure/ansible/roles/docker | 7,530 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/docker/tasks/main.yml",
"content": "- name: add keys to apt\n apt_key:\n id: \"{{item}}\"\n keyserver: hkp://p80.pool.sks-keyservers.net\n state: present\n with_items:\n - 58118E89F3A912897C070ADBF76221572C52609D\n\n- name: add ppas to apt\n apt_reposito... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 593,
"all_permissive": false
} |
ansible_role | alexandruast/pegasus | 2ba890cd89057582cd72e07d5c6c42486d4afea3 | 0 | infrastructure/ansible/roles/nomad | 7,530 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/nomad/templates/systemd.service.j2",
"content": "[Unit]\nDescription={{name}} daemon\nRequires=network-online.target\nAfter=network-online.target\n\n[Service]\nUser=root\nGroup=root\nRestart=always\nExecStart={{install_dir}}/{{name}} agent -config=\"{{config_dir}}\"\n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2327,
"all_permissive": false
} |
ansible_role | alexandruast/pegasus | 2ba890cd89057582cd72e07d5c6c42486d4afea3 | 0 | infrastructure/ansible/roles/reboot | 7,530 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/reboot/tasks/main.yml",
"content": "- name: check if a reboot is required\n register: reboot_required_file\n stat: path=/var/run/reboot-required\n\n- name: reboot the server\n shell: sleep 4 && shutdown -r now 'Reboot triggered by Ansible'\n async: 1\n poll: 0\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 455,
"all_permissive": false
} |
ansible_role | alexandruast/pegasus | 2ba890cd89057582cd72e07d5c6c42486d4afea3 | 0 | infrastructure/ansible/roles/vault | 7,530 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/vault/tasks/main.yml",
"content": "- name: ensure binary is present\n unarchive:\n src: \"{{download_url}}\"\n dest: \"{{install_dir}}\"\n remote_src: yes\n\n- name: ensure mlock syscall can be used without root access\n capabilities:\n capability: cap_i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1108,
"all_permissive": false
} |
ansible_role | alexandruast/pegasus | 2ba890cd89057582cd72e07d5c6c42486d4afea3 | 0 | infrastructure/ansible/roles/vpn | 7,530 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/vpn/tasks/main.yml",
"content": "- include: tasks/install.yml\n when: ansible_local.setup_completed is not defined or force_install|default(false)|bool\n\n- name: add pritunl service config file\n template:\n src: pritunl.conf.j2\n dest: /etc/pritunl.conf\n\n-... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2090,
"all_permissive": false
} |
ansible_role | minotar/infra | a0e45d82cc431abfdbb673d48a20293bac6904ad | 1 | ansible/roles/hostname | 7,533 | [
"permissive"
] | [
{
"path": "ansible/roles/hostname/tasks/main.yml",
"content": "---\n\n- name: set hostname\n become: yes\n hostname:\n name: \"{{ inventory_hostname }}\"\n tags:\n - hostname\n",
"license_type": "permissive",
"detected_licenses": [
"Unlicense"
],
"size_bytes": 112
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 112,
"all_permissive": true
} |
ansible_role | minotar/infra | a0e45d82cc431abfdbb673d48a20293bac6904ad | 1 | ansible/roles/monitor | 7,533 | [
"permissive"
] | [
{
"path": "ansible/roles/monitor/templates/prometheus.conf.j2",
"content": "#\n# Label standards:\n# instance - hostname of the node (no port/scheme/URL path)\n# app - matches the loki label configs (job labels there are different)\n# job - corresponds to the scrape config (often, but not always the s... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 9215,
"all_permissive": true
} |
ansible_role | minotar/infra | a0e45d82cc431abfdbb673d48a20293bac6904ad | 1 | ansible/roles/pomerium | 7,533 | [
"permissive"
] | [
{
"path": "ansible/roles/pomerium/templates/pomerium.service.j2",
"content": "[Unit]\nDescription={{ pomerium_service_name }}\nWants=network-online.target\nAfter=network-online.target\n\n[Service]\nUser={{ pomerium_user_name }}\nGroup={{ pomerium_group_name }}\nRestart=on-failure\nType=simple\nPrivateTmp=tr... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4566,
"all_permissive": true
} |
ansible_role | geddan0903/ansible_tutorial | 2659c108e2c00cfe7898c0f3a8a36a114fe80610 | 0 | roles/base | 7,533 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "- name: add ssh key for simone\n authorized_key:\n user: \"simone\"\n key: \"<KEY>\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 93
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 93,
"all_permissive": false
} |
ansible_role | geddan0903/ansible_tutorial | 2659c108e2c00cfe7898c0f3a8a36a114fe80610 | 0 | roles/debian_servers | 7,533 | [
"no_license"
] | [
{
"path": "roles/debian_servers/tasks/main.yml",
"content": "- name: install updates Debian\n apt:\n upgrade: dist\n update_cache: yes\n\n- name: install apache2 and php for Debian\n apt:\n name:\n - apache2\n - libapache2-mod-php\n state: latest\n update_cache: yes\n",
"licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 222,
"all_permissive": false
} |
ansible_role | geddan0903/ansible_tutorial | 2659c108e2c00cfe7898c0f3a8a36a114fe80610 | 0 | roles/redhat_servers | 7,533 | [
"no_license"
] | [
{
"path": "roles/redhat_servers/tasks/main.yml",
"content": "- name: install updates Redhat\n yum:\n name: '*'\n state: latest\n update_cache: yes\n\n- name: install apache and php for RedHat\n yum:\n name:\n - httpd\n - php\n state: latest\n\n- name: copy default html file for si... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 354,
"all_permissive": false
} |
ansible_role | mrutten/haproxy | a648d189ef06bd43f907563c5bcf7c45242c6edd | 0 | roles/haproxy_configuration | 7,533 | [
"no_license"
] | [
{
"path": "roles/haproxy_configuration/tasks/main.yml",
"content": "---\n# Centos SELinux setting\n# sudo setsebool haproxy_connect_any on\n\n- name: Copy haproxy.cfg\n ansible.builtin.template:\n src: haproxy.cfg.j2\n dest: /etc/haproxy/haproxy.cfg\n force: true\n owner: root\n group: root\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2792,
"all_permissive": false
} |
ansible_role | mrutten/haproxy | a648d189ef06bd43f907563c5bcf7c45242c6edd | 0 | roles/haproxy_installation | 7,533 | [
"no_license"
] | [
{
"path": "roles/haproxy_installation/tasks/main.yml",
"content": "---\n- name: Import Centos Official (workaround for https://bugzilla.redhat.com/show_bug.cgi?id=2184640)\n ansible.builtin.rpm_key:\n state: present\n key: /<KEY>\n when: ansible_facts['os_family'] == 'RedHat' and ansible_facts['dist... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 467,
"all_permissive": false
} |
ansible_role | fdvalero/ansiblefest | e60ddaac0204ad8046e21a8e09833cdd82d5baf1 | 1 | roles/groups | 7,533 | [
"no_license"
] | [
{
"path": "roles/groups/tasks/main.yml",
"content": "---\n# Variable setup.\n- name: Include group_name specific variables\n include_vars: \"{{ group_name }}.yml\"\n\n- name: Create group\n group:\n gid: \"{{ item.gid|default(gid) }}\"\n name: \"{{ item.name|default(name) }}\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 770,
"all_permissive": false
} |
ansible_role | fdvalero/ansiblefest | e60ddaac0204ad8046e21a8e09833cdd82d5baf1 | 1 | roles/openssh | 7,533 | [
"no_license"
] | [
{
"path": "roles/openssh/tasks/main.yml",
"content": "---\n- name: Install openssh\n yum:\n name: \"{{ item }}\"\n state: installed\n loop:\n - openssh\n - openssh-clients\n - openssh-server\n\n- name: Deploy /etc/ssh/sshd_config\n template:\n src: sshd_config.j2 \n dest: /etc/ssh/ss... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 766,
"all_permissive": false
} |
ansible_role | fdvalero/ansiblefest | e60ddaac0204ad8046e21a8e09833cdd82d5baf1 | 1 | roles/service_account | 7,533 | [
"no_license"
] | [
{
"path": "roles/service_account/vars/service_ansible.yml",
"content": "---\n# Defaults for svc_ansible\n# Set \"name\" in the specific sections below.\n#\nhome: /var/lib/service_ansible\ncomment: Service Ansible User\nsystem: yes\nshell: /bin/bash\nstate: present\nuid: 650\n\n# Whether to create ~/.ssh\n# ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 7250,
"all_permissive": false
} |
ansible_role | stura-htw-dresden/vm_install_scripts | d94c30ad5e15c2a4a56a28b5c731bedb1257dffe | 0 | playbooks/roles/dhcpd | 7,533 | [
"no_license"
] | [
{
"path": "playbooks/roles/dhcpd/tasks/main.yml",
"content": "---\n- name: append dhcp hosts at dhcpd.conf\n blockinfile:\n insertafter: EOF\n path: /etc/dhcp/dhcpd.conf\n block: \"{{ lookup('template', 'append_dhcpd.conf.j2') }}\"\n marker: \"\"\n notify: restart dhcpd\n",
"license_type":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 769,
"all_permissive": false
} |
ansible_role | stura-htw-dresden/vm_install_scripts | d94c30ad5e15c2a4a56a28b5c731bedb1257dffe | 0 | playbooks/roles/steam | 7,533 | [
"no_license"
] | [
{
"path": "playbooks/roles/steam/defaults/main.yml",
"content": "---\nsteamcmd_url: \"http://media.steampowered.com/client/{{ steamcmd_archive }}\"\nsteamcmd_archive: steamcmd_linux.tar.gz\nsteamcmd_bin: steamcmd.sh\nsteamcmd_exe: \"{{ STEAM_HOME }}/{{ steamcmd_bin }}\"\n",
"license_type": "no_license",... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 991,
"all_permissive": false
} |
ansible_role | stura-htw-dresden/vm_install_scripts | d94c30ad5e15c2a4a56a28b5c731bedb1257dffe | 0 | playbooks/roles/steam_cs2 | 7,533 | [
"no_license"
] | [
{
"path": "playbooks/roles/steam_cs2/tasks/main.yml",
"content": "---\n- name: Install CS2\n shell: \"{{ steamcmd_exe }} {{ cs2_steamcmd_args }}\"\n\n- name: copy gameconfigs\n template:\n src: \"{{ item }}.j2\"\n dest: \"{{cs2_server_cfg_home}}/{{ item}}\"\n loop:\n - esl2on2.cfg\n - esl3on3... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2359,
"all_permissive": false
} |
ansible_role | stura-htw-dresden/vm_install_scripts | d94c30ad5e15c2a4a56a28b5c731bedb1257dffe | 0 | playbooks/roles/steam_l4d2 | 7,533 | [
"no_license"
] | [
{
"path": "playbooks/roles/steam_l4d2/defaults/main.yml",
"content": "---\nL4D2_HOME: \"{{ STEAM_HOME }}/l4d2\"\nl4d2_steamcmd_args: +login anonymous +force_install_dir \"{{ L4D2_HOME }}\" +app_update \"{{ l4d2_app_update }}\" +quit\nl4d2_app_update: 222860\nl4d2_server_cfg: \"{{ L4D2_HOME }}/left4dead2/cfg... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1507,
"all_permissive": false
} |
ansible_role | stura-htw-dresden/vm_install_scripts | d94c30ad5e15c2a4a56a28b5c731bedb1257dffe | 0 | playbooks/roles/systemli.mumble | 7,533 | [
"no_license"
] | [
{
"path": "playbooks/roles/systemli.mumble/handlers/main.yml",
"content": "---\n\n- name: restart murmur\n service:\n name: mumble-server\n state: restarted\n\n- name: restart munin-node\n service:\n name: munin-node\n state: restarted\n\n- name: restart monit\n service:\n name: monit\n ... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 13387,
"all_permissive": false
} |
ansible_role | stura-htw-dresden/vm_install_scripts | d94c30ad5e15c2a4a56a28b5c731bedb1257dffe | 0 | playbooks/roles/ufw | 7,533 | [
"no_license"
] | [
{
"path": "playbooks/roles/ufw/templates/append_before.rules.j2",
"content": "\nCOMMIT\n\n# NAT table rules\n*nat\n:POSTROUTING ACCEPT [0:0]\n\n# Forward traffic through uplink - Change to match you out-interface\n-A POSTROUTING -s {{ dhcpd_subnets[0].network }}/{{ subnetmask }} -o {{ EXTERNAL_INTERFACE }} ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 993,
"all_permissive": false
} |
ansible_role | iq-company/kamal_admin | 88d8839fd1bbb7f1db37d0faf91efd0365c7d742 | 1 | kamal_admin/lib/ansible/roles/bootstrap | 7,533 | [
"no_license"
] | [
{
"path": "kamal_admin/lib/ansible/roles/bootstrap/tasks/main.yml",
"content": "- name: Stelle sicher, dass der 'ansible'-Benutzer existiert\n user:\n name: ansible\n groups: wheel\n shell: /bin/bash\n create_home: yes\n\n- name: Kopiere eigenes SSH‑Public‑Key auf den Host\n authorized_key:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 787,
"all_permissive": false
} |
ansible_role | iq-company/kamal_admin | 88d8839fd1bbb7f1db37d0faf91efd0365c7d742 | 1 | kamal_admin/lib/ansible/roles/docker | 7,533 | [
"no_license"
] | [
{
"path": "kamal_admin/lib/ansible/roles/docker/tasks/main.yml",
"content": "- name: Install Docker\n package:\n name: docker\n state: present\n\n- name: Configure Docker daemon MTU\n template:\n src: daemon.json.j2\n dest: /etc/docker/daemon.json\n notify: restart docker\n\n- name: Start Doc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 361,
"all_permissive": false
} |
ansible_role | iq-company/kamal_admin | 88d8839fd1bbb7f1db37d0faf91efd0365c7d742 | 1 | kamal_admin/lib/ansible/roles/firewall | 7,533 | [
"no_license"
] | [
{
"path": "kamal_admin/lib/ansible/roles/firewall/tasks/main.yml",
"content": "- name: Install nftables\n package:\n name: nftables\n state: present\n\n- name: Flush existing rules\n nftables:\n table: inet\n flush: true\n\n- name: Open requested TCP ports\n nftables:\n table: inet\n ch... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 554,
"all_permissive": false
} |
ansible_role | iq-company/kamal_admin | 88d8839fd1bbb7f1db37d0faf91efd0365c7d742 | 1 | kamal_admin/lib/ansible/roles/monitoring_agent | 7,533 | [
"no_license"
] | [
{
"path": "kamal_admin/lib/ansible/roles/monitoring_agent/tasks/main.yml",
"content": "- name: Install node_exporter\n package:\n name: prometheus-node-exporter\n state: present\n\n- name: Enable node_exporter\n service:\n name: prometheus-node-exporter\n state: started\n enabled: yes\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 207,
"all_permissive": false
} |
ansible_role | iq-company/kamal_admin | 88d8839fd1bbb7f1db37d0faf91efd0365c7d742 | 1 | kamal_admin/lib/ansible/roles/monitoring_server | 7,533 | [
"no_license"
] | [
{
"path": "kamal_admin/lib/ansible/roles/monitoring_server/tasks/main.yml",
"content": "- name: Install Prometheus\n package:\n name: prometheus\n state: present\n\n- name: Deploy Prometheus config with scrape targets\n template:\n src: prometheus.yml.j2\n dest: /etc/prometheus/prometheus.yml\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 425,
"all_permissive": false
} |
ansible_role | iq-company/kamal_admin | 88d8839fd1bbb7f1db37d0faf91efd0365c7d742 | 1 | kamal_admin/lib/ansible/roles/nat_gateway | 7,533 | [
"no_license"
] | [
{
"path": "kamal_admin/lib/ansible/roles/nat_gateway/tasks/main.yml",
"content": "- name: Enable IP forwarding\n sysctl:\n name: net.ipv4.ip_forward\n value: \"1\"\n state: present\n reload: yes\n\n- name: NAT Masquerade backend -> public\n nftables:\n table: ip\n chain: nat\n family:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 319,
"all_permissive": false
} |
ansible_role | iq-company/kamal_admin | 88d8839fd1bbb7f1db37d0faf91efd0365c7d742 | 1 | kamal_admin/lib/ansible/roles/ssh_key | 7,533 | [
"no_license"
] | [
{
"path": "kamal_admin/lib/ansible/roles/ssh_key/tasks/main.yml",
"content": "- name: generate cluster key (once)\n openssh_keypair:\n path: /etc/ssh/kdep_cluster\n owner: ansible\n group: ansible\n type: ed25519\n comment: \"{{ inventory_hostname }}\"\n register: keypair\n when: keypair.s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 996,
"all_permissive": false
} |
ansible_role | FUNCATE/ansible-jenkins | af6855a0fb379a69bb72978800dfd92da7a94f3b | 0 | roles/dependencies | 7,533 | [
"no_license"
] | [
{
"path": "roles/dependencies/tasks/apt.yml",
"content": "---\n\n - name: APT | Jenkins Dependencies\n apt: name={{ item }} state=latest update_cache=yes install_recommends=no\n sudo: yes\n with_items:\n - openjdk-7-jre\n",
"license_type": "no_license",
"detected_licenses"... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 211,
"all_permissive": false
} |
ansible_role | FUNCATE/ansible-jenkins | af6855a0fb379a69bb72978800dfd92da7a94f3b | 0 | roles/master | 7,533 | [
"no_license"
] | [
{
"path": "roles/master/tasks/plugins.yml",
"content": "---\n\n - name: Jenkins | Download CLI (Moved to /tmp)\n sudo: yes\n get_url: url='http://{{ jenkins.local.url }}:{{ jenkins.local.port }}{{ jenkins.local.path }}jnlpJars/jenkins-cli.jar' dest=/tmp owner={{ ansible_ssh_user }} mode=0777\n\... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1101,
"all_permissive": false
} |
ansible_role | romanovyuri/devops-netology | e9041f552401361cc040e8e4d1eec49e50085a2d | 0 | 08-ansible-03-role/playbook/roles/romanovyuri.kibana | 7,533 | [
"no_license"
] | [
{
"path": "08-ansible-03-role/playbook/roles/romanovyuri.kibana/tasks/main.yml",
"content": "---\n# tasks file for kibana\n\n - name: group 'kibana' check\n group:\n name: kibana\n state: present\n - name: Add user 'kibana'\n user:\n name: kibana\n shell: /bin/bash\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1502,
"all_permissive": false
} |
ansible_role | seafrax/CPE_MIDEXAM_FLORES | 8af6d339775d1cfc82d58ec7a86c3582e8bf2bd2 | 0 | roles/CentOS_servers | 7,533 | [
"no_license"
] | [
{
"path": "roles/CentOS_servers/tasks/main.yaml",
"content": "---\n- name: Update YUM cache\n yum:\n name: '*'\n state: latest\n\n- name: Install required packages\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - httpd\n - php\n - mariadb-server\n - gcc\n - prom... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2365,
"all_permissive": false
} |
ansible_role | seafrax/CPE_MIDEXAM_FLORES | 8af6d339775d1cfc82d58ec7a86c3582e8bf2bd2 | 0 | roles/db_servers | 7,533 | [
"no_license"
] | [
{
"path": "roles/db_servers/tasks/main.yaml",
"content": "---\n- name: Update apt cache\n apt: update_cache=yes\n\n- name: Install required packages\n apt: name={{ item }} state=present\n with_items:\n - apache2\n - php\n - mariadb-server\n - influxdb\n - build-essential\n - nagios4\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2906,
"all_permissive": false
} |
ansible_role | pmusolino-rms/Network-Automation-with-Python-and-Ansible-class | a05ed95745e9e26a6903a6eda2bc7607107e501c | 10 | week5/roles/access_switches | 7,533 | [
"no_license"
] | [
{
"path": "week5/roles/access_switches/tasks/main.yml",
"content": "---\n- name: Generate config files\n template: src=access_switch.j2 dest=/home/pmusolino/Network-Automation-with-Python-and-Ansible-class/week5/configs/{{item.hostname}}.txt\n with_items: access_switches\n",
"license_type": "no_licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 203,
"all_permissive": false
} |
ansible_role | pmusolino-rms/Network-Automation-with-Python-and-Ansible-class | a05ed95745e9e26a6903a6eda2bc7607107e501c | 10 | week6/roles/access_switches | 7,533 | [
"no_license"
] | [
{
"path": "week6/roles/access_switches/vars/main.yml",
"content": "---\nvlans:\n# Adding absent for exercise 3 to delete\n# - { name: mercury, vlanid: 601, state: present}\n# - { name: venus, vlanid: 602, state: present}\n# - { name: earth, vlanid: 603, state: present}\n - { name: mercury, vlanid: 601, ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1986,
"all_permissive": false
} |
ansible_role | pmusolino-rms/Network-Automation-with-Python-and-Ansible-class | a05ed95745e9e26a6903a6eda2bc7607107e501c | 10 | week7/roles/access_switches | 7,533 | [
"no_license"
] | [
{
"path": "week7/roles/access_switches/tasks/main.yml",
"content": "---\n- name: Add Vlan\n eapi_vlan_add: vlan_name={{ item.name }} vlan_id={{ item.vlan_id }}\n username={{ eapi_username }}\n password={{ <PASSWORD> }}\n host={{ eapi_hostname }}\n port={{ eapi_port }}\n transport=https\n wi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 357,
"all_permissive": false
} |
ansible_role | minotar/ansible | e37b4bbb71139de1d4162ea18da6845e15a29378 | 0 | roles/backend | 7,534 | [
"no_license"
] | [
{
"path": "roles/backend/tasks/main.yml",
"content": "---\n\n- name: Copy common-session\n template:\n src: common-session\n dest: /etc/pam.d/common-session\n owner: root\n group: root\n mode: 0644\n\n- name: Copy limits.conf\n template:\n src: limits.conf\n dest: /etc/security/limits... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1291,
"all_permissive": false
} |
ansible_role | minotar/ansible | e37b4bbb71139de1d4162ea18da6845e15a29378 | 0 | roles/cache | 7,534 | [
"no_license"
] | [
{
"path": "roles/cache/defaults/main.yml",
"content": "---\n\nredis_port: 6379\nredis_bind: 0.0.0.0\nredis_password: <PASSWORD>\n# Also limited by somaxconn and tcp_max_syn_backlog\n#redis_tcp_backlog: 511\nredis_tcp_keepalive: 60\n# Max connected clients at a time\nredis_maxclients: 10000\n# Close connecti... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 846,
"all_permissive": false
} |
ansible_role | minotar/ansible | e37b4bbb71139de1d4162ea18da6845e15a29378 | 0 | roles/common | 7,534 | [
"no_license"
] | [
{
"path": "roles/common/tasks/users.yml",
"content": "---\n\n- name: Add users from group_vars file\n user:\n name: \"{{ item.key }}\"\n shell: \"{{ item.value.shell }}\"\n state: \"{{ item.value.state }}\"\n createhome: yes\n home: \"{{ item.value.home | default(\\\"/home/\\\" + item.key + ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1072,
"all_permissive": false
} |
ansible_role | minotar/ansible | e37b4bbb71139de1d4162ea18da6845e15a29378 | 0 | roles/frontend | 7,534 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/nginx.yml",
"content": "---\n\n- name: Install nginx\n apt:\n name: nginx\n update_cache: yes\n cache_valid_time: 86400\n state: present\n\n- name: Enable nginx at boot\n service:\n name: nginx\n enabled: yes\n state: stopped\n\n- name: Write nginx conf... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 25080,
"all_permissive": false
} |
ansible_role | vitaliy026-00/vitaliy026-00 | 35f6ef2b5c2bc419f071d2a4d84ca29958aa5dd9 | 0 | roles/create_file | 7,534 | [
"no_license"
] | [
{
"path": "roles/create_file/tasks/main.yml",
"content": "---\n\n- name: create empty file\n file: path=/home/file1 state=touch mode=0500\n# tasks file for create_file\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 108,
"all_permissive": false
} |
ansible_role | vitaliy026-00/vitaliy026-00 | 35f6ef2b5c2bc419f071d2a4d84ca29958aa5dd9 | 0 | roles/system_info | 7,534 | [
"no_license"
] | [
{
"path": "roles/system_info/handlers/main.yml",
"content": "---\n# handlers file for system_info",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "roles/system_info/vars/main.yml",
"content": "---\n# vars file for system_info",
"license_type... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 403,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.