diff --git a/roles/tiny/tasks/main.yml b/roles/tiny/tasks/main.yml index 3f49020..6b17d05 100644 --- a/roles/tiny/tasks/main.yml +++ b/roles/tiny/tasks/main.yml @@ -11,8 +11,8 @@ vars: sasl_password: !vault | $ANSIBLE_VAULT;1.1;AES256 - 64366266386438663938303735383239386166613462343234653934333132316463376530363536 - 6161653164303033303364303039343863623564653765620a613734643566666663666161633137 - 32323063316263336565633164333536313866366466623939323331353535373365393631643135 - 3239383364376362330a396365623231353364653066643731623531306238643665623336653030 - 6332 + 39373035363436313436346361366164616264383036613938306239363766343332633432306364 + 3331353965326465373031653833613439306130343732380a636464653265363737643263333665 + 39656231636466316438363231336339346562313830313534336663346636373733336435396266 + 3861613663613163630a393135623439346161343939376565376339613433633062353138393765 + 6664 diff --git a/roles/tiny/templates/config.yml.j2 b/roles/tiny/templates/config.yml.j2 index 193742e..1cf1be1 100644 --- a/roles/tiny/templates/config.yml.j2 +++ b/roles/tiny/templates/config.yml.j2 @@ -3,31 +3,39 @@ servers: - addr: chat.freenode.net port: 6697 tls: true - realname: yourname + realname: eoli3n nicks: - eoli3n # Channels to automatically join join: - '#archlinux-fr' + - '#archlinux' + - '#gamedev-fr' - '#nixos' - - '#nixos-fr' # SASL authentication sasl: username: 'eoli3n' password: '{{ sasl_password }}' + - addr: irc.oftc.net + port: 6697 + tls: true + realname: eoli3n + nicks: + - eoli3n + # Defaults used when connecting to servers via the /connect command defaults: nicks: - eoli3n - realname: yourname + realname: eoli3n join: [] tls: false # Where to put log files -log_dir: '/home/user/tiny_logs' +log_dir: '~/.tiny_logs' # How to show timestamps. Should be a valid strftime() format string. Run `man # strftime` in your shell for strftime format specification.