add admin user
This commit is contained in:
parent
44e7e16cc0
commit
9685fdc679
@ -1,12 +1,5 @@
|
||||
---
|
||||
- hosts: build
|
||||
pre_tasks:
|
||||
- name: install terminfo
|
||||
pacman:
|
||||
state: present
|
||||
name:
|
||||
- termite-terminfo
|
||||
become: true
|
||||
vars:
|
||||
# certbot_force: true
|
||||
roles:
|
||||
|
@ -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"
|
||||
|
||||
|
@ -1,13 +1,5 @@
|
||||
---
|
||||
- hosts: music-player
|
||||
pre_tasks:
|
||||
- name: install terminfo
|
||||
pacman:
|
||||
state: present
|
||||
name:
|
||||
- termite-terminfo
|
||||
become: true
|
||||
|
||||
roles:
|
||||
- user_config
|
||||
- cronie
|
||||
|
Loading…
Reference in New Issue
Block a user