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 | yanusocial/terraform | 60a064de169c0629b3f95a85f0f117b63cbb963f | 0 | ansible/roles/apache | 7,504 | [
"no_license"
] | [
{
"path": "ansible/roles/apache/handlers/main.yml",
"content": "#- hosts: LAMP\n# name: handlers\n# remote_user: centos\n\n# tasks: \n\n# handlers:\n - name: restart httpd service\n service:\n name: httpd\n state: restarted\n# listen: \"restart services\"\n# become: true... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1552,
"all_permissive": false
} |
ansible_role | yanusocial/terraform | 60a064de169c0629b3f95a85f0f117b63cbb963f | 0 | ansible/roles/common | 7,504 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "#- hosts: LAMP\n# remote_user: centos\n\n# tasks:\n - name: update all packages\n yum:\n name: '*'\n state: latest\n# become: true\n\n - name: Add epel repository\n yum_repository:\n name: epel\n description: EPEL ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1707,
"all_permissive": false
} |
ansible_role | yanusocial/terraform | 60a064de169c0629b3f95a85f0f117b63cbb963f | 0 | ansible/roles/db | 7,504 | [
"no_license"
] | [
{
"path": "ansible/roles/db/tasks/main.yml",
"content": "#- hosts: LAMP\n# name: Install and configure the database\n# remote_user: centos\n\n# tasks:\n\n - name: Include vars of vars.yaml\n include_vars:\n file: ../../../vars/vars.yml\n\n - name: Copying the root credentials as .my.cnf file\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1699,
"all_permissive": false
} |
ansible_role | yanusocial/terraform | 60a064de169c0629b3f95a85f0f117b63cbb963f | 0 | ansible/roles/wordpress | 7,504 | [
"no_license"
] | [
{
"path": "ansible/roles/wordpress/tasks/main.yml",
"content": "#- hosts: LAMP\n# name: install Wordpress\n# remote_user: centos\n\n# tasks:\n\n - name: Include vars of vars.yaml\n include_vars:\n file: ../../../vars/vars.yml\n\n - name: Download WordPress\n get_url:\n url=https://wordp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1224,
"all_permissive": false
} |
ansible_role | OmarKhalil10/udapeople | 7b328bc5fc22d1c13d9b2bb7856638ae31baa3c6 | 1 | .circleci/ansible/roles/configure-server | 7,504 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/configure-server/files/myenv.sh",
"content": "export TYPEORM_DATABASE=postgres\nexport TYPEORM_CONNECTION=postgres\nexport TYPEORM_USERNAME=postgres\nexport TYPEORM_PASSWORD=<PASSWORD>\nexport TYPEORM_HOST=database-2.cfhqlbcxgc68.us-east-1.rds.amazonaws.com\nexport TYPEORM... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 828,
"all_permissive": false
} |
ansible_role | Atredies/init-utils | ac3fb62d96476acb7d708b64071d14a5149575a3 | 1 | configuration/ansible/roles/debian | 7,504 | [
"no_license"
] | [
{
"path": "configuration/ansible/roles/debian/tasks/main.yml",
"content": "###############################################\n# SERVER MAINTAINANCE #\n###############################################\n\n# Upgrade Server Packages:\n- name: Upgrade Debian based Linux\n apt:\n update_c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 5197,
"all_permissive": false
} |
ansible_role | Atredies/init-utils | ac3fb62d96476acb7d708b64071d14a5149575a3 | 1 | configuration/ansible/roles/rhel | 7,504 | [
"no_license"
] | [
{
"path": "configuration/ansible/roles/rhel/tasks/main.yml",
"content": "###############################################\n# SERVER MAINTAINANCE #\n###############################################\n\n# Upgrade Server Packages:\n- name: Update RHEL based Linux\n dnf: name=* state=lates... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 5214,
"all_permissive": false
} |
ansible_role | Atredies/init-utils | ac3fb62d96476acb7d708b64071d14a5149575a3 | 1 | configuration/ansible/roles/system-update | 7,504 | [
"no_license"
] | [
{
"path": "configuration/ansible/roles/system-update/tasks/main.yml",
"content": "# Updates Debian Based Systems\n- name: Update Debian based Linux\n apt:\n update_cache: yes\n upgrade: 'yes'\n tags: upgrade\n when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'\n\n# Updates R... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 354,
"all_permissive": false
} |
ansible_role | Dmitry-Crimea/Ansible_Geek | 9f3a4cebcb9a5884a73f04db2f6f10ab7d115bf4 | 0 | centos/roles/vim | 7,504 | [
"no_license"
] | [
{
"path": "centos/roles/vim/tasks/main.yml",
"content": "---\n\n- name: Install epel-repo and install vim\n block:\n - name: install epel-repo\n yum:\n name: epel-release\n state: present\n update_cache: yes\n\n\n - name: install vim\n yum:\n name: vim\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 280,
"all_permissive": false
} |
ansible_role | Dmitry-Crimea/Ansible_Geek | 9f3a4cebcb9a5884a73f04db2f6f10ab7d115bf4 | 0 | webinar_1/roles/nginx | 7,504 | [
"no_license"
] | [
{
"path": "webinar_1/roles/nginx/tasks/main.yml",
"content": "---\n\n- name: 'INSTALL | install epel-release'\n import_tasks: \"install_epel.yml\"\n\n- name: 'PREREQ | create directory for nginx files'\n import_tasks: \"prereq.yml\"\n\n- name: 'INSTALL | install and start nginx'\n import_tasks: \"install... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 307,
"all_permissive": false
} |
ansible_role | Dmitry-Crimea/Ansible_Geek | 9f3a4cebcb9a5884a73f04db2f6f10ab7d115bf4 | 0 | webinar_2/roles/vsftpd | 7,504 | [
"no_license"
] | [
{
"path": "webinar_2/roles/vsftpd/tasks/install.yml",
"content": "---\n- name: instal EPEL-relese\n yum:\n name: epel-release\n state: present\n\n- name: install and start vsftpd\n block:\n - name: install vsftpd\n yum:\n name: vsftpd\n state: present\n update_cache: yes... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1037,
"all_permissive": false
} |
ansible_role | Dmitry-Crimea/Ansible_Geek | 9f3a4cebcb9a5884a73f04db2f6f10ab7d115bf4 | 0 | webinar_3/roles/mysql | 7,504 | [
"no_license"
] | [
{
"path": "webinar_3/roles/mysql/tasks/main.yml",
"content": "---\n\n- name: 'INSTALL | install epel-release'\n import_tasks: \"install_epel.yml\"\n\n- name: 'PREREQ | install pip and PyMySQL'\n import_tasks: \"prereq.yml\"\n\n- name: 'INSTALL | install and start mysql'\n import_tasks: \"install.yml\"\n\... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 903,
"all_permissive": false
} |
ansible_role | Dmitry-Crimea/Ansible_Geek | 9f3a4cebcb9a5884a73f04db2f6f10ab7d115bf4 | 0 | webinar_3/roles/nginx | 7,504 | [
"no_license"
] | [
{
"path": "webinar_3/roles/nginx/tasks/install.yml",
"content": "---\n\n- name: install and start nginx\n block:\n - name: install nginx\n yum:\n name: nginx\n state: present\n become: True\n\n - name: start nginx\n service:\n name: nginx\n state: started\n ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1013,
"all_permissive": false
} |
ansible_role | Dmitry-Crimea/Ansible_Geek | 9f3a4cebcb9a5884a73f04db2f6f10ab7d115bf4 | 0 | webinar_3/roles/php-fpm | 7,504 | [
"no_license"
] | [
{
"path": "webinar_3/roles/php-fpm/tasks/install.yml",
"content": "---\n\n- name: install and start php-fpm\n block:\n - name: install php-fpm\n yum:\n update_cache: yes\n state: present\n name: \"{{ item }}\"\n loop:\n - php\n - php-cli\n - php-fpm\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 651,
"all_permissive": false
} |
ansible_role | Dmitry-Crimea/Ansible_Geek | 9f3a4cebcb9a5884a73f04db2f6f10ab7d115bf4 | 0 | webinar_3/roles/wordpress | 7,504 | [
"no_license"
] | [
{
"path": "webinar_3/roles/wordpress/tasks/main.yml",
"content": "---\n\n- name: 'INSTALL | install and start mysql'\n import_tasks: \"install.yml\"\n\n\n\n\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 85
},
{
"path": "webinar_3/roles/wordpress/tasks/inst... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 751,
"all_permissive": false
} |
ansible_role | Dmitry-Crimea/Ansible_Geek | 9f3a4cebcb9a5884a73f04db2f6f10ab7d115bf4 | 0 | webinar_4/roles/create _user | 7,504 | [
"no_license"
] | [
{
"path": "webinar_4/roles/create _user/tasks/create_user.yml",
"content": "---\n\n- name: create new user\n user:\n name: \"{{ deploy_user.name }}\"\n password: \"{{ deploy_<PASSWORD> | password_hash('<PASSWORD>') }}\"\n state: present\n group: whell\n append: yes\n shell: \"/bin/bash\"\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 422,
"all_permissive": false
} |
ansible_role | Dmitry-Crimea/Ansible_Geek | 9f3a4cebcb9a5884a73f04db2f6f10ab7d115bf4 | 0 | webinar_4/roles/mysql | 7,504 | [
"no_license"
] | [
{
"path": "webinar_4/roles/mysql/tasks/start.yml",
"content": "---\n\n- name: start and enabled mysql-server\n service:\n name: mysqld\n state: started\n enabled: yes\n become: True\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 123
},
{
"path": "webi... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1015,
"all_permissive": false
} |
ansible_role | Dmitry-Crimea/Ansible_Geek | 9f3a4cebcb9a5884a73f04db2f6f10ab7d115bf4 | 0 | webinar_4/roles/nginx | 7,504 | [
"no_license"
] | [
{
"path": "webinar_4/roles/nginx/tasks/main.yml",
"content": "---\n\n- name: 'INSTALL | install nginx'\n import_tasks: \"install.yml\"\n\n- name: 'START | start nginx'\n import_tasks: \"start.yml\"\n\n- name: 'PREREQ | prereq nginx'\n import_tasks: \"prereq.yml\"\n\n- name: 'CONFIG| config nginx'\n impo... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 564,
"all_permissive": false
} |
ansible_role | Dmitry-Crimea/Ansible_Geek | 9f3a4cebcb9a5884a73f04db2f6f10ab7d115bf4 | 0 | webinar_4/roles/php | 7,504 | [
"no_license"
] | [
{
"path": "webinar_4/roles/php/templates/www.conf.j2",
"content": "[www]\nuser = {{ nginx }}\ngroup = {{ nginx }}\nlisten = /run/php-fpm/www.sock\nlisten.acl_users = apache,nginx\nlisten.allowed_clients = 127.0.0.1\npm = dynamic\npm.max_children = 50https://docviewer.yandex.ru/?url=ya-mail%3A%2F%2F178455135... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1145,
"all_permissive": false
} |
ansible_role | Dmitry-Crimea/Ansible_Geek | 9f3a4cebcb9a5884a73f04db2f6f10ab7d115bf4 | 0 | webinar_4/roles/replace_separator | 7,504 | [
"no_license"
] | [
{
"path": "webinar_4/roles/replace_separator/tasks/main.yml",
"content": "---\n\n- import_tasks: replace.yml\n tags: ['replace']\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 53
},
{
"path": "webinar_4/roles/replace_separator/tasks/replace.yml",
"content":... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 480,
"all_permissive": false
} |
ansible_role | Artem-Ushenko/practical_devops_HW2 | 95ce97fe5d9a2e571d137e3856a2820514261541 | 0 | roles/nginx_setup | 7,504 | [
"no_license"
] | [
{
"path": "roles/nginx_setup/defaults/main.yml",
"content": "---\n# defaults file for roles/nginx_setup\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 42
},
{
"path": "roles/nginx_setup/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: roo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 727,
"all_permissive": false
} |
ansible_role | gluster/gluster-kubernetes | 7246eb4053c8c5336e4da68d86b76124d435eb3e | 877 | vagrant/roles/common | 7,495 | [
"permissive"
] | [
{
"path": "vagrant/roles/common/templates/docker.j2",
"content": "OPTIONS=' --selinux-enabled --log-driver=journald'\nif [ -z \"${DOCKER_CERT_PATH}\" ]; then\n DOCKER_CERT_PATH=/etc/docker\nfi\n\n{% if custom_registry_add | default(true) -%}\nADD_REGISTRY='--add-registry {{ custom_registry }}'\n{% endif... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 20368,
"all_permissive": true
} |
ansible_role | gluster/gluster-kubernetes | 7246eb4053c8c5336e4da68d86b76124d435eb3e | 877 | vagrant/roles/master | 7,495 | [
"permissive"
] | [
{
"path": "vagrant/roles/master/templates/nginx.conf.j2",
"content": "events {\n worker_connections 1024;\n}\nhttp {\n upstream my_gcr {\n server {{ custom_registry }};\n }\n server {\n listen *:80;\n location / {\n proxy_http_version 1.1;\n proxy_buffering off;\n proxy_set_hea... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4699,
"all_permissive": true
} |
ansible_role | gluster/gluster-kubernetes | 7246eb4053c8c5336e4da68d86b76124d435eb3e | 877 | vagrant/roles/nodes | 7,495 | [
"permissive"
] | [
{
"path": "vagrant/roles/nodes/tasks/main.yml",
"content": "- name: establish route for 10.96.0.0/16\n command: ip route add 10.96.0.0/16 dev eth1 src {{ hostvars[item].ansible_eth1.ipv4.address }}\n with_items: \"{{ ansible_hostname }}\"\n register: route_add\n failed_when: route_add.rc != 0 and \"File... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2886,
"all_permissive": true
} |
ansible_role | Yberamos/Raspberry | 04e97a85793d3d6c8db317ef5c031e67962fc543 | 0 | roles/Node_exporter | 7,495 | [
"no_license"
] | [
{
"path": "roles/Node_exporter/tasks/main.yml",
"content": "---\n- name: Creating the exporter directory\n file:\n path: /opt/node-exporter\n state: directory\n\n- name: Downloading the exporter\n get_url:\n url: https://github.com/prometheus/node_exporter/releases/download/v1.0.1/node_exporter-1... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1154,
"all_permissive": false
} |
ansible_role | Yberamos/Raspberry | 04e97a85793d3d6c8db317ef5c031e67962fc543 | 0 | roles/alias_ssh | 7,495 | [
"no_license"
] | [
{
"path": "roles/alias_ssh/tasks/main.yml",
"content": "---\n- name: add alias\n become: true\n blockinfile:\n path: /home/{{ansible_user}}/.bashrc\n block: |\n alias rp1='ssh {{ansible_user}}@192.168.1.44'\n alias rp2='ssh {{ansible_user}}@192.168.1.45'\n alias rp3='ssh {{ansible_use... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 313,
"all_permissive": false
} |
ansible_role | Yberamos/Raspberry | 04e97a85793d3d6c8db317ef5c031e67962fc543 | 0 | roles/change_hostname | 7,495 | [
"no_license"
] | [
{
"path": "roles/change_hostname/tasks/main.yml",
"content": "---\n- name: debug\n debug:\n var: inventory_hostname_short\n- name: Change the hostname\n become: true\n hostname:\n name: \"{{ inventory_hostname_short }}\"\n\n- name: Modify /etc/hosts\n become: true\n lineinfile:\n path: /etc/ho... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 313,
"all_permissive": false
} |
ansible_role | Yberamos/Raspberry | 04e97a85793d3d6c8db317ef5c031e67962fc543 | 0 | roles/change_password | 7,495 | [
"no_license"
] | [
{
"path": "roles/change_password/tasks/main.yml",
"content": "---\n- name: Change user password\n user:\n name: pi\n update_password: <PASSWORD>\n password: \"{{ <PASSWORD>|password_hash('<PASSWORD>') }}\"",
"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 | Yberamos/Raspberry | 04e97a85793d3d6c8db317ef5c031e67962fc543 | 0 | roles/copy_ssh_keys | 7,495 | [
"no_license"
] | [
{
"path": "roles/copy_ssh_keys/tasks/main.yml",
"content": "\n---\n- name: generate SSH key\n user:\n name: \"{{ansible_user}}\"\n generate_ssh_key: true\n ssh_key_type: rsa\n ssh_key_bits: 4096\n ssh_key_file: .ssh/id_rsa\n force: no\n\n- name: Copy ssh keys\n authorized_key: \n user... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 544,
"all_permissive": false
} |
ansible_role | Yberamos/Raspberry | 04e97a85793d3d6c8db317ef5c031e67962fc543 | 0 | roles/create_user | 7,495 | [
"no_license"
] | [
{
"path": "roles/create_user/tasks/main.yml",
"content": "---\n- name: Creating user yberamos\n user:\n name: yberamos\n shell: /bin/bash\n groups: sudo, docker\n append: yes \n update_password: always\n password: \"{{ <PASSWORD>|password_hash('<PASSWORD>') }}\"",
"license_type": "... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 216,
"all_permissive": false
} |
ansible_role | Yberamos/Raspberry | 04e97a85793d3d6c8db317ef5c031e67962fc543 | 0 | roles/docker | 7,495 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: download install script\n become: true\n command: curl -fsSL https://get.docker.com -o get-docker.sh\n\n- name: execute install script\n become: true\n command: sh get-docker.sh\n\n- name: Add \"{{ansible_user}}\" in the docker group\n b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 328,
"all_permissive": false
} |
ansible_role | Yberamos/Raspberry | 04e97a85793d3d6c8db317ef5c031e67962fc543 | 0 | roles/install_compose | 7,495 | [
"no_license"
] | [
{
"path": "roles/install_compose/tasks/main.yml",
"content": "---\n- name: Install Docker Compose\n become: true\n pip: \n name: docker-compose",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 82
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 82,
"all_permissive": false
} |
ansible_role | Yberamos/Raspberry | 04e97a85793d3d6c8db317ef5c031e67962fc543 | 0 | roles/interfaces | 7,495 | [
"no_license"
] | [
{
"path": "roles/interfaces/tasks/main.yml",
"content": "---\n- name: Auto eth0\n become: true\n blockinfile:\n path: /etc/network/interfaces.d/eth0\n create: true\n block: |\n auto eth0\n iface eth0 inet static\n\n- name: back-up /etc/dhcpcd.conf\n become: true\n copy:\n src: /etc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 612,
"all_permissive": false
} |
ansible_role | Yberamos/Raspberry | 04e97a85793d3d6c8db317ef5c031e67962fc543 | 0 | roles/packages | 7,495 | [
"no_license"
] | [
{
"path": "roles/packages/tasks/main.yml",
"content": "---\n- name: Upgrade\n become: true\n apt:\n upgrade: full\n\n- name: Install packages for apt add repository\n become: true\n apt:\n name: \"{{ packagesdep }}\"\n state: latest\n update_cache: true\n force_apt_get: true\n vars:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 422,
"all_permissive": false
} |
ansible_role | Yberamos/Raspberry | 04e97a85793d3d6c8db317ef5c031e67962fc543 | 0 | roles/swarm_add_worker | 7,495 | [
"no_license"
] | [
{
"path": "roles/swarm_add_worker/tasks/main.yml",
"content": "---\n- name: Add Workers to the Swarm\n command: \"docker swarm join --token {{ hostvars['rp1']['worker_token']['stdout'] }} {{ hostvars['rp1']['ansible_default_ipv4']['address'] }}:2377\"",
"license_type": "no_license",
"detected_licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 185,
"all_permissive": false
} |
ansible_role | legnoh/life-dashboard | 2b3fa70fd22652438c01b3bc91dcf61b9bdd6682 | 1 | roles/generate_snmp_config | 7,495 | [
"no_license"
] | [
{
"path": "roles/generate_snmp_config/defaults/main.yml",
"content": "---\ngenerate_snmp_config_tmp_dir: \"{{ ansible_env.HOME }}/snmp_generator\"\ngenerate_snmp_config_snmp_exporter_module_name: \"{{ snmp.exporter_module_name }}\"\ngenerate_snmp_config_snmp_username: \"{{ snmp.username }}\"\ngenerate_snmp_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4528,
"all_permissive": false
} |
ansible_role | legnoh/life-dashboard | 2b3fa70fd22652438c01b3bc91dcf61b9bdd6682 | 1 | roles/install_core_settings | 7,495 | [
"no_license"
] | [
{
"path": "roles/install_core_settings/tasks/main.yml",
"content": "---\n\n- name: Install core settings\n block:\n - name: Install core zsh settings\n ansible.builtin.import_role:\n name: legnoh.dotfiles.install_zsh_config\n\n - name: Set .zshenv for homebrew bins\n when: not ansibl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2969,
"all_permissive": false
} |
ansible_role | legnoh/life-dashboard | 2b3fa70fd22652438c01b3bc91dcf61b9bdd6682 | 1 | roles/install_docker | 7,495 | [
"no_license"
] | [
{
"path": "roles/install_docker/tasks/main.yml",
"content": "---\n\n- name: Start Rancher\n block:\n - name: Install/Start Rancher\n ansible.builtin.import_role:\n name: legnoh.dotfiles.install_rancher\n vars:\n install_rancher_memory_in_gb: 8\n\n - name: Wait dockerd is runni... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 428,
"all_permissive": false
} |
ansible_role | legnoh/life-dashboard | 2b3fa70fd22652438c01b3bc91dcf61b9bdd6682 | 1 | roles/start_cask_apps | 7,495 | [
"no_license"
] | [
{
"path": "roles/start_cask_apps/tasks/main.yml",
"content": "---\n\n- name: Start cask apps\n block:\n - name: Install Cask applications\n community.general.homebrew_cask:\n name: flux\n state: upgraded\n\n - name: Start Flux\n ansible.builtin.command:\n cmd: /usr/bin/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 287,
"all_permissive": false
} |
ansible_role | legnoh/life-dashboard | 2b3fa70fd22652438c01b3bc91dcf61b9bdd6682 | 1 | roles/start_docker_containers | 7,495 | [
"no_license"
] | [
{
"path": "roles/start_docker_containers/defaults/main.yml",
"content": "---\n\nstart_docker_containers_asken_password: \"{{ <PASSWORD> }}\"\nstart_docker_containers_asken_username: \"{{ asken.username }}\"\nstart_docker_containers_grafana_admin_password: \"{{ <PASSWORD>ana.admin_password }}\"\nstart_docker... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 14102,
"all_permissive": false
} |
ansible_role | legnoh/life-dashboard | 2b3fa70fd22652438c01b3bc91dcf61b9bdd6682 | 1 | roles/start_grafana_config | 7,495 | [
"no_license"
] | [
{
"path": "roles/start_grafana_config/files/grafana/grafana_panel-openweather.tf",
"content": "resource \"grafana_library_panel\" \"openweather-temperature\" {\n org_id = grafana_organization.main.org_id\n folder_uid = grafana_folder.atmosphere.uid\n name = \"OpenWeather: 温度\"\n model_json = j... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 34,
"total_bytes": 87634,
"all_permissive": false
} |
ansible_role | legnoh/life-dashboard | 2b3fa70fd22652438c01b3bc91dcf61b9bdd6682 | 1 | roles/start_grafana_kiosk | 7,495 | [
"no_license"
] | [
{
"path": "roles/start_grafana_kiosk/templates/.grafana-kiosk-config.yml.j2",
"content": "general:\n kiosk-mode: full\n autofit: false\n\ntarget:\n login-method: local\n username: grafana-kiosk\n password: <PASSWORD>\n playlist: true\n URL: http://grafstation.local/playlists/play/{{ grafana_playlist.... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1595,
"all_permissive": false
} |
ansible_role | legnoh/life-dashboard | 2b3fa70fd22652438c01b3bc91dcf61b9bdd6682 | 1 | roles/start_hap_nature_remo | 7,495 | [
"no_license"
] | [
{
"path": "roles/start_hap_nature_remo/tasks/main.yml",
"content": "---\n\n- name: Start hap-nature-remo\n block:\n - name: Tap custom repos\n check_mode: false\n community.general.homebrew_tap:\n name: legnoh/etc\n\n - name: Install Brew packages\n when: not ansible_check_mode\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1011,
"all_permissive": false
} |
ansible_role | legnoh/life-dashboard | 2b3fa70fd22652438c01b3bc91dcf61b9bdd6682 | 1 | roles/start_logrotate | 7,495 | [
"no_license"
] | [
{
"path": "roles/start_logrotate/tasks/main.yml",
"content": "---\n\n- name: Start logrotate\n block:\n - name: Install Brew packages\n community.general.homebrew:\n name: logrotate\n state: upgraded\n\n - name: Create config directories\n ansible.builtin.file:\n path: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 883,
"all_permissive": false
} |
ansible_role | legnoh/life-dashboard | 2b3fa70fd22652438c01b3bc91dcf61b9bdd6682 | 1 | roles/start_node_exporter | 7,495 | [
"no_license"
] | [
{
"path": "roles/start_node_exporter/tasks/main.yml",
"content": "---\n\n- name: Start node_exporter\n block:\n - name: Install Brew packages\n community.general.homebrew:\n name: node_exporter\n state: upgraded\n\n - name: Start Service\n when: not ansible_check_mode\n c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 320,
"all_permissive": false
} |
ansible_role | legnoh/life-dashboard | 2b3fa70fd22652438c01b3bc91dcf61b9bdd6682 | 1 | roles/start_reminders_exporter | 7,495 | [
"no_license"
] | [
{
"path": "roles/start_reminders_exporter/tasks/main.yml",
"content": "---\n\n- name: Start reminders-exporter\n block:\n - name: Tap custom repos\n check_mode: false\n community.general.homebrew_tap:\n name:\n - keith/formulae\n - legnoh/etc\n\n - name: Install Bre... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 968,
"all_permissive": false
} |
ansible_role | sudheerchamarthi/ansiblerole-rpminstall | e1659a5aefb686d3401d33dfd6f5f612b13c1113 | 0 | roles/rpm | 7,495 | [
"no_license"
] | [
{
"path": "roles/rpm/tasks/main.yml",
"content": "---\n#Query the package and read version installed\n- name: check if package is installed\n command: rpm -qa {{ PACKAGE_NAME }}\n register: package_install\n\n# If it is already at latest version, post a message\n- debug:\n msg: \"Latest Package already... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1023,
"all_permissive": false
} |
ansible_role | therealhiddenyeti/SaiaFlow-Mettler | 48446a66219e15aec2f7b20f895d689b47fc4c23 | 0 | roles/saia-flow | 7,495 | [
"no_license"
] | [
{
"path": "roles/saia-flow/README.md",
"content": "saia-flow\n=========\n\nThis role supports the installation and configuration of the \"saia-flow\" solution.\n\nThe role will:\n 1. Install all required packages\n 2. Create required directories\n 3. Deploy rclone.conf to support the FTP process\n 4.... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 8727,
"all_permissive": false
} |
ansible_role | hreed4522/Final | f075aca7329f6fbaa73e58cf12ac4c0176c3219c | 0 | roles/configure_firewall_linux | 7,495 | [
"no_license"
] | [
{
"path": "roles/configure_firewall_linux/tasks/main.yml",
"content": "- name: Allow HTTP and HTTPS Traffic\n ansible.builtin.firewalld:\n port: \"{{ item }}\"\n permanent: true\n state: enabled\n loop:\n - 80/tcp\n - 443/tcp\n\n- name: Restart Firewall\n ansible.builtin.systemd:\n name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 257,
"all_permissive": false
} |
ansible_role | hreed4522/Final | f075aca7329f6fbaa73e58cf12ac4c0176c3219c | 0 | roles/configure_freeradius | 7,495 | [
"no_license"
] | [
{
"path": "roles/configure_freeradius/tasks/main.yml",
"content": "- name: Install FreeRADIUS\n ansible.builtin.yum:\n name: freeradius\n state: present\n\n- name: Configure RADIUS Clients\n ansible.builtin.template:\n src: clients.conf.j2\n dest: /etc/raddb/clients.conf\n\n- name: Restart Fre... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 305,
"all_permissive": false
} |
ansible_role | hreed4522/Final | f075aca7329f6fbaa73e58cf12ac4c0176c3219c | 0 | roles/configure_nginx | 7,495 | [
"no_license"
] | [
{
"path": "roles/configure_nginx/tasks/main.yml",
"content": "- name: Install Nginx\n ansible.builtin.yum:\n name: nginx\n state: present\n\n- name: Start and Enable Nginx\n ansible.builtin.systemd:\n name: nginx\n state: started\n enabled: true\n",
"license_type": "no_license",
"de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 192,
"all_permissive": false
} |
ansible_role | hreed4522/Final | f075aca7329f6fbaa73e58cf12ac4c0176c3219c | 0 | roles/configure_security_windows | 7,495 | [
"no_license"
] | [
{
"path": "roles/configure_security_windows/tasks/main.yml",
"content": "- name: Open RDP Port\n win_firewall_rule:\n name: \"Allow RDP\"\n direction: in\n action: allow\n protocol: TCP\n localport: 3389\n\n- name: Enable Real-Time Protection in Windows Defender\n win_defender:\n real_ti... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 243,
"all_permissive": false
} |
ansible_role | hreed4522/Final | f075aca7329f6fbaa73e58cf12ac4c0176c3219c | 0 | roles/install_email_server | 7,495 | [
"no_license"
] | [
{
"path": "roles/install_email_server/tasks/main.yml",
"content": "- name: Install Postfix\n ansible.builtin.yum:\n name: postfix\n state: present\n\n- name: Configure Postfix\n ansible.builtin.template:\n src: postfix_main.cf.j2\n dest: /etc/postfix/main.cf\n\n- name: Restart Postfix\n ansib... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 289,
"all_permissive": false
} |
ansible_role | hreed4522/Final | f075aca7329f6fbaa73e58cf12ac4c0176c3219c | 0 | roles/install_software_windows | 7,495 | [
"no_license"
] | [
{
"path": "roles/install_software_windows/tasks/main.yml",
"content": "- name: Install Google Chrome\n win_package:\n path: \"C:\\\\Installers\\\\chrome_installer.exe\"\n product_id: \"Google Chrome\"\n state: present\n\n- name: Install Mozilla Firefox\n win_package:\n path: \"C:\\\\Installers... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 594,
"all_permissive": false
} |
ansible_role | hreed4522/Final | f075aca7329f6fbaa73e58cf12ac4c0176c3219c | 0 | roles/system_monitoring_windows | 7,495 | [
"no_license"
] | [
{
"path": "roles/system_monitoring_windows/tasks/main.yml",
"content": "- name: Collect CPU Usage\n win_shell: Get-Counter -Counter \"\\Processor(_Total)\\% Processor Time\"\n register: cpu_usage\n- debug:\n msg: \"{{ cpu_usage.stdout_lines }}\"\n\n- name: Collect Memory Usage\n win_shell: Get-WmiObje... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 540,
"all_permissive": false
} |
ansible_role | hreed4522/Final | f075aca7329f6fbaa73e58cf12ac4c0176c3219c | 0 | roles/windows_updates_reboot | 7,495 | [
"no_license"
] | [
{
"path": "roles/windows_updates_reboot/tasks/main.yml",
"content": "- name: Install Updates\n win_updates:\n category_names:\n - SecurityUpdates\n\n- name: Reboot System\n win_reboot:\n reboot_timeout: 3600\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 14... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 145,
"all_permissive": false
} |
ansible_role | JaredZieche/ansible-role-jfr | 394a6914e901dd0c9fe132ea19dd532616823a8e | 0 | ansible/roles/jfr | 7,495 | [
"no_license"
] | [
{
"path": "ansible/roles/jfr/handlers/main.yml",
"content": "---\n- name: notify jfr check job results\n slack:\n token: \"{{ SLACK_CHANNEL }}\"\n msg: \"Checked Weblogic Servers for JFRs running in debug mode \"\n run_once: true\n listen: \"debug_none_found\"\n\n- name: notify jfrs killed\n slack... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4999,
"all_permissive": false
} |
ansible_role | amazurenko/ansible-task | 4078ebfb043ac0323f1496d4f9bd443834bb1ddf | 0 | roles/Jenkins-playbook | 7,495 | [
"no_license"
] | [
{
"path": "roles/Jenkins-playbook/tasks/main.yml",
"content": "---\n- name: Installing wget\n yum: name=wget state=present\n\n- name: Add the Jenkins repository to the yum repos\n command: wget http://pkg.jenkins-ci.org/redhat/jenkins.repo -O /etc/yum.repos.d/jenkins.repo\n\n#- name: Add the Jenkins repos... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1491,
"all_permissive": false
} |
ansible_role | amazurenko/ansible-task | 4078ebfb043ac0323f1496d4f9bd443834bb1ddf | 0 | roles/Zabbix-playbook | 7,495 | [
"no_license"
] | [
{
"path": "roles/Zabbix-playbook/templates/hosts",
"content": "127.0.0.1 zabbix localhost localhost.localdomain localhost4 localhost4.localdomain4\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n10.6.28.43 ansible.srv\n10.6.26.52 jenkins.srv\n10.6.27.121 zabbix.srv\n\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2087,
"all_permissive": false
} |
ansible_role | OmerMark/ansible_tutorial_old | 7176b3dfd48790dd2edb3e06ec5e94cc9067aff8 | 0 | roles/base | 7,495 | [
"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": 83
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 83,
"all_permissive": false
} |
ansible_role | dario-campagna/auction-sniper-java | 6d3865f35e9a5610c505658e49d59a9dd14715d2 | 1 | openfire-vagrant/provisioning/roles/openfire | 7,495 | [
"no_license"
] | [
{
"path": "openfire-vagrant/provisioning/roles/openfire/tasks/main.yml",
"content": "---\n# tasks file for openfire version 4.1.2\n\n- name: Run the equivalent of \"apt-get update\"\n apt:\n update_cache: yes\n\n- name: Install latest version of openjdk-8-jre-headless\n apt:\n name: openjdk-8-jre-he... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 748,
"all_permissive": false
} |
ansible_role | johnlbellamy/Big-Data-Stack-Ansible-Playbooks | 1598f00f9979a32d0f0f79550ce21385a15acd00 | 0 | roles/configuration | 7,495 | [
"no_license"
] | [
{
"path": "roles/configuration/tasks/main.yml",
"content": "---\n- name: Copy core-site configuration files to servers\n copy: src={{ core_file }} dest={{ hadoop_home }}\n become: yes\n\n- name: Copy yarn-site configuration files to servers\n copy: src={{ yarn_file }} dest={{ hadoop_home}}\n become: yes... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 652,
"all_permissive": false
} |
ansible_role | johnlbellamy/Big-Data-Stack-Ansible-Playbooks | 1598f00f9979a32d0f0f79550ce21385a15acd00 | 0 | roles/hadoop | 7,495 | [
"no_license"
] | [
{
"path": "roles/hadoop/common/vms/hosts",
"content": "127.0.0.1 localhost\n\n\n# The following lines are desirable for IPv6 capable hosts\n::1 localhost ip6-localhost ip6-loopback\nfdf8:f53e:61e4::18 ip6-allnodes\nfdf8:f53e:61e4::18 ip6-allrouters\n\n\n172.16.17.32 jb-master\n192.168.3.1... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1588,
"all_permissive": false
} |
ansible_role | johnlbellamy/Big-Data-Stack-Ansible-Playbooks | 1598f00f9979a32d0f0f79550ce21385a15acd00 | 0 | roles/mahout | 7,495 | [
"no_license"
] | [
{
"path": "roles/mahout/tasks/main.yml",
"content": "---\n\n- name: Copy Hadoop to nodes\n copy: src=../hadoop/files/{{mahout_version_gz}} dest={{install_path}}{{mahout_version_gz}} \n become: yes\n\n- name: Make hadoop directory\n file: path=~/mahout state=directory\n become: yes \n\n- name: Untar Ha... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 974,
"all_permissive": false
} |
ansible_role | tensX/bettingsoftwaretask | 0d4bb990a7fd9216f1af7763815dbdec74b69a1f | 0 | ansible/roles/nginx | 7,495 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/files/nginx.conf",
"content": "user www-data;\nworker_processes auto;\npid /run/nginx.pid;\nerror_log /var/log/nginx/error.log;\ninclude /etc/nginx/modules-enabled/*.conf;\n\nevents {\n worker_connections 768;\n}\n\nhttp {\n gzip on;\n access_log /var/log/nginx/access... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1504,
"all_permissive": false
} |
ansible_role | tensX/bettingsoftwaretask | 0d4bb990a7fd9216f1af7763815dbdec74b69a1f | 0 | ansible/roles/ssh | 7,495 | [
"no_license"
] | [
{
"path": "ansible/roles/ssh/tasks/main.yml",
"content": "# ansible/roles/ssh/tasks/main.yml\n\n- name: Запрещаем вход root\n ansible.builtin.lineinfile:\n path: /etc/ssh/sshd_config\n regexp: '^#?PermitRootLogin'\n line: 'PermitRootLogin no'\n\n- name: Запрещаем пустые пароли\n ansible.builtin.l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1009,
"all_permissive": false
} |
ansible_role | tensX/bettingsoftwaretask | 0d4bb990a7fd9216f1af7763815dbdec74b69a1f | 0 | ansible/roles/static | 7,495 | [
"no_license"
] | [
{
"path": "ansible/roles/static/tasks/main.yml",
"content": "- name: Создаем директорию для изображений\n ansible.builtin.file:\n path: /var/www/html/images/\n owner: www-data\n group: www-data\n recurse: yes\n state: directory\n mode: '0755'\n\n- name: Копируем изображения\n ansible.bui... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 739,
"all_permissive": false
} |
ansible_role | tensX/bettingsoftwaretask | 0d4bb990a7fd9216f1af7763815dbdec74b69a1f | 0 | ansible/roles/users | 7,495 | [
"no_license"
] | [
{
"path": "ansible/roles/users/tasks/main.yml",
"content": "# ansible/roles/users/tasks/main.yml\n\n- name: Создаем кастомные группы\n ansible.builtin.group:\n name: \"{{ item }}\"\n state: present\n loop: \"{{ custom_groups }}\"\n when: custom_groups is defined\n\n- name: Создаем пользователей\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 969,
"all_permissive": false
} |
ansible_role | tensX/bettingsoftwaretask | 0d4bb990a7fd9216f1af7763815dbdec74b69a1f | 0 | ansible/roles/utilities | 7,495 | [
"no_license"
] | [
{
"path": "ansible/roles/utilities/vars/main.yml",
"content": "# ansible/roles/utilities/vars/main.yml\n\nutility_packages:\n - htop\n - ncdu\n - git\n - nano\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 95
},
{
"path": "ansible/roles/utilities/tasks/mai... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 349,
"all_permissive": false
} |
ansible_role | tensX/bettingsoftwaretask | 0d4bb990a7fd9216f1af7763815dbdec74b69a1f | 0 | ansible/roles/zsh | 7,495 | [
"no_license"
] | [
{
"path": "ansible/roles/zsh/tasks/main.yml",
"content": "# ansible/roles/zsh/tasks/main.yml\n\n- name: Устанавливаем git\n ansible.builtin.package:\n name: git\n state: present\n\n- name: Устанавливаем Zsh\n ansible.builtin.package:\n name: zsh\n state: present\n\n- name: Проверяем, существуе... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 873,
"all_permissive": false
} |
ansible_role | nor5/ansible-server-setup | c13d042564718a51185ae3b92bcc8ad866ae4538 | 0 | playbooks/roles/user-ssh | 7,495 | [
"no_license"
] | [
{
"path": "playbooks/roles/user-ssh/tasks/main.yml",
"content": "---\n- name: Create user\n ansible.builtin.user:\n name: nour\n create_home: true\n shell: /bin/bash\n tags:\n - user\n\n- name: Copy ssh keys\n ansible.posix.authorized_key:\n user: nour\n state: present\n key: https:/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 478,
"all_permissive": false
} |
ansible_role | simplygeekuk/Ansible-NSXT | e6f053f18726a9e7e9507d43d2e46dcbc375ee65 | 5 | roles/nsxt_add_compute_managers | 7,495 | [
"no_license"
] | [
{
"path": "roles/nsxt_add_compute_managers/handlers/main.yml",
"content": "---\n# handlers file for roles/nsxt_add_compute_manager",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 54
},
{
"path": "roles/nsxt_add_compute_managers/vars/main.yml",
"content": "---\n... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1030,
"all_permissive": false
} |
ansible_role | simplygeekuk/Ansible-NSXT | e6f053f18726a9e7e9507d43d2e46dcbc375ee65 | 5 | roles/nsxt_apply_license | 7,495 | [
"no_license"
] | [
{
"path": "roles/nsxt_apply_license/tasks/main.yml",
"content": "---\n# tasks file for roles/nsxt_apply_license\n- name: Add NSX-T License\n nsxt_licenses:\n hostname: \"{{ inventory_hostname }}.{{ dns_default_domain }}\"\n username: \"{{ nsxt_admin_username }}\"\n password: \"{{ <PASSWORD> }}\"\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 558,
"all_permissive": false
} |
ansible_role | simplygeekuk/Ansible-NSXT | e6f053f18726a9e7e9507d43d2e46dcbc375ee65 | 5 | roles/nsxt_check_manager_status | 7,495 | [
"no_license"
] | [
{
"path": "roles/nsxt_check_manager_status/tasks/main.yml",
"content": "---\n# tasks file for nsxt_check_manager_status\n- name: Check NSX-T Manager Status\n nsxt_manager_status:\n hostname: \"{{ inventory_hostname }}.{{ dns_default_domain }}\"\n username: \"{{ nsxt_admin_username }}\"\n password:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 566,
"all_permissive": false
} |
ansible_role | simplygeekuk/Ansible-NSXT | e6f053f18726a9e7e9507d43d2e46dcbc375ee65 | 5 | roles/nsxt_configure_transport_clusters | 7,495 | [
"no_license"
] | [
{
"path": "roles/nsxt_configure_transport_clusters/handlers/main.yml",
"content": "---\n# handlers file for roles/nsxt_configure_transport_cluster",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 62
},
{
"path": "roles/nsxt_configure_transport_clusters/tasks/main.ym... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1199,
"all_permissive": false
} |
ansible_role | simplygeekuk/Ansible-NSXT | e6f053f18726a9e7e9507d43d2e46dcbc375ee65 | 5 | roles/nsxt_create_ip_pools | 7,495 | [
"no_license"
] | [
{
"path": "roles/nsxt_create_ip_pools/handlers/main.yml",
"content": "---\n# handlers file for roles/nsxt_create_ip_pools",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 50
},
{
"path": "roles/nsxt_create_ip_pools/defaults/main.yml",
"content": "---\n# defaults... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 807,
"all_permissive": false
} |
ansible_role | simplygeekuk/Ansible-NSXT | e6f053f18726a9e7e9507d43d2e46dcbc375ee65 | 5 | roles/nsxt_create_transport_profiles | 7,495 | [
"no_license"
] | [
{
"path": "roles/nsxt_create_transport_profiles/tasks/create_transport_node_profile.yml",
"content": "---\n# tasks file for roles/nsxt_create_transport_profiles\n- name: \"Creating Transport Node Profile: {{ tnp.display_name }}\"\n nsxt_transport_node_profiles:\n hostname: \"{{ inventory_hostname }}.{{ ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1164,
"all_permissive": false
} |
ansible_role | simplygeekuk/Ansible-NSXT | e6f053f18726a9e7e9507d43d2e46dcbc375ee65 | 5 | roles/nsxt_create_transport_zones | 7,495 | [
"no_license"
] | [
{
"path": "roles/nsxt_create_transport_zones/defaults/main.yml",
"content": "---\n# defaults file for roles/nsxt_create_transport_zone",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 56
},
{
"path": "roles/nsxt_create_transport_zones/handlers/main.yml",
"conten... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1009,
"all_permissive": false
} |
ansible_role | simplygeekuk/Ansible-NSXT | e6f053f18726a9e7e9507d43d2e46dcbc375ee65 | 5 | roles/nsxt_create_uplink_profiles | 7,495 | [
"no_license"
] | [
{
"path": "roles/nsxt_create_uplink_profiles/handlers/main.yml",
"content": "---\n# handlers file for roles/nsxt_create_uplink_profiles",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 57
},
{
"path": "roles/nsxt_create_uplink_profiles/tests/test.yml",
"content"... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 978,
"all_permissive": false
} |
ansible_role | simplygeekuk/Ansible-NSXT | e6f053f18726a9e7e9507d43d2e46dcbc375ee65 | 5 | roles/nsxt_deploy_ova | 7,495 | [
"no_license"
] | [
{
"path": "roles/nsxt_deploy_ova/tasks/main.yml",
"content": "---\n# tasks file for nsxt_deploy_ova\n- name: deploy NSX-T Manager OVA\n nsxt_deploy_ova:\n ovftool_path: \"{{ nsxt_ovftool_path }}\"\n datacenter: \"{{ nsxt_deployment_datacenter }}\"\n datastore: \"{{ nsxt_deployment_datastore }}\"\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1355,
"all_permissive": false
} |
ansible_role | kfatehi/saasbox-app | 38dd459dbea0ff7b6a8730144ae0b2e5b548a3c0 | 1 | playbook/roles/agent | 7,495 | [
"no_license"
] | [
{
"path": "playbook/roles/agent/tasks/main.yml",
"content": "---\n- name: Copy supervisor config for saasbox-agent\n template: src=supervisor/agent.conf\n dest=/etc/supervisor/conf.d/agent.conf\n owner=root group=root mode=0644\n tags:\n - config\n notify:\n - Restart supervisor\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 394,
"all_permissive": false
} |
ansible_role | kfatehi/saasbox-app | 38dd459dbea0ff7b6a8730144ae0b2e5b548a3c0 | 1 | playbook/roles/common | 7,495 | [
"no_license"
] | [
{
"path": "playbook/roles/common/tasks/ssl.yml",
"content": "--- \n- name: Copy SSL wildcard certificate\n copy: src=ssl/ dest=/etc/saasbox/ssl\n owner=root group=root mode=0400\n when: copy_certs is defined\n tags:\n - ssl\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 4173,
"all_permissive": false
} |
ansible_role | kfatehi/saasbox-app | 38dd459dbea0ff7b6a8730144ae0b2e5b548a3c0 | 1 | playbook/roles/docker | 7,495 | [
"permissive"
] | [
{
"path": "playbook/roles/docker/tasks/main.yml",
"content": "---\n# tasks file for docker.ubuntu\n- name: Fail if not a new release of Ubuntu\n fail: msg=\"{{ ansible_distribution_version }} is not an acceptable version of Ubuntu for this role\"\n when: \"ansible_distribution_version not in ['12.04', '13... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 978,
"all_permissive": true
} |
ansible_role | kfatehi/saasbox-app | 38dd459dbea0ff7b6a8730144ae0b2e5b548a3c0 | 1 | playbook/roles/mongodb | 7,495 | [
"no_license"
] | [
{
"path": "playbook/roles/mongodb/tasks/users.yml",
"content": "---\n- name: Add MongoDB users\n mongodb_user: >\n database=\"{{ item.database }}\"\n name=\"{{ item.username }}\"\n password=\"{{ <PASSWORD> }}\"\n roles=\"{{ item.roles }}\"\n state=\"present\"\n with_items: mongodb_users\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2035,
"all_permissive": false
} |
ansible_role | kfatehi/saasbox-app | 38dd459dbea0ff7b6a8730144ae0b2e5b548a3c0 | 1 | playbook/roles/redis | 7,495 | [
"no_license"
] | [
{
"path": "playbook/roles/redis/defaults/main.yml",
"content": "---\n# defaults file for redis\nredis_daemonize: true\nredis_pidfile: /var/run/redis/redis-server.pid\nredis_port: 6379\nredis_bind:\n - 127.0.0.1\nredis_unixsocket: null\n# /var/run/redis/redis.sock\nredis_unixsocketperm: null\n# 755\nredis_t... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 6642,
"all_permissive": false
} |
ansible_role | kfatehi/saasbox-app | 38dd459dbea0ff7b6a8730144ae0b2e5b548a3c0 | 1 | playbook/roles/web | 7,495 | [
"no_license"
] | [
{
"path": "playbook/roles/web/tasks/main.yml",
"content": "---\n- name: Copy supervisor config file\n template: src=supervisor/app.conf\n dest=/etc/supervisor/conf.d/app.conf\n owner=root group=root mode=0644\n notify:\n - Restart supervisor\n - Pause\n - Verify reachable\n",
"l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 231,
"all_permissive": false
} |
ansible_role | kfatehi/saasbox-app | 38dd459dbea0ff7b6a8730144ae0b2e5b548a3c0 | 1 | playbook/roles/worker | 7,495 | [
"no_license"
] | [
{
"path": "playbook/roles/worker/tasks/main.yml",
"content": "---\n- name: Add Ansible PPA\n apt_repository: repo='ppa:ansible/ansible'\n\n- name: Install Ansible\n apt: name=ansible state=present update_cache=yes cache_valid_time=3600\n\n- name: Copy supervisor config file\n template: src=supervisor/wor... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 364,
"all_permissive": false
} |
ansible_role | mhfowler/oasis | f9d82e3e0c6ea17aa9872a3cebf698f7c7dd1388 | 3 | ansible-pi/roles/pi | 7,495 | [
"no_license"
] | [
{
"path": "ansible-pi/roles/pi/vars/main.yml",
"content": "app_name: hello_pi\nrepo_url: <EMAIL>:mhfowler/oasis.git\nrepo_remote: origin\nrepo_branch: master\nsrc_dir: /srv/oasis\nlog_dir: /srv/log\ndata_dir: /srv/data\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 154
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 6188,
"all_permissive": false
} |
ansible_role | coffopsoficial/nginx | bb25b37f4c088709f8be5ca9e2a0657d7e0f88bc | 8 | centos7_ansible_install/roles/install_nginx | 7,495 | [
"no_license"
] | [
{
"path": "centos7_ansible_install/roles/install_nginx/tasks/main.yml",
"content": "---\n- name: Instalando Pacotes para Nginx\n yum:\n name: yum-utils\n state: latest\n\n- name: Copiando template nginx.repo para /etc/yum.repos.d/\n template:\n src: templates/nginx.repo.j2\n dest: /etc/yum.rep... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 298,
"all_permissive": false
} |
ansible_role | coffopsoficial/nginx | bb25b37f4c088709f8be5ca9e2a0657d7e0f88bc | 8 | ubuntu_ansible_install/roles/install_nginx | 7,495 | [
"no_license"
] | [
{
"path": "ubuntu_ansible_install/roles/install_nginx/tasks/main.yml",
"content": "---\n- name: Instalando Pacotes para Nginx\n apt:\n name:\n - curl\n - gnupg2\n - ca-certificates\n - lsb-release\n - certbot\n - python3-certbot-nginx\n\n- name: Copiando template nginx.list... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 578,
"all_permissive": false
} |
ansible_role | hogehoge789/play-book_aws-k8s-cluster | f82c21bddf421a1f6f728e81531df5cf946056e9 | 0 | roles/apt | 7,512 | [
"no_license"
] | [
{
"path": "roles/apt/tasks/install.yml",
"content": "---\n- name: Software Install\n apt: \n name: \"{{ item }}\"\n state: latest\n with_items: \"{{ install_name }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
},
{
"path": "roles/apt/tasks/repo.y... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 474,
"all_permissive": false
} |
ansible_role | hogehoge789/play-book_aws-k8s-cluster | f82c21bddf421a1f6f728e81531df5cf946056e9 | 0 | roles/elb | 7,512 | [
"no_license"
] | [
{
"path": "roles/elb/tasks/elb.yml",
"content": "---\n- name: get subnet01\n ec2_vpc_subnet_facts:\n region: \"{{ aws.common.region }}\"\n filters:\n \"tag:Name\": \"{{ aws.vpc.pubsubnet.subnet01.tags.Name }}\"\n register: elb_subnet01_facts\n check_mode: no\n\n- name: get subnet02\n ec2_vpc_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 673,
"all_permissive": false
} |
ansible_role | Rmaabari/deployments | a8549a48025032b9ff158e2fde0150a23a8b580c | 0 | roles/red | 7,512 | [
"no_license"
] | [
{
"path": "roles/red/tasks/main.yml",
"content": "---\n# tasks file for RED workstations deployment\n\n- name: Update and upgrade apt packages\n become: true\n apt:\n upgrade: yes\n update_cache: yes\n cache_valid_time: 86400 #One day\n when: ansible_distribution == 'Debian' or ansible_distribut... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2708,
"all_permissive": false
} |
ansible_role | 18965050/ansible | e58358ac1db427b65ff752afb53f11fce3a072cb | 0 | etc/ansible/playbooks/roles/nginx | 7,512 | [
"no_license"
] | [
{
"path": "etc/ansible/playbooks/roles/nginx/templates/nginx.conf.j2",
"content": "worker_processes 1;\n\nevents {\n worker_connections 1024;\n}\n\nhttp {\n include mime.types;\n default_type application/octet-stream;\n\n server {\n listen {{ nginx_port }}; #这里使用jinja模板引... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2005,
"all_permissive": false
} |
ansible_role | LyraPascua/docker | 7833da9ce8e1fa42c79d8e7f7b6efcc6c08d08fd | 0 | roles/Install_Docker | 7,512 | [
"no_license"
] | [
{
"path": "roles/Install_Docker/tasks/main.yml",
"content": "---\n\n- name: Install Docker\n yum:\n name: docker\n state: present\n become: yes\n\n- name: Start Docker\n service: name=docker state=started enabled=yes\n\n- name: Install Docker Compose\n get_url:\n url: \"https://github.com/docke... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 401,
"all_permissive": false
} |
ansible_role | LyraPascua/docker | 7833da9ce8e1fa42c79d8e7f7b6efcc6c08d08fd | 0 | roles/Install_JDK | 7,512 | [
"no_license"
] | [
{
"path": "roles/Install_JDK/tasks/main.yml",
"content": "--- \n\n- name: Download jdk\n get_url:\n url: \"http://download.oracle.com/otn-pub/java/jdk/9.0.4+11/c2514751926b4512b076cc82f959763f/jdk-9.0.4_linux-x64_bin.rpm\"\n dest: /tmp/jdk.rpm\n headers: \"Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 376,
"all_permissive": false
} |
ansible_role | ccollicutt/kubernetes-the-hard-way-with-aws-and-ansible | b6a6b4419eb156601a41b14d9825bab629c9aa71 | 36 | roles/aws_k8s_iam | 7,512 | [
"no_license"
] | [
{
"path": "roles/aws_k8s_iam/tasks/remove.yml",
"content": "---\n\n- name: remove worker iam role policy\n iam_policy:\n aws_access_key: \"{{ aws_access_key }}\"\n aws_secret_key: \"{{ aws_secret_key }}\"\n region: \"{{ aws_region }}\"\n iam_type: role\n iam_name: \"{{ iam_worker_role }}\"\n... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2019,
"all_permissive": false
} |
ansible_role | allpower2slaves/ansible-setup-public | 4bf113688830cbd33916363e580ecf6946b022d2 | 0 | roles/dnf-upgrade | 7,512 | [
"no_license"
] | [
{
"path": "roles/dnf-upgrade/tasks/upgrade-classic.yaml",
"content": "---\n- name: Upgrade the packages the regular way\n dnf:\n name: \"*\"\n state: latest\n when: mode == \"upgrade\"\n tags:\n - dnf\n - upgrade\n\n- name: Install only security-related updates\n dnf:\n name: \"*\"\n s... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2848,
"all_permissive": false
} |
ansible_role | allpower2slaves/ansible-setup-public | 4bf113688830cbd33916363e580ecf6946b022d2 | 0 | roles/fedora-personal | 7,512 | [
"no_license"
] | [
{
"path": "roles/fedora-personal/tasks/iamcrazy.yaml",
"content": "---\n# tasklist with different hacks and setups\n- name: EXPERIMENTAL -- Copy drop-in ssh config\n copy:\n src: openssh-fedora-workstation.conf\n dest: /etc/ssh/sshd_config.d/06-ansible-fedora-workstation.conf\n backup: false\n ... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 24671,
"all_permissive": false
} |
ansible_role | allpower2slaves/ansible-setup-public | 4bf113688830cbd33916363e580ecf6946b022d2 | 0 | roles/fedora-postinstall | 7,512 | [
"no_license"
] | [
{
"path": "roles/fedora-postinstall/README.md",
"content": "# title\nThis role is only for Fedora. This role covers setup of these components:\n+ RPMFusion\n+ Hardware accelerated codecs\n+ Nvidia drivers installation\n\nIt will **not** install and enable Flathub repo. Sowwy :(.\n",
"license_type": "no_... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 6287,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.