add admin user

This commit is contained in:
vincent 2021-07-10 21:00:12 +02:00
parent 44e7e16cc0
commit 9685fdc679
3 changed files with 1 additions and 17 deletions

View File

@ -1,12 +1,5 @@
---
- hosts: build
pre_tasks:
- name: install terminfo
pacman:
state: present
name:
- termite-terminfo
become: true
vars:
# certbot_force: true
roles:

View File

@ -8,7 +8,6 @@ drone_db_external: true
drone_db_host: "{{ansible_hostname}}:5432"
drone_db_password: "{{vault_SQL_drone_password}}"
drone_SQL_target_file: /mnt/diskstation/git/backup/postgres/last/{{drone_db_name}}.sql
drone_user: "{{user.name}}"
drone_port:
- "3001:80"

View File

@ -1,13 +1,5 @@
---
- hosts: music-player
pre_tasks:
- name: install terminfo
pacman:
state: present
name:
- termite-terminfo
become: true
roles:
- user_config
- cronie