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
tiagoades/ansible
c9cabfab1806260041471d7f6d94c3866d5d414e
0
roles/wordpress
7,472
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "---\n- name: 'Baixar o arquivo de instalação do wordpress'\n get_url:\n url: 'https://wordpress.org/latest.tar.gz'\n dest: '/tmp/wordpress.tar.gz'\n\n- name: 'Descompactar o arquivo wordpress.tar.gz'\n unarchive:\n src: '/tmp/wordpress.tar.g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1213, "all_permissive": false }
ansible_role
CCI-MOC/esi-ha-config
1aa7bb94363dfee9b08f223b949a61b81b0e1cc3
0
roles/install_config
7,472
[ "no_license" ]
[ { "path": "roles/install_config/templates/portmap.j2.yml", "content": "resource_registry:\n OS::TripleO::DeployedServer::ControlPlanePort: /usr/share/openstack-tripleo-heat-templates/deployed-server/deployed-neutron-port.yaml\n\nparameter_defaults:\n DeployedServerPortMap:\n{% for host in groups.esi_contr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3463, "all_permissive": false }
ansible_role
olivermel/ansible_git_repo
92e12b1509ac2033f0dfa8042c88628235e0e1ad
0
roles/common
7,472
[ "no_license" ]
[ { "path": "roles/common/meta/main.yml", "content": "---\ndependencies:\n- role: repos\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/common/tasks/main.yml", "content": "---\n- name: (CentOS) Install packages needed for ALL servers\n y...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1164, "all_permissive": false }
ansible_role
olivermel/ansible_git_repo
92e12b1509ac2033f0dfa8042c88628235e0e1ad
0
roles/docker-apache
7,472
[ "no_license" ]
[ { "path": "roles/docker-apache/tasks/main.yml", "content": "---\n\n\n- name: Make sure docker-python RPM is installed\n yum:\n name: docker-python\n state: present\n\n- name: Make sure system is up to date\n yum:\n name: '*'\n state: latest\n\n- name: Install docker\n yum:\n name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1618, "all_permissive": false }
ansible_role
olivermel/ansible_git_repo
92e12b1509ac2033f0dfa8042c88628235e0e1ad
0
roles/docker-mysql
7,472
[ "no_license" ]
[ { "path": "roles/docker-mysql/tasks/main.yml", "content": "---\n\n- name: Ensure System is all Patched up\n yum:\n name: \"*\"\n state: latest \n\n- name: Ensure local MySQL directory exists\n file:\n path: /var/lib/mysql\n state: directory\n mode: 0755\n\n- name: Command to start MySQL Doc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 395, "all_permissive": false }
ansible_role
olivermel/ansible_git_repo
92e12b1509ac2033f0dfa8042c88628235e0e1ad
0
roles/epel
7,472
[ "no_license" ]
[ { "path": "roles/epel/tasks/main.yml", "content": "---\n- name: Set up CentOS 7 EPEL repository\n yum:\n name: \"{{ item }}\"\n with_items:\n - epel-release.noarch\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 115, "all_permissive": false }
ansible_role
olivermel/ansible_git_repo
92e12b1509ac2033f0dfa8042c88628235e0e1ad
0
roles/firewalld
7,472
[ "no_license" ]
[ { "path": "roles/firewalld/tasks/main.yml", "content": "---\n- name: Enable HTTPS\n firewalld:\n service: https\n permanent: true\n state: enabled\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 96, "all_permissive": false }
ansible_role
olivermel/ansible_git_repo
92e12b1509ac2033f0dfa8042c88628235e0e1ad
0
roles/genpackages
7,472
[ "no_license" ]
[ { "path": "roles/genpackages/tasks/main.yml", "content": "---\n- name: Install packages \n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - telnet\n - nmap\n - vim\n \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 132 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 132, "all_permissive": false }
ansible_role
olivermel/ansible_git_repo
92e12b1509ac2033f0dfa8042c88628235e0e1ad
0
roles/icinga2
7,472
[ "no_license" ]
[ { "path": "roles/icinga2/templates/my.cnf.j2", "content": "[client]\nuser=root\npassword=<PASSWORD>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/icinga2/vars/main.yml", "content": "---\nmysql_root_password: <PASSWORD>\n", "licens...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5808, "all_permissive": false }
ansible_role
olivermel/ansible_git_repo
92e12b1509ac2033f0dfa8042c88628235e0e1ad
0
roles/java
7,472
[ "no_license" ]
[ { "path": "roles/java/defaults/main.yml", "content": "---\njava_repo: https://copr.fedorainfracloud.org/coprs/g/spacewalkproject/java-packages/repo/epel-7/group_spacewalkproject-java-packages-epel-7.repo\nlocal_repo_dir: /etc/yum.repos.d\n", "license_type": "no_license", "detect...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 366, "all_permissive": false }
ansible_role
olivermel/ansible_git_repo
92e12b1509ac2033f0dfa8042c88628235e0e1ad
0
roles/mariadb
7,472
[ "no_license" ]
[ { "path": "roles/mariadb/tasks/main.yml", "content": "---\n- name: Set up MariaDB yum repository\n template:\n src: mariadb.repo.j2\n dest: \"{{ mariadb_repo_directory }}/mariadb.repo\"\n\n- name: Install MariaDB \n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - MariaDB-ser...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1968, "all_permissive": false }
ansible_role
olivermel/ansible_git_repo
92e12b1509ac2033f0dfa8042c88628235e0e1ad
0
roles/motd
7,472
[ "no_license" ]
[ { "path": "roles/motd/defaults/main.yml", "content": "---\n\nissue_file: /etc/issue.net\nmotd_file: /etc/motd\nssh_file: /etc/ssh/sshd_config\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "roles/motd/templates/motd.j2", "content": "######...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1461, "all_permissive": false }
ansible_role
olivermel/ansible_git_repo
92e12b1509ac2033f0dfa8042c88628235e0e1ad
0
roles/mrtg
7,472
[ "no_license" ]
[ { "path": "roles/mrtg/handlers/main.yml", "content": "---\n- name: restart snmp\n service:\n name: snmpd\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "roles/mrtg/tasks/main.yml", "content": "---\n- name: Start the ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2812, "all_permissive": false }
ansible_role
olivermel/ansible_git_repo
92e12b1509ac2033f0dfa8042c88628235e0e1ad
0
roles/nagios
7,472
[ "no_license" ]
[ { "path": "roles/nagios/defaults/main.yml", "content": "---\nnagios_url: https://assets.nagios.com/downloads/nagioscore/releases/nagios-4.1.1.tar.gz\nnagios_tar_file: nagios-4.1.1.tar.gz\nnagios_untar_dir: nagios-4.1.1\n\nnagios_plugin_url: http://nagios-plugins.org/download/na...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4007, "all_permissive": false }
ansible_role
olivermel/ansible_git_repo
92e12b1509ac2033f0dfa8042c88628235e0e1ad
0
roles/nagios_add_hosts
7,472
[ "no_license" ]
[ { "path": "roles/nagios_add_hosts/tasks/main.yml", "content": "---\n- name: Install Nagios Plugins and NRPE\n yum:\n name: \"{{ item }}\"\n with_items:\n - nrpe\n - nagios-plugins-all\n\n- name: update the NRPE configuration file\n template:\n src: nrpe.cfg.j2\n dest: \"{{ nrpe_config_file...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1482, "all_permissive": false }
ansible_role
olivermel/ansible_git_repo
92e12b1509ac2033f0dfa8042c88628235e0e1ad
0
roles/nginx
7,472
[ "no_license" ]
[ { "path": "roles/nginx/defaults/main.yml", "content": "---\n\nnginx_conf_file: /etc/nginx/nginx.conf\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 }, { "path": "roles/nginx/tasks/main.yml", "content": "--- \n\n- name: Install NginX\n yum:\n na...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 405, "all_permissive": false }
ansible_role
olivermel/ansible_git_repo
92e12b1509ac2033f0dfa8042c88628235e0e1ad
0
roles/php
7,472
[ "no_license" ]
[ { "path": "roles/php/defaults/main.yml", "content": "---\nphp_document_root: /var/www/html\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "roles/php/meta/main.yml", "content": "---\ndependencies:\n- role: epel\n- role: common\n- role: fi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 396, "all_permissive": false }
ansible_role
olivermel/ansible_git_repo
92e12b1509ac2033f0dfa8042c88628235e0e1ad
0
roles/postgres
7,472
[ "no_license" ]
[ { "path": "roles/postgres/tasks/main.yml", "content": "---\n- name: Install PostgreSQL database\n yum:\n name: \"{{ item }}\"\n with_items:\n - spacewalk-setup-postgresql\n - spacewalk-postgresql\n\n- name: Initialize postgreSQL database before installation\n shell: postgresql-setup initdb > /tm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 275, "all_permissive": false }
ansible_role
olivermel/ansible_git_repo
92e12b1509ac2033f0dfa8042c88628235e0e1ad
0
roles/repos
7,472
[ "no_license" ]
[ { "path": "roles/repos/tasks/main.yml", "content": "---\n\n- name: Add EPEL repository to ALL server\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - epel-release.noarch \n when: ansible_distribution == 'CentOS' or ansible_distribution == 'Red Hat Enterprise Linux'\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 529, "all_permissive": false }
ansible_role
olivermel/ansible_git_repo
92e12b1509ac2033f0dfa8042c88628235e0e1ad
0
roles/spacewalk
7,472
[ "no_license" ]
[ { "path": "roles/spacewalk/defaults/main.yml", "content": "---\nspacewalk_repo: http://yum.spacewalkproject.org/2.7/RHEL/7/x86_64/spacewalk-repo-2.7-2.el7.noarch.rpm\njava_repo: https://copr.fedorainfracloud.org/coprs/g/spacewalkproject/java-packages/repo/epel-7/group_spacewalkproject-j...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1215, "all_permissive": false }
ansible_role
olivermel/ansible_git_repo
92e12b1509ac2033f0dfa8042c88628235e0e1ad
0
roles/spacewalk-clients
7,472
[ "no_license" ]
[ { "path": "roles/spacewalk-clients/defaults/main.yml", "content": "---\nspacewalk_client_repo: http://yum.spacewalkproject.org/2.7-client/RHEL/7/x86_64/spacewalk-client-repo-2.7-2.el7.noarch.rpm\nfedora_repo: http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm\nspacewalk_server...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 645, "all_permissive": false }
ansible_role
olivermel/ansible_git_repo
92e12b1509ac2033f0dfa8042c88628235e0e1ad
0
roles/spacewalk-repo
7,472
[ "no_license" ]
[ { "path": "roles/spacewalk-repo/defaults/main.yml", "content": "---\nspacewalk_repo: http://yum.spacewalkproject.org/2.7/RHEL/7/x86_64/spacewalk-repo-2.7-2.el7.noarch.rpm\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 }, { "path": "roles/spacewalk-re...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 231, "all_permissive": false }
ansible_role
olivermel/ansible_git_repo
92e12b1509ac2033f0dfa8042c88628235e0e1ad
0
roles/ssl4apache
7,472
[ "no_license" ]
[ { "path": "roles/ssl4apache/templates/non-ssl.conf.j2", "content": "<VirtualHost *:80>\n ServerName 172.16.17.32\n Redirect \"/\" \"https://172.16.17.32/\"\n</VirtualHost>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 }, { "path": "roles/ssl4a...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1113, "all_permissive": false }
ansible_role
olivermel/ansible_git_repo
92e12b1509ac2033f0dfa8042c88628235e0e1ad
0
roles/ssl4nginx
7,472
[ "no_license" ]
[ { "path": "roles/ssl4nginx/templates/ssl.conf.j2", "content": "server {\n listen 8080 http2 ssl;\n listen [::]:8080 http2 ssl;\n\n server_name server_IP_address;\n\n ssl_certificate /etc/ssl/certs/nginx-selfsigned.crt;\n ssl_certificate_key /etc/ssl/private/nginx-selfsigned.key;\n ssl_dhpa...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2847, "all_permissive": false }
ansible_role
olivermel/ansible_git_repo
92e12b1509ac2033f0dfa8042c88628235e0e1ad
0
roles/user_manage
7,472
[ "no_license" ]
[ { "path": "roles/user_manage/defaults/main.yml", "content": "---\n\nnewuser: user1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 22 }, { "path": "roles/user_manage/tasks/main.yml", "content": "---\n\n- name: Install common user software requirements\n yu...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1117, "all_permissive": false }
ansible_role
trippsoft/ansible-collection-postgresql
bab8ae1fbd66402f60cbc45f3e044503bd8ddc4d
0
roles/install
7,472
[ "no_license" ]
[ { "path": "roles/install/molecule/default/converge.yml", "content": "---\n- name: Converge\n hosts:\n - subjects\n roles:\n - role: trippsc2.postgresql.install\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "roles/install/vars/fallback.ym...
{ "task_files": 11, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 26, "total_bytes": 53754, "all_permissive": false }
ansible_role
piger/apparecchia
8e10ae8928d45f4b0dbdbb93550786c94a6237b6
0
roles/go
7,472
[ "no_license" ]
[ { "path": "roles/go/tasks/main.yml", "content": "---\n- include_tasks: install.yml\n tags: go\n \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "roles/go/tasks/install.yml", "content": "---\n- name: install go\n homebrew:\n name: \"{{ i...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 592, "all_permissive": false }
ansible_role
abhineet09/ansible-playbooks
630d8ab4c8a937001cd471d01e75de9a81a6ede9
0
ansible/roles/app
7,472
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/main.yml", "content": "---\n- name: Clone repository\n become: true\n git: repo='{{ repository_url }}' dest='{{ repository_path }}'\n notify:\n - Restart App\n\n- name: Install requirements\n become: true\n pip: \n requirements: \"{{ repository_path }}/app/requi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 674, "all_permissive": false }
ansible_role
abhineet09/ansible-playbooks
630d8ab4c8a937001cd471d01e75de9a81a6ede9
0
ansible/roles/stress
7,472
[ "no_license" ]
[ { "path": "ansible/roles/stress/tasks/main.yml", "content": "---\n- name: install stress\n become: true\n apt:\n name:\n - stress\n update_cache: yes\n\n- name: run stress test\n become: true\n shell: \n cmd: \"stress --cpu {{ stress_cpu }} --io {{ stress_io }} --vm {{ stress_vm }} --vm-by...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 292, "all_permissive": false }
ansible_role
DearOwly/itissl
7e6ed7bc0c71df4be417e30c16cbff8aee40f658
0
roles/apache
7,472
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "- name: Update\n apt:\n update_cache: true\n upgrade: full\n state: present\n\n- name: Install Apache\n apt:\n name:\n - apache2\n\n- name: Create document root\n shell: |\n mkdir -p /var/www/{{ my_zone }}\n\n- name: Gen virtual hos...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 703, "all_permissive": false }
ansible_role
DearOwly/itissl
7e6ed7bc0c71df4be417e30c16cbff8aee40f658
0
roles/primary_dns
7,472
[ "no_license" ]
[ { "path": "roles/primary_dns/tasks/main.yml", "content": "- name: Update\n apt:\n update_cache: true\n upgrade: full\n state: present\n\n- name: Install BIND9\n apt:\n name:\n - bind9\n\n- name: Gen resource records\n template:\n dest: \"/etc/bind/db.{{ my_zone }}\"\n src: db.j2\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 650, "all_permissive": false }
ansible_role
ErkanBarann/prometheus-and-grafana-monitoring
c5971bafd32da139c89abc350ab3739836ac2e1b
0
roles/grafana
7,472
[ "no_license" ]
[ { "path": "roles/grafana/tasks/configure_datasource.yml", "content": "- name: Add Prometheus as a Grafana data source\n uri:\n url: \"http://localhost:3000/api/datasources\"\n method: POST\n user: admin\n password: <PASSWORD>\n body_format: json\n body:\n name: Prometheus\n type...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1214, "all_permissive": false }
ansible_role
ErkanBarann/prometheus-and-grafana-monitoring
c5971bafd32da139c89abc350ab3739836ac2e1b
0
roles/prometheus
7,472
[ "no_license" ]
[ { "path": "roles/prometheus/templates/alertmanager.yml.j2", "content": "global:\n resolve_timeout: 5m\n\nroute:\n receiver: 'email-alert'\n\nreceivers:\n - name: 'email-alert'\n email_configs:\n - to: '<EMAIL>'\n from: '<EMAIL>'\n smarthost: 'smtp.example.com:587'\n auth_user...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1431, "all_permissive": false }
ansible_role
ailtonbsj/Course-Getting-started-with-Ansible
c7fdf96b290da884018bdb4b69f87e8f5e882d79
0
02-roles/roles/db_servers
7,467
[ "no_license" ]
[ { "path": "02-roles/roles/db_servers/tasks/main.yml", "content": "- name: install mariadb package (CentOS)\n dnf:\n name: mariadb\n state: latest\n when: ansible_distribution == \"CentOS\"\n\n- name: install mariadb package (Ubuntu)\n apt:\n name: mariadb-server\n state: latest\n when: ansib...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 257, "all_permissive": false }
ansible_role
rkiyanchuk/ansible-arch-linux
e141b90613abc4fef64be371140a6143fd55b3fe
20
roles/dotfiles
7,467
[ "no_license" ]
[ { "path": "roles/dotfiles/defaults/main.yml", "content": "---\ndotfiles:\n repo: \"https://github.com/rkiyanchuk/dotfiles\"\n install_cmds:\n - \"stow -d ${HOME}/dotfiles -S zsh\"\n deps: []\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 }, { "path": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2714, "all_permissive": false }
ansible_role
rkiyanchuk/ansible-arch-linux
e141b90613abc4fef64be371140a6143fd55b3fe
20
roles/fingerprint
7,467
[ "no_license" ]
[ { "path": "roles/fingerprint/tasks/main.yml", "content": "---\n- name: install fprintd\n pacman:\n name:\n - fprintd\n\n- name: restrict fingerprint enroll via polkit\n copy:\n src: polkit/50-net.reactivated.fprint-enroll.rules\n dest: /usr/share/polkit-1/rules.d/50-net.reactivated.fprint-en...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 267, "all_permissive": false }
ansible_role
rkiyanchuk/ansible-arch-linux
e141b90613abc4fef64be371140a6143fd55b3fe
20
roles/gnome
7,467
[ "no_license" ]
[ { "path": "roles/gnome/defaults/main.yaml", "content": "---\ncountry: United States\nuser:\n name: user\n uid: 1000\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 58 }, { "path": "roles/gnome/tasks/media.yaml", "content": "---\n- name: install media codecs...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 4826, "all_permissive": false }
ansible_role
rkiyanchuk/ansible-arch-linux
e141b90613abc4fef64be371140a6143fd55b3fe
20
roles/network
7,467
[ "no_license" ]
[ { "path": "roles/network/templates/nm-mirrors-hook.sh", "content": "#!/usr/bin/env bash\n\n# Update pacman mirrors with reflector on new network connection.\n\nIFACE=$1\nSTATUS=$2\n\nif [[ ${STATUS} == \"up\" ]]; then\n reflector --sort score -p https --country \"{{ country }}\" --save /etc/pacman.d/mirr...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1063, "all_permissive": false }
ansible_role
rkiyanchuk/ansible-arch-linux
e141b90613abc4fef64be371140a6143fd55b3fe
20
roles/package_management
7,467
[ "no_license" ]
[ { "path": "roles/package_management/handlers/main.yaml", "content": "---\n- name: systemd reload\n ansible.builtin.systemd:\n daemon_reload: yes\n\n- name: paccache timer\n ansible.builtin.systemd:\n name: paccache.timer\n enabled: yes\n state: restarted\n", "license_type": "no_license", ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1223, "all_permissive": false }
ansible_role
rkiyanchuk/ansible-arch-linux
e141b90613abc4fef64be371140a6143fd55b3fe
20
roles/ssh
7,467
[ "no_license" ]
[ { "path": "roles/ssh/defaults/main.yaml", "content": "---\nuser: \n name: user", "license_type": "no_license", "detected_licenses": [], "size_bytes": 23 }, { "path": "roles/ssh/tasks/main.yaml", "content": "---\n- name: install SSH related packages\n pacman:\n update_cache: \"ye...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1310, "all_permissive": false }
ansible_role
rkiyanchuk/ansible-arch-linux
e141b90613abc4fef64be371140a6143fd55b3fe
20
roles/system
7,467
[ "no_license" ]
[ { "path": "roles/system/tasks/main.yaml", "content": "---\n- name: configure console font\n lineinfile:\n path: /etc/vconsole.conf\n line: \"FONT=ter-122n\"\n create: yes\n mode: 0644\n\n- name: install cron\n pacman:\n name: cronie\n\n- name: enable cron\n ansible.builtin.systemd:\n na...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1245, "all_permissive": false }
ansible_role
rkiyanchuk/ansible-arch-linux
e141b90613abc4fef64be371140a6143fd55b3fe
20
roles/tlp
7,467
[ "no_license" ]
[ { "path": "roles/tlp/tasks/main.yml", "content": "---\n- name: install TLP power management\n pacman:\n name:\n - tlp\n - tlp-rdw\n - acpid\n - ethtool\n - smartmontools\n\n- name: mask systemd radio service\n ansible.builtin.systemd:\n name: systemd-rfkill.service\n mask...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 659, "all_permissive": false }
ansible_role
BaranOral/ansible-prac
d64b08db872ce480a66ea99e1a2a9cfa5e688cfa
0
roles/docker
7,467
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- name: neccesary packages for installing\n become: true\n apt:\n name:\n - ca-certificates\n - curl\n - gnupg\n - lsb-release\n state: latest\n update_cache: true\n\n- name: docker GPG key is installed\n become: true\n ap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 672, "all_permissive": false }
ansible_role
BaranOral/ansible-prac
d64b08db872ce480a66ea99e1a2a9cfa5e688cfa
0
roles/elasticsearch
7,467
[ "no_license" ]
[ { "path": "roles/elasticsearch/tasks/main.yml", "content": "- name: Update packages\n become: true\n apt:\n upgrade: true\n update_cache: true\n\n- name: Add Elasticsearch apt key\n become: true\n apt_key:\n url: \"https://packages.elastic.co/GPG-KEY-elasticsearch\"\n state: present\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 961, "all_permissive": false }
ansible_role
BaranOral/ansible-prac
d64b08db872ce480a66ea99e1a2a9cfa5e688cfa
0
roles/filebeat
7,467
[ "no_license" ]
[ { "path": "roles/filebeat/tasks/main.yml", "content": "- name: Install Filebeat with apt\n become: true\n apt:\n name: filebeat\n update_cache: true\n\n- name: Starting Filebeat\n become: true\n service:\n name: filebeat\n state: started", "license_type": "no_license", "detected_licenses...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 184, "all_permissive": false }
ansible_role
BaranOral/ansible-prac
d64b08db872ce480a66ea99e1a2a9cfa5e688cfa
0
roles/java
7,467
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "- name: Install Java 11\n become: true\n apt:\n name: \n - fontconfig\n - openjdk-11-jre\n state: latest\n update_cache: true", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 135, "all_permissive": false }
ansible_role
BaranOral/ansible-prac
d64b08db872ce480a66ea99e1a2a9cfa5e688cfa
0
roles/jenkins
7,467
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yml", "content": "- name: Add Jenkins Key\n become: true\n apt_key: \n url: https://pkg.jenkins.io/debian-stable/jenkins.io.key\n state: present\n\n- name: Add jenkins to apt repo\n become: true\n apt_repository:\n repo: \"deb https://pkg.jenkins.io/debian-st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 393, "all_permissive": false }
ansible_role
BaranOral/ansible-prac
d64b08db872ce480a66ea99e1a2a9cfa5e688cfa
0
roles/jotmon
7,467
[ "no_license" ]
[ { "path": "roles/jotmon/tasks/main.yml", "content": "---\n\n- name: add jotmon user\n become: true \n user: \n name: jotmon\n password: \"<PASSWORD>\"\n home: /home/jotmon\n shell: /bin/bash\n group: sudo\n\n- name: change ownership\n become: true\n file: \n path: /home/jotmon\n own...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 249, "all_permissive": false }
ansible_role
BaranOral/ansible-prac
d64b08db872ce480a66ea99e1a2a9cfa5e688cfa
0
roles/kibana
7,467
[ "no_license" ]
[ { "path": "roles/kibana/tasks/main.yml", "content": "- name: Install kibana\n become: true\n apt:\n name: kibana\n state: latest\n update_cache: true\n\n- name: Updating the config file to allow outside access\n become: true\n lineinfile:\n destfile: /etc/kibana/kibana.yml\n regexp: 'server...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 731, "all_permissive": false }
ansible_role
BaranOral/ansible-prac
d64b08db872ce480a66ea99e1a2a9cfa5e688cfa
0
roles/logstash
7,467
[ "no_license" ]
[ { "path": "roles/logstash/tasks/main.yml", "content": "- name: Apt transport package\n become: true\n apt:\n name: apt-transport-https\n state: latest\n update_cache: true\n\n- name: Download Logstash Deb Package\n apt_repository:\n repo: deb https://artifacts.elastic.co/packages/8.x/apt stabl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 880, "all_permissive": false }
ansible_role
BaranOral/ansible-prac
d64b08db872ce480a66ea99e1a2a9cfa5e688cfa
0
roles/mysql
7,467
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: install python3-pip\n apt:\n name: python3-pip\n update_cache: yes\n state: present\n force_apt_get: yes\n\n- name: Make sure pymysql is present\n become: true\n pip:\n name: pymysql\n state: present\n\n- name: install MySQL\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1563, "all_permissive": false }
ansible_role
BaranOral/ansible-prac
d64b08db872ce480a66ea99e1a2a9cfa5e688cfa
0
roles/nginx
7,467
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "- name: Start nginx service\n become: true\n service:\n name: nginx\n state: stopped\n \n\n- name: Install nginx\n become: true\n apt:\n name: nginx\n state: absent\n update_cache: true\n\n\n", "license_type": "no_license", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 199, "all_permissive": false }
ansible_role
BaranOral/ansible-prac
d64b08db872ce480a66ea99e1a2a9cfa5e688cfa
0
roles/rabbitmq
7,467
[ "no_license" ]
[ { "path": "roles/rabbitmq/tasks/main.yml", "content": "---\n- name: Install RabbitMQ\n apt:\n name: rabbitmq-server\n update_cache: yes\n state: present\n\n- name: Create user with full access\n rabbitmq_user:\n user: \"jotmon\"\n password: \"<PASSWORD>\"\n vhost: /\n configure_priv: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 703, "all_permissive": false }
ansible_role
gilbertdevop/ansible-code
4d80d87de9e32e1d2a018edf7e9f2fd018cdde43
0
roles/link
7,467
[ "no_license" ]
[ { "path": "roles/link/tasks/main.yml", "content": "---\n- name: Downloads package from url\n win_get_url:\n dest: \"{{dest_path}}\" \n url: \"{{my_url}}\"\n \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
shgtkshruch/vagrant-wordpress
253fd56ee7ae4c8ec8ad54298d041f0b46bc9551
0
ansible/roles/apache
7,467
[ "no_license" ]
[ { "path": "ansible/roles/apache/handlers/main.yml", "content": "---\n- name: httpd restart\n service: name=httpd state=reloaded enabled=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "ansible/roles/apache/tasks/main.yml", "content": "---...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 261, "all_permissive": false }
ansible_role
shgtkshruch/vagrant-wordpress
253fd56ee7ae4c8ec8ad54298d041f0b46bc9551
0
ansible/roles/common
7,467
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: Update all packages\n yum: name=* state=latest\n\n- name: Install EPEL repository\n yum: name=http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm\n\n- name: Install Remi repository\n yum: name=http://rpms.fami...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 360, "all_permissive": false }
ansible_role
shgtkshruch/vagrant-wordpress
253fd56ee7ae4c8ec8ad54298d041f0b46bc9551
0
ansible/roles/mysql
7,467
[ "no_license" ]
[ { "path": "ansible/roles/mysql/handlers/main.yml", "content": "---\n- name: Start myslqld\n service: name=mysqld state=started enabled=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "ansible/roles/mysql/tasks/main.yml", "content": "---\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 698, "all_permissive": false }
ansible_role
shgtkshruch/vagrant-wordpress
253fd56ee7ae4c8ec8ad54298d041f0b46bc9551
0
ansible/roles/php
7,467
[ "no_license" ]
[ { "path": "ansible/roles/php/tasks/main.yml", "content": "---\n- name: Install PHP\n yum: enablerepo=remi,remi-php55 name={{ item }}\n with_items:\n - php\n - php-devel\n - php-mysqlnd\n - php-mbstring\n - php-gd\n - php-opcache\n\n- name: Copy php.ini file\n copy: src=php.ini dest=/etc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 271, "all_permissive": false }
ansible_role
shgtkshruch/vagrant-wordpress
253fd56ee7ae4c8ec8ad54298d041f0b46bc9551
0
ansible/roles/phpmyadmin
7,467
[ "no_license" ]
[ { "path": "ansible/roles/phpmyadmin/tasks/main.yml", "content": "---\n- name: Install phpmyadmin\n yum: enablerepo=remi,remi-php55 name=phpmyadmin\n\n- name: Copy phpMyAdmin.conf file\n copy: src=phpMyAdmin.conf dest=\"/etc/httpd/conf.d/phpMyAdmin.conf\"\n notify: httpd restart\n", "license_type": "n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 209, "all_permissive": false }
ansible_role
shgtkshruch/vagrant-wordpress
253fd56ee7ae4c8ec8ad54298d041f0b46bc9551
0
ansible/roles/wp
7,467
[ "no_license" ]
[ { "path": "ansible/roles/wp/tasks/main.yml", "content": "---\n- name: ls\n command: ls /var/www/html\n register: ls\n\n- name: Download core WordPress files\n command: wp core download --locale=ja\n when: ls.stdout.find('index.php') == -1\n\n- name: Create Wordpress database\n mysql_db:\n login_user...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1017, "all_permissive": false }
ansible_role
shgtkshruch/vagrant-wordpress
253fd56ee7ae4c8ec8ad54298d041f0b46bc9551
0
ansible/roles/wp-cli
7,467
[ "no_license" ]
[ { "path": "ansible/roles/wp-cli/files/config.yml", "content": "---\npath: /var/www/html\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 24 }, { "path": "ansible/roles/wp-cli/tasks/main.yml", "content": "---\n- name: Install wp-cli.phar\n get_url:\n url=ht...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 361, "all_permissive": false }
ansible_role
FlexibleToast/podman-stacks
b26ab6049c5556fe92137968da62d3de1878b176
0
roles/config-autofs
7,467
[ "no_license" ]
[ { "path": "roles/config-autofs/templates/auto.server.j2", "content": "{% for share in item.shares %}\n{{ share.name | lower }}\t-fstype=cifs,credentials=/etc/{{ item.name }}-smb-credentials,file_mode=0750,dir_mode=0750,uid={{ share.uid }},gid={{ share.gid }},noserverino\t://{{ item.name }}/{{ share.name }}\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2104, "all_permissive": false }
ansible_role
FlexibleToast/podman-stacks
b26ab6049c5556fe92137968da62d3de1878b176
0
roles/enable-snapper
7,467
[ "no_license" ]
[ { "path": "roles/enable-snapper/tasks/main.yml", "content": "---\n# tasks file for roles/enable-snapper\n- name: Install required packages\n community.general.rpm_ostree_pkg:\n name: \"{{ enable_snapper_packages }}\"\n state: present\n notify: \"Reboot host\"\n\n- name: Reboot host if needed\n ansi...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3548, "all_permissive": false }
ansible_role
FlexibleToast/podman-stacks
b26ab6049c5556fe92137968da62d3de1878b176
0
roles/initial-setup
7,467
[ "no_license" ]
[ { "path": "roles/initial-setup/tasks/main.yml", "content": "---\n# tasks file for roles/initial-setup\n- name: Remove kargs $ignition_firstboot from {{ inventory_hostname }}\n ansible.builtin.command:\n cmd: rpm-ostree kargs --delete-if-present='$ignition_firstboot' --unchanged-exit-77\n changed_when:\...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 7511, "all_permissive": false }
ansible_role
FlexibleToast/podman-stacks
b26ab6049c5556fe92137968da62d3de1878b176
0
roles/mount-usbs
7,467
[ "no_license" ]
[ { "path": "roles/mount-usbs/tasks/mount-btrfs.yml", "content": "---\n- name: Mount filesystem\n ansible.posix.mount:\n path: \"{{ item.mount }}\"\n src: LABEL={{ mount_usbs_label }}\n fstype: btrfs\n opts: subvol={{ item.name }},compress=zstd:3,nofail\n state: mounted\n loop: \"{{ mount_usb...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2196, "all_permissive": false }
ansible_role
FlexibleToast/podman-stacks
b26ab6049c5556fe92137968da62d3de1878b176
0
roles/setup-localhost
7,467
[ "no_license" ]
[ { "path": "roles/setup-localhost/templates/vault.key.j2", "content": "{{ lookup('env', 'VAULT_KEY') }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/setup-localhost/tasks/main.yml", "content": "---\n# tasks file for roles/setup-localhos...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 772, "all_permissive": false }
ansible_role
tpardi/SLdq_ansible
b9cde8dfe2be30c78ceb334145da4894dffe4377
0
roles/aix_servers
7,467
[ "no_license" ]
[ { "path": "roles/aix_servers/tasks/main.yml", "content": "---\n# Oh Boy\n - name: Gather LPP Facts\n shell: \"oslevel -s\"\n register: output_oslevel\n\n - name: Print the oslevel\n debug:\n msg: \"{{ ansible_hostname }} has the AIX oslevel of {{ output_oslevel.stdout }} and is running a {{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 255, "all_permissive": false }
ansible_role
tpardi/SLdq_ansible
b9cde8dfe2be30c78ceb334145da4894dffe4377
0
roles/app_servers
7,467
[ "no_license" ]
[ { "path": "roles/app_servers/tasks/main.yml", "content": "---\n# Linux app servers\n- name: ensure serviceis running\n ansible.builtin.service:\n name: httpd\n state: stopped\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 119, "all_permissive": false }
ansible_role
tpardi/SLdq_ansible
b9cde8dfe2be30c78ceb334145da4894dffe4377
0
roles/odb_servers
7,467
[ "no_license" ]
[ { "path": "roles/odb_servers/tasks/main.yml", "content": "---\n# Oracle DB server roles ( Linux specific )\n- name: 1st attempt at roles\n tags: always\n ansible.builtin.dnf:\n update_cache: yes\n when: ansible_distribution == \"RedHat\"\n", "license_type": "no_license", "detected_licenses": [...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 178, "all_permissive": false }
ansible_role
vfarcic/jenkins-docker-showcase
f287d3de236d63b5df3e43ca39419e496092f07c
3
ansible/roles/cje
7,467
[ "no_license" ]
[ { "path": "ansible/roles/cje/templates/docker-traceability.xml", "content": "<?xml version='1.0' encoding='UTF-8'?>\n<org.jenkinsci.plugins.docker.traceability.DockerTraceabilityPlugin plugin=\"docker-traceability@1.1\">\n <configuration>\n <createImageFingerprints>true</createImageFingerprints>\n <s...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 15, "total_bytes": 39632, "all_permissive": false }
ansible_role
vfarcic/jenkins-docker-showcase
f287d3de236d63b5df3e43ca39419e496092f07c
3
ansible/roles/node
7,467
[ "no_license" ]
[ { "path": "ansible/roles/node/tasks/main.yml", "content": "- name: Packages are installed\n apt:\n name: \"{{ item }}\"\n with_items: packages\n tags: [cje]\n\n- name: Directory is created\n file:\n path: /data/jenkins_slave\n owner: vagrant\n state: directory\n tags: [cje]\n\n- name: DB di...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 418, "all_permissive": false }
ansible_role
vfarcic/jenkins-docker-showcase
f287d3de236d63b5df3e43ca39419e496092f07c
3
ansible/roles/registry
7,467
[ "no_license" ]
[ { "path": "ansible/roles/registry/tasks/main.yml", "content": "- name: Registry container is running\n docker:\n name: registry\n image: registry:2\n ports: 5000:5000\n volumes:\n - /vagrant/registry:/var/lib/registry/docker/registry\n tags: [registry]\n", "license_type": "no_license"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 202, "all_permissive": false }
ansible_role
Ster1ing/dop-ansible-roles
3c649b39870729513daa965c24bd6a03227014a3
1
roles/db
7,467
[ "no_license" ]
[ { "path": "roles/db/tasks/main.yml", "content": "- name: Start message\n ansible.builtin.debug:\n msg: 'Create task to install and preparing DB server'\n\n- name: Generate for database\n ansible.builtin.set_fact:\n login_user: root\n login_pass: lookup('community.general.random_string')\n root...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2410, "all_permissive": false }
ansible_role
Ster1ing/dop-ansible-roles
3c649b39870729513daa965c24bd6a03227014a3
1
roles/db-test
7,467
[ "no_license" ]
[ { "path": "roles/db-test/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - db-test\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "roles/db-test/tasks/main.yml", "content": "---\n- name: Define postgre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 7840, "all_permissive": false }
ansible_role
Ster1ing/dop-ansible-roles
3c649b39870729513daa965c24bd6a03227014a3
1
roles/db_maria
7,467
[ "no_license" ]
[ { "path": "roles/db_maria/handlers/main.yml", "content": "---\n- name: Restart MariaDB\n ansible.builtin.service:\n name: mysql\n state: restarted\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "roles/db_maria/tasks/main.yml", "conte...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1710, "all_permissive": false }
ansible_role
Ster1ing/dop-ansible-roles
3c649b39870729513daa965c24bd6a03227014a3
1
roles/server
7,467
[ "no_license" ]
[ { "path": "roles/server/README.md", "content": "Role Name\n=========\n\nLaravel app instalation and configuration role", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "roles/server/vars/main.yml", "content": "---\napp_path: /var/www/html\napp_re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3217, "all_permissive": false }
ansible_role
Samanvya/DevopsVMEC2-Terraform-Ansible
1ec5733cfe46953ac38060769c3ee6ae8f4e0972
1
ansible/playbooks/devopsvm/roles/awscli
7,467
[ "no_license" ]
[ { "path": "ansible/playbooks/devopsvm/roles/awscli/tasks/install.yml", "content": "---\n# These tasks install http and the php modules.\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\n- name: install te...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1112, "all_permissive": false }
ansible_role
Samanvya/DevopsVMEC2-Terraform-Ansible
1ec5733cfe46953ac38060769c3ee6ae8f4e0972
1
ansible/playbooks/devopsvm/roles/docker
7,467
[ "no_license" ]
[ { "path": "ansible/playbooks/devopsvm/roles/docker/tasks/main.yml", "content": "---\n- include: docker.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 25 }, { "path": "ansible/playbooks/devopsvm/roles/docker/tasks/docker.yml", "content": "---\n# These tasks...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1071, "all_permissive": false }
ansible_role
Samanvya/DevopsVMEC2-Terraform-Ansible
1ec5733cfe46953ac38060769c3ee6ae8f4e0972
1
ansible/playbooks/devopsvm/roles/kops
7,467
[ "no_license" ]
[ { "path": "ansible/playbooks/devopsvm/roles/kops/tasks/install.yml", "content": "---\n# These tasks install http and the php modules.\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\n- name: install kube...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 825, "all_permissive": false }
ansible_role
javaos74/ciscouniv
fc738c93db80ae626e5632fda0913388124e86ab
0
ansible/playbook/roles/nxapi
7,467
[ "no_license" ]
[ { "path": "ansible/playbook/roles/nxapi/tasks/main.yml", "content": "\n- name: Ensure VLAN 50 exists with the name WEB and is in the shutdown state\n nxos_vlan:\n vlan_id: 60\n host: \"{{ inventory_hostname }}\"\n admin_state: up\n name: WEBGROUP\n transport: nxapi\n username: cisco\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 249, "all_permissive": false }
ansible_role
javaos74/ciscouniv
fc738c93db80ae626e5632fda0913388124e86ab
0
ansible/playbook/roles/portal
7,467
[ "no_license" ]
[ { "path": "ansible/playbook/roles/portal/tasks/main.yaml", "content": "---\n- name: install required packages on centos \n package: name={{item}} state=present\n with_items:\n - mariadb\n - mariadb-server\n - mariadb-devel \n - mariadb-libs\n - python-devel\n - gcc \n - gcc-c++ \n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2162, "all_permissive": false }
ansible_role
taa2021/c2-b6-6-1
2b603d1185e3d9721a56f76d59019d85dd8faca2
0
roles/vsftpd
7,467
[ "no_license" ]
[ { "path": "roles/vsftpd/tasks/restart.yml", "content": "---\n\n- name: Restart service\n ansible.builtin.service:\n name: \"{{ item }}\"\n state: restarted\n with_items: \"{{ services }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 }, { "path": "...
{ "task_files": 7, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 10, "total_bytes": 1671, "all_permissive": false }
ansible_role
1391819/QA-training
25af372b9294282ff190c1616e4713cbbdd42191
0
day-42-43/ansible/roles_tutorial/roles/common
7,467
[ "no_license" ]
[ { "path": "day-42-43/ansible/roles_tutorial/roles/common/tasks/main.yml", "content": "---\n# tasks file for common\n# Group for developers\n# Developer user (Bill)\n# ZSH Shell for developers (it's their preferred shell)\n# Jenkins user for automated tasks\n- name: \"zsh installed\"\n apt:\n name: zsh\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 540, "all_permissive": false }
ansible_role
1391819/QA-training
25af372b9294282ff190c1616e4713cbbdd42191
0
day-42-43/ansible/roles_tutorial/roles/webserver
7,467
[ "no_license" ]
[ { "path": "day-42-43/ansible/roles_tutorial/roles/webserver/tasks/main.yml", "content": "---\n# tasks file for webserver\n# NGINX for serving web application files\n# - service must be running\n# - custom configuration must be installed\n# - service must be reloaded when the configurations are updated...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 769, "all_permissive": false }
ansible_role
michael8rown/archinstall
888277f0270950a6c2b6be578501584a6b95db48
0
roles/install_extensions
7,467
[ "no_license" ]
[ { "path": "roles/install_extensions/tasks/main.yml", "content": "#- name: Debug\n# debug:\n# msg: \"extension name {{ item }} will be installed for {{ user }} under shell version {{ shell_version }}\"\n\n- name: Set Extension name\n set_fact:\n extension_name: \"{{ item }}\"\n\n- name: Get available...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1702, "all_permissive": false }
ansible_role
dco5/DevOpsAnsible
6d0d44f1cd3b6d0eb2b77f800277196845499599
0
roles/jenkins
7,467
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yml", "content": "---\n\n- name: Import Jenkins GPG\n rpm_key:\n state: present\n key: http://pkg.jenkins-ci.org/redhat/jenkins-ci.org.key\n\n- name: Add Jenkins repository\n yum_repository:\n name: jenkins\n description: jekins repository\n baseurl: http...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 482, "all_permissive": false }
ansible_role
dco5/DevOpsAnsible
6d0d44f1cd3b6d0eb2b77f800277196845499599
0
roles/nodejs
7,467
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "---\n\n- name: Install Remi repo.\n yum:\n name: \"https://rpms.remirepo.net/enterprise/remi-release-7.rpm\"\n state: present\n\n- name: Import Remi GPG key.\n rpm_key:\n key: \"https://rpms.remirepo.net/RPM-GPG-KEY-remi\"\n state: present\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 417, "all_permissive": false }
ansible_role
githoang/projet_test
9d2318f83abfb545dc655ad3025675dcfb2c0a46
0
app/ansible/roles/app
7,467
[ "no_license" ]
[ { "path": "app/ansible/roles/app/tasks/main.yml", "content": "# Put here your app provisionning logic\n\n- name: Assures {{ log_dir }} dir exists\n file: path={{ log_dir }}/akeneo state=directory mode=0777\n\n- name: Assures cache dir exists\n file: path=/tmp/akeneo state=directory mode=0777", "licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 226, "all_permissive": false }
ansible_role
githoang/projet_test
9d2318f83abfb545dc655ad3025675dcfb2c0a46
0
app/ansible/roles/php5
7,467
[ "no_license" ]
[ { "path": "app/ansible/roles/php5/tasks/main.yml", "content": "---\n# This playbook contains plays that will install and configure php5-fpm.\n\n- name: install php5-fpm and php5-cli\n apt: pkg={{ item }} state=latest\n with_items:\n - php5-fpm\n - php5-cli\n\n- name: install php5-* extensions\n apt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2058, "all_permissive": false }
ansible_role
wogri/dotfiles
3de571d0da585aa7f0fe1b06f78c2b0b4b126a93
0
roles/dotfiles
7,467
[ "no_license" ]
[ { "path": "roles/dotfiles/files/vimrc", "content": "syntax on\nautocmd BufReadPost *\n \\ if line(\"'\\\"\") > 0 && line(\"'\\\"\") <= line(\"$\") |\n \\ exe \"normal g`\\\"\" |\n \\ endif\nset background=light\n\nif ! has(\"gui_running\")\n :source $VIMRUNTIME/menu.vim\n :set wildmenu\n :set cpo-=<\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 7546, "all_permissive": false }
ansible_role
wogri/dotfiles
3de571d0da585aa7f0fe1b06f78c2b0b4b126a93
0
roles/packages
7,467
[ "no_license" ]
[ { "path": "roles/packages/tasks/main.yml", "content": "- name: aptget update and install some packages\n apt: \n update_cache: yes\n name:\n - tcpdump\n - bzip2\n - bash-completion\n - less\n - curl\n - wget\n - git\n - telnet\n - dialog\n - apt-utils...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 721, "all_permissive": false }
ansible_role
alextac98/3dPrinter-Configs
a06dea098bf31c8103c098bf63cd4b04e3f209ec
0
ansible/roles/crowsnest
7,478
[ "no_license" ]
[ { "path": "ansible/roles/crowsnest/tasks/main.yaml", "content": "---\n- name: Configure Crowsnest Service Environment Variables\n ansible.builtin.template:\n src: crowsnest.env.j2\n dest: '{{ printer_data_path }}/systemd/crowsnest.env'\n mode: '0644'\n notify: Restart Crowsnest\n tags:\n - cr...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 823, "all_permissive": false }
ansible_role
alextac98/3dPrinter-Configs
a06dea098bf31c8103c098bf63cd4b04e3f209ec
0
ansible/roles/global
7,478
[ "no_license" ]
[ { "path": "ansible/roles/global/tasks/set-facts.yaml", "content": "---\n- name: Set Ansible User\n ansible.builtin.set_fact:\n ansible_user: \"{{ ansible_env.USER }}\"\n tags:\n - global\n - klipper\n - klipper-config\n - moonraker\n - crowsnest\n when: ansible_user is not defined\n\n- ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4160, "all_permissive": false }
ansible_role
alextac98/3dPrinter-Configs
a06dea098bf31c8103c098bf63cd4b04e3f209ec
0
ansible/roles/klipper
7,478
[ "no_license" ]
[ { "path": "ansible/roles/klipper/templates/klipper.env.j2", "content": "######################################################################\n# Ansible Managed File\n######################################################################\n# This file is managed via Ansible. Direct modifications will be los...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1169, "all_permissive": false }
ansible_role
alextac98/3dPrinter-Configs
a06dea098bf31c8103c098bf63cd4b04e3f209ec
0
ansible/roles/klipper-config
7,478
[ "no_license" ]
[ { "path": "ansible/roles/klipper-config/tasks/main.yaml", "content": "---\n- name: Copy Printer Configuration\n ansible.posix.synchronize:\n src: \"./../../../../\"\n dest: \"{{ cfg_repo_path }}/\"\n rsync_opts:\n - \"--exclude=.venv\"\n - \"--exclude=.ansible\"\n - \"--exclude=tmp\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 494, "all_permissive": false }
ansible_role
alextac98/3dPrinter-Configs
a06dea098bf31c8103c098bf63cd4b04e3f209ec
0
ansible/roles/moonraker
7,478
[ "no_license" ]
[ { "path": "ansible/roles/moonraker/tasks/main.yaml", "content": "---\n- name: Configure Moonraker Service Environment Variables\n ansible.builtin.template:\n src: moonraker.env.j2\n dest: '{{ printer_data_path }}/systemd/moonraker.env'\n mode: '0644'\n notify: Restart Moonraker\n tags:\n - mo...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 962, "all_permissive": false }
ansible_role
maxkraszewski/lamp-wordpress
f217b930bd3b87f138c5a817fb3ba74dcdeafb9c
1
ansible/roles/apache
7,478
[ "no_license" ]
[ { "path": "ansible/roles/apache/tasks/main.yml", "content": "---\n- name: install apache and its modules\n apt: pkg={{ item }} state=present\n with_items:\n - apache2\n - libapache2-mod-php5\n tags: apache\n\n- name: write apache2.conf\n template: src=apache2.conf.j2 dest=/etc/apache2/apache2.conf...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3097, "all_permissive": false }
ansible_role
maxkraszewski/lamp-wordpress
f217b930bd3b87f138c5a817fb3ba74dcdeafb9c
1
ansible/roles/php
7,478
[ "no_license" ]
[ { "path": "ansible/roles/php/tasks/main.yml", "content": "---\n- name: install php and its modules\n apt: pkg={{ item }} state=latest\n with_items:\n - php5\n - php5-cli\n - php5-curl\n - php5-gd\n - php5-imagick\n - php5-mysql\n - php5-xmlrpc\n notify: restart apache\n tags: php\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 420, "all_permissive": false }
ansible_role
danieljamesrees/personal_ubuntu_setup
f26d138b30d5383f3949de84f44107a76beb6b65
0
roles/ansible_client
7,478
[ "no_license" ]
[ { "path": "roles/ansible_client/tasks/main.yml", "content": "---\n\n# - name: Install an APT package for installing Ansible.\n# package:\n# name: 'software-properties-common=0.96.20.7'\n# become: 'yes'\n- name: Install the APT repo for Ansible.\n apt_repository:\n repo: 'ppa:ansible/ansible'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 685, "all_permissive": false }
ansible_role
danieljamesrees/personal_ubuntu_setup
f26d138b30d5383f3949de84f44107a76beb6b65
0
roles/apt_version_locker
7,478
[ "no_license" ]
[ { "path": "roles/apt_version_locker/tasks/main.yml", "content": "---\n\n# In order to handle removed packages, this is probably better done as a python\n# script, though removed packages will likely just be ignored.\n\n- name: Get list of packages to analyse.\n set_fact:\n packages_json: \"{{ lookup('fi...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2299, "all_permissive": false }