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
gchami/ansible-LNV-4switch
b41d8469f4079f97264c8d96900cea9df236833f
0
roles/vxsnd
7,242
[ "no_license" ]
[ { "path": "roles/vxsnd/tasks/main.yml", "content": "- name: turn on LNV service node daemon\n template: src=daemon.j2 dest=/etc/default/vxsnd\n notify: restart vxsnd \n \n- name: configure LNV service node configuration\n template: src=vxsnd.j2 dest=/etc/vxsnd.conf\n notify: restart vxsnd ", "lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 842, "all_permissive": false }
ansible_role
IBM-Cloud/sap-netweaver-java-hana
34d57d74caba5ae91de3e44e4a50577bfce61f82
0
ansible/roles/javaciinst
7,242
[ "no_license" ]
[ { "path": "ansible/roles/javaciinst/tasks/java_selected_instances.yml", "content": "---\n- name: Loop over all JAVA product instances and check for the selected JAVA instances\n set_fact:\n java_instances_temp: \"{{ java_instances_temp | default('') + ',' + item.value }}\"\n loop: \"{{ java_instance_ma...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 7004, "all_permissive": false }
ansible_role
IBM-Cloud/sap-netweaver-java-hana
34d57d74caba5ae91de3e44e4a50577bfce61f82
0
ansible/roles/saphanainst
7,242
[ "no_license" ]
[ { "path": "ansible/roles/saphanainst/tasks/prepare_kit.yml", "content": "---\n- name: Detect the type of HANA kit file - ZIP or SAR \n set_fact:\n hdb_extention: \"{{ (kit_saphana_file.split('/')[-1]).split('.')[1] }}\"\n\n- name: Create /usr/sap/kit directory\n file:\n path: \"{{ hana_kit }}\"\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5370, "all_permissive": false }
ansible_role
AlanRicardoS/IaC-Ansible-Final
95cbde4b0dee5199d94416d6de64729401949b50
0
roles/apache_vhost
7,242
[ "no_license" ]
[ { "path": "roles/apache_vhost/tasks/main.yml", "content": "---\n# tasks file for roles/apache_vhost\n- name: Instalar httpd\n yum:\n name: httpd\n state: latest\n\n- name: Start e enable o servico httpd\n service:\n name: httpd\n state: started\n enabled: true\n\n- name: Verificar se o dire...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 635, "all_permissive": false }
ansible_role
zakamaldin/my_ansible_collection
8d4909ce80442f4a35ee91e4000879396de71b37
0
zakamaldin/yandex_cloud_elk/roles/create_file_with_content
7,242
[ "no_license" ]
[ { "path": "zakamaldin/yandex_cloud_elk/roles/create_file_with_content/README.md", "content": "Role Name\n=========\ncreate_file_with_content\n\nRole Variables\n--------------\n\n| Name | Requred | Default Value | Description |\n| -------------- | ------- | ------------- | --...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1070, "all_permissive": false }
ansible_role
davenaman13/MLOps_2ndVersion
164d529da70402e9e3028d11b5fad53433b863c5
0
ansible/roles/elk
7,248
[ "no_license" ]
[ { "path": "ansible/roles/elk/tasks/main.yml", "content": "---\n- name: Ensure ELK namespace exists\n kubernetes.core.k8s:\n api_version: v1\n kind: Namespace\n name: default\n state: present\n kubeconfig: \"{{ lookup('env','HOME') + '/.kube/config' }}\"\n\n- name: Apply Elasticsearch deploym...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2942, "all_permissive": false }
ansible_role
plasticbrain/sensu-ansible-playbook
f1543613fd67c73576c170d2c2bea05e3092df35
0
roles/sensu
7,248
[ "no_license" ]
[ { "path": "roles/sensu/templates/config.json.j2", "content": "{\n \"rabbitmq\": {\n \"ssl\": {\n \"cert_chain_file\": \"{{ rabbitmq_cert_path }}{{ rabbitmq_cert }}\",\n \"private_key_file\": \"{{ rabbitmq_key_path }}{{ rabbitmq_key }}\"\n },\n \"host\": \"{{ rabbitmq_server }}\",\n \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4222, "all_permissive": false }
ansible_role
idiv-biodiversity/ansible-collection-molecule-helpers
cac1e2e421a935e21f2a7fb0926acf1f57737384
0
roles/info
7,248
[ "no_license" ]
[ { "path": "roles/info/README.md", "content": "Ansible Role: idiv_biodiversity.molecule_helpers.info\n=====================================================\n\nShow information that may be useful to know for debugging failed workflow runs.\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 799, "all_permissive": false }
ansible_role
RMEngy/ansible
b55ae23b2bc77b50b8d466a802a131abcbaca130
0
roles/metube-docker
7,248
[ "no_license" ]
[ { "path": "roles/metube-docker/tasks/99-delete-app.yml", "content": "---\n- name: Down docker compose for Metube\n community.docker.docker_compose_v2:\n project_src: \"{{ metube_node_docker_compose_app }}\"\n state: absent\n files:\n - docker-compose.yml\n register: __output_metube_down\n\n-...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3642, "all_permissive": false }
ansible_role
RMEngy/ansible
b55ae23b2bc77b50b8d466a802a131abcbaca130
0
roles/torrserver-docker
7,248
[ "no_license" ]
[ { "path": "roles/torrserver-docker/tasks/10-deploy-app.yml", "content": "---\n- name: Copy docker compose for Torrserver\n ansible.builtin.template:\n src: \"docker-compose.torrserver.yml.j2\"\n dest: \"{{ torrserver_node_docker_compose_app }}/docker-compose.yml\"\n mode: '0600'\n owner: root\n...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3962, "all_permissive": false }
ansible_role
dhinilkv956/Kong_gateway_test
1d27c366b64d5822e21f4fe1f780376cb97b5c02
0
roles/kong
7,248
[ "no_license" ]
[ { "path": "roles/kong/templates/kong_start.sh.j2", "content": "#!/bin/bash\nkong start -c /root/kong.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "roles/kong/tasks/main.yml", "content": "- name: Kong | Check if package is installed (deb...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1119, "all_permissive": false }
ansible_role
zamirajaupaj/ansible-magento
4cfc7a985ec087a463a83a1267c2f86b9b28600b
0
roles/apache
7,248
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "- name: install apache & packages\n apt: name={{ item }} update_cache=yes state=latest\n with_items:\n - apache2\n - apache2-mpm-prefork\n - libapache2-mod-proxy-html\n - libapache2-mod-fastcgi\n\n- name: create /web/www/ directory\n file:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1824, "all_permissive": false }
ansible_role
zamirajaupaj/ansible-magento
4cfc7a985ec087a463a83a1267c2f86b9b28600b
0
roles/common
7,248
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: 'Install Python PIP'\n tags: 'aws-cli'\n become: 'yes'\n apt: >\n pkg=python-pip\n state=latest\n- name: 'Install AWS CLI'\n tags: 'aws-cli'\n become: 'yes'\n pip: >\n name=awscli\n state=latest\n \n- name: Install PHP Memcach...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 642, "all_permissive": false }
ansible_role
zamirajaupaj/ansible-magento
4cfc7a985ec087a463a83a1267c2f86b9b28600b
0
roles/mysql
7,248
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: Set MySQL root password before installing\n debconf: \n name: 'mysql-server' \n question: 'mysql-server/root_password' \n value: '{{db_root_passwd | quote}}' \n vtype: 'password'\n \n- name: Confirm MySQL root password before instal...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1899, "all_permissive": false }
ansible_role
zamirajaupaj/ansible-magento
4cfc7a985ec087a463a83a1267c2f86b9b28600b
0
roles/nginx
7,248
[ "no_license" ]
[ { "path": "roles/nginx/templates/nginx.conf", "content": "\n# For more information on configuration, see:\n# * Official English Documentation: http://nginx.org/en/docs/\n# * Official Russian Documentation: http://nginx.org/ru/docs/\n\nuser www-data;\nworker_processes 1;\npid /var/run/nginx.pid;\n\n# Loa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2391, "all_permissive": false }
ansible_role
zamirajaupaj/ansible-magento
4cfc7a985ec087a463a83a1267c2f86b9b28600b
0
roles/php-fpm
7,248
[ "no_license" ]
[ { "path": "roles/php-fpm/tasks/main.yml", "content": "- name: install php packages\n apt: name={{ item }} update_cache=yes state=latest\n with_items:\n - php5\n - php5-fpm\n - php5-gd\n - php5-imagick\n - php5-mcrypt\n - php5-mysqlnd\n - php5-apcu\n - php5-curl\n - php5-memcache...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 540, "all_permissive": false }
ansible_role
zamirajaupaj/ansible-magento
4cfc7a985ec087a463a83a1267c2f86b9b28600b
0
roles/setup_mysql
7,248
[ "no_license" ]
[ { "path": "roles/setup_mysql/tasks/main.yml", "content": "######### CREATE DATABASE #########\n- name: create Database\n mysql_db:\n login_user: root\n login_password: \"{{ <PASSWORD> }}\"\n name: \"{{ db_name }}\"\n state: present\n\n# Create database user with name '' and password '' with all...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 550, "all_permissive": false }
ansible_role
itwebdeveloper/vagrant_lamp
a9730910cc0276f113c373bc75ccf5da4a937e57
0
roles/common
7,248
[ "no_license" ]
[ { "path": "roles/common/tasks/install_mysql.yml", "content": "---\n# These tasks install MySQL database and configure it.\n\n- name: Install MySQL package\n become: true\n apt: name={{ item }} state=installed\n with_items:\n - mysql-server\n\n- name: Create MySQL configuration file\n become: true\n t...
{ "task_files": 7, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 3993, "all_permissive": false }
ansible_role
JavaScriptonit/postgres-cluster-terraform-github
319bf25b1107682263b3707d67f82a6f1ca86184
0
ansible/roles/postgresql
7,248
[ "no_license" ]
[ { "path": "ansible/roles/postgresql/templates/postgresql.conf.j2", "content": "listen_addresses = '*'\nwal_level = replica\nmax_wal_senders = 3\nwal_keep_segments = 32", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 }, { "path": "ansible/roles/postgresql/tasks/m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1029, "all_permissive": false }
ansible_role
labalababatu/projeto-ansible-vagrant
248673dfc8391aa9055a6def2fa6c28e6ed2dc1b
0
roles/mariadb
7,248
[ "no_license" ]
[ { "path": "roles/mariadb/handlers/main.yml", "content": "---\n # handlers arquivo para restart do mariadb\n - name: restart mysql\n service:\n name: mysql.service\n enabled: yes\n state: restarted\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1099, "all_permissive": false }
ansible_role
labalababatu/projeto-ansible-vagrant
248673dfc8391aa9055a6def2fa6c28e6ed2dc1b
0
roles/nginx
7,248
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n # Task para a instalação do nginx e repositório\n - name: Configurar o repositório\n yum:\n name: epel-release\n state: present\n\n # Task para instalação do nginx\n - name: Instalar o nginx\n yum:\n name: nginx\n state:...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1108, "all_permissive": false }
ansible_role
labalababatu/projeto-ansible-vagrant
248673dfc8391aa9055a6def2fa6c28e6ed2dc1b
0
roles/php-fpm
7,248
[ "no_license" ]
[ { "path": "roles/php-fpm/tasks/main.yml", "content": "---\n # Task para instalação do PHP-FPM e suas dependências\n - name: Instalar php-fpm e suas dependências\n yum: name={{item}} state=present\n with_items:\n - php\n - php-fpm\n - php-mysql\n\n # Task iniciar o serviço do PHP-FPM\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 814, "all_permissive": false }
ansible_role
labalababatu/projeto-ansible-vagrant
248673dfc8391aa9055a6def2fa6c28e6ed2dc1b
0
roles/wordpress
7,248
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "---\n # Task para fazer o download do wordpress no diretório tmp\n #- name: Download do wordpress para o diretório tmp\n # get_url:\n # url=https://wordpress.org/latest.tar.gz\n # dest=/usr/share/nginx/html/wordpress.tar.gz\n\n # Task para...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1143, "all_permissive": false }
ansible_role
jarfernandez/workshop-ansible
82c2ef0d99a3bd6d311c38690d4e233bc9d69c81
0
provision/roles/nginx
7,248
[ "no_license" ]
[ { "path": "provision/roles/nginx/tasks/main.yml", "content": "---\n- name: Instalar Nginx y sus dependencias\n apt: name={{ item }} state=latest update_cache=yes cache_valid_time=3600\n with_items: nginx_packages\n \n- name: Eliminar el fichero de configuracion por defecto de Nginx\n file: path=/etc/ngi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 759, "all_permissive": false }
ansible_role
sampathreddy1/ibmwebsphere
114438058b388014e5d09a0a46508864a76be79b
0
roles/installation-manager-install
7,248
[ "no_license" ]
[ { "path": "roles/installation-manager-install/tasks/main.yml", "content": "---\n\n\n- name: Setup Operating System\n include_tasks: setup_os.yml\n\n- name: Install IBM Installation Manager\n include_tasks: install_iim.yml", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 159, "all_permissive": false }
ansible_role
sampathreddy1/ibmwebsphere
114438058b388014e5d09a0a46508864a76be79b
0
roles/was-nd-fix-install
7,248
[ "no_license" ]
[ { "path": "roles/was-nd-fix-install/templates/was_nd_fixes.rsp.j2", "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<agent-input>\n <variables>\n <variable name='sharedLocation' value='{{ __imshared_location }}'/>\n </variables>\n <server>\n <repository location='{{ __tmp_dir }}'/>\n </ser...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 933, "all_permissive": false }
ansible_role
lugorguk/test-deploy
cd0dbbc6e21882ecffbaeb8ad41e7ac3a5376b76
0
roles/lugorguk.admins
7,248
[ "no_license" ]
[ { "path": "roles/lugorguk.admins/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n description: Set up a group of Admin Users on a server\n license: CC-0\n min_ansible_version: 2.4\n galaxy_tags: []\ndependencies: []\n", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6735, "all_permissive": false }
ansible_role
lugorguk/test-deploy
cd0dbbc6e21882ecffbaeb8ad41e7ac3a5376b76
0
roles/lugorguk.ceph
7,248
[ "no_license" ]
[ { "path": "roles/lugorguk.ceph/tasks/main.yml", "content": "---\n# Based on https://docs.ceph.com/docs/master/cephadm/install/\n\n# This takes the key from the Ubuntu Keyserver, not from the Ceph repos, \n# because their supplied key currently breaks APT.\n- name: Add Ceph Key\n apt_key:\n keyserver: ke...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 663, "all_permissive": false }
ansible_role
lugorguk/test-deploy
cd0dbbc6e21882ecffbaeb8ad41e7ac3a5376b76
0
roles/lugorguk.docker
7,248
[ "no_license" ]
[ { "path": "roles/lugorguk.docker/tasks/main.yml", "content": "---\n- name: Add Docker Key\n apt_key:\n url: https://download.docker.com/linux/debian/gpg\n\n- name: Add Docker Repository\n apt_repository:\n repo: \"deb [arch=amd64] https://download.docker.com/linux/debian {{ ansible_distribution_rele...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 375, "all_permissive": false }
ansible_role
lugorguk/test-deploy
cd0dbbc6e21882ecffbaeb8ad41e7ac3a5376b76
0
roles/lugorguk.mailman2
7,248
[ "no_license" ]
[ { "path": "roles/lugorguk.mailman2/tasks/main.yml", "content": "---\n- name: Install mailman\n apt:\n name: mailman", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 52, "all_permissive": false }
ansible_role
lugorguk/test-deploy
cd0dbbc6e21882ecffbaeb8ad41e7ac3a5376b76
0
roles/lugorguk.monit
7,248
[ "no_license" ]
[ { "path": "roles/lugorguk.monit/tasks/main.yml", "content": "---\n- name: Check whether monit is available\n block:\n - name: Check monit is in the repo\n shell: apt info monit 2>/dev/null | grep version\n\n rescue:\n - name: \"Rescue: Get source\"\n shell: \"egrep '^deb (.*) {{ ansible_distributi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2333, "all_permissive": false }
ansible_role
lugorguk/test-deploy
cd0dbbc6e21882ecffbaeb8ad41e7ac3a5376b76
0
roles/lugorguk.motd
7,248
[ "no_license" ]
[ { "path": "roles/lugorguk.motd/tasks/main.yml", "content": "---\n- name: Set up login banner file\n copy:\n src: ../files/issue.net\n dest: /etc/issue.net\n owner: root\n group: root\n mode: 0644\n\n- name: Configure ssh to use the login banner\n lineinfile:\n state: present\n dest: /...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1133, "all_permissive": false }
ansible_role
lugorguk/test-deploy
cd0dbbc6e21882ecffbaeb8ad41e7ac3a5376b76
0
roles/lugorguk.ntp
7,248
[ "no_license" ]
[ { "path": "roles/lugorguk.ntp/tasks/main.yml", "content": "---\n- name: Install NTP\n apt:\n name:\n - ntp\n - tzdata\n\n- name: Set Timezone\n timezone:\n name: Europe/London", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 121, "all_permissive": false }
ansible_role
lugorguk/test-deploy
cd0dbbc6e21882ecffbaeb8ad41e7ac3a5376b76
0
roles/lugorguk.software_config
7,248
[ "no_license" ]
[ { "path": "roles/lugorguk.software_config/tasks/main.yml", "content": "---\n- name: Install apt related things\n apt:\n name:\n - apt-listchanges\n - debsums\n state: present\n\n- name: Configure /etc/apt/listchanges.conf\n lineinfile:\n state: present\n dest: /etc/apt/listchanges.conf\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 507, "all_permissive": false }
ansible_role
lugorguk/test-deploy
cd0dbbc6e21882ecffbaeb8ad41e7ac3a5376b76
0
roles/lugorguk.syncthing
7,248
[ "no_license" ]
[ { "path": "roles/lugorguk.syncthing/tasks/main.yml", "content": "---\n- name: Create Syncthing User\n user:\n name: syncthing\n create_home: yes # not required. Unless set to C(no), a home directory will be made for the user when the account is created or if the home directory does not exist.,Changed...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2851, "all_permissive": false }
ansible_role
qjltbarquilla/Activity-8_-Install-Configure-and-Manage-Availability-Monitoring-tools
f969d148d3f7d988977673db17a6426d1460315a
0
roles/servers
7,248
[ "no_license" ]
[ { "path": "roles/servers/tasks/main.yml", "content": "---\n\n- name: Necessary packages for Ubuntu\n when: ansible_facts['os_family'] == \"Debian\"\n apt:\n name:\n - nagios3\n - nagios-plugins\n - apache2\n - apache2-utils\n update_cache: yes\n state: present\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2408, "all_permissive": false }
ansible_role
abiodune11/Apache-deployment-with-Ansible
4cefa3bafcc8bdea528958419ba6bf1eb17e540b
0
roles/apache2
7,248
[ "no_license" ]
[ { "path": "roles/apache2/tasks/main.yml", "content": "---\n#Tasks for apache2\n- include_tasks: install.yml\n- include_tasks: configure.yml\n- include_tasks: service.yml\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 }, { "path": "roles/apache2/handlers/ma...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 212, "all_permissive": false }
ansible_role
shashparab/ansible_examples
173da30ef3c8b817d66b361c5a463bb164efa2d1
0
property_file/roles/property_file
7,248
[ "no_license" ]
[ { "path": "property_file/roles/property_file/tasks/main.yaml", "content": "# Create property file\n\n- name: Create {{service}} service property file for {{env}} environment.\n template: src=property-file.j2 dest=./{{service}}-{{env}}.properties\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1078, "all_permissive": false }
ansible_role
shashparab/ansible_examples
173da30ef3c8b817d66b361c5a463bb164efa2d1
0
property_file_kms/roles/property_file
7,248
[ "no_license" ]
[ { "path": "property_file_kms/roles/property_file/tasks/main.yaml", "content": "# Create property file\n\n- name: Delete var file\n file:\n path: files/kms_encrypted_values.yaml\n state: absent\n\n- debug:\n msg: \"{{ lookup('hashi_vault', 'secret=secret/search/dev/:{{item}} token=XXXXXXX url=YYYYY...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 675, "all_permissive": false }
ansible_role
JanetJanx/gcpcustom-image
1bb74f9c8a1ff718a9203771f77a5a749fffded3
2
roles/setup
7,248
[ "no_license" ]
[ { "path": "roles/setup/tasks/main.yml", "content": "- name: \"Install nginx\"\n apt:\n name: \"nginx\"\n state: present\n update_cache: yes\n\n- name: Update Nginx Configuration files\n become: true\n template:\n src: \"./templates/nginx.conf\"\n dest: \"/etc/nginx/sites-available/default\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 369, "all_permissive": false }
ansible_role
prosto-best/Ansible
d2995d65eeba414cf1f7ccf1bc894895f68306cd
0
src/ansible01/roles/apache
7,251
[ "no_license" ]
[ { "path": "src/ansible01/roles/apache/tasks/main.yml", "content": "---\n- name: Установка Apache\n apt:\n update_cache: yes \n name: apache2\n state: present\n become: yes\n\n- name: Запуск Apache\n service:\n name: apache2\n state: started\n enabled: yes\n become: yes\n", "license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 212, "all_permissive": false }
ansible_role
prosto-best/Ansible
d2995d65eeba414cf1f7ccf1bc894895f68306cd
0
src/ansible01/roles/application
7,251
[ "no_license" ]
[ { "path": "src/ansible01/roles/application/tasks/main.yml", "content": "---\n- name: Копирование файла docker-compose.yml\n copy:\n src: docker-compose.yml\n dest: /home/vagrant/\n\n- name: Копирование services\n copy:\n src: services\n dest: /home/vagrant/\n\n- name: Копирование nginx\n copy...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 408, "all_permissive": false }
ansible_role
prosto-best/Ansible
d2995d65eeba414cf1f7ccf1bc894895f68306cd
0
src/ansible01/roles/postgres
7,251
[ "no_license" ]
[ { "path": "src/ansible01/roles/postgres/tasks/main.yml", "content": "---\n- name: Install PostgreSQL and dependencies\n apt:\n update_cache: yes \n name:\n - postgresql\n - python3-psycopg2\n - libpq-dev\n - python3-pip\n - acl\n state: present\n\n- name: Start PostgreSQL\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 809, "all_permissive": false }
ansible_role
prosto-best/Ansible
d2995d65eeba414cf1f7ccf1bc894895f68306cd
0
src/ansible02/roles/install_consul_client
7,251
[ "no_license" ]
[ { "path": "src/ansible02/roles/install_consul_client/templates/consul_client.j2", "content": "server = false\n{% if inventory_hostname == 'api' %}\nadvertise_addr = \"192.168.14.15\"\nnode_name = \"api\"\n{% elif inventory_hostname == 'db' %}\nadvertise_addr = \"192.168.14.17\"\nnode_name = \"db\"\n{% endif...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2648, "all_permissive": false }
ansible_role
prosto-best/Ansible
d2995d65eeba414cf1f7ccf1bc894895f68306cd
0
src/ansible02/roles/install_consul_server
7,251
[ "no_license" ]
[ { "path": "src/ansible02/roles/install_consul_server/tasks/main.yml", "content": "---\n- name: Update APT package index\n apt:\n update_cache: yes\n become: yes\n\n- name: Install Unzip\n apt:\n name: unzip\n state: present\n become: yes\n\n- name: Create dirs\n file:\n path: \"{{ item }}\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1415, "all_permissive": false }
ansible_role
prosto-best/Ansible
d2995d65eeba414cf1f7ccf1bc894895f68306cd
0
src/ansible02/roles/install_db
7,251
[ "no_license" ]
[ { "path": "src/ansible02/roles/install_db/tasks/main.yml", "content": "---\n- name: Install PostgreSQL and dependencies\n apt:\n update_cache: yes \n name:\n - postgresql\n - python3-psycopg2\n - libpq-dev\n - python3-pip\n - acl\n state: present\n\n- name: Start PostgreSQ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1131, "all_permissive": false }
ansible_role
prosto-best/Ansible
d2995d65eeba414cf1f7ccf1bc894895f68306cd
0
src/ansible02/roles/install_hotels_service
7,251
[ "no_license" ]
[ { "path": "src/ansible02/roles/install_hotels_service/tasks/main.yml", "content": "---\n- name: Copy Hotel Service\n become: true\n copy:\n src: services/hotel-service\n dest: /opt/\n\n- name: Install openjdk-8-jdk and maven\n become: true\n apt:\n name:\n - openjdk-8-jdk\n - maven\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1352, "all_permissive": false }
ansible_role
iwantm/QAPracticalProject
9012153bdce0db6581942a90183de9eb37be5c56
0
ansible/roles/common
7,251
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yaml", "content": "- name: Install required system packages\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg-agent\n - software-properties-common\n - python3-pip\n update_cache: true\n\n- name: Add Docker GPG ap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1115, "all_permissive": false }
ansible_role
iwantm/QAPracticalProject
9012153bdce0db6581942a90183de9eb37be5c56
0
ansible/roles/manager
7,251
[ "no_license" ]
[ { "path": "ansible/roles/manager/tasks/main.yaml", "content": "- name: \"Initialise Swarm\"\n docker_swarm:\n state: present\n- name: \"Get Swarm info\"\n docker_swarm_info:\n register: swarm_info\n- debug:\n msg: \"Swarm Info: {{ swarm_info }}\"\n- name: \"Get join token\"\n add_host:\n name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 303, "all_permissive": false }
ansible_role
iwantm/QAPracticalProject
9012153bdce0db6581942a90183de9eb37be5c56
0
ansible/roles/nginx
7,251
[ "no_license" ]
[ { "path": "ansible/roles/nginx/templates/nginx.conf", "content": "events{}\nhttp {\n upstream application {\n server persongen-manager:5000; \n server persongen-worker1:5000;\t\n server persongen-worker2:5000;\n server persongen-worker3:5000;\n }\n server {\n loca...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 713, "all_permissive": false }
ansible_role
iwantm/QAPracticalProject
9012153bdce0db6581942a90183de9eb37be5c56
0
ansible/roles/worker
7,251
[ "no_license" ]
[ { "path": "ansible/roles/worker/tasks/main.yaml", "content": "- name: \"Join Swarm\"\n docker_swarm:\n state: join\n remote_addrs: [ \"{{ hostvars['swarm-manager']['ansible_default_ipv4']['address'] }}:2377\" ]\n join_token: \"{{ hostvars['token']['value'] }}\"", "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
ZachTheSplunker/deploy-zpots
6a2cfe748e9deeff0856a73ac4853fdf20632654
0
ansible/roles/bootstrap_linux
7,251
[ "no_license" ]
[ { "path": "ansible/roles/bootstrap_linux/tasks/main.yml", "content": "---\n- name: Update Linux\n import_tasks: apt.yml\n\n- name: Install vim\n import_tasks: vim.yml\n\n- name: Install iterm options\n import_tasks: iterm.yml\n\n- name: Install osquery\n import_tasks: osquery.yml ", "license_type": ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 6868, "all_permissive": false }
ansible_role
ZachTheSplunker/deploy-zpots
6a2cfe748e9deeff0856a73ac4853fdf20632654
0
ansible/roles/bootstrap_splunkfwd
7,251
[ "no_license" ]
[ { "path": "ansible/roles/bootstrap_splunkfwd/templates/splunk-seed.j2", "content": "[user_info]\nUSERNAME = admin\nHASHED_PASSWORD = {{ splunk_password }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "ansible/roles/bootstrap_splunkfwd/tasks/main....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4747, "all_permissive": false }
ansible_role
ZachTheSplunker/deploy-zpots
6a2cfe748e9deeff0856a73ac4853fdf20632654
0
ansible/roles/bootstrap_zpot
7,251
[ "no_license" ]
[ { "path": "ansible/roles/bootstrap_zpot/tasks/main.yml", "content": "---\n- name: Install Zpot\n ansible.builtin.shell: |\n /root/tpot/iso/installer/install.sh --type=auto --conf=/root/tpot.conf && rm -f /root/tpot.conf && shutdown -r\n args:\n executable: /bin/bash", "license_type": "no_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 200, "all_permissive": false }
ansible_role
khjomaa/hw-14
604307bc123cf0d61bf54e84c1ecc4cce4a2e292
0
roles/common
7,251
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Install zip and vim\n apt:\n name: \"{{ packages }}\"\n vars:\n packages:\n - zip\n - vim\n\n- name: Copy data.txt\n copy: src=data.txt dest=/tmp/test1\n\n- name: Register copy files statement\n shell: cat /tmp/test1\n re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 577, "all_permissive": false }
ansible_role
raccy/vagrant-vms
6f7f580ee94e89369ab3e77983cda68abd2a2dc0
0
ansible/roles/app
7,251
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/main.yml", "content": "# アプリケーション\n\n# apps:\n# - ds\n# - git\n# - mariadb\n# - nginx\n# - nodejs\n# - openldap\n# - postgresql\n# - redis\n# - ruby\n# - samba\n\n- name: include role for app\n include_role:\n name: '{{ app_name }}'\n loop: '{{ app...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 320, "all_permissive": false }
ansible_role
raccy/vagrant-vms
6f7f580ee94e89369ab3e77983cda68abd2a2dc0
0
ansible/roles/ds
7,251
[ "no_license" ]
[ { "path": "ansible/roles/ds/tasks/setup.yml", "content": "# セットアップ\n\n- name: mkdir 389 DS setup directory\n become: true\n file:\n path: /var/tmp/389ds-setup\n state: directory\n\n- name: copy 389 DS setup file\n become: true\n template:\n src: ../files/389ds.inf.j2\n dest: /var/tmp/389ds-s...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 2158, "all_permissive": false }
ansible_role
raccy/vagrant-vms
6f7f580ee94e89369ab3e77983cda68abd2a2dc0
0
ansible/roles/git
7,251
[ "no_license" ]
[ { "path": "ansible/roles/git/tasks/install.yml", "content": "- name: yum install git\n become: true\n yum:\n state: present\n name: git\n when: ansible_pkg_mgr == \"yum\"\n\n- name: dnf install git\n become: true\n dnf:\n state: present\n name: git\n when: ansible_pkg_mgr == \"dnf\"\n\n- n...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 915, "all_permissive": false }
ansible_role
raccy/vagrant-vms
6f7f580ee94e89369ab3e77983cda68abd2a2dc0
0
ansible/roles/init
7,251
[ "no_license" ]
[ { "path": "ansible/roles/init/tasks/main.yml", "content": "- import_tasks: vars.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 25 }, { "path": "ansible/roles/init/tasks/vars.yml", "content": "- name: set fact os_type for RedaHat or Rocky\n set_fact:\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 888, "all_permissive": false }
ansible_role
raccy/vagrant-vms
6f7f580ee94e89369ab3e77983cda68abd2a2dc0
0
ansible/roles/ldap
7,251
[ "no_license" ]
[ { "path": "ansible/roles/ldap/tasks/posix_samba.yml", "content": "# Posix users and groups\n# user objectClass: account, posixAccount, sambaSamAccount\n# smabaSID: S-1-5-21-0-0-0-(uidNumber * 2 + 1000)\n\n- name: posix ldap entry ou\n community.general.ldap_entry:\n dn: 'ou={{ item }},{{ ldap.base }}'\n...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 23861, "all_permissive": false }
ansible_role
raccy/vagrant-vms
6f7f580ee94e89369ab3e77983cda68abd2a2dc0
0
ansible/roles/mariadb
7,251
[ "no_license" ]
[ { "path": "ansible/roles/mariadb/tasks/install.yml", "content": "- name: dnf module install mariadb\n become: true\n dnf:\n state: present\n name: '@mariadb:{{ mariadb.version }}'\n when: mariadb.type == \"dnf\" and mariadb.version is defined\n\n- name: yum install mariadb\n become: true\n yum:\n...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3674, "all_permissive": false }
ansible_role
raccy/vagrant-vms
6f7f580ee94e89369ab3e77983cda68abd2a2dc0
0
ansible/roles/nginx
7,251
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/vars.yml", "content": "- name: set fact nginx\n set_fact:\n nginx: '{{ {\"type\": ansible_pkg_mgr} | combine(nginx, app.nginx, recursive=True) }}'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 124 }, { "path": "ansible/r...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 775, "all_permissive": false }
ansible_role
raccy/vagrant-vms
6f7f580ee94e89369ab3e77983cda68abd2a2dc0
0
ansible/roles/nodejs
7,251
[ "no_license" ]
[ { "path": "ansible/roles/nodejs/tasks/vars.yml", "content": "- name: set fact nodejs\n set_fact:\n nodejs: '{{ {\"type\": ansible_pkg_mgr} | combine(nodejs, app.nodejs, recursive=True) }}'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 }, { "path": "ansi...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2206, "all_permissive": false }
ansible_role
raccy/vagrant-vms
6f7f580ee94e89369ab3e77983cda68abd2a2dc0
0
ansible/roles/openldap
7,251
[ "no_license" ]
[ { "path": "ansible/roles/openldap/defaults/main.yml", "content": "openldap_pkg:\n dnf:\n run_dir: /run/openldap\n config_dir: /etc/openldap\n module_dir: /usr/lib64/openldap\n database_dir: /var/lib/ldap\n user: ldap\n group: ldap\n apt:\n run_dir: /var/run/slapd\n config_dir: /etc...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 11337, "all_permissive": false }
ansible_role
raccy/vagrant-vms
6f7f580ee94e89369ab3e77983cda68abd2a2dc0
0
ansible/roles/postgresql
7,251
[ "no_license" ]
[ { "path": "ansible/roles/postgresql/tasks/restart.yml", "content": "- name: restart postgresql\n become: true\n systemd:\n name: postgresql.service\n daemon_reload: true\n enabled: true\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 145 ...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 3939, "all_permissive": false }
ansible_role
raccy/vagrant-vms
6f7f580ee94e89369ab3e77983cda68abd2a2dc0
0
ansible/roles/redis
7,251
[ "no_license" ]
[ { "path": "ansible/roles/redis/tasks/main.yml", "content": "- import_tasks: vars.yml\n\n- import_tasks: install.yml\n\n- import_tasks: restart.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 }, { "path": "ansible/roles/redis/defaults/main.yml", "conten...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1301, "all_permissive": false }
ansible_role
raccy/vagrant-vms
6f7f580ee94e89369ab3e77983cda68abd2a2dc0
0
ansible/roles/ruby
7,251
[ "no_license" ]
[ { "path": "ansible/roles/ruby/tasks/bundler.yml", "content": "- name: bundle config\n command:\n argv:\n - bundle\n - config\n - set\n - --global\n - '{{ item.name }}'\n - '{{ item.value }}'\n loop:\n - {name: path, value: ~/.local/share/bundle}\n - {name: bin, value...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 4023, "all_permissive": false }
ansible_role
raccy/vagrant-vms
6f7f580ee94e89369ab3e77983cda68abd2a2dc0
0
ansible/roles/samba
7,251
[ "no_license" ]
[ { "path": "ansible/roles/samba/tasks/restart.yml", "content": "- name: restart samba smb\n become: true\n systemd:\n name: smb.service\n daemon_reload: true\n enabled: true\n state: restarted\n\n# - name: restart samba nmb\n# become: true\n# systemd:\n# name: nmb.service\n# daemon_...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 817, "all_permissive": false }
ansible_role
raccy/vagrant-vms
6f7f580ee94e89369ab3e77983cda68abd2a2dc0
0
ansible/roles/setup
7,251
[ "no_license" ]
[ { "path": "ansible/roles/setup/tasks/vscode.yml", "content": "# VS Code のための設定\n\n- name: set fs.inotify.max_user_watches 524288 in sysctl\n become: true\n sysctl:\n name: fs.inotify.max_user_watches\n value: '524288'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 3992, "all_permissive": false }
ansible_role
raccy/vagrant-vms
6f7f580ee94e89369ab3e77983cda68abd2a2dc0
0
ansible/roles/valkey
7,251
[ "no_license" ]
[ { "path": "ansible/roles/valkey/tasks/vars.yml", "content": "- name: set fact valkey\n set_fact:\n valkey: '{{ {\"type\": ansible_pkg_mgr} | combine(valkey, app.valkey, recursive=True) }}'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 }, { "path": "ansi...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1250, "all_permissive": false }
ansible_role
raccy/vagrant-vms
6f7f580ee94e89369ab3e77983cda68abd2a2dc0
0
vms/hanami-vm/roles/hanami
7,251
[ "no_license" ]
[ { "path": "vms/hanami-vm/roles/hanami/tasks/main.yml", "content": "# for libmyal-devel\n- name: def config-manager set enabled crb\n become: yes\n command:\n cmd: dnf config-manager --set-enabled crb\n changed_when: true\n\n# 新しいpsychをコンパイルすためにlibyamlが必要\n- name: Install libyaml-devel\n become: yes\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1287, "all_permissive": false }
ansible_role
raccy/vagrant-vms
6f7f580ee94e89369ab3e77983cda68abd2a2dc0
0
vms/ikamail-vm/roles/ikamail
7,251
[ "no_license" ]
[ { "path": "vms/ikamail-vm/roles/ikamail/tasks/main.yml", "content": "# for libmyal-devel\n- name: def config-manager set enabled crb\n become: yes\n command:\n cmd: dnf config-manager --set-enabled crb\n changed_when: true\n\n# 新しいpsychをコンパイルすためにlibyamlが必要\n- name: Install libyaml-devel\n become: yes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1209, "all_permissive": false }
ansible_role
raccy/vagrant-vms
6f7f580ee94e89369ab3e77983cda68abd2a2dc0
0
vms/ldapproxy/roles/ldapproxy
7,251
[ "no_license" ]
[ { "path": "vms/ldapproxy/roles/ldapproxy/tasks/main.yml", "content": "# ローカルLDAPプロキシサーバー\n# SSL/TLS接続ができない場合に、ローカルのLDAPプロキシサーバーを経由することで、\n# 安全な経路でのLDAP接続を可能にする。\n\n# EL9のみテスト実施済み\n\n# plus\n- name: def config-manager set enabled plus\n become: yes\n command:\n cmd: dnf config-manager --set-enabled plus...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1479, "all_permissive": false }
ansible_role
raccy/vagrant-vms
6f7f580ee94e89369ab3e77983cda68abd2a2dc0
0
vms/mail-jp-vm/roles/mail-jp
7,251
[ "no_license" ]
[ { "path": "vms/mail-jp-vm/roles/mail-jp/tasks/main.yml", "content": "# for libmyal-devel\n- name: def config-manager set enabled crb\n become: yes\n command:\n cmd: dnf config-manager --set-enabled crb\n changed_when: true\n\n# 新しいpsychをコンパイルすためにlibyamlが必要\n- name: Install libyaml-devel\n become: yes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 913, "all_permissive": false }
ansible_role
raccy/vagrant-vms
6f7f580ee94e89369ab3e77983cda68abd2a2dc0
0
vms/nginx-vm/roles/nginx-local
7,251
[ "no_license" ]
[ { "path": "vms/nginx-vm/roles/nginx-local/tasks/stop.yml", "content": "- name: nginx service unit file stat\n stat:\n path: '/etc/systemd/system/{{ nginx.service }}'\n register: service_file\n\n- name: stop nginx-local\n systemd:\n name: '{{ nginx.service }}'\n state: stopped\n when: service_fi...
{ "task_files": 14, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 20, "total_bytes": 22441, "all_permissive": false }
ansible_role
raccy/vagrant-vms
6f7f580ee94e89369ab3e77983cda68abd2a2dc0
0
vms/nginx-vm/roles/self-signed-cert
7,251
[ "no_license" ]
[ { "path": "vms/nginx-vm/roles/self-signed-cert/tasks/main.yml", "content": "\n- name: dnf install python3-cryptography\n dnf:\n state: present\n name: python3-cryptography\n\n\n- name: create private key\n openssl_privatekey:\n path: '{{ tls_file.key }}'\n type: ECC\n curve: secp384r1\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 609, "all_permissive": false }
ansible_role
raccy/vagrant-vms
6f7f580ee94e89369ab3e77983cda68abd2a2dc0
0
vms/nodokan-old/roles/freeradius
7,251
[ "no_license" ]
[ { "path": "vms/nodokan-old/roles/freeradius/tasks/main.yml", "content": "- name: install freeradius\n become: yes\n apt:\n pkg:\n - freeradius\n - freeradius-mysql\n - freeradius-ldap\n\n- name: check mysql db\n become: yes\n community.mysql.mysql_info:\n login_unix_socket: /var/run...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 965, "all_permissive": false }
ansible_role
raccy/vagrant-vms
6f7f580ee94e89369ab3e77983cda68abd2a2dc0
0
vms/nodokan-old/roles/kea
7,251
[ "no_license" ]
[ { "path": "vms/nodokan-old/roles/kea/tasks/main.yml", "content": "- name: install freeradius\n become: yes\n apt:\n pkg:\n - kea-admin\n - kea-dhcp4-server\n - kea-dhcp6-server\n - kea-ctrl-agent\n\n- name: check mysql db\n become: yes\n community.mysql.mysql_info:\n login_unix...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 992, "all_permissive": false }
ansible_role
raccy/vagrant-vms
6f7f580ee94e89369ab3e77983cda68abd2a2dc0
0
vms/nodokan-old/roles/nodokan
7,251
[ "no_license" ]
[ { "path": "vms/nodokan-old/roles/nodokan/tasks/main.yml", "content": "- name: install libyaml-dev\n become: yes\n apt:\n name: libyaml-dev\n\n- name: git clone nodokan\n git:\n repo: https://github.com/kue-ipc/nodokan.git\n dest: /home/vagrant/nodokan\n version: main\n\n- name: bundle install...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1203, "all_permissive": false }
ansible_role
raccy/vagrant-vms
6f7f580ee94e89369ab3e77983cda68abd2a2dc0
0
vms/nodokan-vm/roles/freeradius
7,251
[ "no_license" ]
[ { "path": "vms/nodokan-vm/roles/freeradius/tasks/main.yml", "content": "# freeradius-mysql は CRB\n- name: def config-manager set enabled crb\n become: yes\n command:\n cmd: dnf config-manager --set-enabled crb\n changed_when: true\n\n- name: install freeradius\n become: yes\n dnf:\n pkg:\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1192, "all_permissive": false }
ansible_role
raccy/vagrant-vms
6f7f580ee94e89369ab3e77983cda68abd2a2dc0
0
vms/nodokan-vm/roles/kea
7,251
[ "no_license" ]
[ { "path": "vms/nodokan-vm/roles/kea/tasks/kea_admin.yml", "content": "- name: 'kea-admin init {{ item }}'\n become: yes\n command:\n cmd: 'kea-admin db-init mysql -u kea -p keapass -n {{ item }}'\n when: 'item not in mysql_info_result.databases'\n\n- name: 'kea-admin upgrade {{ item }}'\n become: yes...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1762, "all_permissive": false }
ansible_role
raccy/vagrant-vms
6f7f580ee94e89369ab3e77983cda68abd2a2dc0
0
vms/nodokan-vm/roles/nodokan
7,251
[ "no_license" ]
[ { "path": "vms/nodokan-vm/roles/nodokan/files/settings.local.yml", "content": "database:\n username: admin\n password: <PASSWORD>\n # development_use_production_database: true\ntheme:\n navbar: '#343a40'\nldap:\n username: cn=admin,dc=example,dc=jp\n password: <PASSWORD>\n base: dc=example,dc=jp\n u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2644, "all_permissive": false }
ansible_role
raccy/vagrant-vms
6f7f580ee94e89369ab3e77983cda68abd2a2dc0
0
vms/yuzakan-el10/roles/yuzakan
7,251
[ "no_license" ]
[ { "path": "vms/yuzakan-el10/roles/yuzakan/tasks/main.yml", "content": "# for libmyal-devel\n- name: def config-manager set enabled crb\n become: yes\n command:\n cmd: dnf config-manager --set-enabled crb\n changed_when: true\n\n# 新しいpsychをコンパイルすためにlibyamlが必要\n- name: Install libyaml-devel\n become: y...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1360, "all_permissive": false }
ansible_role
raccy/vagrant-vms
6f7f580ee94e89369ab3e77983cda68abd2a2dc0
0
vms/yuzakan-el8/roles/yuzakan
7,251
[ "no_license" ]
[ { "path": "vms/yuzakan-el8/roles/yuzakan/tasks/main.yml", "content": "- name: git clone yuzakan\n git:\n repo: https://github.com/kue-ipc/yuzakan.git\n dest: /home/vagrant/yuzakan\n version: v0.6\n\n# 個別にしないと壊れてしまうようだ\n- name: bundle config\n command:\n argv:\n - bundle\n - config\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1132, "all_permissive": false }
ansible_role
raccy/vagrant-vms
6f7f580ee94e89369ab3e77983cda68abd2a2dc0
0
vms/yuzakan-el9/roles/yuzakan
7,251
[ "no_license" ]
[ { "path": "vms/yuzakan-el9/roles/yuzakan/tasks/main.yml", "content": "# for libmyal-devel\n- name: def config-manager set enabled crb\n become: yes\n command:\n cmd: dnf config-manager --set-enabled crb\n changed_when: true\n\n# 新しいpsychをコンパイルすためにlibyamlが必要\n- name: Install libyaml-devel\n become: ye...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1443, "all_permissive": false }
ansible_role
eendroroy/ansible-playbooks
f360c7a71828aad1cae880b966247b9fe6c3fd2e
0
roles/docker-ce
7,251
[ "no_license" ]
[ { "path": "roles/docker-ce/tasks/dependencies/yum.yml", "content": "---\n- name: Install dependencies for CenoOS\n yum:\n name: '{{ item }}'\n state: installed\n update_cache: yes\n with_items:\n - yum-utils\n - device-mapper-persistent-data\n - lvm2\n become: true\n\n- name: Remo...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2588, "all_permissive": false }
ansible_role
eendroroy/ansible-playbooks
f360c7a71828aad1cae880b966247b9fe6c3fd2e
0
roles/mongodb
7,251
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "- name: Add mongo ppa key\n become: true\n apt_key:\n keyserver: hkp://keyserver.ubuntu.com:80\n id: <KEY>\n state: present\n\n- name: Add mongo sources list\n become: true\n lineinfile:\n line: \"deb [ arch=amd64 ] http://repo.mongodb.or...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 520, "all_permissive": false }
ansible_role
eendroroy/ansible-playbooks
f360c7a71828aad1cae880b966247b9fe6c3fd2e
0
roles/mysql
7,251
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: Set MySQL root password before installing\n debconf:\n name: 'mysql-server'\n question: 'mysql-server/root_password'\n value: 'root'\n vtype: 'password'\n when: ansible_os_family == 'Debian'\n become: true\n\n- name: Confirm MySQL ro...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 3636, "all_permissive": false }
ansible_role
eendroroy/ansible-playbooks
f360c7a71828aad1cae880b966247b9fe6c3fd2e
0
roles/nginx
7,251
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "- name: Install nginx\n apt:\n package: '{{ item }}'\n state: installed\n force: yes\n update_cache: yes\n cache_valid_time: 3600\n when: ansible_os_family == 'Debian'\n with_items:\n - nginx\n become: true\n\n- name: Upload default c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 363, "all_permissive": false }
ansible_role
eendroroy/ansible-playbooks
f360c7a71828aad1cae880b966247b9fe6c3fd2e
0
roles/nodenv
7,251
[ "no_license" ]
[ { "path": "roles/nodenv/tasks/install-node.yml", "content": "---\n- name: Check for {{ node_version }}\n stat:\n path: '{{ nodenv_path }}/versions/{{ node_version }}'\n register: node\n ignore_errors: yes\n\n- block:\n - name: Install node {{ node_version }}\n shell: 'NODENV_ROOT={{ nodenv_path }}...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 3020, "all_permissive": false }
ansible_role
eendroroy/ansible-playbooks
f360c7a71828aad1cae880b966247b9fe6c3fd2e
0
roles/postgres
7,251
[ "no_license" ]
[ { "path": "roles/postgres/vars/main.yml", "content": "postgres_user: secureUser\npostgres_user_password: <PASSWORD>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "roles/postgres/tasks/main.yml", "content": "---\n- name: Install postgres\n a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1131, "all_permissive": false }
ansible_role
eendroroy/ansible-playbooks
f360c7a71828aad1cae880b966247b9fe6c3fd2e
0
roles/pyenv
7,251
[ "no_license" ]
[ { "path": "roles/pyenv/tasks/main.yml", "content": "---\n- include: dependencies/debian.yml\n when: ansible_os_family == 'Debian'\n\n- include: dependencies/centos.yml\n when: ansible_distribution == \"CentOS\" or ansible_distribution == \"Amazon\"\n\n- include: install-pyenv.yml\n\n- include: install-pyt...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1782, "all_permissive": false }
ansible_role
eendroroy/ansible-playbooks
f360c7a71828aad1cae880b966247b9fe6c3fd2e
0
roles/rails-config
7,251
[ "no_license" ]
[ { "path": "roles/rails-config/tasks/main.yml", "content": "- name: Create deployment user\n user:\n name: '{{ deploy_user }}'\n comment: \"Application deployment user\"\n home: '{{ deploy_home }}'\n become: true\n\n- name: Update user permissions\n template:\n src: templates/deployer.j2\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 755, "all_permissive": false }
ansible_role
eendroroy/ansible-playbooks
f360c7a71828aad1cae880b966247b9fe6c3fd2e
0
roles/rbenv
7,251
[ "no_license" ]
[ { "path": "roles/rbenv/tasks/main.yml", "content": "---\n- include: dependencies/debian.yml\n when: ansible_os_family == 'Debian'\n\n- include: dependencies/centos.yml\n when: ansible_distribution == \"CentOS\" or ansible_distribution == \"Amazon\"\n\n- include: install-rbenv.yml\n\n- include: plugins/rub...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1259, "all_permissive": false }
ansible_role
eendroroy/ansible-playbooks
f360c7a71828aad1cae880b966247b9fe6c3fd2e
0
roles/setup
7,251
[ "no_license" ]
[ { "path": "roles/setup/tasks/main.yml", "content": "- name: Determine release\n raw: lsb_release -a 2>/dev/null | grep Codename | awk '{printf(\"%s\"), $2}'\n register: release\n ignore_errors: yes\n\n- debug:\n var: release.stdout\n\n- name: Update apt cache\n raw: apt-get -y update\n when: release...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 649, "all_permissive": false }
ansible_role
brikis98/devops-book-nginx-role
8db62fe6351a038f8fe0a8a2bd59f6fc5607d5b2
1
roles/nginx
7,251
[ "no_license" ]
[ { "path": "roles/nginx/templates/nginx.conf.j2", "content": "user nginx;\nworker_processes auto;\nerror_log /var/log/nginx/error.log notice;\npid /run/nginx.pid;\n\nevents {\n worker_connections 1024;\n}\n\nhttp {\n log_format main '$remote_addr - $remote_user [$time_local] \"$request\" '\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1258, "all_permissive": false }
ansible_role
avbuben/ansible
e2e34f3eb2d643137f4c66472abd1c998f62eef4
0
roles/exim4
7,251
[ "no_license" ]
[ { "path": "roles/exim4/handlers/main.yml", "content": "---\n\n- name: exim4 restart\n become: yes\n systemd:\n name: exim4\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "roles/exim4/tasks/config.yml", "content": "-...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 4240, "all_permissive": false }
ansible_role
avbuben/ansible
e2e34f3eb2d643137f4c66472abd1c998f62eef4
0
roles/fail2ban
7,251
[ "no_license" ]
[ { "path": "roles/fail2ban/tasks/main.yml", "content": "---\n\n\n- name: Install\n apt:\n name: \"{{ packages }}\"\n update_cache: yes\n policy_rc_d: 101 ### Чтобы не стартовал сервис после установки, требуется ansible > 2.8.0\n vars:\n packages:\n - fail2ban\n\n- name: Autostart\n sys...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 477, "all_permissive": false }
ansible_role
avbuben/ansible
e2e34f3eb2d643137f4c66472abd1c998f62eef4
0
roles/iptables-persistent
7,251
[ "no_license" ]
[ { "path": "roles/iptables-persistent/tasks/main.yml", "content": "---\n\n\n- name: Install\n become: yes\n apt:\n name: \"{{ item }}\"\n update_cache: yes\n with_items:\n - iptables-persistent\n when: ansible_os_family == 'Debian'\n", "license_type": "no_license", "detected_licenses": [...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1532, "all_permissive": false }
ansible_role
avbuben/ansible
e2e34f3eb2d643137f4c66472abd1c998f62eef4
0
roles/iptables-rules
7,251
[ "no_license" ]
[ { "path": "roles/iptables-rules/tasks/add_chain.yml", "content": "---\n\n- name: create chain\n become: yes\n shell: iptables -N {{ item }}\n failed_when: 'iptables_create_chain.failed and \"Chain already exists\" not in iptables_create_chain.stderr'\n changed_when: 'iptables_create_chain.changed and no...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 4480, "all_permissive": false }