Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 680 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 680 Bytes

ansible-role-hermes

Ansible Roles to install a hermes system in a Debian 11 (bullseye), requires creation of a user in sudo groupo, ssh and sudo installed, update or create hosts networks inside

Sections:

Playbooks

The main playbook is the install in root folder, change his header to indicate wich HERMES network to use

Basic instructions

examples

  • To run some tags '''ansible-playbook install.yml -i inventory --tags "web-api,web-gui"'''

  • To run all without some tags: '''ansible-playbook install.yml -i inventory --skip-tags "vara"'''

To use encrypted vars on inventory or group_vars

'''ansible-playbook install.yml -i inventory --ask-vault-pass'''