Libera #nasqueron-ops
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Apr 16 2023
Spaces for new file, respect tabs for existing one
$ salt web-001 state.sls roles/webserver-core/nginx […] ---------- ID: /etc/rc.conf.d/nginx Function: file.managed Result: True Comment: File /etc/rc.conf.d/nginx updated Started: 22:03:44.536283 Duration: 50.395 ms Changes: ---------- diff: New file mode: 0644 […]
$ salt web-001 state.sls roles/webserver-core […] ---------- ID: webserver_core_group Function: group.present Name: web Result: True Comment: New group web created Started: 21:15:06.125820 Duration: 21.147 ms Changes: ---------- gid: 9003 members: name: web passwd: * ---------- ID: /usr/local/etc/nginx/nginx.conf Function: file.managed Result: True Comment: File /usr/local/etc/nginx/nginx.conf updated Started: 21:15:06.151685 Duration: 71.599 ms Changes: ---------- diff: --- +++ @@ -12,7 +12,7 @@ # and will be lost if the state is redeployed. # </auto-generated>
Deployed everywhere, excepted on Ysul, still on FreeBSD 12.
The role webserver-alkane instead of the role webserver-legacy can be deployed to WindRiver.
This fixes T1569.
Account is now provided to the roles defined in _modules/node.py for the method node.has_deployment.
$ alt web-001 state.apply roles/core/deploy web-001: ---------- ID: deploy_account Function: user.present Name: deploy Result: True Comment: New user deploy created Started: 17:01:04.985596 Duration: 43.548 ms Changes: ---------- fullname: Deployment and management of the Salt staging area gid: 3003 groups: - deployment home: /var/run/deploy homephone: None name: deploy passwd: * roomnumber: None shell: /bin/sh uid: 9002 workphone: None
Flood is so high nowadays that we can need systematically to use | grep -v sshd.
Fix blank lines
Support for IPv6 and for dedicated baremetal instances. Rebased.
Apr 15 2023
make test
Remove unused import
Proofread script after testing it on Jenkins
Rebased, make publish depends of doc
Rebased
Insecable yet another one
Various fixes done on Complector during deployment on WindRiver
Hunt insecable space
Space after the $ is intentional to let copy/paste the salt command.