File tree 5 files changed +11
-7
lines changed
5 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 18
18
19
19
mariadb :
20
20
current_password : ' '
21
- root_password : dev
21
+ root_password : dev
22
+
Original file line number Diff line number Diff line change 27
27
notify :
28
28
- Start synapse
29
29
30
- - name : " Launcher | Set configuration"
31
- copy : src=config.json dest=/home/{{ user }}/.config/synapse/config.json owner={{ user }} group={{ user }} mode=664
30
+ - name : " Launcher | Set configuration of ansible_env.LOGNAME"
31
+ remote_user : lesmyrmidons
32
+ sudo : false
33
+ copy : src=config.json dest={{ ansible_env.HOME }}/.config/synapse/config.json owner={{ ansible_env.LOGNAME }} group={{ ansible_env.LOGNAME }} mode=664
Original file line number Diff line number Diff line change 64
64
template : src=my.cnf.j2 dest=/root/.my.cnf owner=root mode=0600
65
65
66
66
- name : MariaDB | Write file my.cnf
67
- template : src=my.cnf.j2 dest=/home/ {{ user }}/.my.cnf owner={{ user }} mode=0600
67
+ template : src=my.cnf.j2 dest={{ ansible_env.HOME }}/.my.cnf owner={{ ansible_env.LOGNAME }} mode=0600
68
68
69
- - name : MariaDB | Remove the MySQL test database
70
- mysql_db : db=test state=absent
69
+ # - name: MariaDB | Remove the MySQL test database
70
+ # mysql_db: db=test state=absent
71
71
72
72
# This role deploys the PHP5 processes and sets up settings.
73
73
Original file line number Diff line number Diff line change 3
3
#
4
4
5
5
---
6
+
6
7
- hosts : local
7
8
user : lesmyrmidons
8
9
sudo : yes
15
16
- vim # Configuration for vim
16
17
- pinta # Gimp little
17
18
- latex # Latex and ide texmaker
18
- # - nvidia # Drivers owner
19
+ # - nvidia # Drivers owner
19
20
- adst # Application for series https://github.com/lesmyrmidons/AdstSF2
20
21
# - hhvm # Fork PHP
21
22
- web
You can’t perform that action at this time.
0 commit comments